Codebase list virt-viewer / upstream/3.1
New upstream version 3.1 Guido Günther 7 years ago
221 changed file(s) with 54811 addition(s) and 42748 deletion(s). Raw diff Collapse all Expand all
1414 Daniel P. Berrange <berrange@redhat.com>
1515 Dave Allan <dallan@redhat.com>
1616 Doug Goldstein <cardoe@cardoe.com>
17 Eduardo Lima (Etrunko) <etrunko@redhat.com>
18 Fabiano Fidêncio <fidencio@redhat.com>
1719 Guannan Ren <gren@redhat.com>
1820 Guido Günther <agx@sigxcpu.org>
1921 Hans de Goede <hdegoede@redhat.com>
2022 Jiri Denemark <Jiri.Denemark@gmail.com>
2123 Jonathon Jongsma <jjongsma@redhat.com>
2224 Ján Tomko <jtomko@redhat.com>
25 Lukas Venhoda <lvenhoda@redhat.com>
2326 Marc-André Lureau <marcandre.lureau@redhat.com>
2427 Martin Kletzander <mkletzan@redhat.com>
2528 Michal Privoznik <mprivozn@redhat.com>
29 Pavel Grunt <pgrunt@redhat.com>
30 Pavel Hrdina <phrdina@redhat.com>
2631 Pavel Raiskup <praiskup@redhat.com>
32 Rex Dieter <rdieter@math.unl.edu>
2733 Richard W.M. Jones <rjones@redhat.com>
2834 Ronnie Sahlberg <ronniesahlberg@gmail.com>
35 Sandy Stutsman <sstutsma@redhat.com>
36 Victor Toso <victortoso@redhat.com>
2937 Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
3038 Yonit Halperin <yhalperi@redhat.com>
3139 Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
0 2015-12-17 Daniel P. Berrange <berrange@redhat.com>
1
2 Update for release 3.1
3
4 Refresh translations from zanata
5
6 2015-12-07 Daniel P. Berrange <berrange@redhat.com>
7
8 Refresh translations from zanata
9
10 2015-12-03 Daniel P. Berrange <berrange@redhat.com>
11
12 Update NEWS for release 3.0
13
14 Bump spice-gtk dep to 0.30.0 to avoid dep on git snapshot release
15
16 s/mingw62/mingw64/ in RPM spec file
17
18 Avoid macro in RPM comment
19
20 2015-12-01 Fabiano Fidêncio <fidencio@redhat.com>
21
22 autobuild: gtk2 has been dropped for windows
23 0a7fa73f is the commit that dropped support for gtk2 for the nsis
24 installer.
25 03c014cb is the commit that dropped support for gtk2 for the msi
26 installer.
27
28 specs: add remote-viewer-connect.xml
29 The file was introduced in commit 0571843d but never added to the spec
30 files.
31
32 nsis: add libbz2-1.dll
33 mingw-bzip2 seems to be a mingw-freetype dependency.
34
35 nsis: update nettle to 3.1.1
36 Use version 3.1.1, matching what currently is in f23.
37
38 nsis: update libgnutls to 3.4.7
39 Use version 3.4.7, matching what currently is in f23.
40
41 nsis: update pango to 1.38.1
42 Use version 1.38.1, matching what is in f23.
43 An important note is that the removed files were removed in
44 mingw-pango-1.37.1.
45
46 docs: fix "make syntaxcheck"
47
48 2015-12-01 Jonathon Jongsma <jjongsma@redhat.com>
49
50 Add some multimonitor documentation
51 These two files describe some of the behavior and requirements for
52 virt-viewer in fullscreen multimonitor mode
53
54 2015-11-05 Daniel P. Berrange <berrange@redhat.com>
55
56 autogen: Ensure m4 directory exists
57 We're telling autoconf to look in the m4/ directory for
58 files, but this directory doesn't exist in a clean checkout
59 until libtoolize has run. Older versions of autoconf consider
60 this to be a fatal error.
61
62 git.mk: fix copyright line and remove use of -o / -a
63 Any copyright line must use 'Copyright (C) <year> Red Hat'
64 per the syntax-check rule.
65
66 Use of -a / -o args to "test" is non-portable and should
67 instead be done with 'test ... || test ...'
68
69 2015-11-04 Eduardo Lima (Etrunko) <etrunko@redhat.com>
70
71 Remove useless {get,set}_property functions
72
73 Move declaration to the beginning of the file
74
75 Update MAINTAINERCLEANFILES variables
76 Makefile.am: Use helper variables from git.mk
77 man/Makefile.am: This should be $(dist_man_MANS) instead of $(man_MANS)
78
79 Update git.mk from latest upstream version
80
81 Call intltoolize after autoreconf
82 After removing m4/.gitignore file in previous patch, I started getting
83 the following error when running autogen.sh.
84
85 ln: failed to create symbolic link ‘m4/intltool.m4’: No such file or directory
86 cp: cannot create regular file ‘m4/intltool.m4’: No such file or directory
87 intltoolize: cannot copy '/usr/share/aclocal/intltool.m4' to 'm4/intltool.m4'
88
89 The problem is that intltoolize requires te m4/ directory to be present,
90 and this directory is actually created by running autoreconf, so it
91 should be called before intltoolize.
92
93 Remove m4/.gitignore file
94 All .gitignore files are handled by git.mk and should not be part of the
95 repository.
96
97 2015-11-04 Pavel Grunt <pgrunt@redhat.com>
98
99 session-spice: Disable extra displays in fullscreen mode
100 When running in fullscreen it is possible to end up in a situation
101 where we have more displays enabled than monitors. This can happen
102 if displays that were enabled in the previous connection to the guest
103 doesn't match displays requested when entering the fullscreen mode.
104
105 This commit solves the problem by disabling displays that should not be
106 enabled in the fullscreen mode.
107
108 Resolves: rhbz#1212802
109
110 app: Do not map display to non-existent monitor
111
112 app: Add helper for number of client monitors
113
114 2015-10-21 Fabiano Fidêncio <fidencio@redhat.com>
115
116 util: Fix the size of sorted_displays allocation
117 As sorted_displays is a vector containing all displays' order, its
118 allocation size must be the maximum display id + 1 instead of the
119 maximum display id. Also, fix the size used for sorting and iterating
120 the sorted_displays vector.
121
122 Valgrind log:
123 ==15946== Invalid write of size 4
124 ==15946== at 0x4169C0: virt_viewer_align_monitors_linear (virt-viewer-util.c:581)
125 ==15946== by 0x42248B: virt_viewer_session_on_monitor_geometry_changed (virt-viewer-session.c:438)
126 ==15946== by 0xBB41F03: _g_closure_invoke_va (gclosure.c:831)
127 ==15946== by 0xBB5BC7C: g_signal_emit_valist (gsignal.c:3214)
128 ==15946== by 0xBB5C764: g_signal_emit_by_name (gsignal.c:3401)
129 ==15946== by 0x4328F3: virt_viewer_display_spice_monitor_geometry_changed (virt-viewer-display-spice.c:93)
130 ==15946== by 0x432D60: virt_viewer_display_spice_size_allocate (virt-viewer-display-spice.c:224)
131 ==15946== by 0xBB41CD4: g_closure_invoke (gclosure.c:768)
132 ==15946== by 0xBB53538: signal_emit_unlocked_R (gsignal.c:3549)
133 ==15946== by 0xBB5BEEF: g_signal_emit_valist (gsignal.c:3305)
134 ==15946== by 0xBB5C29E: g_signal_emit (gsignal.c:3361)
135 ==15946== by 0x637D6F6: gtk_widget_size_allocate_with_baseline (gtkwidget.c:6093)
136 ==15946== Address 0x18c79d4c is 0 bytes after a block of size 12 alloc'd
137 ==15946== at 0x4C2A9C7: calloc (in /usr/lib64/valgrind/vgpreload_memcheck-amd64-linux.so)
138 ==15946== by 0xBDD36D1: g_malloc0 (gmem.c:127)
139 ==15946== by 0x41698D: virt_viewer_align_monitors_linear (virt-viewer-util.c:577)
140 ==15946== by 0x42248B: virt_viewer_session_on_monitor_geometry_changed (virt-viewer-session.c:438)
141 ==15946== by 0xBB41F03: _g_closure_invoke_va (gclosure.c:831)
142 ==15946== by 0xBB5BC7C: g_signal_emit_valist (gsignal.c:3214)
143 ==15946== by 0xBB5C764: g_signal_emit_by_name (gsignal.c:3401)
144 ==15946== by 0x4328F3: virt_viewer_display_spice_monitor_geometry_changed (virt-viewer-display-spice.c:93)
145 ==15946== by 0x432D60: virt_viewer_display_spice_size_allocate (virt-viewer-display-spice.c:224)
146 ==15946== by 0xBB41CD4: g_closure_invoke (gclosure.c:768)
147 ==15946== by 0xBB53538: signal_emit_unlocked_R (gsignal.c:3549)
148 ==15946== by 0xBB5BEEF: g_signal_emit_valist (gsignal.c:3305)
149
150 Resolves: rhbz#1272650
151 Related: rhbz#1267184
152
153 session: Only create a hashtable if apply_monitor_geometry vfunc exists
154 Creating the monitors hashtable only after checking for the existence of
155 apply_monitor_geometry vfunc avoids leaking the hashtable in the case
156 where the vfunc doesn't exist.
157
158 Related: rhbz#1267184
159
160 2015-10-21 Pavel Grunt <pgrunt@redhat.com>
161
162 app: Use display id instead of 'this' in debug
163
164 2015-10-20 Christophe Fergeau <cfergeau@redhat.com>
165
166 Stop polling after reconnecting to libvirtd
167 When the connection to libvirtd is lost, virt-viewer starts polling for
168 libvirtd to come back. The polling mechanism is also used when
169 connecting to very old libvirtd which don't support
170 virConnectDomainEventDeregisterAny().
171
172 Currently, once we could reconnect to libvirtd, virt-viewer will keep
173 polling, thus behaving as if the libvirtd connection does not support
174 virConnectDomainEventDeregisterAny(). This commit makes sure we stop
175 polling once the new libvirtd connection is established.
176
177 This has the side-effect of preventing
178 https://bugzilla.redhat.com/show_bug.cgi?id=1271519 from occurring with
179 recent libvirt as it's caused by some race occurring when using the
180 polling code.
181
182 2015-10-09 Jonathon Jongsma <jjongsma@redhat.com>
183
184 Use the display ID to configure fullscreen monitors
185 When starting virt-viewer in fullscreen mode, we generally try to
186 arrange guest displays exactly the same as client monitors. So if a
187 client machine has two monitors, we'll try to enable display 0 and 1 on
188 the guest (in that order). However, when using the configuration file to
189 map fullscreen displays to different monitors, the guest displays may
190 not be sequential, or there may be displays missing. For example,
191 consider the following configuration:
192
193 monitor-mapping=1:2;2:1
194
195 In virt_viewer_session_spice_fullscreen_auto_conf(), we were building an
196 array of GdkRectangles for the initial monitors that we want to enable
197 on the guest. We then configured the guest displays using the index of
198 the array for the as the id of the guest display. But when displays
199 are sparse or are out-of-sequence, the array index will not match the
200 >ntended display ID. This created problems where displays were arranged
201 incorrectly. By changing the simple array into a GHashTable, we can keep
202 the display ID together with the GdkRectangle until we need to use it,
203 and things will be configured correctly.
204
205 This regression was introduced by c586dc8c.
206
207 Fixes: rhbz#1267184
208
209 SessionSpice: make main-window a property
210 Make "main-window" a construct-only property of VirtViewerSessionSpice.
211 This allows us to set it in the constructor and encapsulate all of the
212 setup within the gobject constructor rather than doing extra work in the
213 _new() function.
214
215 2015-10-08 Fabiano Fidêncio <fidencio@redhat.com>
216
217 msi: use the correct id for remote-viewer.exe
218 As, in theory, file ids are stables, seems that we have been using the
219 wrong id for remote-viewer.exe (not sure if since forever or if the path
220 changed).
221 That's what msidump shows:
222
223 ffidenci@cat ~/src/upstream/virt-viewer/dump $ grep "fil808B4A5BAB4ACD727D3823632E798743" File.idt
224 ffidenci@cat ~/src/upstream/virt-viewer/dump $ grep "fil808B4A5BAB4ACD727D3823632E798743" Registry.idt
225 reg29E29C5608128A0192FB9DC3C18562A6 0
226 VirtViewer.vvfile\shell\open\command
227 "[#fil808B4A5BAB4ACD727D3823632E798743]" "%1" CProgIds
228 ffidenci@cat ~/src/upstream/virt-viewer/dump $ grep "remote-viewer.exe" File.idt
229 fil610DF9E49759B1DEC646290195F96F8A cmp7677A8696936707272DCA43B1BF26760
230 remote-viewer.exe 855735 512 837
231
232 So, let's use the correct id (fil610DF9E49759B1DEC646290195F96F8A) from
233 now on.
234
235 Related: rhbz#1146016
236
237 2015-10-06 Fabiano Fidêncio <fidencio@redhat.com>
238
239 msi: {virt,remote}-viewer depends on libxml2
240 Currently libxml2 is pulled as an indirect dependency when virt-viewer
241 is built with support to ovirt or libvirt (pulled by rest or libvirt,
242 respectively). However, {virt,remote}-viewer itself depends on libxml2
243 and not having it as an explicit dependency will cause errors on opening
244 remote-viewer when it is built without support to ovirt/libvirt.
245
246 2015-09-10 Jonathon Jongsma <jjongsma@redhat.com>
247
248 Add new functions to enable/disable a display
249 Previously, there was a single function for controlling the enabled
250 state of a display: virt_viewer_display_set_enabled(). Unfortunately,
251 this function is used for two slightly different things:
252
253 A. It informs the local display widget that the display has become
254 disabled or enabled on the server. In other words, it tries to
255 synchronize the 'enabled' state of the local widget with the actual
256 state of the remote display.
257
258 OR
259
260 B. It tries to actively enable a currently-disabled display (or vice
261 versa) due to some action by the user in the client application.
262 This causes the client to send a new configuration down to the
263 server. In other words, it tries to change the state of the remote
264 display.
265
266 There is some conflict between these two scenarios. If the change is due
267 to a notification from the server, there is no need to send a new
268 configuration back down to the server, so this results in unnecessary
269 monitor configuration messages and can in fact cause issues that are a
270 little bit hard to track down. Because of this, I decided that it was
271 really necessary to have two separate functions for these two different
272 scenarios. so the existing _set_enabled() function will be used for
273 scenario A mentioned above. I added two new
274 functions (_enable() and _disable()) that are used to send new
275 configurations down to the server.
276
277 2015-09-08 Jonathon Jongsma <jjongsma@redhat.com>
278
279 Set enabled status of all displays when we get a monitor update
280 Previously, when we received a new monitors update from the server, we
281 only called virt_viewer_display_set_enabled() for the displays that were
282 enabled. We simply assumed that those that were not enabled were already
283 set to disabled. This assumption is currently valid, but I have some
284 changes in the pipeline where this is not true. This change ensures that
285 we update the enabled state of all monitors when we get an updated
286 monitors conifguration.
287
288 Don't emit 'monitor-geometry-changed' for disabled displays
289 When a display widget receives a new size allocation, we generally emit
290 a monitor-geometry-changed signal so that we can reconfigure the
291 displays. But if the widget for a *disabled* display is allocated,
292 there's no reason to send down a new configuration. We don't need to
293 emit this signal. This doesn't currently cause any problems, but I ran
294 into issues while testing some other uncommitted changes.
295
296 2015-08-17 Fabiano Fidêncio <fidencio@redhat.com>
297
298 coverity: result is not floating-point
299 Coverity says:
300 Result is not floating-point (UNINTENDED_INTEGER_DIVISION)
301 interger_division: Dividing integer expressions "preferred->width * 100"
302 and "zoom", and then converting the integer quotient to type double. Any
303 remainder, or fractional part of the quotient, is ignored.
304
305 2015-08-13 Fabiano Fidêncio <fidencio@redhat.com>
306
307 coverity: Copy into fixed sized buffer
308 Coverity says:
309 You might overrun the 108 byte fixed-size string "addr.sun_path" by
310 copying "unixsock" without checking the lenght.
311 Note: This detect has an elevated risk because the source argument is a
312 paramenter of the current function.
313
314 2015-07-29 Pavel Grunt <pgrunt@redhat.com>
315
316 session-spice: Use display id instead of monitor id in debug log
317 Windows guests have monitor id = 0, so the debug log is always the same:
318 "creating spice display (#:0)" for all the displays.
319
320 configure: Use default error message when package is missing
321 To make clear why configure failed - e.g.:
322 Package requirements (spice-client-gtk-2.0 >= 0.28) were not met
323 Requested 'spice-client-gtk-2.0 >= 0.28' but version of spice-client-gtk-2.0 is 0.25
324 instead of
325 spice-gtk requested but not found
326
327 Related:
328 https://bugzilla.redhat.com/show_bug.cgi?id=1214577
329
330 configure: Enable spice-gtk when have all necessary spice packages
331 When neither --with-spice-gtk=yes nor --with-spice-gtk=no is used,
332 spice-gtk is supposed to be automatically enabled/disabled depending
333 on its availability. However, this is not perfectly working as once
334 spice-gtk has been detected as available, configure will fail if
335 spice-protocol or spice-controller are too old. In this case, spice-gtk
336 support should just be disabled rather than configure failing
337
338 virt-viewer-window: Change zoom with respect to real zoom
339 The zoom can be changed by resizing the window (VNC / Spice without
340 the agent). It is necessary to recalculate the zoom level before
341 changing it, otherwise zoom operations will not work correctly.
342
343 Resolves:
344 https://bugs.freedesktop.org/show_bug.cgi?id=90582
345
346 Show window after its default and preferred sizes are set
347 Under some circumstances (Xfce desktop environment, gtk3 client, RHEL6
348 guest having two monitors running locally) it is possible to create
349 a loop of resizing windows. It is caused by size request like 1x1 sent
350 to the guest. These request are created because _window_queue_resize()
351 is called when the window is being shown.
352 To avoid the problem, call gtk_widget_show() after its preferred and
353 default sizes are set.
354
355 Resolves:
356 https://bugs.freedesktop.org/show_bug.cgi?id=91405
357
358 2015-07-22 Fabiano Fidêncio <fidencio@redhat.com>
359
360 events: don't leak GIOChannel when destroying IO handle
361 virt_viewer_events_add_handle() creates a GIOChannel in order to watch the
362 fd it was given for changes.
363 virt_viewer_events_remove_handle() is freeing all the resources allocated by
364 virt_viewer_events_add_handle() except for this GIOChannel. This commit adds
365 the needed g_io_channel_unref() call to virt_viewer_events_remove_handle()
366
367 Based on commit 8e95b8d25a3eee6316aff2f83b0c449aaf10984a from
368 libvirt-glib.
369 Original author: Christophe Fergeau <cfergeau@redhat.com>
370
371 Related to: rhbz#1243228
372
373 events: allow to remove disabled timers and handles
374 Trying to remove a disabled timer or handle will cause
375 virt_viewer_events_remove_{handle,timeout}() to return an error
376 rather than removing it.
377
378 Based on commit 79699d73e6e1b7218e3bd8349d176752f86128b9 from
379 libvirt-glib.
380 Original author: Christophe Fergeau <cfergeau@redhat.com>
381
382 Related to: rhbz#1243228
383
384 events: don't create glib IO watch for disabled handles
385 It's possible to create a handle to watch for file events which do not
386 watch for any file event. Such a handle can be enabled later with
387 virt_viewer_events_update_handle() by setting some conditions to watch for.
388
389 When a handle is disabled after it has been created,
390 virt_viewer_events_update_handle() makes sure it removes the corresponding
391 virt_viewer_events_handle::source IO watch if any was set.
392 virt_viewer_events_add_handle() will always create a
393 virt_viewer_events_handle::source IO watch even if the handle is not
394 watching for any events.
395
396 This commit makes consistent by only creating a watch with g_io_add_watch()
397 when the caller asked to watch for some events.
398
399 Based on commit d71c143936a35cd6c3f23ae0cbf7f3215d944051 from
400 libvirt-glib.
401 Original author: Christophe Fergeau <cfergeau@redhat.com>
402
403 Related to: rhbz#1243228
404
405 events: don't hold events lock when dispatching free callbacks
406 The _event_timeout_remove and _event_handle_remove methods
407 were holding onto the global lock when invoking the free
408 callback. This is a violation of the libvirt events API
409 contract which requires free callbacks to be invoked in
410 a re-entrant safe context.
411
412 Based on commit dd17c3cc587c73a8c915238f9d9a3e200e89c93f from
413 libvirt-glib.
414 Original author: Daniel P. Berrange <berrange@redhat.com>
415
416 Related to: rhbz#1243228
417
418 events: don't reschedule deleted timeouts/watches
419 The deletion of libvirt timeouts/watches is done in 2 steps:
420 - the first step is synchronous and unregisters the timeout/watch
421 from glib mainloop
422 - the second step is asynchronous and triggered from the first step.
423 It releases the memory used for bookkeeping for the timeout/watch
424 being deleted
425
426 This is done this way to avoid some possible deadlocks when
427 reentering the sync callback while freeing the memory associated
428 with the timeout/watch.
429
430 However, it's possible to call gvir_event_update_handle after
431 gvir_event_remove_handle but before _event_handle_remove does
432 the final cleanup. When this happen, _update_handle will reregister
433 the handle with glib mainloop, and bad things will happen when
434 a glib callback is triggered for this event after _event_handle_remove
435 has freed the memory associated with this handle watch.
436
437 This commit marks the timeouts and watches as removed in the
438 synchronous _remove callback and makes sure removed timeouts/watches
439 are ignored in _update callbacks.
440
441 Based on commit 3e73e0cee977fb20dd29db3ccfe85b00cc386c43 from
442 libvirt-glib.
443 Original author: Christophe Fergeau <cfergeau@redhat.com>
444
445 Related to: rhbz#1243228
446
447 events: protect 'handles' and 'timeouts' against concurrent accesses
448 Timeout and watch deletion is done from an idle callback. However,
449 we cannot assume that all libvirt event calls (the callbacks passed
450 to virEventRegisterImpl) will be done from the mainloop thread. It's
451 thus possible that a libvirt event call will run a thread while
452 one of the idle deletion callbacks runs.
453 Given that the 'handles' and 'timeouts' arrays are shared among all
454 threads, we need to make sure we hold the 'eventlock' mutex before
455 modifying them.
456
457 Based on commit 924178f6b35735458b37d30303fe7bc753dde0b1 from
458 libvirt-glib.
459 Original author: Christophe Fergeau <cfergeau@redhat.com>
460
461 Related to: rhbz#1243228
462
463 events: remove unused virt_viewer_events_find_{handle,timeout} arg
464 Based on commit 1fb34633ef3b318ea678b775d5e47debc98d2184 from
465 libvirt-glib.
466 Original author: Christophe Fergeau <cfergeau@redhat.com>
467
468 Related to: rhbz#1243228
469
470 events: allow zero timeouts for timer
471 In libvirt, it's perfectly possible and widely used to have disabled
472 timers (timeout=-1) and fire them up 'randomly' with timeout=0.
473 However, with current mapping into glib mainloop it's not possible
474 and causing troubles.
475
476 Based on commit a40a1732e0d53fcc44b8d348cec97152dafd2b88 from
477 libvirt-glib.
478 Original author: Michal Privoznik <mprivozn@redhat.com>
479
480 Related to: rhbz#1243228
481
482 glib-compat: Use g_new0(GMutex, 1) if GLib >= 2.31
483 Since 2.31, g_mutex_new() is deprecated.
484
485 Based on commit 2dc7476d32a9e158e688486e8f184c719c53bb4c from
486 libvirt-glib.
487 Original author: Daniel P. Berrange <berrange@redhat.com>
488
489 Related to: rhbz#1243228
490
491 glib-compat: group definitions and functions
492 There is no need to have more than one glib version checking for the
493 same version, in the same file. Let's just group them all.
494
495 events: remove timeout and handle from arrays
496 Otherwise, it will crash next time it goes find()
497
498 Backtrace:
499 (gdb) where
500 #0 0x00007efcae715095 in g_io_create_watch () from
501 /lib64/libglib-2.0.so.0
502 #1 0x00007efcae7150ef in g_io_add_watch_full () from
503 /lib64/libglib-2.0.so.0
504 #2 0x00000000004275ba in virt_viewer_events_update_handle
505 (watch=<optimized out>, events=1) at
506 virt-viewer-events.c:158
507 #3 0x00007efcb1a62dce in virNetSocketUpdateIOCallback (sock=0x1e75c00,
508 events=1) at rpc/virnetsocket.c:1981
509 #4 0x00007efcb1a50113 in virNetClientIOUpdateCallback
510 (client=<optimized out>, enableCallback=<optimized out>) at
511 rpc/virnetclient.c:1639
512 #5 0x00007efcb1a50f82 in virNetClientIO (thiscall=0x20e0170,
513 client=0x1f2e060) at rpc/virnetclient.c:1793
514 #6 virNetClientSendInternal (client=client@entry=0x1f2e060,
515 msg=msg@entry=0x20e0100,
516 expectReply=expectReply@entry=false, nonBlock=nonBlock@entry=true) at
517 rpc/virnetclient.c:1962
518 #7 0x00007efcb1a52413 in virNetClientSendNonBlock (client=0x1f2e060,
519 msg=msg@entry=0x20e0100) at
520 rpc/virnetclient.c:2036
521 #8 0x00007efcb1a5243d in virNetClientKeepAliveSendCB (opaque=<optimized
522 out>, msg=0x20e0100) at
523 rpc/virnetclient.c:293
524 #9 0x00007efcb1a5ba02 in virKeepAliveTimer (timer=<optimized out>,
525 opaque=0x20d3d00) at rpc/virkeepalive.c:176
526 #10 0x00000000004272e9 in virt_viewer_events_dispatch_timeout
527 (opaque=0x1e6cd30) at virt-viewer-events.c:233
528 #11 0x00007efcae7231b3 in g_timeout_dispatch () from
529 /lib64/libglib-2.0.so.0
530 #12 0x00007efcae72279a in g_main_context_dispatch () from
531 /lib64/libglib-2.0.so.0
532 #13 0x00007efcae722ae8 in g_main_context_iterate.isra.24 () from
533 /lib64/libglib-2.0.so.0
534 #14 0x00007efcae722dba in g_main_loop_run () from
535 /lib64/libglib-2.0.so.0
536 #15 0x00007efcb054a045 in gtk_main () from /lib64/libgtk-3.so.0
537 #16 0x0000000000410a9c in main (argc=1, argv=0x7ffde58a7978) at
538 virt-viewer-main.c:124
539
540 Based on commit cff5f1c46f4b9661e112b85159fb58ae473a9a89 from
541 libvirt-glib.
542 Original author: Marc-André Lureau <marcandre.lureau@redhat.com>
543
544 Related to: rhbz#1243228
545
546 events: register event using GOnce to avoid multiple initializations
547 Based on commit 8f8d9ce5238dbcbce40aa04ba55b8c55f97c79c0 from
548 libvirt-glib.
549 Original author: Marc-André Lureau <marcandre.lureau@redhat.com>
550
551 Related to: rhbz#1243228
552
553 events: ensure event callbacks are threadsafe
554 Take a global lock whenever changing any event callbacks to ensure
555 thread safety.
556
557 Based on commit f1fe67da2dac6a249f796535b8dbd155d5741ad7 from
558 libvirt-glib.
559 Original author: Daniel P. Berrange <berrange@redhat.com>
560
561 Related to: rhbz#1243228
562
563 2015-07-22 Pavel Grunt <pgrunt@redhat.com>
564
565 virt-viewer-window: Allow to resize window to any size
566 The function virt_viewer_window_resize restricts window to be bigger
567 than a client's screen. It avoids extending the window to more client's
568 screens, it causes changes of the zoom level if the guest does not fit
569 into a screen.
570
571 Lets remove virt_viewer_window_resize (its behaviour was introduced
572 by the commit 6acb3856b6d8007752388f22f97aa8aaffdb7a5e). It will let
573 the window managers to handle resizing of the window.
574
575 Resolves:
576 https://bugzilla.redhat.com/show_bug.cgi?id=1221501
577 https://bugzilla.redhat.com/show_bug.cgi?id=1205804
578
579 Remove unnecessary parameter from virt_viewer_window_resize()
580 Since c3cbdef888cc823e92140027d38378f40ccd4174 virt_viewer_window_resize
581 is always called with keep_win_size = FALSE.
582
583 2015-07-09 Pavel Hrdina <phrdina@redhat.com>
584
585 virt-viewer: set keepAlive on libvirt connection
586 Setting the keepAlive on libvirt connection is needed in order to
587 receive the CloseCallback event.
588
589 Resolves: rhbz#1164052
590
591 2015-06-30 Jonathon Jongsma <jjongsma@redhat.com>
592
593 Build an intermediate convenience library
594 Instead of building every single source file twice (once for
595 virt-viewer, and once for remote-viewer), just build them into a
596 temporary library and link the final executables against that.
597
598 The one possible drawback to this approach is that we now use the same
599 log domain for both executables: 'virt-viewer'. Previously, the
600 remote-viewer executable used 'remote-viewer' for its log domain.
601
602 Build: put one file on a line
603 For easier maintenance, put a single source file per-line in the
604 makefile
605
606 Remove spice-controller flags from virt-viewer build
607 Virt-viewer does not use spice-controller, only remote-viewer does. So
608 there's no need to ad SPICE_CONTROLLER_CFLAGS to the virt-viewer build.
609
610 2015-06-24 Fabiano Fidêncio <fidencio@redhat.com>
611
612 mingw,spec: Fix mingw-gstreamer1-plugins-bad-free name
613 The package was created with a wrong name (mingw-gstreamer1-plugins-bad)
614 and then fixed (mingw-gstreamer1-plugins-bad-free) for f22 and newer.
615
616 2015-06-23 Fabiano Fidêncio <fidencio@redhat.com>
617
618 msi: drop gtk2 support
619 As virt-viewer builds for Windows are using GTK3 nowadays, we can easily
620 drop GTK2 support and avoid maintenance effort in something that is not
621 used/tested anymore.
622
623 nsis: drop gtk2 support
624 As virt-viewer builds for Windows are using GTK3 nowadays, we can easily
625 drop GTK2 support and avoid maintenance effort in something that is not
626 used/tested anymore.
627
628 mingw-spec: Update msitools dependency
629 The new msitools release includes the necessaries changes for fixing
630 mingw-virt-viewer build (on fedora22).
631
632 These fixes are:
633 - an updated libvirt.wxi, removing storageencryption.rng file
634 - a new included libeproxy.wxi, a new dep for gtk3 since its 3.15.3
635 version.
636
637 nsis: add libepoxy-0.dll (a new gtk3 dependency)
638 The new dependecy was introduced in gtk+ 3.15.3.
639
640 2015-06-19 Jonathon Jongsma <jjongsma@redhat.com>
641
642 Don't wait for reconnect when user cancels auth
643 When starting virt-viewer with the --reconnect switch to a guest that
644 has a password, if the user cancels the authentication dialog (e.g.
645 pressing 'Esc'), the window will display "Waiting for guest domain to
646 restart". Obviously, the domain will never restart because it's already
647 running.
648
649 After this fix, the application will simply exit when the user cancels
650 authentication, even if the --reconnect switch is used.
651
652 Automatically retry auth failures for VNC
653 There's no reason that we need to ask if the user wants to retry auth
654 failures for VNC sessions but not ask for spice sessions. If the user
655 doesn't want to retry, she can simply click 'cancel' when the auth
656 dialog pops up, just as they do with spice.
657
658 VNC session: emit session-cancelled signal
659 When the user cancells an authentication dialog (e.g. by pressing 'Esc',
660 emit the session-cancelled signal to be consistent with the spice
661 session implementation.
662
663 Rename session-auth-failed to session-auth-unsupported
664 Now that VNC and Spice both return the same signal on normal
665 authentication failures ('session-auth-refused'), the
666 'session-auth-failed' signal is too confusingly similar. Rename it to
667 -unsupported to make it obvious that it's a different type of
668 (unrecoverable) error.
669
670 Fix inconsistencies in session auth failures
671 The spice session implementation can retry authentication on its own,
672 whereas the vnc session needs to tear down the session and re-connect in
673 order to retry a failed authentication. This results in the following
674 inconsistent behavior:
675
676 VNC session:
677 - emits a 'session-auth-failed' signal when the client does not support
678 a particular authentication type (i.e.: a non-recoverable error)
679 Spice session:
680 - emits a 'session-auth-failed' signal when user enters an incorrect
681 password, and immediately retries auth internally
682
683 VNC session:
684 - emits a 'session-auth-refused' error when user enters an invalid
685 password (i.e.: a recoverable error)
686 Spice Session:
687 - never emits a 'session-auth-refused' signal
688
689 Because of these differences, the VirtViewerApp code to handle authentication
690 failures is a bit confusing and difficult to maintain. To fix this issue, make
691 both the spice and VNC sessions emit the same signal when similar errors occur.
692 We use the new session API added in the last commit to determine whether the
693 session supports automatic retries so we know how to handle the signal.
694
695 Session: add vfunc to check auth retry capability
696 The spice session implementation can retry authentication on its own,
697 whereas the vnc session needs to tear down the session and re-connect in
698 order to retry a failed authentication. Add API to determine this so
699 that we can clean up some code related to authentication failures.
700
701 Move SpiceSession setup to create_spice_session()
702 Most of the setup (connecting to signals, etc) for the SpiceSession was
703 done in create_spice_session(), but some was done afterwards in
704 virt_viewer_session_spice_new(). Consolidate all session configuration
705 in one place.
706
707 In addition to making it easier to maintain, create_spice_session() is
708 also called in virt_viewer_session_spice_close(). which results in a
709 spice session that is configured slightly differently than the first
710 session created in _new(). Consolidating everything in
711 create_spice_session() avoids that inconsistency.
712
713 2015-06-19 Daniel P. Berrange <berrange@redhat.com>
714
715 Add config.h include to remote-viewer-connect.c file
716
717 2015-06-16 Lukas Venhoda <lvenhoda@redhat.com>
718
719 remote-viewer-connect: Address entry is now required
720 Connect button is now non-sensitive when address entry is empty.
721 Pressing enter will now also NOT connect, when address entry is empty.
722
723 remote-viewer-connect: Fixed reselecting in recent chooser
724 Recent chooser didn't unselect on loosing focus.
725 Selecting recent connection, then modifying address in entry and
726 doubleclicking on the same recent connection caused remote-viewer to
727 connect to address in the entry,
728
729 Recent chooser now unselects on loosing focus, forcing to re-select when
730 doubleclicking the recent connection, which will now properly set the
731 address to connect to.
732
733 remote-viewer-connect: Changed hardcoded UI into XML
734 Hardcoded UI removed in favor of XML.
735 Added the new XML file for translation.
736
737 remote-viewer-connect: Changed dialog into a window
738 Changed connect dialog from GtkDialog to a GtkWindow.
739 Added the necessary signals and buttons, to keep the
740 behaviour of a dialog. (ESC to close, ENTER to submit)
741
742 remote-viewer-connect: Check if uri is NULL
743 URI should be NULL before passing it to remote_viewer_connect_dialog.
744
745 remote-viewer-connect: Changed response to gboolean
746 remote_viewer_connect_dialog now returns TRUE and FALSE, instead of 0 and -1.
747
748 Added a doxygen style comment to document this in code also.
749
750 remote-viewer: Connect dialog moved to its own file
751 Connect dialog from remote-viewer is now in its own file.
752 Most other dialog also have their own files.
753 This will make changing the dialog into a window easier.
754
755 Renamed connect_dialog to remote_viewer_connect_dialog.
756
757 2015-06-16 Pavel Grunt <pgrunt@redhat.com>
758
759 configure: Require spice-protocol 0.12.7
760 We are already using SPICE_CHANNEL_WEBDAV from spice/enums.h
761
762 2015-06-15 Christophe Fergeau <cfergeau@redhat.com>
763
764 Enable hotkeys after setting them in virt_viewer_app_set_hotkeys
765 Enabling hotkeys will trigger a rebuild of the 'send keys' menu
766 containing the new hotkeys. virt_viewer_app_set_hotkeys() was clearing
767 and then enabling the hotkeys before parsing the string containing the
768 new hotkeys. This was causing these hotkeys to be missing from the 'Send
769 keys' menu when they are set through the spice controller because the
770 'send keys' menu was rebuilt before the new hotkeys are set.
771
772 Resolves: rhbz#1055600
773
774 2015-06-11 Fabiano Fidêncio <fidencio@redhat.com>
775
776 nsis: Ship libwinpthread even without libvirt support
777 Without libwinpthread, remote-viewer complains about missing this dll,
778 when built using --without-libvirt
779
780 2015-06-10 Sandy Stutsman <sstutsma@redhat.com>
781
782 Add InstallScope="perMachine" to virt-viewer.wxs.in
783 Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1146016
784 Without this parameter the installer will place the start menu icon in the
785 Admin users path rather than the 'AllUsers'. Unprivileged users are unable
786 to use the menu to start the remote-viewer.
787
788 N.B. Because previous installations mixed Users and PerMachine (AllUsers)
789 paths, this installation will *NOT* properly upgrade them. They must be
790 manually uninstalled first.
791
792 2015-06-10 Daniel P. Berrange <berrange@redhat.com>
793
794 Add missing config.h header file
795
796 2015-06-09 Christophe Fergeau <cfergeau@redhat.com>
797
798 vv-file: Show 'newer-version-url' when version check fails
799 We currently display a generic error message when the current binary is
800 older than the minimum version specified in the vv file. The previous
801 commit added a 'newer-version-url' field to these .vv file. This commit
802 adds that URL to the error message if it's set.
803
804 vv-file: Add 'newer-version-url' key to .vv files
805 If set, this URL will be displayed when one of the version checks
806 ('version' of 'versions' key fail). This URL should contain explanations
807 about how to get an updated remote-viewer version.
808
809 test: Add test case for virt_viewer_compare_buildid
810
811 util: Replace virt_viewer_compare_version with _compare_buildid
812 This allows us to do a more accurate version check if the .vv file
813 producer wants to allow builds newer than x.y-z because they contain an
814 important bug fix.
815
816 vv-file: Use "versions" in min version check
817 This tries to use the list of versions added to .vv files by the
818 previous commit. If remote-viewer was built with an os-id specified, and
819 if it's found in the 'versions' .vv file key, then the version
820 associated with it is used for version checks, otherwise the 'version'
821 field is used if present.
822
823 Show osid in remote-viewer --version
824
825 build-sys: Add --with-osid
826 This new configure flag allows to specify a string ID (eg fedora22,
827 ubuntu10.04, ..) identifying the OS this remote-viewer build will be
828 for. This will be used in combination with the new 'versions' field in
829 .vv files in order to make it possible for the creator of the .vv file
830 to specify which version it expects for the various OSes which may
831 connect.
832
833 vv-file: Add VirtViewerFile::versions
834 Specifying a single minimal version in the .vv file is not enough as
835 the client version will be highly dependent on the OS it's running in.
836 Windows versioning is not the same as linux versioning, Fedora 21 and
837 Fedora 22 may have different release numbers for the same version,
838 and we may want to force a specific minimal release in case of a
839 critical bug fix.
840
841 This commit adds supports for a 'versions' field in .vv files where a
842 list of os-id:version couples can be stored.
843
844 vv-file: Refactor virt_viewer_file_check_min_version
845 Reorganize the code a bit so that it's easier to extend it.
846
847 vv-file: Move version checking code in its own function
848 This moves the version checking code in a
849 virt_viewer_file_check_min_version helper so that it can be
850 reused/extended more easily.
851
852 build-sys: Always prepend '-' to BUILDID
853 This was removed by commit 28a6bd6 as WINDOWS_PRODUCTVERSION
854 needs a buildid without a dash. Apart from this variable,
855 all other uses of buildid/BUILDID in virt-viewer source tree
856 need a dash between the version number and the buildid to avoid getting
857 output like "3.01" instead of "3.0-1"
858
859 Rather than patching every location where BUILDID is used, this commit
860 appends the "-" before substituting/defining BUILDID in configure.ac.
861 This does not modifies the buildid configure.ac variable, this way
862 WINDOWS_PRODUCTVERSION won't get an unwanted '-'.
863
864 build-sys: Don't substitute buildid when it was not set
865 Since it defaults to being 0, we'll get a spurious 0 on remote-viewer
866 --version if we AC_DEFINE/AC_SUBST it when the user did not specify it.
867
868 2015-06-04 Pavel Grunt <pgrunt@redhat.com>
869
870 monitor-mapping: Do not allow to skip a display
871 Skipping a display does not have an effect because displays will be
872 reconfigured and shifted on the guest side anyway.
873
874 these monitor mappings are not valid:
875 'monitor-mapping=1:2;3:1' - display #2 is not specified
876 'monitor-mapping=4:2;2:1' - displays #1, #3 are not specified
877 'monitor-mapping=3:3' - displays #1, #2 are not specified
878
879 2015-06-02 Fabiano Fidêncio <fidencio@redhat.com>
880
881 session-spice: Only update displays geometry if the agent is connected
882
883 2015-05-21 Lukas Venhoda <lvenhoda@redhat.com>
884
885 virt-viewer: Fix choose VM dialog alt-tab in gnome2
886 Choose VM dialog was not visible in taskbar and alt-tab when running on
887 system with gnome2.
888
889 rhbz#1223285
890
891 2015-05-21 Fabiano Fidêncio <fidencio@redhat.com>
892
893 Revert "display-vnc: fix zoom-level set by command line"
894 This reverts commit 68148e1bd1a47ff370c78e2569a57ae0f3d8a400.
895
896 The commit in question was causing a regression about a tiny window
897 being displayed when opening a vnc guest.
898 The issue only happens with the gtk2 version of virt-viewer.
899
900 rhbz#1170071 that was solved by the reverted commit is avoided by
901 the commit c45a30e909656434aa842d48d828ef038ec7364a.
902
903 Resolves: rhbz#1201679
904
905 2015-05-21 Pavel Grunt <pgrunt@redhat.com>
906
907 session-vnc: Set window for display to avoid gtk-vnc v0.3.8 crash
908 The VNC display widget of gtk-vnc v0.3.8 needs a window at the moment
909 it is initialized otherwise it would crash.
910
911 Resolves: rhbz#1196517
912
913 2015-05-21 Lukas Venhoda <lvenhoda@redhat.com>
914
915 virt-viewer-display-vnc: Set uuid when using VNC
916 Notify user, that VNC does not provide uuid.
917
918 Set uuid to string "VNC does not provide guid".
919 This is more informative then just plain "Unknown".
920 User will now know WHY the GUID is unknown, when using remote-viewer.
921
922 virt-viewer-display-vnc: Set guest name when using VNC
923 If it's not already set, set guest name field in virt-viewer-app when using VNC.
924
925 Wait for VNC to be initialized (virt_viewer_display_vnc_initialized()).
926 In this callback get field guest name from app and check whether it
927 was already set before (FE from libvirt).
928 If not, set the guest name to name provided by VNC from
929 vnc_display_get_name().
930
931 This fill fix issue in remote-viewer: Guest name is Unknown when using VNC.
932
933 2015-04-29 Michal Privoznik <mprivozn@redhat.com>
934
935 Fix syntax-check
936 Commit c45a30e9 broke syntax-check:
937
938 trailing_blank
939 src/virt-viewer-window.c:1478:
940 maint.mk: found trailing blank(s)
941 maint.mk:700: recipe for target 'sc_trailing_blank' failed
942 make: *** [sc_trailing_blank] Error 1
943
944 2015-04-22 Pavel Grunt <pgrunt@redhat.com>
945
946 virt-viewer-window: Set initial zoom only once
947 It is not needed to do it more times as it may cause unnecessary resize
948 events especially when leaving the fullscreen mode
949
950 related: rhbz#1206460
951
952 virt-viewer-window: Make sure that minimum zoom level is lower than NORMAL_ZOOM_LEVEL
953 The minimum size of the desktop is 100x100 if the minimum window size
954 is greater than this, the zoom level is greater than NORMAL_ZOOM_LEVEL
955
956 related: rhbz#1206460
957
958 2015-04-22 Lukas Venhoda <lvenhoda@redhat.com>
959
960 virt-viewer: Set toolbar buttons not sensitive when needed
961 File->Screenshot, File->Preferences, View->Zoom and Send keys are now
962 sensitive only while quest is connected.
963
964 Changed behaviour of zoom:
965
966 Previously, zoom could be set while quest wasn't connected. The zoom
967 would then be set on connection. There was no indication of current zoom
968 level while not connected to guest.
969
970 Now, the menu is not sensitive while not connected to guest. Zoom can
971 now be only modified while connected to guest, or from the command line.
972
973 app/window: Set display menu not sensitive when needed
974 Displays menu must be sensitive only when at least one display is
975 enabled.
976
977 2015-04-22 Fabiano Fidêncio <fidencio@redhat.com>
978
979 cosmetic: move the "break" to inside the {} block
980
981 spice-session: use the error message, when available, on _channel_destroy()
982
983 session-spice: Destroy the channel instead of emit a "session-disconnect" signal
984 Whenever we reach these branches, we will abort or have to create a new
985 spice session (from the dialog showed to the user). So, destroying the
986 channel on these situations seems sane enough.
987 It also avoids an error dialog to be popped out twice with (basically)
988 the same information.
989
990 session-spice: Do not use _UNUSED for used attributes
991 channel attribute is actually used for error treatment
992
993 display: remove useless identation level
994
995 2015-04-15 Jonathon Jongsma <jjongsma@redhat.com>
996
997 SessionSpice: Protect against unreffing window twice
998 In theory, the dispose method can be called multiple times, so any
999 member variables that are unreffed should be set to NULL so that we
1000 don't accidentally unref them multiple times.
1001
1002 2015-04-15 Christophe Fergeau <cfergeau@redhat.com>
1003
1004 build-sys: Ship mingw-virt-viewer.spec in tarballs
1005 virt-viewer.spec is already shipped in tarballs, it's convenient to have
1006 a pregenerated mingw-virt-viewer.spec in there as well.
1007
1008 2015-04-14 Pavel Grunt <pgrunt@redhat.com>
1009
1010 virt-viewer-main: '--wait' should not be used without domain name
1011 Commit a830275344c88aef12166661b68ea2b4429c7212 required the domain
1012 name to be placed just after the '--wait' option. It broke the
1013 command line api, because running 'virt-viewer $vm --wait' was considered
1014 as the error.
1015
1016 This patch rather checks whether the domain name was specified.
1017
1018 Related: rhbz#1209398, rhbz#1211573
1019
1020 Revert "virt-viewer-main: Require domain name as argument for '--wait'"
1021 This reverts commit a830275344c88aef12166661b68ea2b4429c7212.
1022
1023 Commit a830275344c88aef12166661b68ea2b4429c7212 required the domain
1024 name to be placed just after the '--wait' option. It broke the
1025 command line api, because running 'virt-viewer $vm --wait' was considered
1026 as the error.
1027
1028 Related: rhbz#1209398, rhbz#1211573
1029
1030 Revert "man: document that '--wait' requires domain as parameter"
1031 This reverts commit 9ba2d28a0f35b69befd26d7c122bbe4cd626422f.
1032
1033 Commit a830275344c88aef12166661b68ea2b4429c7212 required the domain
1034 name to be placed just after the '--wait' option. It broke the
1035 command line api, because running 'virt-viewer $vm --wait' was considered
1036 as the error.
1037
1038 Related: rhbz#1209398, rhbz#1211573
1039
1040 Revert "virt-viewer-main: exit when domain names doesn't match"
1041 This reverts commit 10264d0d1ecbd67d3e59e3a1a3032936b0635eda.
1042
1043 Commit a830275344c88aef12166661b68ea2b4429c7212 required the domain
1044 name to be placed just after the '--wait' option. It broke the
1045 command line api, because running 'virt-viewer $vm --wait' was considered
1046 as the error.
1047
1048 Related: rhbz#1209398, rhbz#1211573
1049
1050 virt-viewer-main: exit when domain names doesn't match
1051 Since the domain name is required as a parameter for the '--wait'
1052 option (commit a830275344c88aef12166661b68ea2b4429c7212 ), it is
1053 neccessary to check whether all domains names are the same. Otherwise
1054 it wouldn't be clear which name should be used.
1055
1056 related: rhbz#1211573
1057
1058 man: document that '--wait' requires domain as parameter
1059 related: rhbz#1211573
1060
1061 man: document usage of domain name as optional
1062 related: rhbz#1211573
1063
1064 ovirt: Allow to cancel authentication without showing error dialog
1065 Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1201604
1066
1067 2015-04-09 Christophe Fergeau <cfergeau@redhat.com>
1068
1069 ovirt: Add support for an 'admin' key in vv file
1070 When using a user with administrator rights, the VMs this user can
1071 access from the user portal and the admin portal are different, and
1072 REST API users must indicate which set of VMs they want through a
1073 specific header. libgovirt already has support for that in its API, but
1074 virt-viewer was not making use of that API.
1075 This commit adds support for an 'admin' field in the [ovirt] section of
1076 .vv files so oVirt can indicate remote-viewer whether this header should
1077 be set or not.
1078
1079 2015-04-09 Pavel Grunt <pgrunt@redhat.com>
1080
1081 virt-viewer-app: Do not show error dialog twice for unknown graphic
1082 Related: rhbz#1085216
1083
1084 2015-04-09 Jonathon Jongsma <jjongsma@redhat.com>
1085
1086 Cleanup: only add display when it's created
1087 This wasn't causing any problems because the _add_display() function has
1088 an early return for the case that the display has already been added to
1089 the session, but it's quite confusing when reading the code to see this
1090 _add_display() function being called for every display every time we get
1091 a monitor configuration update.
1092
1093 Emit one show-hint notification when enabling a display
1094 Freeze notifications before setting the show hints to prevent multiple
1095 notification signals from being emitted.
1096
1097 2015-04-09 Pavel Grunt <pgrunt@redhat.com>
1098
1099 display-spice: Do not ignore change of position
1100 Positions of displays can be changed by guest, it is important to
1101 react to this change by rearranging client's windows otherwise
1102 mouse actions can be assigned to a wrong window.
1103
1104 Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1206216
1105
1106 virt-viewer-window: Return early when zoom of window and zoom of display are same
1107 The zoom level should be changed when zoom levels of the window and
1108 the display are different. It is wrong to check the previous value of
1109 the window because it could be set just for the window and not for
1110 the display (e.g. when setting zoom level using the command line).
1111
1112 Related to: https://bugzilla.redhat.com/show_bug.cgi?id=1206460
1113
1114 virt-viewer-window: Set zoom when display is enabled and ready.
1115 The display has default dimensions (100x100) when it is disabled.
1116 Calculating the minimal zoom for the display will give wrong value
1117 for the newly opened display.
1118
1119 It is better to wait for setting the zoom level to the moment when
1120 the display is enabled and ready.
1121
1122 Related to: https://bugzilla.redhat.com/show_bug.cgi?id=1206460
1123
1124 2015-04-07 Pavel Grunt <pgrunt@redhat.com>
1125
1126 virt-viewer-main: Require domain name as argument for '--wait'
1127 As since 88f634179e56742a21fb4c7efc270e4203322d74 virt-viewer can be
1128 used without a domain-name, let's require it when using --wait.
1129
1130 Resolves: rhbz#1209398
1131
1132 2015-04-07 Christophe Fergeau <cfergeau@redhat.com>
1133
1134 Fix leak in virt_viewer_session_spice_clear_displays()
1135 The GList returned by spice_session_get_channels() must be freed after
1136 use.
1137
1138 2015-04-03 Fabiano Fidêncio <fidencio@redhat.com>
1139
1140 Fix crash when disabling last enabled display
1141 Using virt_viewer_signal_connect_object() instead of g_signal_connect()
1142 ensures that menu_display_visible_toggled_cb() won't be executed after
1143 the display object be disposed.
1144
1145 Backtrace for the crash:
1146
1147 #0 0x00007ffff070592b in g_type_check_instance_is_a (type_instance=0x8851f0, iface_type=<optimized out>) at gtype.c:4016
1148 #1 0x000000000041ee06 in virt_viewer_display_get_session (self=0x8851f0) at ../../src/virt-viewer-display.c:702
1149 #2 0x0000000000417be7 in menu_display_visible_toggled_cb (checkmenuitem=0x93f790 [GtkCheckMenuItem], display=0x8851f0) at ../../src/virt-viewer-app.c:2187
1150 #6 0x00007ffff06fe29f in <emit signal ??? on instance 0x93f790 [GtkCheckMenuItem]> (instance=instance@entry=0x93f790, signal_id=<optimized out>, detail=detail@entry=0) at gsignal.c:3361
1151 #3 0x00007ffff06e3b9f in g_closure_invoke (closure=0x93faa0, return_value=return_value@entry=0x0, n_param_values=1, param_values=param_values@entry=0x7fffffffc230, invocation_hint=invocation_hint@entry=0x7fffffffc1b0) at gclosure.c:768
1152 #4 0x00007ffff06f54c9 in signal_emit_unlocked_R (node=node@entry=0x6d73e0, detail=detail@entry=0, instance=instance@entry=0x93f790, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffffffc230) at gsignal.c:3549
1153 #5 0x00007ffff06fded0 in g_signal_emit_valist (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7fffffffc3f0) at gsignal.c:3305
1154 #7 0x00007ffff5eb6158 in gtk_check_menu_item_activate (check_menu_item=0x93f790 [GtkCheckMenuItem]) at gtkcheckmenuitem.c:299
1155 #8 0x00007ffff5eb6158 in gtk_check_menu_item_activate (menu_item=0x93f790 [GtkCheckMenuItem]) at gtkcheckmenuitem.c:419
1156 #12 0x00007ffff06fe29f in <emit signal ??? on instance 0x93f790 [GtkCheckMenuItem]> (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>) at gsignal.c:3361
1157 #9 0x00007ffff06e3b9f in g_closure_invoke (closure=closure@entry=0x6d5aa0, return_value=return_value@entry=0x0, n_param_values=1, param_values=param_values@entry=0x7fffffffc6b0, invocation_hint=invocation_hint@entry=0x7fffffffc630) at gclosure.c:768
1158 #10 0x00007ffff06f51bd in signal_emit_unlocked_R (node=node@entry=0x6d5ba0, detail=detail@entry=0, instance=instance@entry=0x93f790, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffffffc6b0) at gsignal.c:3479
1159 #11 0x00007ffff06fded0 in g_signal_emit_valist (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7fffffffc870) at gsignal.c:3305
1160 #13 0x0000000000417c5e in menu_display_visible_toggled_cb (checkmenuitem=0x93f790 [GtkCheckMenuItem], display=0x8851f0) at ../../src/virt-viewer-app.c:2200
1161 #17 0x00007ffff06fe29f in <emit signal ??? on instance 0x93f790 [GtkCheckMenuItem]> (instance=instance@entry=0x93f790, signal_id=<optimized out>, detail=detail@entry=0) at gsignal.c:3361
1162 #14 0x00007ffff06e3c45 in g_closure_invoke (closure=0x93faa0, return_value=return_value@entry=0x0, n_param_values=1, param_values=param_values@entry=0x7fffffffcb50, invocation_hint=invocation_hint@entry=0x7fffffffcad0) at gclosure.c:768
1163 #15 0x00007ffff06f54c9 in signal_emit_unlocked_R (node=node@entry=0x6d73e0, detail=detail@entry=0, instance=instance@entry=0x93f790, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffffffcb50) at gsignal.c:3549
1164 #16 0x00007ffff06fded0 in g_signal_emit_valist (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7fffffffcd10) at gsignal.c:3305
1165 #18 0x00007ffff5eb6158 in gtk_check_menu_item_activate (check_menu_item=0x93f790 [GtkCheckMenuItem]) at gtkcheckmenuitem.c:299
1166 #19 0x00007ffff5eb6158 in gtk_check_menu_item_activate (menu_item=0x93f790 [GtkCheckMenuItem]) at gtkcheckmenuitem.c:419
1167 #23 0x00007ffff06fe29f in <emit signal ??? on instance 0x93f790 [GtkCheckMenuItem]> (instance=instance@entry=0x93f790, signal_id=<optimized out>, detail=detail@entry=0) at gsignal.c:3361
1168 #20 0x00007ffff06e3c45 in g_closure_invoke (closure=closure@entry=0x6d5aa0, return_value=return_value@entry=0x0, n_param_values=1, param_values=param_values@entry=0x7fffffffcfd0, invocation_hint=invocation_hint@entry=0x7fffffffcf50) at gclosure.c:768
1169 #21 0x00007ffff06f51bd in signal_emit_unlocked_R (node=node@entry=0x6d5ba0, detail=detail@entry=0, instance=instance@entry=0x93f790, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffffffcfd0) at gsignal.c:3479
1170 #22 0x00007ffff06fded0 in g_signal_emit_valist (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7fffffffd190) at gsignal.c:3305
1171 #24 0x00007ffff608648e in IA__gtk_widget_activate (widget=widget@entry=0x93f790 [GtkCheckMenuItem]) at gtkwidget.c:5048
1172 #25 0x00007ffff5f6cacd in IA__gtk_menu_shell_activate_item (menu_shell=0x70ece0 [GtkMenu], menu_item=0x93f790 [GtkCheckMenuItem], force_deactivate=<optimized out>) at gtkmenushell.c:1303
1173 #26 0x00007ffff5f6ce96 in gtk_menu_shell_button_release (widget=0x70ece0 [GtkMenu], event=<optimized out>) at gtkmenushell.c:730
1174 #31 0x00007ffff06fe29f in <emit signal ??? on instance 0x70ece0 [GtkMenu]> (instance=instance@entry=0x70ece0, signal_id=<optimized out>, detail=detail@entry=0) at gsignal.c:3361
1175 #27 0x00007ffff5f578ad in _gtk_marshal_BOOLEAN__BOXED (closure=0x6c7180, return_value=0x7fffffffd4e0, n_param_values=<optimized out>, param_values=0x7fffffffd540, invocation_hint=<optimized out>, marshal_data=<optimized out>) at gtkmarshalers.c:86
1176 #28 0x00007ffff06e3c45 in g_closure_invoke (closure=closure@entry=0x6c7180, return_value=return_value@entry=0x7fffffffd4e0, n_param_values=2, param_values=param_values@entry=0x7fffffffd540, invocation_hint=invocation_hint@entry=0x7fffffffd4c0) at gclosure.c:768
1177 #29 0x00007ffff06f5cef in signal_emit_unlocked_R (node=node@entry=0x6c73f0, detail=detail@entry=0, instance=instance@entry=0x70ece0, emission_return=emission_return@entry=0x7fffffffd660, instance_and_params=instance_and_params@entry=0x7fffffffd540) at gsignal.c:3587
1178 #30 0x00007ffff06fdac2 in g_signal_emit_valist (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7fffffffd710) at gsignal.c:3315
1179 #32 0x00007ffff608790c in gtk_widget_event_internal (widget=widget@entry=0x70ece0 [GtkMenu], event=event@entry=0x944f90) at gtkwidget.c:5017
1180 #33 0x00007ffff6087be7 in IA__gtk_widget_event (widget=widget@entry=0x70ece0 [GtkMenu], event=event@entry=0x944f90) at gtkwidget.c:4814
1181 #34 0x00007ffff5f55b94 in IA__gtk_propagate_event (widget=0x70ece0 [GtkMenu], event=0x944f90) at gtkmain.c:2501
1182 #35 0x00007ffff5f55f5b in IA__gtk_main_do_event (event=0x944f90) at gtkmain.c:1696
1183 #36 0x00007ffff5bae7dc in gdk_event_dispatch (source=<optimized out>, callback=<optimized out>, user_data=<optimized out>) at gdkevents-x11.c:2425
1184 #37 0x00007ffff03e40ba in g_main_context_dispatch (context=0x693d50) at gmain.c:3122
1185 #38 0x00007ffff03e40ba in g_main_context_dispatch (context=context@entry=0x693d50) at gmain.c:3737
1186 #39 0x00007ffff03e4450 in g_main_context_iterate (context=0x693d50, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3808
1187 #40 0x00007ffff03e4772 in g_main_loop_run (loop=0x748980) at gmain.c:4002
1188
1189 2015-04-02 Pavel Grunt <pgrunt@redhat.com>
1190
1191 session-spice: Remove spice-gtk version checks
1192 Since 77ac0d8892837a117f9ca10020c1ac7f1944fca7 virt-viewer requires
1193 spice-gtk v0.28
1194
1195 virt-viewer-app: Set hotkeys when app is constructed
1196 virt_viewer_app_set_hotkeys() calls virt_viewer_app_set_enable_accel()
1197 which notify the display about "enable-accel". However the display
1198 begins to exist after the virt_viewer_app initialization.
1199
1200 Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1206106
1201
1202 virt-viewer-window: Change zoom of the display only when it is possible
1203 Do not allow to zoom out if it is not possible due to the width of
1204 the top menu. It avoids emitting size allocation events that will
1205 change the display resolution of the spice guest.
1206
1207 Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1206460
1208
1209 virt-viewer-window: Return NULL instead of FALSE for display
1210
1211 virt-viewer-display: Use MIN_DISPLAY_WIDTH/HEIGHT instead of numbers
1212
1213 Use ZOOM constants instead of numbers
1214
1215 2015-04-01 Christophe Fergeau <cfergeau@redhat.com>
1216
1217 Fix virt-viewer --reconnect crash with SPICE VMs
1218 When using virt-viewer --reconnect, virt-viewer currently crashes when
1219 a SPICE VM is destroyed with "virsh destroy"
1220
1221 What happens is that when the guest is destroyed, virt-viewer receives a
1222 SPICE_CHANNEL_ERROR_IO notification in
1223 virt_viewer_session_spice_main_channel_event(). This triggers the
1224 emission of the "session-disconnected" signal, which will end up calling
1225 spice_session_disconnect() (indirectly through
1226 virt_viewer_app_disconnected/virt_viewer_app_deactivate).
1227
1228 Since spice-gtk commit ff25f3e, the actual session disconnection is
1229 done from an idle. When the "session-disconnected" emission stops, the
1230 VirtViewerSession instance is destroyed. However, the associated
1231 VirtViewerDisplaySpice are still alive as the various SpiceChannels
1232 instances hold a reference through the "virt-viewer-displays" GObject
1233 data.
1234 These channels are destroyed when the idle queued by spice_session_disconnect()
1235 run. The associated VirtViewerDisplay are in turn destroyed too, but
1236 this causes attempts to use the VirtViewerSession associated with the
1237 displays, which has already been destroyed. This causes a crash.
1238
1239 This commit adds a virt_viewer_session_spice_clear_displays() which is
1240 similar to virt_viewer_session_clear_displays(), but makes sure the
1241 "virt-viewer-displays" references are dropped too. This ensures the
1242 VirtViewerDisplay instances don't outlive the VirtViewerSession
1243 they are associated with.
1244
1245 Backtrace for the crash:
1246
1247 #0 0x0000000000413f0f in display_show_hint (display=0x85ab50 [VirtViewerDisplaySpice], pspec=0x939bd0 [GParamFlags], user_data=0x0) at virt-viewer-app.c:949
1248 #4 0x00000031ff22a29f in <emit signal notify:show-hint on instance 0x85ab50 [VirtViewerDisplaySpice]> (instance=instance@entry=0x85ab50, signal_id=<optimized out>, detail=<optimized out>) at gsignal.c:3361
1249 #1 0x00000031ff20fc45 in g_closure_invoke (closure=0xa98f50, return_value=return_value@entry=0x0, n_param_values=2, param_values=param_values@entry=0x7fffffffc700, invocation_hint=invocation_hint@entry=0x7fffffffc680) at gclosure.c:768
1250 #2 0x00000031ff2214c9 in signal_emit_unlocked_R (node=node@entry=0x674f80, detail=detail@entry=1678, instance=instance@entry=0x85ab50, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffffffc700) at gsignal.c:3549
1251 #3 0x00000031ff229ed0 in g_signal_emit_valist (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7fffffffc8d0) at gsignal.c:3305
1252 #5 0x00000031ff214175 in g_object_dispatch_properties_changed (object=0x85ab50 [VirtViewerDisplaySpice], n_pspecs=<optimized out>, pspecs=<optimized out>) at gobject.c:1056
1253 #6 0x00000031ff216661 in g_object_notify (pspec=0x939bd0 [GParamFlags], object=0x85ab50 [VirtViewerDisplaySpice]) at gobject.c:1149
1254 #7 0x00000031ff216661 in g_object_notify (object=0x85ab50 [VirtViewerDisplaySpice], property_name=<optimized out>) at gobject.c:1197
1255 #8 0x000000000041e5ab in virt_viewer_display_set_show_hint (self=0x85ab50 [VirtViewerDisplaySpice], mask=1, enable=0) at virt-viewer-display.c:691
1256 #9 0x000000000042b62d in update_display_ready (self=0x85ab50 [VirtViewerDisplaySpice])
1257 at virt-viewer-display-spice.c:145
1258 #13 0x00000031ff22a29f in <emit signal notify:ready on instance 0x898590 [SpiceDisplay]> (instance=instance@entry=0x898590, signal_id=<optimized out>, detail=<optimized out>) at gsignal.c:3361
1259 #10 0x00000031ff20fc45 in g_closure_invoke (closure=0x99b280, return_value=return_value@entry=0x0, n_param_values=2, param_values=param_values@entry=0x7fffffffcc50, invocation_hint=invocation_hint@entry=0x7fffffffcbd0) at gclosure.c:768
1260 #11 0x00000031ff2214c9 in signal_emit_unlocked_R (node=node@entry=0x674f80, detail=detail@entry=1696, instance=instance@entry=0x898590, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffffffcc50) at gsignal.c:3549
1261 #12 0x00000031ff229ed0 in g_signal_emit_valist (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7fffffffce20) at gsignal.c:3305
1262 #14 0x00000031ff214175 in g_object_dispatch_properties_changed (object=0x898590 [SpiceDisplay], n_pspecs=<optimized out>, pspecs=<optimized out>) at gobject.c:1056
1263 #15 0x00000031ff216661 in g_object_notify (pspec=0xa83370 [GParamBoolean], object=0x898590 [SpiceDisplay]) at gobject.c:1149
1264 #16 0x00000031ff216661 in g_object_notify (object=0x898590 [SpiceDisplay], property_name=<optimized out>) at gobject.c:1197
1265 #17 0x00007ffff7522525 in update_ready (display=0x898590 [SpiceDisplay]) at spice-widget.c:236
1266 #18 0x00007ffff752257e in set_monitor_ready (self=0x898590 [SpiceDisplay], ready=0)
1267 at spice-widget.c:244
1268 #19 0x00007ffff75274e6 in primary_destroy (channel=0x89f5c0 [SpiceDisplayChannel], data=0x898590)
1269 at spice-widget.c:2169
1270 #20 0x00007ffff7528918 in channel_destroy (s=0x909fa0 [SpiceSession], channel=0x89f5c0 [SpiceDisplayChannel], data=0x898590) at spice-widget.c:2484
1271 #24 0x00000031ff22a29f in <emit signal ??? on instance 0x909fa0 [SpiceSession]> (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>) at gsignal.c:3361
1272 #21 0x00000031ff20fc45 in g_closure_invoke (closure=0xa9bda0, return_value=return_value@entry=0x0, n_param_values=2, param_values=param_values@entry=0x7fffffffd280, invocation_hint=invocation_hint@entry=0x7fffffffd200) at gclosure.c:768
1273 #22 0x00000031ff2214c9 in signal_emit_unlocked_R (node=node@entry=0x9c17d0, detail=detail@entry=0, instance=instance@entry=0x909fa0, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffffffd280) at gsignal.c:3549
1274 #23 0x00000031ff229ed0 in g_signal_emit_valist (instance=<optimized out>, signal_id=<optimized out>, detail=<optimized out>, var_args=var_args@entry=0x7fffffffd450) at gsignal.c:3305
1275 #25 0x00007ffff71c3248 in spice_session_channel_destroy (session=0x909fa0 [SpiceSession], channel=0x89f5c0 [SpiceDisplayChannel]) at spice-session.c:2217
1276 #26 0x00007ffff71bd8b2 in session_disconnect (self=0x909fa0 [SpiceSession], keep_main=0)
1277 at spice-session.c:281
1278 #27 0x00007ffff71c1b27 in session_disconnect_idle (self=0x909fa0 [SpiceSession]) at spice-session.c:1853
1279 #28 0x00000031fee4a0ba in g_main_context_dispatch (context=0x6a4400) at gmain.c:3122
1280 #29 0x00000031fee4a0ba in g_main_context_dispatch (context=context@entry=0x6a4400) at gmain.c:3737
1281 #30 0x00000031fee4a450 in g_main_context_iterate (context=0x6a4400, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at gmain.c:3808
1282 #31 0x00000031fee4a772 in g_main_loop_run (loop=0x9890f0) at gmain.c:4002
1283 #32 0x0000003babc05f75 in gtk_main () at gtkmain.c:1219
1284 #33 0x000000000043143b in main (argc=1, argv=0x7fffffffda48) at virt-viewer-main.c:12
1285
1286 2015-03-27 Fabiano Fidêncio <fidencio@redhat.com>
1287
1288 virt-viewer: Make update_display() more readable
1289
1290 virt-viewer: Do not wait for a guest that will never show up
1291 All the situations where virt_viewer_update_display() can fail are
1292 those when we won't be able to connect regardless of what changes on the
1293 remote host. So, propagate the error instead of waiting for the guest to
1294 start.
1295
1296 Related: rhbz#1085216
1297
1298 remote-viewer: Avoid simple_message_dialog() when errors can be propagated
1299 Remove the dialog used to report errors when create_session() fails,
1300 propagating the error is enough and it is already done.
1301
1302 Related: rhbz#1085216
1303
1304 virt-viewer: Avoid simple_message_dialog() when errors can be propagated
1305 Remove all the dialogs used to report errors on extract_connect_info()
1306 and just propagate the errors we got from it.
1307 The only exception is virt_viewer_domain_event(), that is a callback
1308 that doesn't have GError as argument. In this specific case, we show the
1309 error dialog instead of propagating it.
1310
1311 Related: rhbz#1085216
1312
1313 virt-viewer-app: create_session() should return a boolean
1314 By convention functions that take GError parameters should return FALSE
1315 (or NULL) or error.
1316
1317 Related: rhbz#1085216
1318
1319 virt-viewer-app: Add a GError arg to create_session()
1320 This is part of a small re-factoring that will have all connection
1321 errors, when we won't be able to connect regardless of what changes on
1322 the remote host, being treated by virt_viewer_app_initial_connect(),
1323 avoiding weird behaviors as we have nowadays (like more than one error
1324 dialog being shown or having the virt-viewer waiting forever for a guest
1325 that will never show up).
1326
1327 Related: rhbz#1085216
1328
1329 virt-viewer: Add a GError arg to update_display()
1330 This is part of a small re-factoring that will have all connection
1331 errors, when we won't be able to connect regardless of what changes on
1332 the remote host, being treated by virt_viewer_app_initial_connect(),
1333 avoiding weird behaviors as we have nowadays (like more than one error
1334 dialog being shown or having the virt-viewer waiting forever for a guest
1335 that will never show up).
1336
1337 Related: rhbz#1085216
1338
1339 virt-viewer: Add a GError arg to extract_connect_info()
1340 This is part of a small re-factoring that will have all connection
1341 errors, when we won't be able to connect regardless of what changes on
1342 the remote host, being treated by virt_viewer_app_initial_connect(),
1343 avoiding weird behaviors as we have nowadays (like more than one error
1344 dialog being shown or having the virt-viewer waiting forever for a guest
1345 that will never show up).
1346
1347 Related: rhbz#1085216
1348
1349 2015-03-26 Fabiano Fidêncio <fidencio@redhat.com>
1350
1351 Do not use comments that are not in English
1352
1353 2015-03-24 Pavel Grunt <pgrunt@redhat.com>
1354
1355 virt-viewer: Clean up if no vm was chosen
1356 It is safe to clean up when running virt-viewer without specifying
1357 vm name if no vm was chosen. It brings back behavior before 88f6341.
1358
1359 The 'if (dom == NULL && err != NULL)' part was affected by commits
1360 824c4b9, 1eaaf8c, 15c7d17 so the check for 'err' is not needed anymore.
1361
1362 2015-03-23 Pavel Grunt <pgrunt@redhat.com>
1363
1364 Report errors in one place
1365 Since the error is propagated to the main, report the error there.
1366 To make it work GError VIRT_VIEWER_ERROR_FAILED is set for all
1367 failing states and it is reported using virt_viewer_app_simple_message_dialog().
1368
1369 Clear GError in cleanup section
1370
1371 Exit normally when canceling dialog
1372 This applies for:
1373 libvirt authentication dialog (e.g. virt-viewer --attach guest)
1374 'recent connection' dialog (e.g. remote-viewer)
1375 'vm choose' dialog when connecting without specifying the vm name
1376
1377 This is done by using a new GError VIRT_VIEWER_ERROR_CANCELLED.
1378
1379 virt-viewer: Bring back debug log about nonexistent guest
1380 Although commit 88f6341 allowed to use virt-viewer with a wrong guest name,
1381 the user is informed about the nonexistent guest only by a dialog showing
1382 the list of running machines or informing about the connection error.
1383
1384 Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1201177
1385
1386 2015-03-23 Jonathon Jongsma <jjongsma@redhat.com>
1387
1388 Monitor config at sometimes leaves additional monitors enabled
1389 When using the configuration file to specify which remote monitors should be
1390 enabled when using the --full-screen option, it sometimes left additional
1391 displays enabled, or didn't place the displays on the right monitor, or didn't
1392 fullscreen them.
1393
1394 This was especially true when not enabling the first display on the remote
1395 host. For example:
1396
1397 monitor-mapping=2:2;3:3
1398
1399 (note that configuration file uses 1-based indexes, rather than 0-based
1400 indexes, so the numbers used below will be 1 less than those above)
1401
1402 Previously, when performing fullscreen auto-conf, we were configuring displays
1403 starting at #0 and ending at ndisplays. So for the previous configuration, we
1404 looped from i = 0 to i < 2 (i.e. display #0 and #1) even though we should have
1405 configured display #1 and #2. After this fix, we configure the exact displays
1406 that were specified in the monitor-mapping configuration.
1407
1408 Resolves: rhbz#1200750
1409
1410 Use 'constructed' vfunc instead of 'constructor'
1411 We don't need the added complexity of 'constructor', since we only want
1412 to do some final initializing after all of the properties have been set,
1413 etc. So just use the simpler 'constructed'.
1414
1415 VirtViewerApp: create main window after constructor
1416 When using the configuration file to specify which remote monitors
1417 should be enabled when using the --full-screen option, it sometimes left
1418 additional displays enabled, or didn't place the displays on the right
1419 monitor, or didn't fullscreen them.
1420
1421 Part of the problem was that we were creating the first display window before
1422 loading the monitor mapping configuration from the settings file. So even if
1423 the first display was disabled in the configuration, the first window will
1424 still be created with an id of 0, and therefore didn't get set to fullscreen.
1425 Moving the main window creation to the 'constructor' vfunc instead of the
1426 object init func ensures that the configuration is all loaded before we attempt
1427 to do any fullscreen autoconf.
1428
1429 Related: rhbz#1200750
1430
1431 2015-03-16 Fabiano Fidêncio <fidencio@redhat.com>
1432
1433 Update geometry when enabling/disabling displays
1434 _update_displays_geometry() must be called every time a display is
1435 enabled/disabled, avoiding gaps (when a display is disabled) or overlaps
1436 (when a display is enabled) between the monitors.
1437
1438 This is what happens when we have 3 displays enabled (each one
1439 represented by: width x height + x position + y position) ...
1440
1441 Display #0 Display #1 Display #2
1442 +---------+ +----------+ +---------+
1443 | | | | | |
1444 | | | | | |
1445 | | | | | |
1446 | | | | | |
1447 | | | | | |
1448 | | | | | |
1449 +---------+ +----------+ +---------+
1450 (680x804+0+0) (504x804+680+0) (408x804+1184+0)
1451
1452 Whether the Display #1 is disable, a message will be sent down to the
1453 vdagent, representing the new arrangement of the monitors:
1454
1455 Display #0 Display #2
1456 +---------+ +---------+
1457 | | | |
1458 | | | |
1459 | | | |
1460 | | | |
1461 | | | |
1462 | | | |
1463 +---------+ +---------+
1464 (680x804+0+0) (408x804+1184+0)
1465
1466 However, taking a look on the x position, a gap can be identified as
1467 Display #0 starts at position (0,0) and has 680 pixels of width. But
1468 Display #1 only starts at position (1184, 0), leaving 504 pixels as a
1469 gap. The proper message, however, should represent the following
1470 arrangement ...
1471
1472 Display #0 Display #2
1473 +---------+ +---------+
1474 | | | |
1475 | | | |
1476 | | | |
1477 | | | |
1478 | | | |
1479 | | | |
1480 +---------+ +---------+
1481 (680x804+0+0) (408x804+680+0)
1482
1483 ... avoiding then gaps and overlaps.
1484
1485 Resolves: rhbz#1111425
1486 https://bugzilla.redhat.com/show_bug.cgi?id=1111425
1487
1488 2015-03-13 Christophe Fergeau <cfergeau@redhat.com>
1489
1490 Deal with NULL gport in virt_viewer_app_set_connect_info()
1491 virt_viewer_app_set_connect_info() has a debug statement printing
1492 gport/gtlsport. It checks that gtlsport is not NULL before printing it,
1493 but makes no similar check for gport. Since it's possible to get a NULL
1494 gport when using ovirt:// after the previous commit, it's better to check
1495 it too.
1496
1497 ovirt: Don't try to use invalid port numbers
1498 If a remote oVirt VM don't specify a port/secure port number, we'd still
1499 try to pass it down to spice-gtk, which would then complain that 0 (the
1500 default value) isn't a valid port number.
1501 This commit make sure we filter out the default port/secure-port value
1502 and pass NULL to spice-gtk instead when we get these values.
1503
1504 foreign-menu: Don't show empty foreign menu on secondary displays
1505 When using ovirt://, the foreign menu will only be shown in the primary
1506 window after getting notified about OvirtForeignMenu::files (ie when
1507 it managed to fetch some ISO files to show in the foreign menu).
1508
1509 However, for secondary windows, the foreign menu will be added to the
1510 window even if there are no files to show. This commit makes sure we
1511 destroy the window foreign menu whenever it would be empty.
1512
1513 2015-03-12 Fabiano Fidêncio <fidencio@redhat.com>
1514
1515 POTFILES: Add virt-viewer-preferences.xml
1516 The file was introduced in commit
1517 73b80ba99fb80140cadd07bbbf09a412bb9a0098
1518
1519 spec: Add virt-viewer-preferences.xml
1520 The file was introduced in commit
1521 73b80ba99fb80140cadd07bbbf09a412bb9a0098
1522
1523 2015-03-12 Christophe Fergeau <cfergeau@redhat.com>
1524
1525 ovirt: Fail gracefully when hostname is missing
1526 When parsing info returned by oVirt REST API, the hostname should be
1527 present. However, I recently run remote-viewer against a buggy oVirt
1528 instance where the hostname was missing. This commit handles better this
1529 situation by displaying an error message and exiting.
1530
1531 ovirt: Take into account SPICE proxy
1532 VMs managed by oVirt can be hidden behind a proxy. This commit allows
1533 remote-viewer to make use of this information when it's available
1534 A recent oVirt instance is needed so that it's available through the
1535 REST API, as well as libgovirt 0.3.3 or newer.
1536 With older oVirt/libgovirt versions, the worst that can happen is a
1537 runtime warning in the console, and an impossibility to connect to VMs
1538 behind a proxy, so this commit is not raising the minimum libgovirt
1539 requirement.
1540
1541 2015-03-12 Fabiano Fidêncio <fidencio@redhat.com>
1542
1543 Take --direct into consideration when checking if a guest is reachable
1544 When connecting to a remote host (using qemu+ssh://...) that has a
1545 virtual machine listening to "127.0.0.1", virt_viewer_is_reachable() must
1546 take --direct into account, otherwise it can end up connecting to a local
1547 virtual machine listening to "0.0.0.0" instead of returning that the
1548 guest is not reachable.
1549
1550 Resolves: rhbz#1085216
1551
1552 2015-03-11 Fabiano Fidêncio <fidencio@redhat.com>
1553
1554 Add G_SOURCE_REMOVE to vir-glib-compat
1555 G_SOURCE_REMOVE was introduced in GLib 2.32 and has its value defined as
1556 FALSE.
1557
1558 Avoid 'Dereference of a null pointer'
1559 Caught by Covscan.
1560
1561 2015-03-05 Marc-André Lureau <marcandre.lureau@gmail.com>
1562
1563 Enable share folder widgets if supported by session
1564
1565 Add virt_viewer_session_can_share_folder()
1566 Functions name says it all, it is only implement for Spice, checking
1567 for webdav channel presence.
1568
1569 Sync preferences widgets with session properties
1570
1571 Show preferences dialog
1572 Add a menu item Preferences under File and show the preferences dialog
1573
1574 Add preferences dialog UI file
1575
1576 spice: enable/disable share folder
1577 Connect/disconnect webdav channel to enable or disable sharing folder
1578
1579 2015-03-04 Marc-André Lureau <marcandre.lureau@gmail.com>
1580
1581 spice: sync share folder preferences with session
1582
1583 Bump spice-gtk to 0.28
1584 The following patches will only work with spice-gtk >= 0.28.
1585
1586 Add a few session properties for share folder
1587 See properties comments for details.
1588
1589 misc: add a missing "static" for function
1590
1591 2015-02-23 Daniel P. Berrange <berrange@redhat.com>
1592
1593 Switch over to use zanata for managing translations
1594 Push new pot with
1595
1596 cd po
1597 make virt-viewer.pot
1598 zanata push
1599
1600 Pull new translations with
1601
1602 cd po
1603 zanata pull
1604
1605 2015-02-18 Pavel Grunt <pgrunt@redhat.com>
1606
1607 Do not add "https://" and "/api" to oVirt URI
1608 It is deprecated since govirt 0.3.1 (and virt-viewer already depends on
1609 govirt 0.3.2).
1610
1611 Silences:
1612 (remote-viewer:19420): libgovirt-WARNING **: Passing a full http:// or https:// URI to ovirt_proxy_new() is deprecated
1613 (remote-viewer:19420): libgovirt-WARNING **: Passing an URI ending in /api to ovirt_proxy_new() is deprecated
1614
1615 2015-01-12 Daniel P. Berrange <berrange@redhat.com>
1616
1617 Bump release to 3.0 for next dev cycle
1618
1619 Update NEWS for 2.0 release
1620
1621 2015-01-12 Marc-André Lureau <marcandre.lureau@gmail.com>
1622
1623 wixl: use a versionized installation directory
1624 It turned out that not only the current MSI broke the "component rule",
1625 but also that our files are not versionized correctly. Windows Installer
1626 applies some file versioning rules before replacing a file
1627 http://msdn.microsoft.com/en-us/library/aa368599%28v=vs.85%29.aspx
1628
1629 Since msitools doesn't extract version from files and populate the Version
1630 field of the File table, it "usually" keep the current file installed.
1631
1632 It's practically impossible to rely on version information from
1633 files (from a quick look, only 5% of the files are versionized and even
1634 less correctly, libgcrypt seems to do non-monotonic buildid for example)
1635
1636 So the rule that applies when files are not versionized is to check the
1637 file hash, and the modified date. File hash was added recently in
1638 msitools, but doesn't apply when the installed file itself has a
1639 version.
1640
1641 In order to solve the above problems, it's simpler to just have a
1642 different installation prefix. Windows Installer will see files with
1643 different component guid, and won't be checking any file update rule. I
1644 have verified the upgrade is working, not leaving any file behind and
1645 updating registry correctly with this solution. Until the files are
1646 correctly versionized, it looks like the only sensible thing to
1647 do. Furthermore, this make it simpler to have several versions installed
1648 in parallel later on (when we change productid)
1649
1650 2015-01-12 Daniel P. Berrange <berrange@redhat.com>
1651
1652 Update LINGUAS file from translation refresh
1653
1654 Tweak autobuild.sh to facilitate release builds
1655
1656 Refresh translations from transifex
1657
1658 2015-01-09 Daniel P. Berrange <berrange@redhat.com>
1659
1660 Add deps on mingw glib-networking RPMs needed by libsoup
1661
1662 Update mingw RPM deps to refer to gstreamer1
1663
1664 2015-01-08 Daniel P. Berrange <berrange@redhat.com>
1665
1666 Fix typo s/SPICE_GTK3_REQUIRED/SPICE_GTK_REQUIRED/
1667 There is no separate version constant for SPICE GTK2 vs GTK3
1668
1669 2015-01-08 Fabiano Fidêncio <fidencio@redhat.com>
1670
1671 virt-viewer: set transient parent for connection's error dialog
1672 Commit c3d24f8b sets transient parent for the most part of the
1673 GtkDialogs, but seems like this one was forgotten.
1674
1675 2015-01-06 Christophe Fergeau <cfergeau@redhat.com>
1676
1677 virt-viewer: Don't connect to localhost displays with qemu+tcp://
1678 When connecting to a remote libvirt instance, a VM may only be listening
1679 on localhost for SPICE/VNC connections. In such a situation, virt-viewer
1680 then tries to connect to localhost, which is not correct as this
1681 'localhost' referred to the remote libvirt host it connected to.
1682 This commit adds a couple of tests on the libvirt URI used and the
1683 <graphics> listen address to error out in this situation.
1684
1685 Resolves: rhbz#1108523
1686
1687 2015-01-06 Jonathon Jongsma <jjongsma@redhat.com>
1688
1689 Remove 'map' handler for VirtViewerDisplay
1690 In order to solve several problems with sizing and resizing displays, a
1691 'map' handler was added to VirtViewerDisplay. The first time the map
1692 handler runs, its queues a resize to attempt to ensure that the window
1693 gets created at its desired size. Subsequent map events generate a call
1694 to _make_resizable(), which was an attempt to ensure that the window was
1695 always 'shrinkable' on the Microsoft Windows platform. Recent testing
1696 suggests that this _make_resizable() is not actually necessary on
1697 Windows anymore, since it is possible to shrink the display even when
1698 this call is removed.
1699
1700 In addition, the call to _queue_resize() is a bit of an indirect
1701 solution to the problem of ensuring the proper size at startup. What we
1702 really want is to guarantee that the very first size request negotiation
1703 returns the desired size rather than the minimum size. In order to do
1704 this, we've added a flag to determine whether we've ever received a size
1705 request, and if not, we return our desired size, even if 'dirty' is not
1706 set.
1707
1708 2015-01-05 Fabiano Fidêncio <fidencio@redhat.com>
1709
1710 spec: Update mingw in order to use gstreamer1
1711
1712 2015-01-05 Victor Toso <victortoso@redhat.com>
1713
1714 nsis: use gstreamer-1.0 instead of gstreamer-0.10
1715 Spice-gtk now is able to use gstreamer-1.0 for playback and record
1716 audio. This patch updates the installer to use the latest version.
1717
1718 2015-01-02 Christophe Fergeau <cfergeau@redhat.com>
1719
1720 win: Use correct format string for intptr_t
1721 Using %d as a format-specifier for intptr_t causes a warning with
1722 mingw64:
1723 virt-viewer-events.c: In function 'virt_viewer_events_add_handle':
1724 virt-viewer-events.c:103:5: warning: format '%d' expects argument of
1725 type 'int', but argument 5 has type 'intptr_t' [-Wformat=]
1726 g_debug("Converted fd %d to handle %d", fd, _get_osfhandle(fd));
1727
1728 2014-12-22 Fabiano Fidêncio <fidencio@redhat.com>
1729
1730 spec: Update mingw in order to use ovirt
1731
1732 spec: Update mingw in order to use gtk3
1733
1734 nsis: use gtk-vnc conditionally
1735 Only include gtk-vnc as dep when it's explicitly done in the configure.
1736
1737 nsis: use spice-gtk conditionally
1738 Only include spice-gtk as dep when it's explicitly done in the configure.
1739
1740 nsis: use libgovirt conditionally
1741 Only include libgovirt as dep when it's explicitly done in the configure.
1742
1743 nsis: add missing file needed to use virsh.exe
1744
1745 nsis: use libvirt conditionally
1746 Only include libvirt as dep when it's explicitly done in the configure.
1747
1748 2014-12-21 Fabiano Fidêncio <fidencio@redhat.com>
1749
1750 msi: use gtk-vnc conditionally
1751 Only include gtk-vnc as dep when it's explicitly done in the configure.
1752
1753 msi: use spice-gtk conditionally
1754 Only include spice-gtk as dep when it's explicitly done in the configure.
1755
1756 msi: use libgovirt conditionally
1757 Only include libgovirt as dep when it's explicitly done in the configure.
1758
1759 msi: use libvirt conditionally
1760 Only include libvirt as dep when it's explicitly done in the configure.
1761
1762 cosmetic: use $(VAR) instead of ${VAR}
1763
1764 2014-12-19 Pavel Grunt <pgrunt@redhat.com>
1765
1766 Set a transient parent for GtkDialogs
1767 Silence the Gtk 3.14 message:
1768 "GtkDialog mapped without a transient parent. This is discouraged."
1769
1770 2014-12-15 Marc-André Lureau <marcandre.lureau@gmail.com>
1771
1772 msi/nsis: fix keyboard-shortcuts icon location
1773 The /usr/share/icons/gnome icon theme location has been replaced with
1774 Adwaita in f21, fix the path.
1775
1776 2014-12-15 Fabiano Fidêncio <fidencio@redhat.com>
1777
1778 msi: add gtk3 support
1779 Add support to build the virt-viewer's msi using GTK3.
1780 For the GTK3 build, in order to provide all used icons for Windows
1781 systems we have to include manually all the icons we want to or add
1782 adwaita-icon-theme as dependency. I've decided to go with the first
1783 approach, what can be improved when we have "foreach" support in
1784 msitools (https://bugzilla.gnome.org/show_bug.cgi?id=741296).
1785
1786 msi: add libgovirt as dependency
1787 libgovirt is used to provide support to foreign menu using ovirt.
1788
1789 nsis: add missing 24x24 icons
1790
1791 nsis: add gtk3 support
1792 Add support to build the virt-viewer's nsis using GTK3.
1793
1794 nsis: remove $INSTDIR\etc
1795
1796 nsis: remove $INSTDIR\etc\libvirt
1797
1798 nsis: remove dup entries
1799
1800 nsis: add libgovirt (and its dependencies)
1801 libgovirt is used to provide support to foreign menu using ovirt.
1802
1803 nsis: add libwinpthread-1.dll
1804 libwinpthread-1.dll is a dependency of libvirt
1805
1806 nsis: add libopus-0.dll
1807 libopus-0.dll is a dependency of spice-glib
1808
1809 nsis: add libnettle-4-7.dll (and its dependencies)
1810 libgcc_s_sjlj-1 is needed by libgmp (on x86)
1811 libgcc_s_seh-1 is needed by libgmp (on x86_64s)
1812 libgmp-10.dll is needed by libnettle
1813 libhogweed-2-5.dll is provided by libnettle
1814 libnettle-4-7.dll is needed by gnutls
1815 gnutls is needed by gvnc and libvirt
1816
1817 An interesting point here that worth to mention is the usage of /nonfatal
1818 when including libgcc_s_{sjlj,seh}-1.dll. As we only have the _seh in x64
1819 the build breaks trying to add "not found" files. A check for arch was
1820 one option to solve the problem, but _sjlj may exist in x64 as well, when
1821 using an old gcc. An explicit check if the file exists (in compile time)
1822 was another idea, but for some reason the "-" part of the filename was
1823 interpreted as a math operand, breaking the build.
1824 With all that in mind, adding /nonfatal was the most convenient solution.
1825
1826 nsis: update libgnutls version
1827 Use version -28 instead of -26, matching what currently is in f21.
1828
1829 nsis: update libtasn1 version
1830 Use version -6 instead of -3, matching what currently is in f21.
1831
1832 nsis: update libpng version
1833 Use libpng15-15 instead of libpng16-16, matching what currently is in
1834 f21.
1835
1836 nsis: update libgcrypt version
1837 Use version -20 instead of -11, matching what currently is in f21.
1838
1839 2014-12-10 Pavel Grunt <pgrunt@redhat.com>
1840
1841 display-vnc: fix zoom-level set by command line
1842 Setting the zoom-level using the command line option '--zoom' is not
1843 working for vnc guests. This problem can be solved by emitting
1844 the "display-desktop-resize" signal when vnc is initialized.
1845
1846 https://bugzilla.redhat.com/show_bug.cgi?id=1170071
1847
1848 2014-12-01 Marc-André Lureau <marcandre.lureau@gmail.com>
1849
1850 Do not show twice error dialog when no VM are found
1851 When running virt-viewer without argument, and no VM are found, you get
1852 two error dialogs. Only one is enough.
1853
1854 spice: calling VirtViewerSession:close() can destroy self
1855 SpiceSession in spice-gtk v0.27 will remove channels from session during
1856 disconnect (and not when they are actually disposed). When no channels
1857 are left, session-disconnected is emitted, and the VirtViewerSession
1858 will be unref from the application. Use a weak reference to self to
1859 avoid crashing after calling spice_session_disconnect()
1860
1861 As a workaround for existing clients, spice-gtk v0.27 will defer the
1862 disconnection to idle time. But the fix still makes sense and would
1863 prevent potentially future issues if spice-gtk changes back to sync
1864 disconnection.
1865
1866 (the alternative of calling ref/unref would needlessly recreate a
1867 SpiceSession with a call to create_spice_session(), which is something
1868 we can avoid when leaving the application)
1869
1870 2014-11-25 Marc-André Lureau <marcandre.lureau@gmail.com>
1871
1872 virt-viewer: allow connection to unix socket only server
1873 Even when the server doesn't provide a display connection address,
1874 virt-viewer is able to connect to guest with libvirt attach.
1875
1876 Report error on attach-only display
1877 Provide error details if the display can only be access through libvirt
1878 --attach method.
1879
1880 Report error in dialog
1881 Use a UI dialog to inform of connection error.
1882
1883 Simplify virt_viewer_initial_connect()
1884 - do not overwrite err if ->initial_connect() sets it
1885 - remove need for waitvm if the display server isn't yet started (note:
1886 this function might be untested, I am not sure relying on libvirt events
1887 is enough)
1888
1889 Simplify virt_viewer_initial_connect()
1890 - remove need for waitvm if the display server isn't yet started (note:
1891 this function might be untested, I am not sure relying on libvirt events
1892 is enough)
1893
1894 Simplify virt_viewer_initial_connect()
1895 Some refactoring to make the code easier to read, mostly code
1896 movement/reindenting and introduction of a "wait" label which has the
1897 same purpose as "done".
1898 This also adds a "goto wait" within an if block, but this does not
1899 change the initial code flow, just makes it more explicit.
1900
1901 Remove VIRT_VIEWER_VM_CHOOSE_DIALOG_CANCELLED
1902 This error type isn't really an error, it is used to skip error report
1903 code. The functions can simply return FALSE on failure, without GError
1904 set, to indicate that program should quit normally.
1905
1906 Limit HAVE_SOCKETPAIR to directly concerned code
1907
1908 Move libvirt reconnect polling to VirtViewer
1909 This is libvirt specific, no need to share it in the VirtViewerApp base
1910 class.
1911
1912 spice: use virt_viewer_signal_connect_object
1913 This isn't required, but makes it easier to track reference issues, as
1914 you have guarantee that callbacks won't be executed if the objects are
1915 disposed.
1916
1917 2014-11-24 Fabiano Fidêncio <fidencio@redhat.com>
1918
1919 Add virt-viewer-usb.png
1920 Windows XP (at least) doesn't recognize .svg files
1921
1922 2014-11-20 Fabiano Fidêncio <fidencio@redhat.com>
1923
1924 Replace priv->withEvents usage for priv->domain_event
1925 Once we have priv->domain_event, we don't need priv->withEvents anymore
1926
1927 Prefer to use virConnectDomainEventRegisterAny()
1928 The usage of virConnectDomainEventRegister() is no longer recommended
1929 according to the libvirt's documentation.
1930
1931 Set freed priv->dom to NULL in _dispose()
1932 Avoid a possible use/free after the object has been freed.
1933
1934 Make sure conn exists before use it
1935 Although all the used functions have a explicit check for a valid
1936 virConnPtr, let's be safe and only use priv->conn when its value is
1937 non-NULL.
1938
1939 2014-11-18 Christophe Fergeau <cfergeau@redhat.com>
1940
1941 VirtViewerApp: Never remove main window
1942 It's currently possible to destroy any virt-viewer window, including the
1943 main window. However, some part of the code expects that the main window
1944 is always present, for example to present status messages.
1945
1946 In particular, stopping the guest (or running virsh destroy) will close
1947 all windows: virt_viewer_session_clear_displays will get called, which
1948 will call into virt_viewer_app_remove_display_removed, and finally into
1949 virt_viewer_app_remove_nth_window, which will destroy the window being
1950 removed if it holds the last reference to it.
1951
1952 So going through virt_viewer_session_clear_displays, all
1953 VirtViewerWindow instances and their corresponding GtkWindow have been
1954 destroyed. This is already an issue as VirtViewerApp::main_window will
1955 be pointing to freed memory.
1956
1957 When using virt-viewer --reconnect, this will cause a crash when
1958 restarting the guest in virt_viewer_app_create_session as it tries to
1959 get a valid GtkWindow through:
1960 GtkWindow *window = virt_viewer_window_get_window(priv->main_window);
1961
1962 This commit avoids this issue by special casing the main window in
1963 virt_viewer_app_remove_nth_window to ensure it never gets removed.
1964 This is similar to what is done in virt_viewer_app_hide_all_windows.
1965
1966 2014-11-14 Christophe Fergeau <cfergeau@redhat.com>
1967
1968 Fix check of virt_viewer_app_initial_connect return value
1969 Commit 13f493200 changed virt_viewer_app_initial_connect to return a
1970 gboolean rather than an int, but one call site was not updated to the
1971 new convention, and was still checking for a negative value rather than
1972 for FALSE in order to detect failures.
1973
1974 2014-11-03 Daniel P. Berrange <berrange@redhat.com>
1975
1976 Check for spice-gtk 0.26 instead of a git snapshot of 0.25
1977 As spice-gtk macro for checking the version numbers was broken, let's
1978 check for 0.26 and avoid to have virt-viewer broken on a few distros
1979 for a good long time.
1980
1981 2014-10-31 Christophe Fergeau <cfergeau@redhat.com>
1982
1983 Don't use virGetLastErrorMessage()
1984 This was introduced in libvirt 1.0.6 but we only require libvirt 0.10.0
1985
1986 Don't call local variable 'select'
1987 This causes warnings with older compilers
1988 virt-viewer-vm-connection.c:52: warning: declaration of 'select' shadows
1989 a global declaration
1990 /usr/include/sys/select.h:109: warning: shadowed declaration is here
1991
1992 2014-10-27 Daniel P. Berrange <berrange@redhat.com>
1993
1994 Avoid log message warning messages due to incorrect int format
1995 The G_N_ELEMENTS() type is size_t but this was being passed to
1996 a format string with '%lu' which is of a different size on many
1997 platforms. Just delete this part of the warning message since
1998 it was not hugely useful.
1999
2000 Add new ui files to the RPMs
2001
2002 Avoid use of non-literal string with g_debug
2003
2004 Fix typo s/to to/to/
2005
2006 Remove useless 'if (...)' before free()
2007 The 'free()' function accepts NULL, so you should not
2008 check for NULL before calling it.
2009
2010 2014-10-27 Jonathon Jongsma <jjongsma@redhat.com>
2011
2012 Don't try to re-configure displays when there are none
2013 virt_viewer_session_on_monitor_geometry_changed() gets called
2014 immediately upon agent connection, but sometimes this is before any
2015 displays have been received. Simply return early when this is the case.
2016
2017 Shift top-left display to origin
2018 When using a custom fullscreen display configuration, it's possible to
2019 specify that e.g. a single screen should be fullscreen on client
2020 monitor #4. Since we send down absolute positions and disable alignment
2021 when all windows are in fullscreen, we can send configurations with a
2022 very large offset to the top-left corner. This could result in the guest
2023 trying to create a screen that was much larger than necessary. For
2024 example when sending a configuration of 1280x1024+4240+0, the guest
2025 would need to allocate a screen of size 5520x1024, which might fail if
2026 video memory was too low. To avoid this issue, we shift all displays
2027 so that the minimum X coordinate for all screens is at x=0, and the
2028 minimum y coordinate is at y=0.
2029
2030 2014-10-24 Jonathon Jongsma <jjongsma@redhat.com>
2031
2032 Move monitor alignment function to util header
2033
2034 2014-10-23 Christophe Fergeau <cfergeau@redhat.com>
2035
2036 man: Improve documentation for 'version' field in vv files
2037
2038 2014-10-23 Rex Dieter <rdieter@math.unl.edu>
2039
2040 spec: Update/optimize mime scriptlets
2041
2042 2014-10-16 Fabiano Fidêncio <fidencio@redhat.com>
2043
2044 Check for the right spice version in session-spice.c
2045 We have to check for the spice version where the
2046 SPICE_CLIENT_ERROR_AUTH_NEEDS_PASSWORD_AND_USERNAME was introduced and
2047 not for the one where spice_channel_get_error() was introduced.
2048
2049 2014-10-16 Jonathon Jongsma <jjongsma@redhat.com>
2050
2051 Don't disable "send key" menu when display isn't ready
2052 The ability to send a keystroke should not depend on whether a display
2053 is ready or not, it only depends on whether the display exists or not.
2054
2055 See https://bugzilla.redhat.com/show_bug.cgi?id=1152574
2056
2057 2014-10-15 Jonathon Jongsma <jjongsma@redhat.com>
2058
2059 Fix bug with initial placement of fullscreen windows
2060 The function app_window_try_fullscreen() will lookup the initial monitor
2061 for the nth monitor internally, so we should pass in the display ID to the function
2062 rather than the mapped monitor ID. This was causing 2 monitors on the
2063 same monitor with a configuration like this:
2064
2065 monitor-mapping=1:2;2:1
2066
2067 2014-10-15 Fabiano Fidêncio <fidencio@redhat.com>
2068
2069 Force display_show_hint() when the display is set
2070 Since a window is not created at startup for each display, the first
2071 display(s) set when the application is opened will never receive and
2072 treat the "notify::show-hint" signal on VirtViewerWindow, once the
2073 callback is only set when the display is set to the specific window.
2074 It causes problems like the "Send Key" menu not activated till an extra
2075 display is added. To avoid this problem, let's force a call to
2076 display_show_hint() everytime a display is set.
2077
2078 Resolves: rhbz#1152468
2079 https://bugzilla.redhat.com/show_bug.cgi?id=1152468
2080
2081 2014-10-10 Marc-André Lureau <marcandre.lureau@gmail.com>
2082
2083 Use socat instead of nc if possible
2084 It turns out that nc does not leave on server disconnect, and there
2085 doesn't seem to be any option to do that, leaving client open, and
2086 a bunch of idle processes.
2087
2088 Replacing nc with socat solves that, client is disconnected when
2089 the VM is shut down, when the sever connection is closed.
2090
2091 https://bugzilla.redhat.com/show_bug.cgi?id=1030487
2092
2093 2014-10-10 Fabiano Fidêncio <fidencio@redhat.com>
2094
2095 Prefill the username in the authentication dialog
2096 Lets prefill the username entry using the user name of the
2097 current user.
2098
2099 Use 'username' property from .vv file for spice-session
2100
2101 Ask for username when connecting with SASL
2102 When connecting with SASL for authentication, some authentication
2103 mechanisms need a username (the plain text and md5 ones, for example).
2104
2105 2014-10-10 Pavel Grunt <pgrunt@redhat.com>
2106
2107 Show VM chooser dialog when starting virt-viewer with no arg
2108 When user starts virt-viewer without specifying VM domain name
2109 or with a wrong name a list of running machines is shown
2110 and user may choose one of them.
2111
2112 Show VM chooser dialog when oVirt VM name is missing
2113 When a user tries to connect to ovirt without specifying
2114 VM name (remote-viewer ovirt://ovirt.example.com) or with
2115 wrong VM name a list of available virtual machines is shown,
2116 and the user may pick a machine he wants to connect to.
2117
2118 2014-10-09 Christophe Fergeau <cfergeau@redhat.com>
2119
2120 man: Document [ovirt] section in .vv files
2121 Add documentation for these options even though they are mainly meant to
2122 be set by the oVirt portal when it generates the .vv file.
2123
2124 man: Improve doc for 'ca' in .vv files
2125 Make it clearer that this CA will be used to validate the certificate
2126 presented by the remote SPICE host when using TLS.
2127
2128 Fix 'seperate' typo in man page/comments
2129
2130 ovirt: Allow to remove CD images
2131 It turns out this is supposed to be done through update requests with a
2132 CD image with an empty name, which is what the current code tries to do.
2133 The only reason it's not working is because of server-side bugs with
2134 oVirt < 3.5
2135 The requirement on libgovirt is raised to 0.3.2 as
2136 a small change is needed as well in libgovirt to allow empty filenames:
2137 https://git.gnome.org/browse/libgovirt/commit/?id=bdb788fcc
2138
2139 Without this change, nothing too bad will happen, but the CD won't be
2140 removed and warnings will be logged in the console.
2141
2142 2014-10-01 Ján Tomko <jtomko@redhat.com>
2143
2144 Prefer virDomainOpenGraphicsFD for --attach
2145 The virDomainOpenGraphics API cannot label the socket
2146 we pass to it. Prefer virDomainOpenGraphicsFD (if building
2147 with libvirt 1.2.8 or later) which creates the socket for us
2148 and works with SELinux too.
2149
2150 Fall back to the old API if the new one is unsupported
2151 (i.e. the libvirtd on the host is older than the libvirt version
2152 virt-viewer was compiled against).
2153
2154 Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1141228
2155
2156 2014-09-26 Fabiano Fidêncio <fidencio@redhat.com>
2157
2158 Let the user cancel the SPICE auth dialog
2159 virt_viewer_auth_collect_credentials() was recently changed to return
2160 a boolean instead of an integer (2561c171). This change introduced a
2161 regression in the authentication dialog behavior, making it impossible
2162 for the user to cancel.
2163
2164 Improve authentication error messages
2165 Adding a better error message to our default error message, based on the
2166 libvirt error. Also, the libvirt error is shown as debug.
2167
2168 https://bugzilla.redhat.com/show_bug.cgi?id=1142742
2169
2170 Simplify virt_viewer_auth_libvirt_credentials() return value logic
2171 As the function should return < 0 in error cases, let's explicitly
2172 return/set the return value to -1 in error cases. Otherwise, the
2173 function will return 0.
2174
2175 This patch also fixes a regression introduced by (a5ce2ed3).
2176
2177 https://bugzilla.redhat.com/show_bug.cgi?id=1142742
2178
2179 2014-09-26 Jonathon Jongsma <jjongsma@redhat.com>
2180
2181 Add example of an oVirt URI to the manpage
2182 https://bugzilla.redhat.com/show_bug.cgi?id=1142769
2183
2184 Add documentation for fullscreen monitor mapping
2185 see https://bugzilla.redhat.com/show_bug.cgi?id=1142769
2186
2187 Initialize fullscreen display map to fallback
2188 If uuid was never set, we never checked the 'fallback' monitor map.
2189 Initializing the monitor map to the fallback value at startup solves
2190 this issue. This allows fallback mode to work with older servers that
2191 don't send the UUID.
2192
2193 Unset app 'fullscreen' when leaving fullscreen
2194 Previously, the fullscreen floating toolbar and the "toggle-fullscreen"
2195 hotkey (which maps to the menu item action) had slightly different
2196 methods of exiting fullscreen. The floating toolbar method unset the
2197 'fullscreen' property on the application (which causes all windows to
2198 simultaneously exit fullscreen), whereas the hotkey did not. This had a
2199 side-effect of preventing the display from auto re-sizing if it was
2200 fullscreened again. After this change, both the hotkey and the toolbar
2201 button will unset the application-level 'fullscreen' property when
2202 exiting fullscreen mode.
2203
2204 Resolves: rhbz#1022608
2205
2206 2014-09-24 Jonathon Jongsma <jjongsma@redhat.com>
2207
2208 VirtViewerDisplayVnc: set 'session' property
2209 Set the display's session property in the constructor. If the session is
2210 not set, then virt_viewer_display_get_session() doesn't return anything
2211 useful.
2212
2213 Make default window size a bit more useful
2214 Currently, windows have a default size of 400x400 pixels. This is a
2215 strange aspect ratio for a display, and it is also too small to be
2216 useful for much. Since the default window size determines the initial
2217 size of newly-enabled displays, it would be nice if we used a slightly
2218 better size.
2219
2220 Set initial window size to display desktop size
2221 When setting the 'display' for a VirtViewerWindow, the initial size for
2222 that window should be the size of the remote display. So we synthesize a
2223 desktop resize event when setting a new display for a window. This is
2224 only done for enabled displays. Disabled displays generally have a size
2225 of 0x0, which would result in the window being at it's minimum size, so
2226 just allow the window to use its default size.
2227
2228 Create windows on demand, not at startup
2229 Previously, a window was created at startup for each display, even if
2230 the display was not enabled. This resulted in a fixed 1:1 association
2231 between windows and remote displays. Since there was always one window
2232 created at startup to display status messages (the "main window"), this
2233 was always associated with remote display #1. But if the first remote
2234 display was not enabled, we ended up with a extra black window with a
2235 message saying ("Waiting for display 1...").
2236
2237 By creating windows on demand, we can re-use the "main window" for any
2238 arbitrary display, even if it's not display #1.
2239
2240 Resolves: rhbz#1032939
2241
2242 VirtViewerApp: store windows in a list
2243 Use a list to store the application's windows. This is another step
2244 towards separating the window from the guest display ID.
2245
2246 VirtViewerDisplay: add convenience API for getting nth
2247 g_object_get(...) can be cumbersome, so add convenience API for getting
2248 the display ID ("nth-display") property:
2249
2250 virt_viewer_display_get_nth()
2251
2252 App: keep hash table of displays
2253 This is part of a re-factoring that will de-couple the client window
2254 from the remote display id.
2255
2256 Don't show extra screens in fullscreen mode
2257 When using the fullscreen display mapping configuration file, extra
2258 monitors could end up enabled by mistake. This was because
2259 virt_viewer_app_get_initial_monitor_for_display would end up returning
2260 Nmonitor = Ndisplay when the display map hash lookup failed. In
2261 reality, when a display map is specified, but the hash lookup fails,
2262 the display should not be enabled. This function now returns -1 to
2263 distinguish this case, and the display is not enabled when this value is
2264 returned.
2265
2266 Resolves issue described at
2267 https://bugzilla.redhat.com/show_bug.cgi?id=1129477#c9
2268
2269 Move monitor mapping into app_window_try_fullscreen()
2270 Rather than requiring all callers to calculate the initial monitor
2271 mapping before calling app_window_try_fullscreen, move the
2272 responsibility for calculating the correct monitor into this function.
2273 This makes it less likely that somebody will forget and a display will
2274 get placed on the wrong monitor.
2275
2276 2014-09-23 Christophe Fergeau <cfergeau@redhat.com>
2277
2278 Don't unref 'display' in VirtViewerDisplaySpice::finalize
2279 Right after being created, the SpiceDisplay 'display' private member is
2280 added to the VirtViewerDisplaySpice GTK+ container with
2281 gtk_container_add. This call will take ownership of the floating
2282 reference that SpiceDisplay got upon creation.
2283 This means VirtViewerDisplaySpice::display is a pointer to SpiceDisplay,
2284 but it must not be unref'ed when the object is destroyed as we don't own
2285 that reference.
2286 As the container which owns the reference is the
2287 VirtViewerDisplaySpice instance itself, we don't need to take an
2288 additional reference here.
2289
2290 This fixes a crash when exiting remote-viewer after connecting to a
2291 SPICE VM:
2292 #0 0x00007ffff3f33a81 in g_type_check_instance_is_fundamentally_a (type_instance=0x874500, fundamental_type=80) at gtype.c:3981
2293 #1 0x00007ffff3f19f96 in g_object_unref (_object=0x874500) at gobject.c:3067
2294 #2 0x000000000042a1ea in virt_viewer_display_spice_finalize (obj=0x6ebc30) at virt-viewer-display-spice.c:65
2295 #3 0x00007ffff3f1a257 in g_object_unref (_object=0x6ebc30) at gobject.c:3170
2296 #4 0x0000000000428de7 in destroy_display (data=0x6ebc30) at virt-viewer-session-spice.c:649
2297 #5 0x00007ffff3bbb51b in g_ptr_array_foreach (array=0x7e12a0, func=0x428d71 <destroy_display>, user_data=0x0) at garray.c:1502
2298 #6 0x00007ffff3bbaadf in ptr_array_free (array=0x7e12a0, flags=FREE_SEGMENT) at garray.c:1088
2299 #7 0x00007ffff3bbaa10 in g_ptr_array_unref (array=0x7e12a0) at garray.c:1036
2300 #8 0x00007ffff3bcf9bd in g_data_set_internal (datalist=0xa0adb0, key_id=1622, new_data=0x0, new_destroy_func=0x0, dataset=0x0) at gdataset.c:407
2301 #9 0x00007ffff3bcfe74 in g_datalist_id_set_data_full (datalist=0xa0adb0, key_id=1622, data=0x0, destroy_func=0x0) at gdataset.c:670
2302 #10 0x00007ffff3f1a771 in g_object_set_data (object=0xa0ada0, key=0x437252 "virt-viewer-displays", data=0x0) at gobject.c:3461
2303 #11 0x0000000000429b56 in virt_viewer_session_spice_channel_destroy (s=0x6eb910, channel=0xa0ada0, session=0x8cb3a0) at virt-viewer-session-spice.c:854
2304 #12 0x00007ffff3f12d81 in g_cclosure_marshal_VOID__OBJECT (closure=0x8e8fd0, return_value=0x0, n_param_values=2, param_values=0x7fffffffcd80, invocation_hint=0x7fffffffccc0, marshal_data=0x0) at gmarshal.c:1272
2305 #13 0x00007ffff3f0e143 in g_closure_invoke (closure=0x8e8fd0, return_value=0x0, n_param_values=2, param_values=0x7fffffffcd80, invocation_hint=0x7fffffffccc0) at gclosure.c:768
2306 #14 0x00007ffff3f2aef0 in signal_emit_unlocked_R (node=0x7c1f20, detail=0, instance=0x6eb910, emission_return=0x0, instance_and_params=0x7fffffffcd80) at gsignal.c:3553
2307 #15 0x00007ffff3f2a1f3 in g_signal_emit_valist (instance=0x6eb910, signal_id=219, detail=0, var_args=0x7fffffffd058) at gsignal.c:3309
2308 #16 0x00007ffff3f2a746 in g_signal_emit (instance=0x6eb910, signal_id=219, detail=0) at gsignal.c:3365
2309 #17 0x00007ffff529d784 in spice_session_channel_destroy (session=0x6eb910, channel=0xa0ada0) at spice-session.c:1990
2310 #18 0x00007ffff529ed25 in spice_channel_dispose (gobject=0xa0ada0) at spice-channel.c:153
2311 #19 0x00007ffff52acd26 in spice_display_channel_dispose (object=0xa0ada0) at channel-display.c:136
2312 #20 0x00007ffff3f1a132 in g_object_unref (_object=0xa0ada0) at gobject.c:3133
2313 #21 0x00007ffff52a4afb in spice_channel_delayed_unref (data=0xa0ada0) at spice-channel.c:2156
2314 #22 0x00007ffff3bf21d1 in g_idle_dispatch (source=0xa35a00, callback=0x7ffff52a49f3 <spice_channel_delayed_unref>, user_data=0xa0ada0) at gmain.c:5320
2315 #23 0x00007ffff3bef8eb in g_main_dispatch (context=0x68a920) at gmain.c:3064
2316 #24 0x00007ffff3bf0661 in g_main_context_dispatch (context=0x68a920) at gmain.c:3663
2317 #25 0x00007ffff3bf0853 in g_main_context_iterate (context=0x68a920, block=1, dispatch=1, self=0x6c8c60) at gmain.c:3734
2318 #26 0x00007ffff3bf0c7c in g_main_loop_run (loop=0x889b20) at gmain.c:3928
2319 #27 0x00007ffff69be44f in gtk_main () at gtkmain.c:1207
2320 #28 0x0000000000431896 in main (argc=1, argv=0x7fffffffd648) at remote-viewer-main.c:183
2321
2322 2014-09-23 Fabiano Fidêncio <fidencio@redhat.com>
2323
2324 Do not fail when the auth dialog is cancelled
2325 https://bugzilla.redhat.com/show_bug.cgi?id=1145460
2326
2327 Revert changes related to numpad accelerators
2328 Due to a GTK+ limitation and bad testing from my side, I've pushed
2329 two patches trying to add support to use Ctrl + {+, -, 0} from numpad
2330 to control zoom-in, zoom-out and zoom-reset.
2331 Unfortunately, with the first patch (3a168815) I've duplicated the menu
2332 items related to the zoom functions. With the second one (55cdb986),
2333 provided to not show the duplicated menu items, we came back to the
2334 initial state, where the numpad accelerators don't work.
2335
2336 So, in resume, multiple accelerators in a GTK+ widget are only supported
2337 on applications using GApplication, what is not our case and won't be
2338 till we drop the GTK+2 support.
2339
2340 Revert "Do not show duplicated menu items" and
2341 Revert "Add support to use numpad accelarators for zoom-{in.out,reset}"
2342
2343 This reverts commits 55cdb9867df05f1c4f6c8e569a6f0c1e0bc28d99 and
2344 3a168815b738076526ba0f3e9a82e6fb1db482e9.
2345
2346 2014-09-22 Christophe Fergeau <cfergeau@redhat.com>
2347
2348 Remove inaccurate G_GNUC_UNUSED
2349 The 'user_data' variable is used in the callback.
2350
2351 2014-09-17 Fabiano Fidêncio <fidencio@redhat.com>
2352
2353 Add support to view the password entry content
2354 Allow users to check if the entered password is right and/org modify
2355 the password easily in case it's wrong.
2356
2357 2014-09-15 Fabiano Fidêncio <fidencio@redhat.com>
2358
2359 Mark all strings for translation in the auth dialog
2360 A few strings weren't marked for translation in the authentication
2361 dialog.
2362
2363 Do not show duplicated menu items
2364 When the support to use numpad accelerators for zoom-{in,out,reset}
2365 was added (3a168815), by mistake, we have added duplicated buttons
2366 in View -> Zoom.
2367
2368 2014-09-12 Christophe Fergeau <cfergeau@redhat.com>
2369
2370 Fix --without-spice-gtk --with-ovirt build
2371 The oVirt foreign menu support reused some existing bits from the older
2372 SPICE controller foreign menu code. However, this controller code is
2373 only built when spice-gtk support is built, while the oVirt foreign menu
2374 code could be used with VNC as well. Trying to build the ovirt foreign
2375 menu code without spice-gtk causes build issues due to missing
2376 functions, or missing declarations, ...
2377
2378 The libgovirt/spice-gtk code which is entangled is the code to update
2379 the foreign menu when its content changes, or when a new window is
2380 opened. Making the oVirt-specific code independant from the
2381 spice-gtk-specific code is not too complicated, but this comes at the
2382 expense of a bit of code duplication, but this is only simple code
2383 iterating over the GHashTable storing the opened windows.
2384
2385 Resolves: rhbz#1127156
2386
2387 Add translatable file to POTFILES.in
2388
2389 2014-09-11 Jonathon Jongsma <jjongsma@redhat.com>
2390
2391 Remove extra ref on SpiceDisplay
2392 There's no need to ref the SpiceDisplay widget when adding it to a
2393 container. The container will take its own ref.
2394
2395 VirtViewer: Fix memory leaks
2396 Don't leak priv->uri or priv->domkey from VirtViewer class
2397
2398 2014-09-05 Jonathon Jongsma <jjongsma@redhat.com>
2399
2400 Don't print warning for missing comment in config file
2401 Change g_warning to g_debug as suggested by Marc-Andre
2402
2403 2014-08-26 Jonathon Jongsma <jjongsma@redhat.com>
2404
2405 Change collect_credentials() to return a boolean
2406 Instead of returning 0 for success and -1 for failure, change to a
2407 boolean success value to be more consistent with the rest of the
2408 virt-viewer code.
2409
2410 Auth: fix leak of username
2411 When collect_credentials() returns a failure status, 'username' was
2412 potentially leaked.
2413
2414 2014-08-19 Jonathon Jongsma <jjongsma@redhat.com>
2415
2416 remote-viewer: oVirt username review fixes
2417 Minor fixes from patch review
2418
2419 rhbz#1061826
2420
2421 2014-08-19 Fabiano Fidêncio <fidencio@redhat.com>
2422
2423 Force displays to update geometry when agent connects
2424 We have to force displays to update geometry when the agent connects to
2425 ensure the client will have the guest with the right resolution when the
2426 guest has rebooted or the agent has crashed.
2427
2428 https://bugzilla.redhat.com/sho_bug.cgi?id=1021841
2429
2430 Fix gcc warning (unused-parameter)
2431
2432 Fix gcc warning (missing-prototypes)
2433
2434 Add support to use numpad accelarators for zoom-{in.out,reset}
2435 As virt-viewer uses GtkAccelMap for shortcuts and that GTK only can have
2436 one key binding per accelerator (in accel_map_add_entry), let's also add
2437 support specificly for the numpad keys in the virt-viewer code
2438
2439 https://bugzilla.redhat.com/show_bug.cgi?id=883433
2440
2441 Don't check for NULL when it never can happen
2442
2443 2014-08-18 Christophe Fergeau <cfergeau@redhat.com>
2444
2445 Create foreign menu from .vv file information
2446 When the .vv file has an [ovirt] section, we should try to create a foreign
2447 menu out of it. This will allow remote-viewer to offer a menu to change the
2448 currenty inserted cdrom.
2449
2450 Contrary to the ovirt:// case when we already have fetched an OvirtAPI
2451 and OvirtVm instance in order to get the SPICE/VNC connection details,
2452 when working from a .vv file, we'll need to get them from the REST API.
2453 Authentication should happen through the JSESSIONID cookie, if that
2454 fails we want to give up on using the foreign menu, so we don't need to
2455 set up authentication callbacks.
2456
2457 Add ovirt-specific properties to VirtViewerFile
2458 They will be useful to implement foreign menu support through
2459 oVirt REST API
2460
2461 Add 'group' argument to VirtViewerFile helpers
2462 For foreign menu support, we'll need a way to pass oVirt-specific
2463 information in the .vv file. This will be done through an additional
2464 [ovirt] section, this commit is in preparation for that.
2465
2466 ovirt: Use OvirtForeignMenu class
2467 After the previous commit which introduced the OvirtForeignMenu
2468 class, we can now make use of it in the remote-viewer UI code.
2469
2470 ovirt: Add OvirtForeignMenu class
2471 This class is used to implement the so-called oVirt 'foreign menu'
2472 which is a menu populated with ISO images available on the
2473 oVirt instance that the user can dynamically insert into the
2474 virtual machine he is currently viewing.
2475
2476 ovirt: Remove extra '/' from oVirt URI
2477 The 'path' part of the URI will always start with a '/' when present as
2478 this is what separates it from the hostname. When rebuilding the final
2479 URI, the current code inserts a '/' by itself between the hostname and
2480 the path, which results in URIs with an extra '/':
2481 https://ovirt.example.com//some/path/api
2482
2483 This is not only cosmetic as this can cause issues with cookie handling
2484 if libgovirt accesses //some/path/api while the cookie is set for
2485 /some/path/api.
2486
2487 2014-08-18 Jonathon Jongsma <jjongsma@redhat.com>
2488
2489 remote-viewer: allow username in ovirt URIs
2490 When the user launches remote-viewer with an ovirt URI of the form
2491
2492 ovirt://user@host/vmname
2493
2494 Pre-populate the authentication dialog with the specified username. We
2495 don't support specifying the password on the commandline, since that is
2496 a potential security risk.
2497
2498 rhbz#1061826
2499
2500 2014-08-15 Jonathon Jongsma <jjongsma@redhat.com>
2501
2502 Don't use fallback ca-file when launching vv-file
2503 When launching from a vv-file, we want to use the ca specified in the vv
2504 file and not load additional certs from the fallback ca-file. This
2505 ensures that the ca-file property of the spice session is unset when
2506 loading a ca from a vv-file.
2507
2508 Resolves: rhbz#1127762
2509
2510 2014-08-07 Jonathon Jongsma <jjongsma@redhat.com>
2511
2512 Write vm name to config file as comment
2513
2514 Change per-guest fullscreen config format
2515 use <display>:<monitor>;<display>:<monitor> instead of simply implying the
2516 display from the array index (e.g. <monitor>;<monitor>). This allows you to set
2517 up sparse guest displays (e.g. display 1 + 3).
2518
2519 For example, to configure display 1 to be fullscreen on monitor 2 and display 2
2520 to be fullscreen on monitor 3:
2521
2522 monitor-mapping=1:2;2:3
2523
2524 Add a dialog showing details of the current guest
2525 This allows the user to obtain the GUID and vm name of the currently-connected
2526 guest. Obviously, this only works with spice. In the future, it will allow them
2527 to set guest-specific configuration options (using a GUID as a key)
2528
2529 2014-08-04 Christophe Fergeau <cfergeau@redhat.com>
2530
2531 Fix warning when going in/out of fullscreen
2532 Going to fullscreen, and then exiting causes these messages to show up
2533 on the console:
2534 (remote-viewer:14481): GLib-CRITICAL **: Source ID 784 was not found
2535 when attempting to remove it
2536
2537 Remove unused RemoteViewerPrivate members
2538
2539 Remove incorrect G_GNUC_UNUSED from remote_viewer_window_added
2540 The 'app' parameter is used in the function.
2541
2542 Remove unused VirtViewerNotebook::dispose
2543 The vfunc implementation is only chaining to its parent, removing it
2544 will achieve the same result.
2545
2546 Chain up to parent's dispose at the end of VirtViewerWindow::dispose
2547 glib documentation says this should be the last thing done in the
2548 dispose() call, which makes sense as this could invalidate still-needed
2549 data in the parent object.
2550
2551 2014-07-22 Marc-André Lureau <marcandre.lureau@gmail.com>
2552
2553 virt-viewer.xml: remove zoom-{in,out} accelerators
2554 The XML menu accelerators conflict with accelerator set in the code and
2555 prevent using them. This is a regression from d29fc63d.
2556
2557 2014-07-21 Marc-André Lureau <marcandre.lureau@gmail.com>
2558
2559 Only filter virt-viewer debug messages
2560 Filter only our own debug messages.
2561
2562 https://bugzilla.redhat.com/show_bug.cgi?id=1118365
2563
2564 Always set ask-quit setting
2565 Avoid creating empty settings files, always set the ask-quit key.
2566
2567 https://bugzilla.redhat.com/show_bug.cgi?id=1006737
2568
2569 spice: avoid crash if connection failed without error
2570 spice_channel_get_error() is not guarantee to return a GError.
2571
02572 2014-07-21 Daniel P. Berrange <berrange@redhat.com>
2573
2574 Bump version to 2.0 for next dev cycle
12575
22576 Update NEWS for 1.0 release
32577
1111 Basic Installation
1212 ==================
1313
14 Briefly, the shell commands `./configure; make; make install' should
15 configure, build, and install this package. The following
14 Briefly, the shell command `./configure && make && make install'
15 should configure, build, and install this package. The following
1616 more-detailed instructions are generic; see the `README' file for
1717 instructions specific to this package. Some packages provide this
1818 `INSTALL' file but do not implement all of the features documented
66 AM_DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb
77 EXTRA_DIST = \
88 $(PACKAGE).spec \
9 mingw-$(PACKAGE).spec \
910 intltool-extract.in \
1011 intltool-merge.in \
1112 intltool-update.in \
2021
2122 DISTCLEAN_FILES = \
2223 $(PACKAGE).spec \
24 mingw-$(PACKAGE).spec \
2325 intltool-extract \
2426 intltool-merge \
2527 intltool-update \
2628 $(NULL)
2729
2830 MAINTAINERCLEANFILES = \
31 $(srcdir)/AUTHORS \
2932 $(srcdir)/INSTALL \
30 $(srcdir)/aclocal.m4 \
31 $(srcdir)/autoscan.log \
32 $(srcdir)/config.h.in \
33 $(srcdir)/build-aux/compile \
34 $(srcdir)/build-aux/config.guess \
35 $(srcdir)/build-aux/config.sub \
36 $(srcdir)/build-aux/depcomp \
37 $(srcdir)/build-aux/install-sh \
38 $(srcdir)/build-aux/ltmain.sh \
39 $(srcdir)/build-aux/missing \
33 $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
34 $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \
4035 $(srcdir)/m4/intltool.m4 \
41 $(srcdir)/m4/libtool.m4 \
42 $(srcdir)/m4/ltoptions.m4 \
43 $(srcdir)/m4/ltsugar.m4 \
44 $(srcdir)/m4/ltversion.m4 \
45 $(srcdir)/m4/lt~obsolete.m4 \
4636 $(NULL)
4737
4838 dist-hook: gen-ChangeLog gen-AUTHORS
0 # Makefile.in generated by automake 1.13.4 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1313
1414 @SET_MAKE@
1515 VPATH = @srcdir@
16 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
16 am__is_gnu_make = { \
17 if test -z '$(MAKELEVEL)'; then \
18 false; \
19 elif test -n '$(MAKE_HOST)'; then \
20 true; \
21 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
22 true; \
23 else \
24 false; \
25 fi; \
26 }
1727 am__make_running_with_option = \
1828 case $${target_option-} in \
1929 ?) ;; \
7787 build_triplet = @build@
7888 host_triplet = @host@
7989 subdir = .
80 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
81 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
82 $(top_srcdir)/configure $(am__configure_deps) \
83 $(srcdir)/config.h.in $(srcdir)/mingw-virt-viewer.spec.in \
84 $(srcdir)/virt-viewer.spec.in COPYING build-aux/compile \
85 build-aux/config.guess build-aux/config.sub \
86 build-aux/install-sh build-aux/missing build-aux/ltmain.sh \
87 $(top_srcdir)/build-aux/compile \
88 $(top_srcdir)/build-aux/config.guess \
89 $(top_srcdir)/build-aux/config.sub \
90 $(top_srcdir)/build-aux/install-sh \
91 $(top_srcdir)/build-aux/ltmain.sh \
92 $(top_srcdir)/build-aux/missing
9390 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
9491 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
9592 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
9895 $(top_srcdir)/configure.ac
9996 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
10097 $(ACLOCAL_M4)
98 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
99 $(am__configure_deps) $(am__DIST_COMMON)
101100 am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
102101 configure.lineno config.status.lineno
103102 mkinstalldirs = $(install_sh) -d
161160 CTAGS = ctags
162161 CSCOPE = cscope
163162 DIST_SUBDIRS = $(SUBDIRS)
163 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
164 $(srcdir)/mingw-virt-viewer.spec.in \
165 $(srcdir)/virt-viewer.spec.in $(top_srcdir)/build-aux/compile \
166 $(top_srcdir)/build-aux/config.guess \
167 $(top_srcdir)/build-aux/config.sub \
168 $(top_srcdir)/build-aux/install-sh \
169 $(top_srcdir)/build-aux/ltmain.sh \
170 $(top_srcdir)/build-aux/missing AUTHORS COPYING ChangeLog \
171 INSTALL NEWS README build-aux/compile build-aux/config.guess \
172 build-aux/config.sub build-aux/install-sh build-aux/ltmain.sh \
173 build-aux/missing
164174 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
165175 distdir = $(PACKAGE)-$(VERSION)
166176 top_distdir = $(distdir)
283293 LIPO = @LIPO@
284294 LN_S = @LN_S@
285295 LTLIBOBJS = @LTLIBOBJS@
296 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
286297 MAKEINFO = @MAKEINFO@
287298 MANIFEST_TOOL = @MANIFEST_TOOL@
288299 MKDIR_P = @MKDIR_P@
394405 AM_DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb
395406 EXTRA_DIST = \
396407 $(PACKAGE).spec \
408 mingw-$(PACKAGE).spec \
397409 intltool-extract.in \
398410 intltool-merge.in \
399411 intltool-update.in \
408420
409421 DISTCLEAN_FILES = \
410422 $(PACKAGE).spec \
423 mingw-$(PACKAGE).spec \
411424 intltool-extract \
412425 intltool-merge \
413426 intltool-update \
414427 $(NULL)
415428
416429 MAINTAINERCLEANFILES = \
430 $(srcdir)/AUTHORS \
417431 $(srcdir)/INSTALL \
418 $(srcdir)/aclocal.m4 \
419 $(srcdir)/autoscan.log \
420 $(srcdir)/config.h.in \
421 $(srcdir)/build-aux/compile \
422 $(srcdir)/build-aux/config.guess \
423 $(srcdir)/build-aux/config.sub \
424 $(srcdir)/build-aux/depcomp \
425 $(srcdir)/build-aux/install-sh \
426 $(srcdir)/build-aux/ltmain.sh \
427 $(srcdir)/build-aux/missing \
432 $(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
433 $(GITIGNORE_MAINTAINERCLEANFILES_M4_LIBTOOL) \
428434 $(srcdir)/m4/intltool.m4 \
429 $(srcdir)/m4/libtool.m4 \
430 $(srcdir)/m4/ltoptions.m4 \
431 $(srcdir)/m4/ltsugar.m4 \
432 $(srcdir)/m4/ltversion.m4 \
433 $(srcdir)/m4/lt~obsolete.m4 \
434435 $(NULL)
435436
436437 all: config.h
452453 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
453454 $(am__cd) $(top_srcdir) && \
454455 $(AUTOMAKE) --gnu Makefile
455 .PRECIOUS: Makefile
456456 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
457457 @case '$?' in \
458458 *config.status*) \
473473 $(am__aclocal_m4_deps):
474474
475475 config.h: stamp-h1
476 @if test ! -f $@; then rm -f stamp-h1; else :; fi
477 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
476 @test -f $@ || rm -f stamp-h1
477 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
478478
479479 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
480480 @rm -f stamp-h1
690690 $(am__post_remove_distdir)
691691
692692 dist-tarZ: distdir
693 @echo WARNING: "Support for distribution archives compressed with" \
694 "legacy program 'compress' is deprecated." >&2
695 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
693696 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
694697 $(am__post_remove_distdir)
695698
696699 dist-shar: distdir
700 @echo WARNING: "Support for shar distribution archives is" \
701 "deprecated." >&2
702 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
697703 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
698704 $(am__post_remove_distdir)
699705
728734 esac
729735 chmod -R a-w $(distdir)
730736 chmod u+w $(distdir)
731 mkdir $(distdir)/_build $(distdir)/_inst
737 mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
732738 chmod a-w $(distdir)
733739 test -d $(distdir)/_build || exit 0; \
734740 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
735741 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
736742 && am__cwd=`pwd` \
737 && $(am__cd) $(distdir)/_build \
738 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
743 && $(am__cd) $(distdir)/_build/sub \
744 && ../../configure \
739745 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
740746 $(DISTCHECK_CONFIGURE_FLAGS) \
747 --srcdir=../.. --prefix="$$dc_install_base" \
741748 && $(MAKE) $(AM_MAKEFLAGS) \
742749 && $(MAKE) $(AM_MAKEFLAGS) dvi \
743750 && $(MAKE) $(AM_MAKEFLAGS) check \
915922 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
916923 tags tags-am uninstall uninstall-am
917924
925 .PRECIOUS: Makefile
926
918927
919928 dist-hook: gen-ChangeLog gen-AUTHORS
920929
00 Virt Viewer News
11 ================
2
3 3.1: Dec 17, 2015
4 -----------------
5
6 - Refresh translations
7
8 3.0: Dec 3, 2015
9 ----------------
10
11 - Last release to support GTK2 for Linux. The next
12 4.0 release will be GTK3 only.
13 - Don't add URI scheme / path info to oVirt URIs
14 - Require spice-gtk >= 0.30
15 - Enable webdav folder sharing with spice
16 - Add preferences UI dialog
17 - Take --direct into account when checking if guest is
18 reachable
19 - Take SPICE proxy into account when connecting to oVirt
20 instances
21 - Fail gracefully when hostname is not returned by
22 oVirt
23 - Don't show empty foreign menu on secondary displays
24 - Avoid accidentally trying to connect to port 0 when
25 oVirt doesn't specify a port number
26 - Correctly update geometry when enabling/disabling
27 display heads
28 - Avoid accidentally creating extra monitors when using
29 configuration file monitor mapping
30 - Exit normally when cancelling connect dialog
31 - Don't wait for a guest that we know will never show up
32 - Fix crash when using --reconnect with SPICE
33 - Avoid zooming out if it would decrease window size
34 below minimum required for top menu display
35 - Fix crash when disabling last enabled display
36 - Honour changes in display position from guest
37 - Don't show error dialog twice for unknown graphics type
38 - Allow to cancel oVirt auth without error
39 - Set sensitivity of display menu based on whether it is
40 usable or not
41 - Set sensitivity of tool bar buttons based on whether they
42 are usable or not
43 - Set guest name reported by VNC
44 - Fix crash when using gtk-vnc 0.3.8
45 - Fix alt-tab behaviour in choose VM dialog
46 - Don't allow missing display in monitor mapping config
47 - Add --with-osid flag to configure to allow specifying
48 the operating system build target. The values should
49 be based on libosinfo OS short IDs.
50 - Ensure windows installer places menu icon for all users
51 not just admin. Requires manual uninstall of previous
52 windows version
53 - Require address in remote viewer connect dialog
54 - Automatically retry VNC connection after auth failure
55 - Drop GTK2 support for Windows builds
56 - Enable keepalives on libvirt conncetion
57 - Allow resize of window to arbitrary size
58 - Fix thread safety handling event callbacks
59 - Avoid deprecation warnings with newer glib
60 - Pulled in multiple fixes for event loop from libvirt-glib
61 - Fix misc bugs reported by coverity
62 - Fix binary ID in MSI installer
63 - Stop polling libvirt after reconnceting to libvirt
64
65 2.0: Jan 12, 2015
66 -----------------
67
68 - Fix handling of zoom in/out accelerators
69 - Fix warning going in/out of fullscreen
70 - Add dialog showing info about the current guest
71 - Change format of fullscreen config setting to
72 allow for sparse guest displays
73 - Write VM name to config file as a comment
74 - Never use fallback CA certs when loading vv-file
75 - Remove extraneous '/' from oVirt URIs
76 - Support oVirt foreign menus
77 - Allow using numapad for zoom in/out accelerators
78 - Force geometry update when agent connects
79 - Fix misc crash bugs
80 - Fix misc memory leaks
81 - Allow viewing of password entry characters
82 - Don't fail when auth dialog is cancelled
83 - Only create extra windows on demand
84 - Use more sensible default window size
85 - Improve docs for URIs and config files
86 - Allow cancellation of SPICE auth dialog
87 - Use new libvirt API for --attach to avoid SELinux AVC
88 - Allow removable of CD images with oVirt connections
89 - Show VM choose dialog when oVirt VM name is missing
90 - Support usernames request with SASL auth
91 - Use socat instead of nc if available
92 - Use PNG instead of SVG for icons
93 - Support connection to UNIX sockets instead of TCP
94 - Honour zoom level from CLI args with VNC
95 - Switch to GTK3 instead of GKT2 for Windows builds
96 - Ensure dialogs have transient parent set
97 - Switch to gstreamer 1.0 instead of 0.10 for Windows builds
98 - Avoid accidentally connecting to localhost with VNC/SPICE
99 - Use a versioned install directory for Windows builds
2100
3101 1.0: Jul 21, 2014
4102 -----------------
1818
1919 http://gtk-vnc.sourceforge.net/
2020
21 Virt Viewer uses the SPICE-GTK (>= 0.22) widget to provide a
21 Virt Viewer uses the SPICE-GTK (>= 0.30) widget to provide a
2222 display of the SPICE protocol, which is available from:
2323
2424 http://spice-space.org/page/Spice-Gtk
0 # generated automatically by aclocal 1.13.4 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
0 # generated automatically by aclocal 1.15 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
33
44 # This file is free software; the Free Software Foundation
55 # gives unlimited permission to copy and/or distribute it,
456456
457457
458458 # nls.m4 serial 5 (gettext-0.18)
459 dnl Copyright (C) 1995-2003, 2005-2006, 2008-2013 Free Software Foundation,
459 dnl Copyright (C) 1995-2003, 2005-2006, 2008-2014 Free Software Foundation,
460460 dnl Inc.
461461 dnl This file is free software; the Free Software Foundation
462462 dnl gives unlimited permission to copy and/or distribute it,
703703 AS_VAR_IF([$1], [""], [$5], [$4])dnl
704704 ])# PKG_CHECK_VAR
705705
706 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
706 # Copyright (C) 2002-2014 Free Software Foundation, Inc.
707707 #
708708 # This file is free software; the Free Software Foundation
709709 # gives unlimited permission to copy and/or distribute it,
715715 # generated from the m4 files accompanying Automake X.Y.
716716 # (This private macro should not be called outside this file.)
717717 AC_DEFUN([AM_AUTOMAKE_VERSION],
718 [am__api_version='1.13'
718 [am__api_version='1.15'
719719 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
720720 dnl require some minimum version. Point them to the right macro.
721 m4_if([$1], [1.13.4], [],
721 m4_if([$1], [1.15], [],
722722 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
723723 ])
724724
734734 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
735735 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
736736 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
737 [AM_AUTOMAKE_VERSION([1.13.4])dnl
737 [AM_AUTOMAKE_VERSION([1.15])dnl
738738 m4_ifndef([AC_AUTOCONF_VERSION],
739739 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
740740 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
741741
742742 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
743743
744 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
744 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
745745 #
746746 # This file is free software; the Free Software Foundation
747747 # gives unlimited permission to copy and/or distribute it,
786786 # configured tree to be moved without reconfiguration.
787787
788788 AC_DEFUN([AM_AUX_DIR_EXPAND],
789 [dnl Rely on autoconf to set up CDPATH properly.
790 AC_PREREQ([2.50])dnl
791 # expand $ac_aux_dir to an absolute path
792 am_aux_dir=`cd $ac_aux_dir && pwd`
789 [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
790 # Expand $ac_aux_dir to an absolute path.
791 am_aux_dir=`cd "$ac_aux_dir" && pwd`
793792 ])
794793
795794 # AM_CONDITIONAL -*- Autoconf -*-
796795
797 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
796 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
798797 #
799798 # This file is free software; the Free Software Foundation
800799 # gives unlimited permission to copy and/or distribute it,
825824 Usually this means the macro was only invoked conditionally.]])
826825 fi])])
827826
828 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
827 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
829828 #
830829 # This file is free software; the Free Software Foundation
831830 # gives unlimited permission to copy and/or distribute it,
10161015
10171016 # Generate code to set up dependency tracking. -*- Autoconf -*-
10181017
1019 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
1018 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
10201019 #
10211020 # This file is free software; the Free Software Foundation
10221021 # gives unlimited permission to copy and/or distribute it,
10921091
10931092 # Do all the work for Automake. -*- Autoconf -*-
10941093
1095 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
1094 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
10961095 #
10971096 # This file is free software; the Free Software Foundation
10981097 # gives unlimited permission to copy and/or distribute it,
11001099
11011100 # This macro actually does too much. Some checks are only needed if
11021101 # your package does certain things. But this isn't really a big deal.
1102
1103 dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
1104 m4_define([AC_PROG_CC],
1105 m4_defn([AC_PROG_CC])
1106 [_AM_PROG_CC_C_O
1107 ])
11031108
11041109 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
11051110 # AM_INIT_AUTOMAKE([OPTIONS])
11761181 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
11771182 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
11781183 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
1179 # We need awk for the "check" target. The system "awk" is bad on
1180 # some platforms.
1184 # We need awk for the "check" target (and possibly the TAP driver). The
1185 # system "awk" is bad on some platforms.
11811186 AC_REQUIRE([AC_PROG_AWK])dnl
11821187 AC_REQUIRE([AC_PROG_MAKE_SET])dnl
11831188 AC_REQUIRE([AM_SET_LEADING_DOT])dnl
12091214 AC_CONFIG_COMMANDS_PRE(dnl
12101215 [m4_provide_if([_AM_COMPILER_EXEEXT],
12111216 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
1217
1218 # POSIX will say in a future version that running "rm -f" with no argument
1219 # is OK; and we want to be able to make that assumption in our Makefile
1220 # recipes. So use an aggressive probe to check that the usage we want is
1221 # actually supported "in the wild" to an acceptable degree.
1222 # See automake bug#10828.
1223 # To make any issue more visible, cause the running configure to be aborted
1224 # by default if the 'rm' program in use doesn't match our expectations; the
1225 # user can still override this though.
1226 if rm -f && rm -fr && rm -rf; then : OK; else
1227 cat >&2 <<'END'
1228 Oops!
1229
1230 Your 'rm' program seems unable to run without file operands specified
1231 on the command line, even when the '-f' option is present. This is contrary
1232 to the behaviour of most rm programs out there, and not conforming with
1233 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
1234
1235 Please tell bug-automake@gnu.org about your system, including the value
1236 of your $PATH and any error possibly output before this message. This
1237 can help us improve future automake versions.
1238
1239 END
1240 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
1241 echo 'Configuration will proceed anyway, since you have set the' >&2
1242 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
1243 echo >&2
1244 else
1245 cat >&2 <<'END'
1246 Aborting the configuration process, to ensure you take notice of the issue.
1247
1248 You can download and install GNU coreutils to get an 'rm' implementation
1249 that behaves properly: <http://www.gnu.org/software/coreutils/>.
1250
1251 If you want to complete the configuration process using your problematic
1252 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
1253 to "yes", and re-run configure.
1254
1255 END
1256 AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
1257 fi
1258 fi
1259 dnl The trailing newline in this macro's definition is deliberate, for
1260 dnl backward compatibility and to allow trailing 'dnl'-style comments
1261 dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841.
12121262 ])
12131263
12141264 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
12161266 dnl mangled by Autoconf and run in a shell conditional statement.
12171267 m4_define([_AC_COMPILER_EXEEXT],
12181268 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
1219
12201269
12211270 # When config.status generates a header, we must update the stamp-h file.
12221271 # This file resides in the same directory as the config header
12391288 done
12401289 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
12411290
1242 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
1291 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
12431292 #
12441293 # This file is free software; the Free Software Foundation
12451294 # gives unlimited permission to copy and/or distribute it,
12501299 # Define $install_sh.
12511300 AC_DEFUN([AM_PROG_INSTALL_SH],
12521301 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1253 if test x"${install_sh}" != xset; then
1302 if test x"${install_sh+set}" != xset; then
12541303 case $am_aux_dir in
12551304 *\ * | *\ *)
12561305 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
12601309 fi
12611310 AC_SUBST([install_sh])])
12621311
1263 # Copyright (C) 2003-2013 Free Software Foundation, Inc.
1312 # Copyright (C) 2003-2014 Free Software Foundation, Inc.
12641313 #
12651314 # This file is free software; the Free Software Foundation
12661315 # gives unlimited permission to copy and/or distribute it,
12811330
12821331 # Check to see how 'make' treats includes. -*- Autoconf -*-
12831332
1284 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
1333 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
12851334 #
12861335 # This file is free software; the Free Software Foundation
12871336 # gives unlimited permission to copy and/or distribute it,
13291378 rm -f confinc confmf
13301379 ])
13311380
1332 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
1333 #
1334 # This file is free software; the Free Software Foundation
1335 # gives unlimited permission to copy and/or distribute it,
1336 # with or without modifications, as long as this notice is preserved.
1337
1338 # AM_PROG_CC_C_O
1339 # --------------
1340 # Like AC_PROG_CC_C_O, but changed for automake.
1341 AC_DEFUN([AM_PROG_CC_C_O],
1342 [AC_REQUIRE([AC_PROG_CC_C_O])dnl
1343 AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1344 AC_REQUIRE_AUX_FILE([compile])dnl
1345 # FIXME: we rely on the cache variable name because
1346 # there is no other way.
1347 set dummy $CC
1348 am_cc=`echo $[2] | sed ['s/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/']`
1349 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
1350 if test "$am_t" != yes; then
1351 # Losing compiler, so override with the script.
1352 # FIXME: It is wrong to rewrite CC.
1353 # But if we don't then we get into trouble of one sort or another.
1354 # A longer-term fix would be to have automake use am__CC in this case,
1355 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
1356 CC="$am_aux_dir/compile $CC"
1357 fi
1358 dnl Make sure AC_PROG_CC is never called again, or it will override our
1359 dnl setting of CC.
1360 m4_define([AC_PROG_CC],
1361 [m4_fatal([AC_PROG_CC cannot be called after AM_PROG_CC_C_O])])
1362 ])
1363
13641381 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
13651382
1366 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
1383 # Copyright (C) 1997-2014 Free Software Foundation, Inc.
13671384 #
13681385 # This file is free software; the Free Software Foundation
13691386 # gives unlimited permission to copy and/or distribute it,
14021419
14031420 # Helper functions for option handling. -*- Autoconf -*-
14041421
1405 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
1422 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
14061423 #
14071424 # This file is free software; the Free Software Foundation
14081425 # gives unlimited permission to copy and/or distribute it,
14311448 AC_DEFUN([_AM_IF_OPTION],
14321449 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
14331450
1451 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
1452 #
1453 # This file is free software; the Free Software Foundation
1454 # gives unlimited permission to copy and/or distribute it,
1455 # with or without modifications, as long as this notice is preserved.
1456
1457 # _AM_PROG_CC_C_O
1458 # ---------------
1459 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
1460 # to automatically call this.
1461 AC_DEFUN([_AM_PROG_CC_C_O],
1462 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1463 AC_REQUIRE_AUX_FILE([compile])dnl
1464 AC_LANG_PUSH([C])dnl
1465 AC_CACHE_CHECK(
1466 [whether $CC understands -c and -o together],
1467 [am_cv_prog_cc_c_o],
1468 [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
1469 # Make sure it works both with $CC and with simple cc.
1470 # Following AC_PROG_CC_C_O, we do the test twice because some
1471 # compilers refuse to overwrite an existing .o file with -o,
1472 # though they will create one.
1473 am_cv_prog_cc_c_o=yes
1474 for am_i in 1 2; do
1475 if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
1476 && test -f conftest2.$ac_objext; then
1477 : OK
1478 else
1479 am_cv_prog_cc_c_o=no
1480 break
1481 fi
1482 done
1483 rm -f core conftest*
1484 unset am_i])
1485 if test "$am_cv_prog_cc_c_o" != yes; then
1486 # Losing compiler, so override with the script.
1487 # FIXME: It is wrong to rewrite CC.
1488 # But if we don't then we get into trouble of one sort or another.
1489 # A longer-term fix would be to have automake use am__CC in this case,
1490 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
1491 CC="$am_aux_dir/compile $CC"
1492 fi
1493 AC_LANG_POP([C])])
1494
1495 # For backward compatibility.
1496 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
1497
1498 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
1499 #
1500 # This file is free software; the Free Software Foundation
1501 # gives unlimited permission to copy and/or distribute it,
1502 # with or without modifications, as long as this notice is preserved.
1503
1504 # AM_RUN_LOG(COMMAND)
1505 # -------------------
1506 # Run COMMAND, save the exit status in ac_status, and log it.
1507 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
1508 AC_DEFUN([AM_RUN_LOG],
1509 [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
1510 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
1511 ac_status=$?
1512 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
1513 (exit $ac_status); }])
1514
14341515 # Check to make sure that the build environment is sane. -*- Autoconf -*-
14351516
1436 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
1517 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
14371518 #
14381519 # This file is free software; the Free Software Foundation
14391520 # gives unlimited permission to copy and/or distribute it,
15141595 rm -f conftest.file
15151596 ])
15161597
1517 # Copyright (C) 2009-2013 Free Software Foundation, Inc.
1598 # Copyright (C) 2009-2014 Free Software Foundation, Inc.
15181599 #
15191600 # This file is free software; the Free Software Foundation
15201601 # gives unlimited permission to copy and/or distribute it,
15741655 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
15751656 ])
15761657
1577 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
1658 # Copyright (C) 2001-2014 Free Software Foundation, Inc.
15781659 #
15791660 # This file is free software; the Free Software Foundation
15801661 # gives unlimited permission to copy and/or distribute it,
16021683 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
16031684 AC_SUBST([INSTALL_STRIP_PROGRAM])])
16041685
1605 # Copyright (C) 2006-2013 Free Software Foundation, Inc.
1686 # Copyright (C) 2006-2014 Free Software Foundation, Inc.
16061687 #
16071688 # This file is free software; the Free Software Foundation
16081689 # gives unlimited permission to copy and/or distribute it,
16211702
16221703 # Check how to create a tarball. -*- Autoconf -*-
16231704
1624 # Copyright (C) 2004-2013 Free Software Foundation, Inc.
1705 # Copyright (C) 2004-2014 Free Software Foundation, Inc.
16251706 #
16261707 # This file is free software; the Free Software Foundation
16271708 # gives unlimited permission to copy and/or distribute it,
22
33 scriptversion=2012-10-14.11; # UTC
44
5 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
5 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
66 # Written by Tom Tromey <tromey@cygnus.com>.
77 #
88 # This program is free software; you can redistribute it and/or modify
00 #! /bin/sh
11 # Attempt to guess a canonical system name.
2 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
4 # 2011, 2012, 2013 Free Software Foundation, Inc.
5
6 timestamp='2012-12-29'
2 # Copyright 1992-2015 Free Software Foundation, Inc.
3
4 timestamp='2015-01-01'
75
86 # This file is free software; you can redistribute it and/or modify it
97 # under the terms of the GNU General Public License as published by
2523 # program. This Exception is an additional permission under section 7
2624 # of the GNU General Public License, version 3 ("GPLv3").
2725 #
28 # Originally written by Per Bothner.
26 # Originally written by Per Bothner; maintained since 2000 by Ben Elliston.
2927 #
3028 # You can get the latest version of this script from:
3129 # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD
3230 #
33 # Please send patches with a ChangeLog entry to config-patches@gnu.org.
31 # Please send patches to <config-patches@gnu.org>.
3432
3533
3634 me=`echo "$0" | sed -e 's,.*/,,'`
5149 GNU config.guess ($timestamp)
5250
5351 Originally written by Per Bothner.
54 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
55 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
56 2012, 2013 Free Software Foundation, Inc.
52 Copyright 1992-2015 Free Software Foundation, Inc.
5753
5854 This is free software; see the source for copying conditions. There is NO
5955 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
134130 UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
135131 UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
136132 UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
133
134 case "${UNAME_SYSTEM}" in
135 Linux|GNU|GNU/*)
136 # If the system lacks a compiler, then just pick glibc.
137 # We could probably try harder.
138 LIBC=gnu
139
140 eval $set_cc_for_build
141 cat <<-EOF > $dummy.c
142 #include <features.h>
143 #if defined(__UCLIBC__)
144 LIBC=uclibc
145 #elif defined(__dietlibc__)
146 LIBC=dietlibc
147 #else
148 LIBC=gnu
149 #endif
150 EOF
151 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
152 ;;
153 esac
137154
138155 # Note: order is significant - the case branches are not exclusive.
139156
561578 else
562579 IBM_ARCH=powerpc
563580 fi
564 if [ -x /usr/bin/oslevel ] ; then
565 IBM_REV=`/usr/bin/oslevel`
581 if [ -x /usr/bin/lslpp ] ; then
582 IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc |
583 awk -F: '{ print $3 }' | sed s/[0-9]*$/0/`
566584 else
567585 IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
568586 fi
808826 *:MINGW*:*)
809827 echo ${UNAME_MACHINE}-pc-mingw32
810828 exit ;;
811 i*:MSYS*:*)
829 *:MSYS*:*)
812830 echo ${UNAME_MACHINE}-pc-msys
813831 exit ;;
814832 i*:windows32*:*)
856874 exit ;;
857875 *:GNU:*:*)
858876 # the GNU system
859 echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
877 echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
860878 exit ;;
861879 *:GNU/*:*:*)
862880 # other systems with GNU libc and userland
863 echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
881 echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
864882 exit ;;
865883 i*86:Minix:*:*)
866884 echo ${UNAME_MACHINE}-pc-minix
867885 exit ;;
868886 aarch64:Linux:*:*)
869 echo ${UNAME_MACHINE}-unknown-linux-gnu
887 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
870888 exit ;;
871889 aarch64_be:Linux:*:*)
872890 UNAME_MACHINE=aarch64_be
873 echo ${UNAME_MACHINE}-unknown-linux-gnu
891 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
874892 exit ;;
875893 alpha:Linux:*:*)
876894 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
883901 EV68*) UNAME_MACHINE=alphaev68 ;;
884902 esac
885903 objdump --private-headers /bin/sh | grep -q ld.so.1
886 if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
887 echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
904 if test "$?" = 0 ; then LIBC="gnulibc1" ; fi
905 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
906 exit ;;
907 arc:Linux:*:* | arceb:Linux:*:*)
908 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
888909 exit ;;
889910 arm*:Linux:*:*)
890911 eval $set_cc_for_build
891912 if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
892913 | grep -q __ARM_EABI__
893914 then
894 echo ${UNAME_MACHINE}-unknown-linux-gnu
915 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
895916 else
896917 if echo __ARM_PCS_VFP | $CC_FOR_BUILD -E - 2>/dev/null \
897918 | grep -q __ARM_PCS_VFP
898919 then
899 echo ${UNAME_MACHINE}-unknown-linux-gnueabi
920 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabi
900921 else
901 echo ${UNAME_MACHINE}-unknown-linux-gnueabihf
922 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}eabihf
902923 fi
903924 fi
904925 exit ;;
905926 avr32*:Linux:*:*)
906 echo ${UNAME_MACHINE}-unknown-linux-gnu
927 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
907928 exit ;;
908929 cris:Linux:*:*)
909 echo ${UNAME_MACHINE}-axis-linux-gnu
930 echo ${UNAME_MACHINE}-axis-linux-${LIBC}
910931 exit ;;
911932 crisv32:Linux:*:*)
912 echo ${UNAME_MACHINE}-axis-linux-gnu
933 echo ${UNAME_MACHINE}-axis-linux-${LIBC}
913934 exit ;;
914935 frv:Linux:*:*)
915 echo ${UNAME_MACHINE}-unknown-linux-gnu
936 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
916937 exit ;;
917938 hexagon:Linux:*:*)
918 echo ${UNAME_MACHINE}-unknown-linux-gnu
939 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
919940 exit ;;
920941 i*86:Linux:*:*)
921 LIBC=gnu
922 eval $set_cc_for_build
923 sed 's/^ //' << EOF >$dummy.c
924 #ifdef __dietlibc__
925 LIBC=dietlibc
926 #endif
927 EOF
928 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC'`
929 echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
942 echo ${UNAME_MACHINE}-pc-linux-${LIBC}
930943 exit ;;
931944 ia64:Linux:*:*)
932 echo ${UNAME_MACHINE}-unknown-linux-gnu
945 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
933946 exit ;;
934947 m32r*:Linux:*:*)
935 echo ${UNAME_MACHINE}-unknown-linux-gnu
948 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
936949 exit ;;
937950 m68*:Linux:*:*)
938 echo ${UNAME_MACHINE}-unknown-linux-gnu
951 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
939952 exit ;;
940953 mips:Linux:*:* | mips64:Linux:*:*)
941954 eval $set_cc_for_build
954967 #endif
955968 EOF
956969 eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
957 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
970 test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
958971 ;;
959 or32:Linux:*:*)
960 echo ${UNAME_MACHINE}-unknown-linux-gnu
972 openrisc*:Linux:*:*)
973 echo or1k-unknown-linux-${LIBC}
974 exit ;;
975 or32:Linux:*:* | or1k*:Linux:*:*)
976 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
961977 exit ;;
962978 padre:Linux:*:*)
963 echo sparc-unknown-linux-gnu
979 echo sparc-unknown-linux-${LIBC}
964980 exit ;;
965981 parisc64:Linux:*:* | hppa64:Linux:*:*)
966 echo hppa64-unknown-linux-gnu
982 echo hppa64-unknown-linux-${LIBC}
967983 exit ;;
968984 parisc:Linux:*:* | hppa:Linux:*:*)
969985 # Look for CPU level
970986 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
971 PA7*) echo hppa1.1-unknown-linux-gnu ;;
972 PA8*) echo hppa2.0-unknown-linux-gnu ;;
973 *) echo hppa-unknown-linux-gnu ;;
987 PA7*) echo hppa1.1-unknown-linux-${LIBC} ;;
988 PA8*) echo hppa2.0-unknown-linux-${LIBC} ;;
989 *) echo hppa-unknown-linux-${LIBC} ;;
974990 esac
975991 exit ;;
976992 ppc64:Linux:*:*)
977 echo powerpc64-unknown-linux-gnu
993 echo powerpc64-unknown-linux-${LIBC}
978994 exit ;;
979995 ppc:Linux:*:*)
980 echo powerpc-unknown-linux-gnu
996 echo powerpc-unknown-linux-${LIBC}
997 exit ;;
998 ppc64le:Linux:*:*)
999 echo powerpc64le-unknown-linux-${LIBC}
1000 exit ;;
1001 ppcle:Linux:*:*)
1002 echo powerpcle-unknown-linux-${LIBC}
9811003 exit ;;
9821004 s390:Linux:*:* | s390x:Linux:*:*)
983 echo ${UNAME_MACHINE}-ibm-linux
1005 echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
9841006 exit ;;
9851007 sh64*:Linux:*:*)
986 echo ${UNAME_MACHINE}-unknown-linux-gnu
1008 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
9871009 exit ;;
9881010 sh*:Linux:*:*)
989 echo ${UNAME_MACHINE}-unknown-linux-gnu
1011 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
9901012 exit ;;
9911013 sparc:Linux:*:* | sparc64:Linux:*:*)
992 echo ${UNAME_MACHINE}-unknown-linux-gnu
1014 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
9931015 exit ;;
9941016 tile*:Linux:*:*)
995 echo ${UNAME_MACHINE}-unknown-linux-gnu
1017 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
9961018 exit ;;
9971019 vax:Linux:*:*)
998 echo ${UNAME_MACHINE}-dec-linux-gnu
1020 echo ${UNAME_MACHINE}-dec-linux-${LIBC}
9991021 exit ;;
10001022 x86_64:Linux:*:*)
1001 echo ${UNAME_MACHINE}-unknown-linux-gnu
1023 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
10021024 exit ;;
10031025 xtensa*:Linux:*:*)
1004 echo ${UNAME_MACHINE}-unknown-linux-gnu
1026 echo ${UNAME_MACHINE}-unknown-linux-${LIBC}
10051027 exit ;;
10061028 i*86:DYNIX/ptx:4*:*)
10071029 # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
12341256 exit ;;
12351257 *:Darwin:*:*)
12361258 UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1237 case $UNAME_PROCESSOR in
1238 i386)
1239 eval $set_cc_for_build
1240 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1241 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1242 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1243 grep IS_64BIT_ARCH >/dev/null
1244 then
1245 UNAME_PROCESSOR="x86_64"
1246 fi
1247 fi ;;
1248 unknown) UNAME_PROCESSOR=powerpc ;;
1249 esac
1259 eval $set_cc_for_build
1260 if test "$UNAME_PROCESSOR" = unknown ; then
1261 UNAME_PROCESSOR=powerpc
1262 fi
1263 if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
1264 if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
1265 if (echo '#ifdef __LP64__'; echo IS_64BIT_ARCH; echo '#endif') | \
1266 (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | \
1267 grep IS_64BIT_ARCH >/dev/null
1268 then
1269 case $UNAME_PROCESSOR in
1270 i386) UNAME_PROCESSOR=x86_64 ;;
1271 powerpc) UNAME_PROCESSOR=powerpc64 ;;
1272 esac
1273 fi
1274 fi
1275 elif test "$UNAME_PROCESSOR" = i386 ; then
1276 # Avoid executing cc on OS X 10.9, as it ships with a stub
1277 # that puts up a graphical alert prompting to install
1278 # developer tools. Any system running Mac OS X 10.7 or
1279 # later (Darwin 11 and later) is required to have a 64-bit
1280 # processor. This is not true of the ARM version of Darwin
1281 # that Apple uses in portable devices.
1282 UNAME_PROCESSOR=x86_64
1283 fi
12501284 echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
12511285 exit ;;
12521286 *:procnto*:*:* | *:QNX:[0123456789]*:*)
13371371 exit ;;
13381372 esac
13391373
1340 eval $set_cc_for_build
1341 cat >$dummy.c <<EOF
1342 #ifdef _SEQUENT_
1343 # include <sys/types.h>
1344 # include <sys/utsname.h>
1345 #endif
1346 main ()
1347 {
1348 #if defined (sony)
1349 #if defined (MIPSEB)
1350 /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
1351 I don't know.... */
1352 printf ("mips-sony-bsd\n"); exit (0);
1353 #else
1354 #include <sys/param.h>
1355 printf ("m68k-sony-newsos%s\n",
1356 #ifdef NEWSOS4
1357 "4"
1358 #else
1359 ""
1360 #endif
1361 ); exit (0);
1362 #endif
1363 #endif
1364
1365 #if defined (__arm) && defined (__acorn) && defined (__unix)
1366 printf ("arm-acorn-riscix\n"); exit (0);
1367 #endif
1368
1369 #if defined (hp300) && !defined (hpux)
1370 printf ("m68k-hp-bsd\n"); exit (0);
1371 #endif
1372
1373 #if defined (NeXT)
1374 #if !defined (__ARCHITECTURE__)
1375 #define __ARCHITECTURE__ "m68k"
1376 #endif
1377 int version;
1378 version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
1379 if (version < 4)
1380 printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
1381 else
1382 printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
1383 exit (0);
1384 #endif
1385
1386 #if defined (MULTIMAX) || defined (n16)
1387 #if defined (UMAXV)
1388 printf ("ns32k-encore-sysv\n"); exit (0);
1389 #else
1390 #if defined (CMU)
1391 printf ("ns32k-encore-mach\n"); exit (0);
1392 #else
1393 printf ("ns32k-encore-bsd\n"); exit (0);
1394 #endif
1395 #endif
1396 #endif
1397
1398 #if defined (__386BSD__)
1399 printf ("i386-pc-bsd\n"); exit (0);
1400 #endif
1401
1402 #if defined (sequent)
1403 #if defined (i386)
1404 printf ("i386-sequent-dynix\n"); exit (0);
1405 #endif
1406 #if defined (ns32000)
1407 printf ("ns32k-sequent-dynix\n"); exit (0);
1408 #endif
1409 #endif
1410
1411 #if defined (_SEQUENT_)
1412 struct utsname un;
1413
1414 uname(&un);
1415
1416 if (strncmp(un.version, "V2", 2) == 0) {
1417 printf ("i386-sequent-ptx2\n"); exit (0);
1418 }
1419 if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
1420 printf ("i386-sequent-ptx1\n"); exit (0);
1421 }
1422 printf ("i386-sequent-ptx\n"); exit (0);
1423
1424 #endif
1425
1426 #if defined (vax)
1427 # if !defined (ultrix)
1428 # include <sys/param.h>
1429 # if defined (BSD)
1430 # if BSD == 43
1431 printf ("vax-dec-bsd4.3\n"); exit (0);
1432 # else
1433 # if BSD == 199006
1434 printf ("vax-dec-bsd4.3reno\n"); exit (0);
1435 # else
1436 printf ("vax-dec-bsd\n"); exit (0);
1437 # endif
1438 # endif
1439 # else
1440 printf ("vax-dec-bsd\n"); exit (0);
1441 # endif
1442 # else
1443 printf ("vax-dec-ultrix\n"); exit (0);
1444 # endif
1445 #endif
1446
1447 #if defined (alliant) && defined (i860)
1448 printf ("i860-alliant-bsd\n"); exit (0);
1449 #endif
1450
1451 exit (1);
1452 }
1453 EOF
1454
1455 $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
1456 { echo "$SYSTEM_NAME"; exit; }
1457
1458 # Apollos put the system type in the environment.
1459
1460 test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
1461
1462 # Convex versions that predate uname can use getsysinfo(1)
1463
1464 if [ -x /usr/convex/getsysinfo ]
1465 then
1466 case `getsysinfo -f cpu_type` in
1467 c1*)
1468 echo c1-convex-bsd
1469 exit ;;
1470 c2*)
1471 if getsysinfo -f scalar_acc
1472 then echo c32-convex-bsd
1473 else echo c2-convex-bsd
1474 fi
1475 exit ;;
1476 c34*)
1477 echo c34-convex-bsd
1478 exit ;;
1479 c38*)
1480 echo c38-convex-bsd
1481 exit ;;
1482 c4*)
1483 echo c4-convex-bsd
1484 exit ;;
1485 esac
1486 fi
1487
14881374 cat >&2 <<EOF
14891375 $0: unable to guess system type
14901376
00 #! /bin/sh
11 # Configuration validation subroutine script.
2 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
3 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
4 # 2011, 2012, 2013 Free Software Foundation, Inc.
5
6 timestamp='2012-12-29'
2 # Copyright 1992-2015 Free Software Foundation, Inc.
3
4 timestamp='2015-01-01'
75
86 # This file is free software; you can redistribute it and/or modify it
97 # under the terms of the GNU General Public License as published by
2624 # of the GNU General Public License, version 3 ("GPLv3").
2725
2826
29 # Please send patches with a ChangeLog entry to config-patches@gnu.org.
27 # Please send patches to <config-patches@gnu.org>.
3028 #
3129 # Configuration subroutine to validate and canonicalize a configuration type.
3230 # Supply the specified configuration type as an argument.
6967 version="\
7068 GNU config.sub ($timestamp)
7169
72 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
73 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011,
74 2012, 2013 Free Software Foundation, Inc.
70 Copyright 1992-2015 Free Software Foundation, Inc.
7571
7672 This is free software; see the source for copying conditions. There is NO
7773 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
255251 | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
256252 | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
257253 | am33_2.0 \
258 | arc \
254 | arc | arceb \
259255 | arm | arm[bl]e | arme[lb] | armv[2-8] | armv[3-8][lb] | armv7[arm] \
260256 | avr | avr32 \
261257 | be32 | be64 \
262258 | bfin \
263 | c4x | clipper \
259 | c4x | c8051 | clipper \
264260 | d10v | d30v | dlx | dsp16xx \
265261 | epiphany \
266 | fido | fr30 | frv \
262 | fido | fr30 | frv | ft32 \
267263 | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
268264 | hexagon \
269265 | i370 | i860 | i960 | ia64 \
270266 | ip2k | iq2000 \
267 | k1om \
271268 | le32 | le64 \
272269 | lm32 \
273270 | m32c | m32r | m32rle | m68000 | m68k | m88k \
285282 | mips64vr5900 | mips64vr5900el \
286283 | mipsisa32 | mipsisa32el \
287284 | mipsisa32r2 | mipsisa32r2el \
285 | mipsisa32r6 | mipsisa32r6el \
288286 | mipsisa64 | mipsisa64el \
289287 | mipsisa64r2 | mipsisa64r2el \
288 | mipsisa64r6 | mipsisa64r6el \
290289 | mipsisa64sb1 | mipsisa64sb1el \
291290 | mipsisa64sr71k | mipsisa64sr71kel \
291 | mipsr5900 | mipsr5900el \
292292 | mipstx39 | mipstx39el \
293293 | mn10200 | mn10300 \
294294 | moxie \
295295 | mt \
296296 | msp430 \
297297 | nds32 | nds32le | nds32be \
298 | nios | nios2 \
298 | nios | nios2 | nios2eb | nios2el \
299299 | ns16k | ns32k \
300 | open8 \
301 | or32 \
300 | open8 | or1k | or1knd | or32 \
302301 | pdp10 | pdp11 | pj | pjl \
303302 | powerpc | powerpc64 | powerpc64le | powerpcle \
304303 | pyramid \
304 | riscv32 | riscv64 \
305305 | rl78 | rx \
306306 | score \
307307 | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
312312 | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \
313313 | ubicom32 \
314314 | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \
315 | visium \
315316 | we32k \
316317 | x86 | xc16x | xstormy16 | xtensa \
317318 | z8k | z80)
326327 c6x)
327328 basic_machine=tic6x-unknown
328329 ;;
329 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | picochip)
330 leon|leon[3-9])
331 basic_machine=sparc-$basic_machine
332 ;;
333 m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip)
330334 basic_machine=$basic_machine-unknown
331335 os=-none
332336 ;;
368372 | aarch64-* | aarch64_be-* \
369373 | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
370374 | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
371 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
375 | alphapca5[67]-* | alpha64pca5[67]-* | arc-* | arceb-* \
372376 | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
373377 | avr-* | avr32-* \
374378 | be32-* | be64-* \
375379 | bfin-* | bs2000-* \
376380 | c[123]* | c30-* | [cjt]90-* | c4x-* \
377 | clipper-* | craynv-* | cydra-* \
381 | c8051-* | clipper-* | craynv-* | cydra-* \
378382 | d10v-* | d30v-* | dlx-* \
379383 | elxsi-* \
380384 | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
383387 | hexagon-* \
384388 | i*86-* | i860-* | i960-* | ia64-* \
385389 | ip2k-* | iq2000-* \
390 | k1om-* \
386391 | le32-* | le64-* \
387392 | lm32-* \
388393 | m32c-* | m32r-* | m32rle-* \
402407 | mips64vr5900-* | mips64vr5900el-* \
403408 | mipsisa32-* | mipsisa32el-* \
404409 | mipsisa32r2-* | mipsisa32r2el-* \
410 | mipsisa32r6-* | mipsisa32r6el-* \
405411 | mipsisa64-* | mipsisa64el-* \
406412 | mipsisa64r2-* | mipsisa64r2el-* \
413 | mipsisa64r6-* | mipsisa64r6el-* \
407414 | mipsisa64sb1-* | mipsisa64sb1el-* \
408415 | mipsisa64sr71k-* | mipsisa64sr71kel-* \
416 | mipsr5900-* | mipsr5900el-* \
409417 | mipstx39-* | mipstx39el-* \
410418 | mmix-* \
411419 | mt-* \
412420 | msp430-* \
413421 | nds32-* | nds32le-* | nds32be-* \
414 | nios-* | nios2-* \
422 | nios-* | nios2-* | nios2eb-* | nios2el-* \
415423 | none-* | np1-* | ns16k-* | ns32k-* \
416424 | open8-* \
425 | or1k*-* \
417426 | orion-* \
418427 | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
419428 | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* \
431440 | ubicom32-* \
432441 | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \
433442 | vax-* \
443 | visium-* \
434444 | we32k-* \
435445 | x86-* | x86_64-* | xc16x-* | xps100-* \
436446 | xstormy16-* | xtensa*-* \
768778 basic_machine=m68k-isi
769779 os=-sysv
770780 ;;
781 leon-*|leon[3-9]-*)
782 basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
783 ;;
771784 m68knommu)
772785 basic_machine=m68k-unknown
773786 os=-linux
795808 os=-mingw64
796809 ;;
797810 mingw32)
798 basic_machine=i386-pc
811 basic_machine=i686-pc
799812 os=-mingw32
800813 ;;
801814 mingw32ce)
823836 basic_machine=powerpc-unknown
824837 os=-morphos
825838 ;;
839 moxiebox)
840 basic_machine=moxie-unknown
841 os=-moxiebox
842 ;;
826843 msdos)
827844 basic_machine=i386-pc
828845 os=-msdos
831848 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
832849 ;;
833850 msys)
834 basic_machine=i386-pc
851 basic_machine=i686-pc
835852 os=-msys
836853 ;;
837854 mvs)
13531370 -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
13541371 | -*vms* | -sco* | -esix* | -isc* | -aix* | -cnk* | -sunos | -sunos[34]*\
13551372 | -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
1356 | -sym* | -kopensolaris* \
1373 | -sym* | -kopensolaris* | -plan9* \
13571374 | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
13581375 | -aos* | -aros* \
13591376 | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
13681385 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
13691386 | -mingw32* | -mingw64* | -linux-gnu* | -linux-android* \
13701387 | -linux-newlib* | -linux-musl* | -linux-uclibc* \
1371 | -uxpv* | -beos* | -mpeix* | -udk* \
1388 | -uxpv* | -beos* | -mpeix* | -udk* | -moxiebox* \
13721389 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
13731390 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
13741391 | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
13751392 | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
13761393 | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
13771394 | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
1378 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
1395 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)
13791396 # Remember, each alternative MUST END IN *, to match a version number.
13801397 ;;
13811398 -qnx*)
14991516 -aros*)
15001517 os=-aros
15011518 ;;
1502 -kaos*)
1503 os=-kaos
1504 ;;
15051519 -zvmoe)
15061520 os=-zvmoe
15071521 ;;
15491563 ;;
15501564 c4x-* | tic4x-*)
15511565 os=-coff
1566 ;;
1567 c8051-*)
1568 os=-elf
15521569 ;;
15531570 hexagon-*)
15541571 os=-elf
22
33 scriptversion=2013-05-30.07; # UTC
44
5 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
5 # Copyright (C) 1999-2014 Free Software Foundation, Inc.
66
77 # This program is free software; you can redistribute it and/or modify
88 # it under the terms of the GNU General Public License as published by
00 #!/bin/sh
11 # install - install a program, script, or datafile
22
3 scriptversion=2011-11-20.07; # UTC
3 scriptversion=2013-12-25.23; # UTC
44
55 # This originates from X11R5 (mit/util/scripts/install.sh), which was
66 # later released in X11R6 (xc/config/util/install.sh) with the
4040 # This script is compatible with the BSD install script, but was written
4141 # from scratch.
4242
43 tab=' '
4344 nl='
4445 '
45 IFS=" "" $nl"
46
47 # set DOITPROG to echo to test this script
48
49 # Don't use :- since 4.3BSD and earlier shells don't like it.
46 IFS=" $tab$nl"
47
48 # Set DOITPROG to "echo" to test this script.
49
5050 doit=${DOITPROG-}
51 if test -z "$doit"; then
52 doit_exec=exec
53 else
54 doit_exec=$doit
55 fi
51 doit_exec=${doit:-exec}
5652
5753 # Put in absolute file names if you don't have them in your path;
5854 # or use environment vars.
6763 rmprog=${RMPROG-rm}
6864 stripprog=${STRIPPROG-strip}
6965
70 posix_glob='?'
71 initialize_posix_glob='
72 test "$posix_glob" != "?" || {
73 if (set -f) 2>/dev/null; then
74 posix_glob=
75 else
76 posix_glob=:
77 fi
78 }
79 '
80
8166 posix_mkdir=
8267
8368 # Desired mode of installed file.
9681 dst_arg=
9782
9883 copy_on_change=false
99 no_target_directory=
84 is_target_a_directory=possibly
10085
10186 usage="\
10287 Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
136121 -d) dir_arg=true;;
137122
138123 -g) chgrpcmd="$chgrpprog $2"
139 shift;;
124 shift;;
140125
141126 --help) echo "$usage"; exit $?;;
142127
143128 -m) mode=$2
144 case $mode in
145 *' '* | *' '* | *'
146 '* | *'*'* | *'?'* | *'['*)
147 echo "$0: invalid mode: $mode" >&2
148 exit 1;;
149 esac
150 shift;;
129 case $mode in
130 *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*)
131 echo "$0: invalid mode: $mode" >&2
132 exit 1;;
133 esac
134 shift;;
151135
152136 -o) chowncmd="$chownprog $2"
153 shift;;
137 shift;;
154138
155139 -s) stripcmd=$stripprog;;
156140
157 -t) dst_arg=$2
158 # Protect names problematic for 'test' and other utilities.
159 case $dst_arg in
160 -* | [=\(\)!]) dst_arg=./$dst_arg;;
161 esac
162 shift;;
163
164 -T) no_target_directory=true;;
141 -t)
142 is_target_a_directory=always
143 dst_arg=$2
144 # Protect names problematic for 'test' and other utilities.
145 case $dst_arg in
146 -* | [=\(\)!]) dst_arg=./$dst_arg;;
147 esac
148 shift;;
149
150 -T) is_target_a_directory=never;;
165151
166152 --version) echo "$0 $scriptversion"; exit $?;;
167153
168 --) shift
169 break;;
170
171 -*) echo "$0: invalid option: $1" >&2
172 exit 1;;
154 --) shift
155 break;;
156
157 -*) echo "$0: invalid option: $1" >&2
158 exit 1;;
173159
174160 *) break;;
175161 esac
176162 shift
177163 done
164
165 # We allow the use of options -d and -T together, by making -d
166 # take the precedence; this is for compatibility with GNU install.
167
168 if test -n "$dir_arg"; then
169 if test -n "$dst_arg"; then
170 echo "$0: target directory not allowed when installing a directory." >&2
171 exit 1
172 fi
173 fi
178174
179175 if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
180176 # When -d is used, all remaining arguments are directories to create.
207203 fi
208204
209205 if test -z "$dir_arg"; then
206 if test $# -gt 1 || test "$is_target_a_directory" = always; then
207 if test ! -d "$dst_arg"; then
208 echo "$0: $dst_arg: Is not a directory." >&2
209 exit 1
210 fi
211 fi
212 fi
213
214 if test -z "$dir_arg"; then
210215 do_exit='(exit $ret); exit $ret'
211216 trap "ret=129; $do_exit" 1
212217 trap "ret=130; $do_exit" 2
222227
223228 *[0-7])
224229 if test -z "$stripcmd"; then
225 u_plus_rw=
230 u_plus_rw=
226231 else
227 u_plus_rw='% 200'
232 u_plus_rw='% 200'
228233 fi
229234 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
230235 *)
231236 if test -z "$stripcmd"; then
232 u_plus_rw=
237 u_plus_rw=
233238 else
234 u_plus_rw=,u+rw
239 u_plus_rw=,u+rw
235240 fi
236241 cp_umask=$mode$u_plus_rw;;
237242 esac
268273 # If destination is a directory, append the input filename; won't work
269274 # if double slashes aren't ignored.
270275 if test -d "$dst"; then
271 if test -n "$no_target_directory"; then
272 echo "$0: $dst_arg: Is a directory" >&2
273 exit 1
276 if test "$is_target_a_directory" = never; then
277 echo "$0: $dst_arg: Is a directory" >&2
278 exit 1
274279 fi
275280 dstdir=$dst
276281 dst=$dstdir/`basename "$src"`
277282 dstdir_status=0
278283 else
279 # Prefer dirname, but fall back on a substitute if dirname fails.
280 dstdir=`
281 (dirname "$dst") 2>/dev/null ||
282 expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
283 X"$dst" : 'X\(//\)[^/]' \| \
284 X"$dst" : 'X\(//\)$' \| \
285 X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
286 echo X"$dst" |
287 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
288 s//\1/
289 q
290 }
291 /^X\(\/\/\)[^/].*/{
292 s//\1/
293 q
294 }
295 /^X\(\/\/\)$/{
296 s//\1/
297 q
298 }
299 /^X\(\/\).*/{
300 s//\1/
301 q
302 }
303 s/.*/./; q'
304 `
305
284 dstdir=`dirname "$dst"`
306285 test -d "$dstdir"
307286 dstdir_status=$?
308287 fi
313292 if test $dstdir_status != 0; then
314293 case $posix_mkdir in
315294 '')
316 # Create intermediate dirs using mode 755 as modified by the umask.
317 # This is like FreeBSD 'install' as of 1997-10-28.
318 umask=`umask`
319 case $stripcmd.$umask in
320 # Optimize common cases.
321 *[2367][2367]) mkdir_umask=$umask;;
322 .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
323
324 *[0-7])
325 mkdir_umask=`expr $umask + 22 \
326 - $umask % 100 % 40 + $umask % 20 \
327 - $umask % 10 % 4 + $umask % 2
328 `;;
329 *) mkdir_umask=$umask,go-w;;
330 esac
331
332 # With -d, create the new directory with the user-specified mode.
333 # Otherwise, rely on $mkdir_umask.
334 if test -n "$dir_arg"; then
335 mkdir_mode=-m$mode
336 else
337 mkdir_mode=
338 fi
339
340 posix_mkdir=false
341 case $umask in
342 *[123567][0-7][0-7])
343 # POSIX mkdir -p sets u+wx bits regardless of umask, which
344 # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
345 ;;
346 *)
347 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
348 trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
349
350 if (umask $mkdir_umask &&
351 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
352 then
353 if test -z "$dir_arg" || {
354 # Check for POSIX incompatibilities with -m.
355 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
356 # other-writable bit of parent directory when it shouldn't.
357 # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
358 ls_ld_tmpdir=`ls -ld "$tmpdir"`
359 case $ls_ld_tmpdir in
360 d????-?r-*) different_mode=700;;
361 d????-?--*) different_mode=755;;
362 *) false;;
363 esac &&
364 $mkdirprog -m$different_mode -p -- "$tmpdir" && {
365 ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
366 test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
367 }
368 }
369 then posix_mkdir=:
370 fi
371 rmdir "$tmpdir/d" "$tmpdir"
372 else
373 # Remove any dirs left behind by ancient mkdir implementations.
374 rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
375 fi
376 trap '' 0;;
377 esac;;
295 # Create intermediate dirs using mode 755 as modified by the umask.
296 # This is like FreeBSD 'install' as of 1997-10-28.
297 umask=`umask`
298 case $stripcmd.$umask in
299 # Optimize common cases.
300 *[2367][2367]) mkdir_umask=$umask;;
301 .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
302
303 *[0-7])
304 mkdir_umask=`expr $umask + 22 \
305 - $umask % 100 % 40 + $umask % 20 \
306 - $umask % 10 % 4 + $umask % 2
307 `;;
308 *) mkdir_umask=$umask,go-w;;
309 esac
310
311 # With -d, create the new directory with the user-specified mode.
312 # Otherwise, rely on $mkdir_umask.
313 if test -n "$dir_arg"; then
314 mkdir_mode=-m$mode
315 else
316 mkdir_mode=
317 fi
318
319 posix_mkdir=false
320 case $umask in
321 *[123567][0-7][0-7])
322 # POSIX mkdir -p sets u+wx bits regardless of umask, which
323 # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
324 ;;
325 *)
326 tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
327 trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
328
329 if (umask $mkdir_umask &&
330 exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
331 then
332 if test -z "$dir_arg" || {
333 # Check for POSIX incompatibilities with -m.
334 # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
335 # other-writable bit of parent directory when it shouldn't.
336 # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
337 ls_ld_tmpdir=`ls -ld "$tmpdir"`
338 case $ls_ld_tmpdir in
339 d????-?r-*) different_mode=700;;
340 d????-?--*) different_mode=755;;
341 *) false;;
342 esac &&
343 $mkdirprog -m$different_mode -p -- "$tmpdir" && {
344 ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
345 test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
346 }
347 }
348 then posix_mkdir=:
349 fi
350 rmdir "$tmpdir/d" "$tmpdir"
351 else
352 # Remove any dirs left behind by ancient mkdir implementations.
353 rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
354 fi
355 trap '' 0;;
356 esac;;
378357 esac
379358
380359 if
381360 $posix_mkdir && (
382 umask $mkdir_umask &&
383 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
361 umask $mkdir_umask &&
362 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
384363 )
385364 then :
386365 else
390369 # directory the slow way, step by step, checking for races as we go.
391370
392371 case $dstdir in
393 /*) prefix='/';;
394 [-=\(\)!]*) prefix='./';;
395 *) prefix='';;
372 /*) prefix='/';;
373 [-=\(\)!]*) prefix='./';;
374 *) prefix='';;
396375 esac
397
398 eval "$initialize_posix_glob"
399376
400377 oIFS=$IFS
401378 IFS=/
402 $posix_glob set -f
379 set -f
403380 set fnord $dstdir
404381 shift
405 $posix_glob set +f
382 set +f
406383 IFS=$oIFS
407384
408385 prefixes=
409386
410387 for d
411388 do
412 test X"$d" = X && continue
413
414 prefix=$prefix$d
415 if test -d "$prefix"; then
416 prefixes=
417 else
418 if $posix_mkdir; then
419 (umask=$mkdir_umask &&
420 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
421 # Don't fail if two instances are running concurrently.
422 test -d "$prefix" || exit 1
423 else
424 case $prefix in
425 *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
426 *) qprefix=$prefix;;
427 esac
428 prefixes="$prefixes '$qprefix'"
429 fi
430 fi
431 prefix=$prefix/
389 test X"$d" = X && continue
390
391 prefix=$prefix$d
392 if test -d "$prefix"; then
393 prefixes=
394 else
395 if $posix_mkdir; then
396 (umask=$mkdir_umask &&
397 $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
398 # Don't fail if two instances are running concurrently.
399 test -d "$prefix" || exit 1
400 else
401 case $prefix in
402 *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
403 *) qprefix=$prefix;;
404 esac
405 prefixes="$prefixes '$qprefix'"
406 fi
407 fi
408 prefix=$prefix/
432409 done
433410
434411 if test -n "$prefixes"; then
435 # Don't fail if two instances are running concurrently.
436 (umask $mkdir_umask &&
437 eval "\$doit_exec \$mkdirprog $prefixes") ||
438 test -d "$dstdir" || exit 1
439 obsolete_mkdir_used=true
412 # Don't fail if two instances are running concurrently.
413 (umask $mkdir_umask &&
414 eval "\$doit_exec \$mkdirprog $prefixes") ||
415 test -d "$dstdir" || exit 1
416 obsolete_mkdir_used=true
440417 fi
441418 fi
442419 fi
471448
472449 # If -C, don't bother to copy if it wouldn't change the file.
473450 if $copy_on_change &&
474 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
475 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
476
477 eval "$initialize_posix_glob" &&
478 $posix_glob set -f &&
451 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
452 new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
453 set -f &&
479454 set X $old && old=:$2:$4:$5:$6 &&
480455 set X $new && new=:$2:$4:$5:$6 &&
481 $posix_glob set +f &&
482
456 set +f &&
483457 test "$old" = "$new" &&
484458 $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
485459 then
492466 # to itself, or perhaps because mv is so ancient that it does not
493467 # support -f.
494468 {
495 # Now remove or move aside any old file at destination location.
496 # We try this two ways since rm can't unlink itself on some
497 # systems and the destination file might be busy for other
498 # reasons. In this case, the final cleanup might fail but the new
499 # file should still install successfully.
500 {
501 test ! -f "$dst" ||
502 $doit $rmcmd -f "$dst" 2>/dev/null ||
503 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
504 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
505 } ||
506 { echo "$0: cannot unlink or rename $dst" >&2
507 (exit 1); exit 1
508 }
509 } &&
510
511 # Now rename the file to the real destination.
512 $doit $mvcmd "$dsttmp" "$dst"
469 # Now remove or move aside any old file at destination location.
470 # We try this two ways since rm can't unlink itself on some
471 # systems and the destination file might be busy for other
472 # reasons. In this case, the final cleanup might fail but the new
473 # file should still install successfully.
474 {
475 test ! -f "$dst" ||
476 $doit $rmcmd -f "$dst" 2>/dev/null ||
477 { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
478 { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
479 } ||
480 { echo "$0: cannot unlink or rename $dst" >&2
481 (exit 1); exit 1
482 }
483 } &&
484
485 # Now rename the file to the real destination.
486 $doit $mvcmd "$dsttmp" "$dst"
513487 }
514488 fi || exit 1
515489
0
1 # libtool (GNU libtool) 2.4.2
0 #! /bin/sh
1 ## DO NOT EDIT - This file generated from ./build-aux/ltmain.in
2 ## by inline-source v2014-01-03.01
3
4 # libtool (GNU libtool) 2.4.6
5 # Provide generalized library-building support services.
26 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
37
4 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
5 # 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
8 # Copyright (C) 1996-2015 Free Software Foundation, Inc.
69 # This is free software; see the source for copying conditions. There is NO
710 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
811
2225 # General Public License for more details.
2326 #
2427 # You should have received a copy of the GNU General Public License
25 # along with GNU Libtool; see the file COPYING. If not, a copy
26 # can be downloaded from http://www.gnu.org/licenses/gpl.html,
27 # or obtained by writing to the Free Software Foundation, Inc.,
28 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
29
30 # Usage: $progname [OPTION]... [MODE-ARG]...
31 #
32 # Provide generalized library-building support services.
33 #
34 # --config show all configuration variables
35 # --debug enable verbose shell tracing
36 # -n, --dry-run display commands without modifying any files
37 # --features display basic configuration information and exit
38 # --mode=MODE use operation mode MODE
39 # --preserve-dup-deps don't remove duplicate dependency libraries
40 # --quiet, --silent don't print informational messages
41 # --no-quiet, --no-silent
42 # print informational messages (default)
43 # --no-warn don't display warning messages
44 # --tag=TAG use configuration variables from tag TAG
45 # -v, --verbose print more informational messages than default
46 # --no-verbose don't print the extra informational messages
47 # --version print version information
48 # -h, --help, --help-all print short, long, or detailed help message
49 #
50 # MODE must be one of the following:
51 #
52 # clean remove files from the build directory
53 # compile compile a source file into a libtool object
54 # execute automatically set library path, then run a program
55 # finish complete the installation of libtool libraries
56 # install install libraries or executables
57 # link create a library or an executable
58 # uninstall remove libraries from an installed directory
59 #
60 # MODE-ARGS vary depending on the MODE. When passed as first option,
61 # `--mode=MODE' may be abbreviated as `MODE' or a unique abbreviation of that.
62 # Try `$progname --help --mode=MODE' for a more detailed description of MODE.
63 #
64 # When reporting a bug, please describe a test case to reproduce it and
65 # include the following information:
66 #
67 # host-triplet: $host
68 # shell: $SHELL
69 # compiler: $LTCC
70 # compiler flags: $LTCFLAGS
71 # linker: $LD (gnu? $with_gnu_ld)
72 # $progname: (GNU libtool) 2.4.2
73 # automake: $automake_version
74 # autoconf: $autoconf_version
75 #
76 # Report bugs to <bug-libtool@gnu.org>.
77 # GNU libtool home page: <http://www.gnu.org/software/libtool/>.
78 # General help using GNU software: <http://www.gnu.org/gethelp/>.
28 # along with this program. If not, see <http://www.gnu.org/licenses/>.
29
7930
8031 PROGRAM=libtool
8132 PACKAGE=libtool
82 VERSION=2.4.2
83 TIMESTAMP=""
84 package_revision=1.3337
85
86 # Be Bourne compatible
87 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
33 VERSION=2.4.6
34 package_revision=2.4.6
35
36
37 ## ------ ##
38 ## Usage. ##
39 ## ------ ##
40
41 # Run './libtool --help' for help with using this script from the
42 # command line.
43
44
45 ## ------------------------------- ##
46 ## User overridable command paths. ##
47 ## ------------------------------- ##
48
49 # After configure completes, it has a better idea of some of the
50 # shell tools we need than the defaults used by the functions shared
51 # with bootstrap, so set those here where they can still be over-
52 # ridden by the user, but otherwise take precedence.
53
54 : ${AUTOCONF="autoconf"}
55 : ${AUTOMAKE="automake"}
56
57
58 ## -------------------------- ##
59 ## Source external libraries. ##
60 ## -------------------------- ##
61
62 # Much of our low-level functionality needs to be sourced from external
63 # libraries, which are installed to $pkgauxdir.
64
65 # Set a version string for this script.
66 scriptversion=2015-01-20.17; # UTC
67
68 # General shell script boiler plate, and helper functions.
69 # Written by Gary V. Vaughan, 2004
70
71 # Copyright (C) 2004-2015 Free Software Foundation, Inc.
72 # This is free software; see the source for copying conditions. There is NO
73 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
74
75 # This program is free software; you can redistribute it and/or modify
76 # it under the terms of the GNU General Public License as published by
77 # the Free Software Foundation; either version 3 of the License, or
78 # (at your option) any later version.
79
80 # As a special exception to the GNU General Public License, if you distribute
81 # this file as part of a program or library that is built using GNU Libtool,
82 # you may include this file under the same distribution terms that you use
83 # for the rest of that program.
84
85 # This program is distributed in the hope that it will be useful,
86 # but WITHOUT ANY WARRANTY; without even the implied warranty of
87 # MERCHANTABILITY or FITNES FOR A PARTICULAR PURPOSE. See the GNU
88 # General Public License for more details.
89
90 # You should have received a copy of the GNU General Public License
91 # along with this program. If not, see <http://www.gnu.org/licenses/>.
92
93 # Please report bugs or propose patches to gary@gnu.org.
94
95
96 ## ------ ##
97 ## Usage. ##
98 ## ------ ##
99
100 # Evaluate this file near the top of your script to gain access to
101 # the functions and variables defined here:
102 #
103 # . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
104 #
105 # If you need to override any of the default environment variable
106 # settings, do that before evaluating this file.
107
108
109 ## -------------------- ##
110 ## Shell normalisation. ##
111 ## -------------------- ##
112
113 # Some shells need a little help to be as Bourne compatible as possible.
114 # Before doing anything else, make sure all that help has been provided!
115
116 DUALCASE=1; export DUALCASE # for MKS sh
117 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
88118 emulate sh
89119 NULLCMD=:
90 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
120 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
91121 # is contrary to our usage. Disable this feature.
92122 alias -g '${1+"$@"}'='"$@"'
93123 setopt NO_GLOB_SUBST
94124 else
95 case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
125 case `(set -o) 2>/dev/null` in *posix*) set -o posix ;; esac
96126 fi
97 BIN_SH=xpg4; export BIN_SH # for Tru64
98 DUALCASE=1; export DUALCASE # for MKS sh
99
100 # A function that is used when there is no print builtin or printf.
101 func_fallback_echo ()
102 {
103 eval 'cat <<_LTECHO_EOF
104 $1
105 _LTECHO_EOF'
106 }
107
108 # NLS nuisances: We save the old values to restore during execute mode.
109 lt_user_locale=
110 lt_safe_locale=
111 for lt_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
127
128 # NLS nuisances: We save the old values in case they are required later.
129 _G_user_locale=
130 _G_safe_locale=
131 for _G_var in LANG LANGUAGE LC_ALL LC_CTYPE LC_COLLATE LC_MESSAGES
112132 do
113 eval "if test \"\${$lt_var+set}\" = set; then
114 save_$lt_var=\$$lt_var
115 $lt_var=C
116 export $lt_var
117 lt_user_locale=\"$lt_var=\\\$save_\$lt_var; \$lt_user_locale\"
118 lt_safe_locale=\"$lt_var=C; \$lt_safe_locale\"
133 eval "if test set = \"\${$_G_var+set}\"; then
134 save_$_G_var=\$$_G_var
135 $_G_var=C
136 export $_G_var
137 _G_user_locale=\"$_G_var=\\\$save_\$_G_var; \$_G_user_locale\"
138 _G_safe_locale=\"$_G_var=C; \$_G_safe_locale\"
119139 fi"
120140 done
121 LC_ALL=C
122 LANGUAGE=C
123 export LANGUAGE LC_ALL
124
125 $lt_unset CDPATH
126
141
142 # CDPATH.
143 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
144
145 # Make sure IFS has a sensible default
146 sp=' '
147 nl='
148 '
149 IFS="$sp $nl"
150
151 # There are apparently some retarded systems that use ';' as a PATH separator!
152 if test "${PATH_SEPARATOR+set}" != set; then
153 PATH_SEPARATOR=:
154 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
155 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
156 PATH_SEPARATOR=';'
157 }
158 fi
159
160
161
162 ## ------------------------- ##
163 ## Locate command utilities. ##
164 ## ------------------------- ##
165
166
167 # func_executable_p FILE
168 # ----------------------
169 # Check that FILE is an executable regular file.
170 func_executable_p ()
171 {
172 test -f "$1" && test -x "$1"
173 }
174
175
176 # func_path_progs PROGS_LIST CHECK_FUNC [PATH]
177 # --------------------------------------------
178 # Search for either a program that responds to --version with output
179 # containing "GNU", or else returned by CHECK_FUNC otherwise, by
180 # trying all the directories in PATH with each of the elements of
181 # PROGS_LIST.
182 #
183 # CHECK_FUNC should accept the path to a candidate program, and
184 # set $func_check_prog_result if it truncates its output less than
185 # $_G_path_prog_max characters.
186 func_path_progs ()
187 {
188 _G_progs_list=$1
189 _G_check_func=$2
190 _G_PATH=${3-"$PATH"}
191
192 _G_path_prog_max=0
193 _G_path_prog_found=false
194 _G_save_IFS=$IFS; IFS=${PATH_SEPARATOR-:}
195 for _G_dir in $_G_PATH; do
196 IFS=$_G_save_IFS
197 test -z "$_G_dir" && _G_dir=.
198 for _G_prog_name in $_G_progs_list; do
199 for _exeext in '' .EXE; do
200 _G_path_prog=$_G_dir/$_G_prog_name$_exeext
201 func_executable_p "$_G_path_prog" || continue
202 case `"$_G_path_prog" --version 2>&1` in
203 *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
204 *) $_G_check_func $_G_path_prog
205 func_path_progs_result=$func_check_prog_result
206 ;;
207 esac
208 $_G_path_prog_found && break 3
209 done
210 done
211 done
212 IFS=$_G_save_IFS
213 test -z "$func_path_progs_result" && {
214 echo "no acceptable sed could be found in \$PATH" >&2
215 exit 1
216 }
217 }
218
219
220 # We want to be able to use the functions in this file before configure
221 # has figured out where the best binaries are kept, which means we have
222 # to search for them ourselves - except when the results are already set
223 # where we skip the searches.
224
225 # Unless the user overrides by setting SED, search the path for either GNU
226 # sed, or the sed that truncates its output the least.
227 test -z "$SED" && {
228 _G_sed_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
229 for _G_i in 1 2 3 4 5 6 7; do
230 _G_sed_script=$_G_sed_script$nl$_G_sed_script
231 done
232 echo "$_G_sed_script" 2>/dev/null | sed 99q >conftest.sed
233 _G_sed_script=
234
235 func_check_prog_sed ()
236 {
237 _G_path_prog=$1
238
239 _G_count=0
240 printf 0123456789 >conftest.in
241 while :
242 do
243 cat conftest.in conftest.in >conftest.tmp
244 mv conftest.tmp conftest.in
245 cp conftest.in conftest.nl
246 echo '' >> conftest.nl
247 "$_G_path_prog" -f conftest.sed <conftest.nl >conftest.out 2>/dev/null || break
248 diff conftest.out conftest.nl >/dev/null 2>&1 || break
249 _G_count=`expr $_G_count + 1`
250 if test "$_G_count" -gt "$_G_path_prog_max"; then
251 # Best one so far, save it but keep looking for a better one
252 func_check_prog_result=$_G_path_prog
253 _G_path_prog_max=$_G_count
254 fi
255 # 10*(2^10) chars as input seems more than enough
256 test 10 -lt "$_G_count" && break
257 done
258 rm -f conftest.in conftest.tmp conftest.nl conftest.out
259 }
260
261 func_path_progs "sed gsed" func_check_prog_sed $PATH:/usr/xpg4/bin
262 rm -f conftest.sed
263 SED=$func_path_progs_result
264 }
265
266
267 # Unless the user overrides by setting GREP, search the path for either GNU
268 # grep, or the grep that truncates its output the least.
269 test -z "$GREP" && {
270 func_check_prog_grep ()
271 {
272 _G_path_prog=$1
273
274 _G_count=0
275 _G_path_prog_max=0
276 printf 0123456789 >conftest.in
277 while :
278 do
279 cat conftest.in conftest.in >conftest.tmp
280 mv conftest.tmp conftest.in
281 cp conftest.in conftest.nl
282 echo 'GREP' >> conftest.nl
283 "$_G_path_prog" -e 'GREP$' -e '-(cannot match)-' <conftest.nl >conftest.out 2>/dev/null || break
284 diff conftest.out conftest.nl >/dev/null 2>&1 || break
285 _G_count=`expr $_G_count + 1`
286 if test "$_G_count" -gt "$_G_path_prog_max"; then
287 # Best one so far, save it but keep looking for a better one
288 func_check_prog_result=$_G_path_prog
289 _G_path_prog_max=$_G_count
290 fi
291 # 10*(2^10) chars as input seems more than enough
292 test 10 -lt "$_G_count" && break
293 done
294 rm -f conftest.in conftest.tmp conftest.nl conftest.out
295 }
296
297 func_path_progs "grep ggrep" func_check_prog_grep $PATH:/usr/xpg4/bin
298 GREP=$func_path_progs_result
299 }
300
301
302 ## ------------------------------- ##
303 ## User overridable command paths. ##
304 ## ------------------------------- ##
305
306 # All uppercase variable names are used for environment variables. These
307 # variables can be overridden by the user before calling a script that
308 # uses them if a suitable command of that name is not already available
309 # in the command search PATH.
310
311 : ${CP="cp -f"}
312 : ${ECHO="printf %s\n"}
313 : ${EGREP="$GREP -E"}
314 : ${FGREP="$GREP -F"}
315 : ${LN_S="ln -s"}
316 : ${MAKE="make"}
317 : ${MKDIR="mkdir"}
318 : ${MV="mv -f"}
319 : ${RM="rm -f"}
320 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
321
322
323 ## -------------------- ##
324 ## Useful sed snippets. ##
325 ## -------------------- ##
326
327 sed_dirname='s|/[^/]*$||'
328 sed_basename='s|^.*/||'
329
330 # Sed substitution that helps us do robust quoting. It backslashifies
331 # metacharacters that are still active within double-quoted strings.
332 sed_quote_subst='s|\([`"$\\]\)|\\\1|g'
333
334 # Same as above, but do not quote variable references.
335 sed_double_quote_subst='s/\(["`\\]\)/\\\1/g'
336
337 # Sed substitution that turns a string into a regex matching for the
338 # string literally.
339 sed_make_literal_regex='s|[].[^$\\*\/]|\\&|g'
340
341 # Sed substitution that converts a w32 file name or path
342 # that contains forward slashes, into one that contains
343 # (escaped) backslashes. A very naive implementation.
344 sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
345
346 # Re-'\' parameter expansions in output of sed_double_quote_subst that
347 # were '\'-ed in input to the same. If an odd number of '\' preceded a
348 # '$' in input to sed_double_quote_subst, that '$' was protected from
349 # expansion. Since each input '\' is now two '\'s, look for any number
350 # of runs of four '\'s followed by two '\'s and then a '$'. '\' that '$'.
351 _G_bs='\\'
352 _G_bs2='\\\\'
353 _G_bs4='\\\\\\\\'
354 _G_dollar='\$'
355 sed_double_backslash="\
356 s/$_G_bs4/&\\
357 /g
358 s/^$_G_bs2$_G_dollar/$_G_bs&/
359 s/\\([^$_G_bs]\\)$_G_bs2$_G_dollar/\\1$_G_bs2$_G_bs$_G_dollar/g
360 s/\n//g"
361
362
363 ## ----------------- ##
364 ## Global variables. ##
365 ## ----------------- ##
366
367 # Except for the global variables explicitly listed below, the following
368 # functions in the '^func_' namespace, and the '^require_' namespace
369 # variables initialised in the 'Resource management' section, sourcing
370 # this file will not pollute your global namespace with anything
371 # else. There's no portable way to scope variables in Bourne shell
372 # though, so actually running these functions will sometimes place
373 # results into a variable named after the function, and often use
374 # temporary variables in the '^_G_' namespace. If you are careful to
375 # avoid using those namespaces casually in your sourcing script, things
376 # should continue to work as you expect. And, of course, you can freely
377 # overwrite any of the functions or variables defined here before
378 # calling anything to customize them.
379
380 EXIT_SUCCESS=0
381 EXIT_FAILURE=1
382 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing.
383 EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
384
385 # Allow overriding, eg assuming that you follow the convention of
386 # putting '$debug_cmd' at the start of all your functions, you can get
387 # bash to show function call trace with:
388 #
389 # debug_cmd='eval echo "${FUNCNAME[0]} $*" >&2' bash your-script-name
390 debug_cmd=${debug_cmd-":"}
391 exit_cmd=:
392
393 # By convention, finish your script with:
394 #
395 # exit $exit_status
396 #
397 # so that you can set exit_status to non-zero if you want to indicate
398 # something went wrong during execution without actually bailing out at
399 # the point of failure.
400 exit_status=$EXIT_SUCCESS
127401
128402 # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh
129403 # is ksh but when the shell is invoked as "sh" and the current value of
130404 # the _XPG environment variable is not equal to 1 (one), the special
131405 # positional parameter $0, within a function call, is the name of the
132406 # function.
133 progpath="$0"
134
135
136
137 : ${CP="cp -f"}
138 test "${ECHO+set}" = set || ECHO=${as_echo-'printf %s\n'}
139 : ${MAKE="make"}
140 : ${MKDIR="mkdir"}
141 : ${MV="mv -f"}
142 : ${RM="rm -f"}
143 : ${SHELL="${CONFIG_SHELL-/bin/sh}"}
144 : ${Xsed="$SED -e 1s/^X//"}
145
146 # Global variables:
147 EXIT_SUCCESS=0
148 EXIT_FAILURE=1
149 EXIT_MISMATCH=63 # $? = 63 is used to indicate version mismatch to missing.
150 EXIT_SKIP=77 # $? = 77 is used to indicate a skipped test to automake.
151
152 exit_status=$EXIT_SUCCESS
153
154 # Make sure IFS has a sensible default
155 lt_nl='
156 '
157 IFS=" $lt_nl"
158
159 dirname="s,/[^/]*$,,"
160 basename="s,^.*/,,"
161
162 # func_dirname file append nondir_replacement
407 progpath=$0
408
409 # The name of this program.
410 progname=`$ECHO "$progpath" |$SED "$sed_basename"`
411
412 # Make sure we have an absolute progpath for reexecution:
413 case $progpath in
414 [\\/]*|[A-Za-z]:\\*) ;;
415 *[\\/]*)
416 progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
417 progdir=`cd "$progdir" && pwd`
418 progpath=$progdir/$progname
419 ;;
420 *)
421 _G_IFS=$IFS
422 IFS=${PATH_SEPARATOR-:}
423 for progdir in $PATH; do
424 IFS=$_G_IFS
425 test -x "$progdir/$progname" && break
426 done
427 IFS=$_G_IFS
428 test -n "$progdir" || progdir=`pwd`
429 progpath=$progdir/$progname
430 ;;
431 esac
432
433
434 ## ----------------- ##
435 ## Standard options. ##
436 ## ----------------- ##
437
438 # The following options affect the operation of the functions defined
439 # below, and should be set appropriately depending on run-time para-
440 # meters passed on the command line.
441
442 opt_dry_run=false
443 opt_quiet=false
444 opt_verbose=false
445
446 # Categories 'all' and 'none' are always available. Append any others
447 # you will pass as the first argument to func_warning from your own
448 # code.
449 warning_categories=
450
451 # By default, display warnings according to 'opt_warning_types'. Set
452 # 'warning_func' to ':' to elide all warnings, or func_fatal_error to
453 # treat the next displayed warning as a fatal error.
454 warning_func=func_warn_and_continue
455
456 # Set to 'all' to display all warnings, 'none' to suppress all
457 # warnings, or a space delimited list of some subset of
458 # 'warning_categories' to display only the listed warnings.
459 opt_warning_types=all
460
461
462 ## -------------------- ##
463 ## Resource management. ##
464 ## -------------------- ##
465
466 # This section contains definitions for functions that each ensure a
467 # particular resource (a file, or a non-empty configuration variable for
468 # example) is available, and if appropriate to extract default values
469 # from pertinent package files. Call them using their associated
470 # 'require_*' variable to ensure that they are executed, at most, once.
471 #
472 # It's entirely deliberate that calling these functions can set
473 # variables that don't obey the namespace limitations obeyed by the rest
474 # of this file, in order that that they be as useful as possible to
475 # callers.
476
477
478 # require_term_colors
479 # -------------------
480 # Allow display of bold text on terminals that support it.
481 require_term_colors=func_require_term_colors
482 func_require_term_colors ()
483 {
484 $debug_cmd
485
486 test -t 1 && {
487 # COLORTERM and USE_ANSI_COLORS environment variables take
488 # precedence, because most terminfo databases neglect to describe
489 # whether color sequences are supported.
490 test -n "${COLORTERM+set}" && : ${USE_ANSI_COLORS="1"}
491
492 if test 1 = "$USE_ANSI_COLORS"; then
493 # Standard ANSI escape sequences
494 tc_reset=''
495 tc_bold=''; tc_standout=''
496 tc_red=''; tc_green=''
497 tc_blue=''; tc_cyan=''
498 else
499 # Otherwise trust the terminfo database after all.
500 test -n "`tput sgr0 2>/dev/null`" && {
501 tc_reset=`tput sgr0`
502 test -n "`tput bold 2>/dev/null`" && tc_bold=`tput bold`
503 tc_standout=$tc_bold
504 test -n "`tput smso 2>/dev/null`" && tc_standout=`tput smso`
505 test -n "`tput setaf 1 2>/dev/null`" && tc_red=`tput setaf 1`
506 test -n "`tput setaf 2 2>/dev/null`" && tc_green=`tput setaf 2`
507 test -n "`tput setaf 4 2>/dev/null`" && tc_blue=`tput setaf 4`
508 test -n "`tput setaf 5 2>/dev/null`" && tc_cyan=`tput setaf 5`
509 }
510 fi
511 }
512
513 require_term_colors=:
514 }
515
516
517 ## ----------------- ##
518 ## Function library. ##
519 ## ----------------- ##
520
521 # This section contains a variety of useful functions to call in your
522 # scripts. Take note of the portable wrappers for features provided by
523 # some modern shells, which will fall back to slower equivalents on
524 # less featureful shells.
525
526
527 # func_append VAR VALUE
528 # ---------------------
529 # Append VALUE onto the existing contents of VAR.
530
531 # We should try to minimise forks, especially on Windows where they are
532 # unreasonably slow, so skip the feature probes when bash or zsh are
533 # being used:
534 if test set = "${BASH_VERSION+set}${ZSH_VERSION+set}"; then
535 : ${_G_HAVE_ARITH_OP="yes"}
536 : ${_G_HAVE_XSI_OPS="yes"}
537 # The += operator was introduced in bash 3.1
538 case $BASH_VERSION in
539 [12].* | 3.0 | 3.0*) ;;
540 *)
541 : ${_G_HAVE_PLUSEQ_OP="yes"}
542 ;;
543 esac
544 fi
545
546 # _G_HAVE_PLUSEQ_OP
547 # Can be empty, in which case the shell is probed, "yes" if += is
548 # useable or anything else if it does not work.
549 test -z "$_G_HAVE_PLUSEQ_OP" \
550 && (eval 'x=a; x+=" b"; test "a b" = "$x"') 2>/dev/null \
551 && _G_HAVE_PLUSEQ_OP=yes
552
553 if test yes = "$_G_HAVE_PLUSEQ_OP"
554 then
555 # This is an XSI compatible shell, allowing a faster implementation...
556 eval 'func_append ()
557 {
558 $debug_cmd
559
560 eval "$1+=\$2"
561 }'
562 else
563 # ...otherwise fall back to using expr, which is often a shell builtin.
564 func_append ()
565 {
566 $debug_cmd
567
568 eval "$1=\$$1\$2"
569 }
570 fi
571
572
573 # func_append_quoted VAR VALUE
574 # ----------------------------
575 # Quote VALUE and append to the end of shell variable VAR, separated
576 # by a space.
577 if test yes = "$_G_HAVE_PLUSEQ_OP"; then
578 eval 'func_append_quoted ()
579 {
580 $debug_cmd
581
582 func_quote_for_eval "$2"
583 eval "$1+=\\ \$func_quote_for_eval_result"
584 }'
585 else
586 func_append_quoted ()
587 {
588 $debug_cmd
589
590 func_quote_for_eval "$2"
591 eval "$1=\$$1\\ \$func_quote_for_eval_result"
592 }
593 fi
594
595
596 # func_append_uniq VAR VALUE
597 # --------------------------
598 # Append unique VALUE onto the existing contents of VAR, assuming
599 # entries are delimited by the first character of VALUE. For example:
600 #
601 # func_append_uniq options " --another-option option-argument"
602 #
603 # will only append to $options if " --another-option option-argument "
604 # is not already present somewhere in $options already (note spaces at
605 # each end implied by leading space in second argument).
606 func_append_uniq ()
607 {
608 $debug_cmd
609
610 eval _G_current_value='`$ECHO $'$1'`'
611 _G_delim=`expr "$2" : '\(.\)'`
612
613 case $_G_delim$_G_current_value$_G_delim in
614 *"$2$_G_delim"*) ;;
615 *) func_append "$@" ;;
616 esac
617 }
618
619
620 # func_arith TERM...
621 # ------------------
622 # Set func_arith_result to the result of evaluating TERMs.
623 test -z "$_G_HAVE_ARITH_OP" \
624 && (eval 'test 2 = $(( 1 + 1 ))') 2>/dev/null \
625 && _G_HAVE_ARITH_OP=yes
626
627 if test yes = "$_G_HAVE_ARITH_OP"; then
628 eval 'func_arith ()
629 {
630 $debug_cmd
631
632 func_arith_result=$(( $* ))
633 }'
634 else
635 func_arith ()
636 {
637 $debug_cmd
638
639 func_arith_result=`expr "$@"`
640 }
641 fi
642
643
644 # func_basename FILE
645 # ------------------
646 # Set func_basename_result to FILE with everything up to and including
647 # the last / stripped.
648 if test yes = "$_G_HAVE_XSI_OPS"; then
649 # If this shell supports suffix pattern removal, then use it to avoid
650 # forking. Hide the definitions single quotes in case the shell chokes
651 # on unsupported syntax...
652 _b='func_basename_result=${1##*/}'
653 _d='case $1 in
654 */*) func_dirname_result=${1%/*}$2 ;;
655 * ) func_dirname_result=$3 ;;
656 esac'
657
658 else
659 # ...otherwise fall back to using sed.
660 _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
661 _d='func_dirname_result=`$ECHO "$1" |$SED "$sed_dirname"`
662 if test "X$func_dirname_result" = "X$1"; then
663 func_dirname_result=$3
664 else
665 func_append func_dirname_result "$2"
666 fi'
667 fi
668
669 eval 'func_basename ()
670 {
671 $debug_cmd
672
673 '"$_b"'
674 }'
675
676
677 # func_dirname FILE APPEND NONDIR_REPLACEMENT
678 # -------------------------------------------
163679 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
164680 # otherwise set result to NONDIR_REPLACEMENT.
165 func_dirname ()
166 {
167 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
168 if test "X$func_dirname_result" = "X${1}"; then
169 func_dirname_result="${3}"
170 else
171 func_dirname_result="$func_dirname_result${2}"
172 fi
173 } # func_dirname may be replaced by extended shell implementation
174
175
176 # func_basename file
177 func_basename ()
178 {
179 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
180 } # func_basename may be replaced by extended shell implementation
181
182
183 # func_dirname_and_basename file append nondir_replacement
184 # perform func_basename and func_dirname in a single function
681 eval 'func_dirname ()
682 {
683 $debug_cmd
684
685 '"$_d"'
686 }'
687
688
689 # func_dirname_and_basename FILE APPEND NONDIR_REPLACEMENT
690 # --------------------------------------------------------
691 # Perform func_basename and func_dirname in a single function
185692 # call:
186693 # dirname: Compute the dirname of FILE. If nonempty,
187694 # add APPEND to the result, otherwise set result
189696 # value returned in "$func_dirname_result"
190697 # basename: Compute filename of FILE.
191698 # value retuned in "$func_basename_result"
192 # Implementation must be kept synchronized with func_dirname
193 # and func_basename. For efficiency, we do not delegate to
194 # those functions but instead duplicate the functionality here.
195 func_dirname_and_basename ()
196 {
197 # Extract subdirectory from the argument.
198 func_dirname_result=`$ECHO "${1}" | $SED -e "$dirname"`
199 if test "X$func_dirname_result" = "X${1}"; then
200 func_dirname_result="${3}"
699 # For efficiency, we do not delegate to the functions above but instead
700 # duplicate the functionality here.
701 eval 'func_dirname_and_basename ()
702 {
703 $debug_cmd
704
705 '"$_b"'
706 '"$_d"'
707 }'
708
709
710 # func_echo ARG...
711 # ----------------
712 # Echo program name prefixed message.
713 func_echo ()
714 {
715 $debug_cmd
716
717 _G_message=$*
718
719 func_echo_IFS=$IFS
720 IFS=$nl
721 for _G_line in $_G_message; do
722 IFS=$func_echo_IFS
723 $ECHO "$progname: $_G_line"
724 done
725 IFS=$func_echo_IFS
726 }
727
728
729 # func_echo_all ARG...
730 # --------------------
731 # Invoke $ECHO with all args, space-separated.
732 func_echo_all ()
733 {
734 $ECHO "$*"
735 }
736
737
738 # func_echo_infix_1 INFIX ARG...
739 # ------------------------------
740 # Echo program name, followed by INFIX on the first line, with any
741 # additional lines not showing INFIX.
742 func_echo_infix_1 ()
743 {
744 $debug_cmd
745
746 $require_term_colors
747
748 _G_infix=$1; shift
749 _G_indent=$_G_infix
750 _G_prefix="$progname: $_G_infix: "
751 _G_message=$*
752
753 # Strip color escape sequences before counting printable length
754 for _G_tc in "$tc_reset" "$tc_bold" "$tc_standout" "$tc_red" "$tc_green" "$tc_blue" "$tc_cyan"
755 do
756 test -n "$_G_tc" && {
757 _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
758 _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
759 }
760 done
761 _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`" " ## exclude from sc_prohibit_nested_quotes
762
763 func_echo_infix_1_IFS=$IFS
764 IFS=$nl
765 for _G_line in $_G_message; do
766 IFS=$func_echo_infix_1_IFS
767 $ECHO "$_G_prefix$tc_bold$_G_line$tc_reset" >&2
768 _G_prefix=$_G_indent
769 done
770 IFS=$func_echo_infix_1_IFS
771 }
772
773
774 # func_error ARG...
775 # -----------------
776 # Echo program name prefixed message to standard error.
777 func_error ()
778 {
779 $debug_cmd
780
781 $require_term_colors
782
783 func_echo_infix_1 " $tc_standout${tc_red}error$tc_reset" "$*" >&2
784 }
785
786
787 # func_fatal_error ARG...
788 # -----------------------
789 # Echo program name prefixed message to standard error, and exit.
790 func_fatal_error ()
791 {
792 $debug_cmd
793
794 func_error "$*"
795 exit $EXIT_FAILURE
796 }
797
798
799 # func_grep EXPRESSION FILENAME
800 # -----------------------------
801 # Check whether EXPRESSION matches any line of FILENAME, without output.
802 func_grep ()
803 {
804 $debug_cmd
805
806 $GREP "$1" "$2" >/dev/null 2>&1
807 }
808
809
810 # func_len STRING
811 # ---------------
812 # Set func_len_result to the length of STRING. STRING may not
813 # start with a hyphen.
814 test -z "$_G_HAVE_XSI_OPS" \
815 && (eval 'x=a/b/c;
816 test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
817 && _G_HAVE_XSI_OPS=yes
818
819 if test yes = "$_G_HAVE_XSI_OPS"; then
820 eval 'func_len ()
821 {
822 $debug_cmd
823
824 func_len_result=${#1}
825 }'
826 else
827 func_len ()
828 {
829 $debug_cmd
830
831 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
832 }
833 fi
834
835
836 # func_mkdir_p DIRECTORY-PATH
837 # ---------------------------
838 # Make sure the entire path to DIRECTORY-PATH is available.
839 func_mkdir_p ()
840 {
841 $debug_cmd
842
843 _G_directory_path=$1
844 _G_dir_list=
845
846 if test -n "$_G_directory_path" && test : != "$opt_dry_run"; then
847
848 # Protect directory names starting with '-'
849 case $_G_directory_path in
850 -*) _G_directory_path=./$_G_directory_path ;;
851 esac
852
853 # While some portion of DIR does not yet exist...
854 while test ! -d "$_G_directory_path"; do
855 # ...make a list in topmost first order. Use a colon delimited
856 # list incase some portion of path contains whitespace.
857 _G_dir_list=$_G_directory_path:$_G_dir_list
858
859 # If the last portion added has no slash in it, the list is done
860 case $_G_directory_path in */*) ;; *) break ;; esac
861
862 # ...otherwise throw away the child directory and loop
863 _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
864 done
865 _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
866
867 func_mkdir_p_IFS=$IFS; IFS=:
868 for _G_dir in $_G_dir_list; do
869 IFS=$func_mkdir_p_IFS
870 # mkdir can fail with a 'File exist' error if two processes
871 # try to create one of the directories concurrently. Don't
872 # stop in that case!
873 $MKDIR "$_G_dir" 2>/dev/null || :
874 done
875 IFS=$func_mkdir_p_IFS
876
877 # Bail out if we (or some other process) failed to create a directory.
878 test -d "$_G_directory_path" || \
879 func_fatal_error "Failed to create '$1'"
880 fi
881 }
882
883
884 # func_mktempdir [BASENAME]
885 # -------------------------
886 # Make a temporary directory that won't clash with other running
887 # libtool processes, and avoids race conditions if possible. If
888 # given, BASENAME is the basename for that directory.
889 func_mktempdir ()
890 {
891 $debug_cmd
892
893 _G_template=${TMPDIR-/tmp}/${1-$progname}
894
895 if test : = "$opt_dry_run"; then
896 # Return a directory name, but don't create it in dry-run mode
897 _G_tmpdir=$_G_template-$$
201898 else
202 func_dirname_result="$func_dirname_result${2}"
899
900 # If mktemp works, use that first and foremost
901 _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
902
903 if test ! -d "$_G_tmpdir"; then
904 # Failing that, at least try and use $RANDOM to avoid a race
905 _G_tmpdir=$_G_template-${RANDOM-0}$$
906
907 func_mktempdir_umask=`umask`
908 umask 0077
909 $MKDIR "$_G_tmpdir"
910 umask $func_mktempdir_umask
911 fi
912
913 # If we're not in dry-run mode, bomb out on failure
914 test -d "$_G_tmpdir" || \
915 func_fatal_error "cannot create temporary directory '$_G_tmpdir'"
203916 fi
204 func_basename_result=`$ECHO "${1}" | $SED -e "$basename"`
205 } # func_dirname_and_basename may be replaced by extended shell implementation
206
207
208 # func_stripname prefix suffix name
209 # strip PREFIX and SUFFIX off of NAME.
210 # PREFIX and SUFFIX must not contain globbing or regex special
211 # characters, hashes, percent signs, but SUFFIX may contain a leading
212 # dot (in which case that matches only a dot).
213 # func_strip_suffix prefix name
214 func_stripname ()
215 {
216 case ${2} in
217 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
218 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
219 esac
220 } # func_stripname may be replaced by extended shell implementation
221
222
223 # These SED scripts presuppose an absolute path with a trailing slash.
224 pathcar='s,^/\([^/]*\).*$,\1,'
225 pathcdr='s,^/[^/]*,,'
226 removedotparts=':dotsl
227 s@/\./@/@g
228 t dotsl
229 s,/\.$,/,'
230 collapseslashes='s@/\{1,\}@/@g'
231 finalslash='s,/*$,/,'
917
918 $ECHO "$_G_tmpdir"
919 }
920
232921
233922 # func_normal_abspath PATH
923 # ------------------------
234924 # Remove doubled-up and trailing slashes, "." path components,
235925 # and cancel out any ".." path components in PATH after making
236926 # it an absolute path.
237 # value returned in "$func_normal_abspath_result"
238927 func_normal_abspath ()
239928 {
240 # Start from root dir and reassemble the path.
241 func_normal_abspath_result=
242 func_normal_abspath_tpath=$1
243 func_normal_abspath_altnamespace=
244 case $func_normal_abspath_tpath in
245 "")
246 # Empty path, that just means $cwd.
247 func_stripname '' '/' "`pwd`"
248 func_normal_abspath_result=$func_stripname_result
249 return
250 ;;
251 # The next three entries are used to spot a run of precisely
252 # two leading slashes without using negated character classes;
253 # we take advantage of case's first-match behaviour.
254 ///*)
255 # Unusual form of absolute path, do nothing.
256 ;;
257 //*)
258 # Not necessarily an ordinary path; POSIX reserves leading '//'
259 # and for example Cygwin uses it to access remote file shares
260 # over CIFS/SMB, so we conserve a leading double slash if found.
261 func_normal_abspath_altnamespace=/
262 ;;
263 /*)
264 # Absolute path, do nothing.
265 ;;
266 *)
267 # Relative path, prepend $cwd.
268 func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
269 ;;
270 esac
271 # Cancel out all the simple stuff to save iterations. We also want
272 # the path to end with a slash for ease of parsing, so make sure
273 # there is one (and only one) here.
274 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
275 -e "$removedotparts" -e "$collapseslashes" -e "$finalslash"`
276 while :; do
277 # Processed it all yet?
278 if test "$func_normal_abspath_tpath" = / ; then
279 # If we ascended to the root using ".." the result may be empty now.
280 if test -z "$func_normal_abspath_result" ; then
281 func_normal_abspath_result=/
282 fi
283 break
284 fi
285 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
286 -e "$pathcar"`
929 $debug_cmd
930
931 # These SED scripts presuppose an absolute path with a trailing slash.
932 _G_pathcar='s|^/\([^/]*\).*$|\1|'
933 _G_pathcdr='s|^/[^/]*||'
934 _G_removedotparts=':dotsl
935 s|/\./|/|g
936 t dotsl
937 s|/\.$|/|'
938 _G_collapseslashes='s|/\{1,\}|/|g'
939 _G_finalslash='s|/*$|/|'
940
941 # Start from root dir and reassemble the path.
942 func_normal_abspath_result=
943 func_normal_abspath_tpath=$1
944 func_normal_abspath_altnamespace=
945 case $func_normal_abspath_tpath in
946 "")
947 # Empty path, that just means $cwd.
948 func_stripname '' '/' "`pwd`"
949 func_normal_abspath_result=$func_stripname_result
950 return
951 ;;
952 # The next three entries are used to spot a run of precisely
953 # two leading slashes without using negated character classes;
954 # we take advantage of case's first-match behaviour.
955 ///*)
956 # Unusual form of absolute path, do nothing.
957 ;;
958 //*)
959 # Not necessarily an ordinary path; POSIX reserves leading '//'
960 # and for example Cygwin uses it to access remote file shares
961 # over CIFS/SMB, so we conserve a leading double slash if found.
962 func_normal_abspath_altnamespace=/
963 ;;
964 /*)
965 # Absolute path, do nothing.
966 ;;
967 *)
968 # Relative path, prepend $cwd.
969 func_normal_abspath_tpath=`pwd`/$func_normal_abspath_tpath
970 ;;
971 esac
972
973 # Cancel out all the simple stuff to save iterations. We also want
974 # the path to end with a slash for ease of parsing, so make sure
975 # there is one (and only one) here.
287976 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
288 -e "$pathcdr"`
289 # Figure out what to do with it
290 case $func_normal_abspath_tcomponent in
291 "")
292 # Trailing empty path component, ignore it.
293 ;;
294 ..)
295 # Parent dir; strip last assembled component from result.
296 func_dirname "$func_normal_abspath_result"
297 func_normal_abspath_result=$func_dirname_result
298 ;;
299 *)
300 # Actual path component, append it.
301 func_normal_abspath_result=$func_normal_abspath_result/$func_normal_abspath_tcomponent
302 ;;
303 esac
304 done
305 # Restore leading double-slash if one was found on entry.
306 func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
307 }
308
309 # func_relative_path SRCDIR DSTDIR
310 # generates a relative path from SRCDIR to DSTDIR, with a trailing
311 # slash if non-empty, suitable for immediately appending a filename
312 # without needing to append a separator.
313 # value returned in "$func_relative_path_result"
314 func_relative_path ()
315 {
316 func_relative_path_result=
317 func_normal_abspath "$1"
318 func_relative_path_tlibdir=$func_normal_abspath_result
319 func_normal_abspath "$2"
320 func_relative_path_tbindir=$func_normal_abspath_result
321
322 # Ascend the tree starting from libdir
323 while :; do
324 # check if we have found a prefix of bindir
325 case $func_relative_path_tbindir in
326 $func_relative_path_tlibdir)
327 # found an exact match
328 func_relative_path_tcancelled=
329 break
330 ;;
331 $func_relative_path_tlibdir*)
332 # found a matching prefix
333 func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
334 func_relative_path_tcancelled=$func_stripname_result
335 if test -z "$func_relative_path_result"; then
336 func_relative_path_result=.
977 -e "$_G_removedotparts" -e "$_G_collapseslashes" -e "$_G_finalslash"`
978 while :; do
979 # Processed it all yet?
980 if test / = "$func_normal_abspath_tpath"; then
981 # If we ascended to the root using ".." the result may be empty now.
982 if test -z "$func_normal_abspath_result"; then
983 func_normal_abspath_result=/
337984 fi
338985 break
339 ;;
340 *)
341 func_dirname $func_relative_path_tlibdir
342 func_relative_path_tlibdir=${func_dirname_result}
343 if test "x$func_relative_path_tlibdir" = x ; then
344 # Have to descend all the way to the root!
345 func_relative_path_result=../$func_relative_path_result
346 func_relative_path_tcancelled=$func_relative_path_tbindir
347 break
348 fi
349 func_relative_path_result=../$func_relative_path_result
350 ;;
351 esac
352 done
353
354 # Now calculate path; take care to avoid doubling-up slashes.
355 func_stripname '' '/' "$func_relative_path_result"
356 func_relative_path_result=$func_stripname_result
357 func_stripname '/' '/' "$func_relative_path_tcancelled"
358 if test "x$func_stripname_result" != x ; then
359 func_relative_path_result=${func_relative_path_result}/${func_stripname_result}
360 fi
361
362 # Normalisation. If bindir is libdir, return empty string,
363 # else relative path ending with a slash; either way, target
364 # file name can be directly appended.
365 if test ! -z "$func_relative_path_result"; then
366 func_stripname './' '' "$func_relative_path_result/"
367 func_relative_path_result=$func_stripname_result
368 fi
369 }
370
371 # The name of this program:
372 func_dirname_and_basename "$progpath"
373 progname=$func_basename_result
374
375 # Make sure we have an absolute path for reexecution:
376 case $progpath in
377 [\\/]*|[A-Za-z]:\\*) ;;
378 *[\\/]*)
379 progdir=$func_dirname_result
380 progdir=`cd "$progdir" && pwd`
381 progpath="$progdir/$progname"
382 ;;
383 *)
384 save_IFS="$IFS"
385 IFS=${PATH_SEPARATOR-:}
386 for progdir in $PATH; do
387 IFS="$save_IFS"
388 test -x "$progdir/$progname" && break
389 done
390 IFS="$save_IFS"
391 test -n "$progdir" || progdir=`pwd`
392 progpath="$progdir/$progname"
393 ;;
394 esac
395
396 # Sed substitution that helps us do robust quoting. It backslashifies
397 # metacharacters that are still active within double-quoted strings.
398 Xsed="${SED}"' -e 1s/^X//'
399 sed_quote_subst='s/\([`"$\\]\)/\\\1/g'
400
401 # Same as above, but do not quote variable references.
402 double_quote_subst='s/\(["`\\]\)/\\\1/g'
403
404 # Sed substitution that turns a string into a regex matching for the
405 # string literally.
406 sed_make_literal_regex='s,[].[^$\\*\/],\\&,g'
407
408 # Sed substitution that converts a w32 file name or path
409 # which contains forward slashes, into one that contains
410 # (escaped) backslashes. A very naive implementation.
411 lt_sed_naive_backslashify='s|\\\\*|\\|g;s|/|\\|g;s|\\|\\\\|g'
412
413 # Re-`\' parameter expansions in output of double_quote_subst that were
414 # `\'-ed in input to the same. If an odd number of `\' preceded a '$'
415 # in input to double_quote_subst, that '$' was protected from expansion.
416 # Since each input `\' is now two `\'s, look for any number of runs of
417 # four `\'s followed by two `\'s and then a '$'. `\' that '$'.
418 bs='\\'
419 bs2='\\\\'
420 bs4='\\\\\\\\'
421 dollar='\$'
422 sed_double_backslash="\
423 s/$bs4/&\\
424 /g
425 s/^$bs2$dollar/$bs&/
426 s/\\([^$bs]\\)$bs2$dollar/\\1$bs2$bs$dollar/g
427 s/\n//g"
428
429 # Standard options:
430 opt_dry_run=false
431 opt_help=false
432 opt_quiet=false
433 opt_verbose=false
434 opt_warning=:
435
436 # func_echo arg...
437 # Echo program name prefixed message, along with the current mode
438 # name if it has been set yet.
439 func_echo ()
440 {
441 $ECHO "$progname: ${opt_mode+$opt_mode: }$*"
442 }
443
444 # func_verbose arg...
445 # Echo program name prefixed message in verbose mode only.
446 func_verbose ()
447 {
448 $opt_verbose && func_echo ${1+"$@"}
986 fi
987 func_normal_abspath_tcomponent=`$ECHO "$func_normal_abspath_tpath" | $SED \
988 -e "$_G_pathcar"`
989 func_normal_abspath_tpath=`$ECHO "$func_normal_abspath_tpath" | $SED \
990 -e "$_G_pathcdr"`
991 # Figure out what to do with it
992 case $func_normal_abspath_tcomponent in
993 "")
994 # Trailing empty path component, ignore it.
995 ;;
996 ..)
997 # Parent dir; strip last assembled component from result.
998 func_dirname "$func_normal_abspath_result"
999 func_normal_abspath_result=$func_dirname_result
1000 ;;
1001 *)
1002 # Actual path component, append it.
1003 func_append func_normal_abspath_result "/$func_normal_abspath_tcomponent"
1004 ;;
1005 esac
1006 done
1007 # Restore leading double-slash if one was found on entry.
1008 func_normal_abspath_result=$func_normal_abspath_altnamespace$func_normal_abspath_result
1009 }
1010
1011
1012 # func_notquiet ARG...
1013 # --------------------
1014 # Echo program name prefixed message only when not in quiet mode.
1015 func_notquiet ()
1016 {
1017 $debug_cmd
1018
1019 $opt_quiet || func_echo ${1+"$@"}
4491020
4501021 # A bug in bash halts the script if the last line of a function
4511022 # fails when set -e is in force, so we need another command to
4531024 :
4541025 }
4551026
456 # func_echo_all arg...
457 # Invoke $ECHO with all args, space-separated.
458 func_echo_all ()
459 {
460 $ECHO "$*"
461 }
462
463 # func_error arg...
464 # Echo program name prefixed message to standard error.
465 func_error ()
466 {
467 $ECHO "$progname: ${opt_mode+$opt_mode: }"${1+"$@"} 1>&2
468 }
469
470 # func_warning arg...
471 # Echo program name prefixed warning message to standard error.
472 func_warning ()
473 {
474 $opt_warning && $ECHO "$progname: ${opt_mode+$opt_mode: }warning: "${1+"$@"} 1>&2
475
476 # bash bug again:
1027
1028 # func_relative_path SRCDIR DSTDIR
1029 # --------------------------------
1030 # Set func_relative_path_result to the relative path from SRCDIR to DSTDIR.
1031 func_relative_path ()
1032 {
1033 $debug_cmd
1034
1035 func_relative_path_result=
1036 func_normal_abspath "$1"
1037 func_relative_path_tlibdir=$func_normal_abspath_result
1038 func_normal_abspath "$2"
1039 func_relative_path_tbindir=$func_normal_abspath_result
1040
1041 # Ascend the tree starting from libdir
1042 while :; do
1043 # check if we have found a prefix of bindir
1044 case $func_relative_path_tbindir in
1045 $func_relative_path_tlibdir)
1046 # found an exact match
1047 func_relative_path_tcancelled=
1048 break
1049 ;;
1050 $func_relative_path_tlibdir*)
1051 # found a matching prefix
1052 func_stripname "$func_relative_path_tlibdir" '' "$func_relative_path_tbindir"
1053 func_relative_path_tcancelled=$func_stripname_result
1054 if test -z "$func_relative_path_result"; then
1055 func_relative_path_result=.
1056 fi
1057 break
1058 ;;
1059 *)
1060 func_dirname $func_relative_path_tlibdir
1061 func_relative_path_tlibdir=$func_dirname_result
1062 if test -z "$func_relative_path_tlibdir"; then
1063 # Have to descend all the way to the root!
1064 func_relative_path_result=../$func_relative_path_result
1065 func_relative_path_tcancelled=$func_relative_path_tbindir
1066 break
1067 fi
1068 func_relative_path_result=../$func_relative_path_result
1069 ;;
1070 esac
1071 done
1072
1073 # Now calculate path; take care to avoid doubling-up slashes.
1074 func_stripname '' '/' "$func_relative_path_result"
1075 func_relative_path_result=$func_stripname_result
1076 func_stripname '/' '/' "$func_relative_path_tcancelled"
1077 if test -n "$func_stripname_result"; then
1078 func_append func_relative_path_result "/$func_stripname_result"
1079 fi
1080
1081 # Normalisation. If bindir is libdir, return '.' else relative path.
1082 if test -n "$func_relative_path_result"; then
1083 func_stripname './' '' "$func_relative_path_result"
1084 func_relative_path_result=$func_stripname_result
1085 fi
1086
1087 test -n "$func_relative_path_result" || func_relative_path_result=.
1088
4771089 :
4781090 }
4791091
480 # func_fatal_error arg...
481 # Echo program name prefixed message to standard error, and exit.
482 func_fatal_error ()
483 {
484 func_error ${1+"$@"}
485 exit $EXIT_FAILURE
486 }
487
488 # func_fatal_help arg...
489 # Echo program name prefixed message to standard error, followed by
490 # a help hint, and exit.
491 func_fatal_help ()
492 {
493 func_error ${1+"$@"}
494 func_fatal_error "$help"
495 }
496 help="Try \`$progname --help' for more information." ## default
497
498
499 # func_grep expression filename
500 # Check whether EXPRESSION matches any line of FILENAME, without output.
501 func_grep ()
502 {
503 $GREP "$1" "$2" >/dev/null 2>&1
504 }
505
506
507 # func_mkdir_p directory-path
508 # Make sure the entire path to DIRECTORY-PATH is available.
509 func_mkdir_p ()
510 {
511 my_directory_path="$1"
512 my_dir_list=
513
514 if test -n "$my_directory_path" && test "$opt_dry_run" != ":"; then
515
516 # Protect directory names starting with `-'
517 case $my_directory_path in
518 -*) my_directory_path="./$my_directory_path" ;;
1092
1093 # func_quote_for_eval ARG...
1094 # --------------------------
1095 # Aesthetically quote ARGs to be evaled later.
1096 # This function returns two values:
1097 # i) func_quote_for_eval_result
1098 # double-quoted, suitable for a subsequent eval
1099 # ii) func_quote_for_eval_unquoted_result
1100 # has all characters that are still active within double
1101 # quotes backslashified.
1102 func_quote_for_eval ()
1103 {
1104 $debug_cmd
1105
1106 func_quote_for_eval_unquoted_result=
1107 func_quote_for_eval_result=
1108 while test 0 -lt $#; do
1109 case $1 in
1110 *[\\\`\"\$]*)
1111 _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
1112 *)
1113 _G_unquoted_arg=$1 ;;
5191114 esac
520
521 # While some portion of DIR does not yet exist...
522 while test ! -d "$my_directory_path"; do
523 # ...make a list in topmost first order. Use a colon delimited
524 # list incase some portion of path contains whitespace.
525 my_dir_list="$my_directory_path:$my_dir_list"
526
527 # If the last portion added has no slash in it, the list is done
528 case $my_directory_path in */*) ;; *) break ;; esac
529
530 # ...otherwise throw away the child directory and loop
531 my_directory_path=`$ECHO "$my_directory_path" | $SED -e "$dirname"`
532 done
533 my_dir_list=`$ECHO "$my_dir_list" | $SED 's,:*$,,'`
534
535 save_mkdir_p_IFS="$IFS"; IFS=':'
536 for my_dir in $my_dir_list; do
537 IFS="$save_mkdir_p_IFS"
538 # mkdir can fail with a `File exist' error if two processes
539 # try to create one of the directories concurrently. Don't
540 # stop in that case!
541 $MKDIR "$my_dir" 2>/dev/null || :
542 done
543 IFS="$save_mkdir_p_IFS"
544
545 # Bail out if we (or some other process) failed to create a directory.
546 test -d "$my_directory_path" || \
547 func_fatal_error "Failed to create \`$1'"
548 fi
549 }
550
551
552 # func_mktempdir [string]
553 # Make a temporary directory that won't clash with other running
554 # libtool processes, and avoids race conditions if possible. If
555 # given, STRING is the basename for that directory.
556 func_mktempdir ()
557 {
558 my_template="${TMPDIR-/tmp}/${1-$progname}"
559
560 if test "$opt_dry_run" = ":"; then
561 # Return a directory name, but don't create it in dry-run mode
562 my_tmpdir="${my_template}-$$"
563 else
564
565 # If mktemp works, use that first and foremost
566 my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
567
568 if test ! -d "$my_tmpdir"; then
569 # Failing that, at least try and use $RANDOM to avoid a race
570 my_tmpdir="${my_template}-${RANDOM-0}$$"
571
572 save_mktempdir_umask=`umask`
573 umask 0077
574 $MKDIR "$my_tmpdir"
575 umask $save_mktempdir_umask
1115 if test -n "$func_quote_for_eval_unquoted_result"; then
1116 func_append func_quote_for_eval_unquoted_result " $_G_unquoted_arg"
1117 else
1118 func_append func_quote_for_eval_unquoted_result "$_G_unquoted_arg"
5761119 fi
5771120
578 # If we're not in dry-run mode, bomb out on failure
579 test -d "$my_tmpdir" || \
580 func_fatal_error "cannot create temporary directory \`$my_tmpdir'"
581 fi
582
583 $ECHO "$my_tmpdir"
584 }
585
586
587 # func_quote_for_eval arg
588 # Aesthetically quote ARG to be evaled later.
589 # This function returns two values: FUNC_QUOTE_FOR_EVAL_RESULT
590 # is double-quoted, suitable for a subsequent eval, whereas
591 # FUNC_QUOTE_FOR_EVAL_UNQUOTED_RESULT has merely all characters
592 # which are still active within double quotes backslashified.
593 func_quote_for_eval ()
594 {
595 case $1 in
596 *[\\\`\"\$]*)
597 func_quote_for_eval_unquoted_result=`$ECHO "$1" | $SED "$sed_quote_subst"` ;;
598 *)
599 func_quote_for_eval_unquoted_result="$1" ;;
600 esac
601
602 case $func_quote_for_eval_unquoted_result in
603 # Double-quote args containing shell metacharacters to delay
604 # word splitting, command substitution and and variable
605 # expansion for a subsequent eval.
606 # Many Bourne shells cannot handle close brackets correctly
607 # in scan sets, so we specify it separately.
608 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
609 func_quote_for_eval_result="\"$func_quote_for_eval_unquoted_result\""
610 ;;
611 *)
612 func_quote_for_eval_result="$func_quote_for_eval_unquoted_result"
613 esac
614 }
615
616
617 # func_quote_for_expand arg
1121 case $_G_unquoted_arg in
1122 # Double-quote args containing shell metacharacters to delay
1123 # word splitting, command substitution and variable expansion
1124 # for a subsequent eval.
1125 # Many Bourne shells cannot handle close brackets correctly
1126 # in scan sets, so we specify it separately.
1127 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
1128 _G_quoted_arg=\"$_G_unquoted_arg\"
1129 ;;
1130 *)
1131 _G_quoted_arg=$_G_unquoted_arg
1132 ;;
1133 esac
1134
1135 if test -n "$func_quote_for_eval_result"; then
1136 func_append func_quote_for_eval_result " $_G_quoted_arg"
1137 else
1138 func_append func_quote_for_eval_result "$_G_quoted_arg"
1139 fi
1140 shift
1141 done
1142 }
1143
1144
1145 # func_quote_for_expand ARG
1146 # -------------------------
6181147 # Aesthetically quote ARG to be evaled later; same as above,
6191148 # but do not quote variable references.
6201149 func_quote_for_expand ()
6211150 {
1151 $debug_cmd
1152
6221153 case $1 in
6231154 *[\\\`\"]*)
624 my_arg=`$ECHO "$1" | $SED \
625 -e "$double_quote_subst" -e "$sed_double_backslash"` ;;
1155 _G_arg=`$ECHO "$1" | $SED \
1156 -e "$sed_double_quote_subst" -e "$sed_double_backslash"` ;;
6261157 *)
627 my_arg="$1" ;;
1158 _G_arg=$1 ;;
6281159 esac
6291160
630 case $my_arg in
1161 case $_G_arg in
6311162 # Double-quote args containing shell metacharacters to delay
6321163 # word splitting and command substitution for a subsequent eval.
6331164 # Many Bourne shells cannot handle close brackets correctly
6341165 # in scan sets, so we specify it separately.
6351166 *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*|"")
636 my_arg="\"$my_arg\""
1167 _G_arg=\"$_G_arg\"
6371168 ;;
6381169 esac
6391170
640 func_quote_for_expand_result="$my_arg"
641 }
642
643
644 # func_show_eval cmd [fail_exp]
645 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
1171 func_quote_for_expand_result=$_G_arg
1172 }
1173
1174
1175 # func_stripname PREFIX SUFFIX NAME
1176 # ---------------------------------
1177 # strip PREFIX and SUFFIX from NAME, and store in func_stripname_result.
1178 # PREFIX and SUFFIX must not contain globbing or regex special
1179 # characters, hashes, percent signs, but SUFFIX may contain a leading
1180 # dot (in which case that matches only a dot).
1181 if test yes = "$_G_HAVE_XSI_OPS"; then
1182 eval 'func_stripname ()
1183 {
1184 $debug_cmd
1185
1186 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
1187 # positional parameters, so assign one to ordinary variable first.
1188 func_stripname_result=$3
1189 func_stripname_result=${func_stripname_result#"$1"}
1190 func_stripname_result=${func_stripname_result%"$2"}
1191 }'
1192 else
1193 func_stripname ()
1194 {
1195 $debug_cmd
1196
1197 case $2 in
1198 .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
1199 *) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
1200 esac
1201 }
1202 fi
1203
1204
1205 # func_show_eval CMD [FAIL_EXP]
1206 # -----------------------------
1207 # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is
6461208 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
6471209 # is given, then evaluate it.
6481210 func_show_eval ()
6491211 {
650 my_cmd="$1"
651 my_fail_exp="${2-:}"
652
653 ${opt_silent-false} || {
654 func_quote_for_expand "$my_cmd"
655 eval "func_echo $func_quote_for_expand_result"
1212 $debug_cmd
1213
1214 _G_cmd=$1
1215 _G_fail_exp=${2-':'}
1216
1217 func_quote_for_expand "$_G_cmd"
1218 eval "func_notquiet $func_quote_for_expand_result"
1219
1220 $opt_dry_run || {
1221 eval "$_G_cmd"
1222 _G_status=$?
1223 if test 0 -ne "$_G_status"; then
1224 eval "(exit $_G_status); $_G_fail_exp"
1225 fi
6561226 }
657
658 if ${opt_dry_run-false}; then :; else
659 eval "$my_cmd"
660 my_status=$?
661 if test "$my_status" -eq 0; then :; else
662 eval "(exit $my_status); $my_fail_exp"
663 fi
664 fi
665 }
666
667
668 # func_show_eval_locale cmd [fail_exp]
669 # Unless opt_silent is true, then output CMD. Then, if opt_dryrun is
1227 }
1228
1229
1230 # func_show_eval_locale CMD [FAIL_EXP]
1231 # ------------------------------------
1232 # Unless opt_quiet is true, then output CMD. Then, if opt_dryrun is
6701233 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
6711234 # is given, then evaluate it. Use the saved locale for evaluation.
6721235 func_show_eval_locale ()
6731236 {
674 my_cmd="$1"
675 my_fail_exp="${2-:}"
676
677 ${opt_silent-false} || {
678 func_quote_for_expand "$my_cmd"
1237 $debug_cmd
1238
1239 _G_cmd=$1
1240 _G_fail_exp=${2-':'}
1241
1242 $opt_quiet || {
1243 func_quote_for_expand "$_G_cmd"
6791244 eval "func_echo $func_quote_for_expand_result"
6801245 }
6811246
682 if ${opt_dry_run-false}; then :; else
683 eval "$lt_user_locale
684 $my_cmd"
685 my_status=$?
686 eval "$lt_safe_locale"
687 if test "$my_status" -eq 0; then :; else
688 eval "(exit $my_status); $my_fail_exp"
1247 $opt_dry_run || {
1248 eval "$_G_user_locale
1249 $_G_cmd"
1250 _G_status=$?
1251 eval "$_G_safe_locale"
1252 if test 0 -ne "$_G_status"; then
1253 eval "(exit $_G_status); $_G_fail_exp"
6891254 fi
690 fi
691 }
1255 }
1256 }
1257
6921258
6931259 # func_tr_sh
1260 # ----------
6941261 # Turn $1 into a string suitable for a shell variable name.
6951262 # Result is stored in $func_tr_sh_result. All characters
6961263 # not in the set a-zA-Z0-9_ are replaced with '_'. Further,
6971264 # if $1 begins with a digit, a '_' is prepended as well.
6981265 func_tr_sh ()
6991266 {
700 case $1 in
701 [0-9]* | *[!a-zA-Z0-9_]*)
702 func_tr_sh_result=`$ECHO "$1" | $SED 's/^\([0-9]\)/_\1/; s/[^a-zA-Z0-9_]/_/g'`
703 ;;
704 * )
705 func_tr_sh_result=$1
706 ;;
707 esac
708 }
709
710
711 # func_version
712 # Echo version message to standard output and exit.
713 func_version ()
714 {
715 $opt_debug
716
717 $SED -n '/(C)/!b go
718 :more
719 /\./!{
720 N
721 s/\n# / /
722 b more
723 }
724 :go
725 /^# '$PROGRAM' (GNU /,/# warranty; / {
726 s/^# //
727 s/^# *$//
728 s/\((C)\)[ 0-9,-]*\( [1-9][0-9]*\)/\1\2/
729 p
730 }' < "$progpath"
731 exit $?
732 }
733
734 # func_usage
735 # Echo short help message to standard output and exit.
736 func_usage ()
737 {
738 $opt_debug
739
740 $SED -n '/^# Usage:/,/^# *.*--help/ {
741 s/^# //
742 s/^# *$//
743 s/\$progname/'$progname'/
744 p
745 }' < "$progpath"
746 echo
747 $ECHO "run \`$progname --help | more' for full usage"
748 exit $?
749 }
750
751 # func_help [NOEXIT]
752 # Echo long help message to standard output and exit,
753 # unless 'noexit' is passed as argument.
1267 $debug_cmd
1268
1269 case $1 in
1270 [0-9]* | *[!a-zA-Z0-9_]*)
1271 func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
1272 ;;
1273 * )
1274 func_tr_sh_result=$1
1275 ;;
1276 esac
1277 }
1278
1279
1280 # func_verbose ARG...
1281 # -------------------
1282 # Echo program name prefixed message in verbose mode only.
1283 func_verbose ()
1284 {
1285 $debug_cmd
1286
1287 $opt_verbose && func_echo "$*"
1288
1289 :
1290 }
1291
1292
1293 # func_warn_and_continue ARG...
1294 # -----------------------------
1295 # Echo program name prefixed warning message to standard error.
1296 func_warn_and_continue ()
1297 {
1298 $debug_cmd
1299
1300 $require_term_colors
1301
1302 func_echo_infix_1 "${tc_red}warning$tc_reset" "$*" >&2
1303 }
1304
1305
1306 # func_warning CATEGORY ARG...
1307 # ----------------------------
1308 # Echo program name prefixed warning message to standard error. Warning
1309 # messages can be filtered according to CATEGORY, where this function
1310 # elides messages where CATEGORY is not listed in the global variable
1311 # 'opt_warning_types'.
1312 func_warning ()
1313 {
1314 $debug_cmd
1315
1316 # CATEGORY must be in the warning_categories list!
1317 case " $warning_categories " in
1318 *" $1 "*) ;;
1319 *) func_internal_error "invalid warning category '$1'" ;;
1320 esac
1321
1322 _G_category=$1
1323 shift
1324
1325 case " $opt_warning_types " in
1326 *" $_G_category "*) $warning_func ${1+"$@"} ;;
1327 esac
1328 }
1329
1330
1331 # func_sort_ver VER1 VER2
1332 # -----------------------
1333 # 'sort -V' is not generally available.
1334 # Note this deviates from the version comparison in automake
1335 # in that it treats 1.5 < 1.5.0, and treats 1.4.4a < 1.4-p3a
1336 # but this should suffice as we won't be specifying old
1337 # version formats or redundant trailing .0 in bootstrap.conf.
1338 # If we did want full compatibility then we should probably
1339 # use m4_version_compare from autoconf.
1340 func_sort_ver ()
1341 {
1342 $debug_cmd
1343
1344 printf '%s\n%s\n' "$1" "$2" \
1345 | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n -k 5,5n -k 6,6n -k 7,7n -k 8,8n -k 9,9n
1346 }
1347
1348 # func_lt_ver PREV CURR
1349 # ---------------------
1350 # Return true if PREV and CURR are in the correct order according to
1351 # func_sort_ver, otherwise false. Use it like this:
1352 #
1353 # func_lt_ver "$prev_ver" "$proposed_ver" || func_fatal_error "..."
1354 func_lt_ver ()
1355 {
1356 $debug_cmd
1357
1358 test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
1359 }
1360
1361
1362 # Local variables:
1363 # mode: shell-script
1364 # sh-indentation: 2
1365 # eval: (add-hook 'before-save-hook 'time-stamp)
1366 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
1367 # time-stamp-time-zone: "UTC"
1368 # End:
1369 #! /bin/sh
1370
1371 # Set a version string for this script.
1372 scriptversion=2014-01-07.03; # UTC
1373
1374 # A portable, pluggable option parser for Bourne shell.
1375 # Written by Gary V. Vaughan, 2010
1376
1377 # Copyright (C) 2010-2015 Free Software Foundation, Inc.
1378 # This is free software; see the source for copying conditions. There is NO
1379 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1380
1381 # This program is free software: you can redistribute it and/or modify
1382 # it under the terms of the GNU General Public License as published by
1383 # the Free Software Foundation, either version 3 of the License, or
1384 # (at your option) any later version.
1385
1386 # This program is distributed in the hope that it will be useful,
1387 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1388 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1389 # GNU General Public License for more details.
1390
1391 # You should have received a copy of the GNU General Public License
1392 # along with this program. If not, see <http://www.gnu.org/licenses/>.
1393
1394 # Please report bugs or propose patches to gary@gnu.org.
1395
1396
1397 ## ------ ##
1398 ## Usage. ##
1399 ## ------ ##
1400
1401 # This file is a library for parsing options in your shell scripts along
1402 # with assorted other useful supporting features that you can make use
1403 # of too.
1404 #
1405 # For the simplest scripts you might need only:
1406 #
1407 # #!/bin/sh
1408 # . relative/path/to/funclib.sh
1409 # . relative/path/to/options-parser
1410 # scriptversion=1.0
1411 # func_options ${1+"$@"}
1412 # eval set dummy "$func_options_result"; shift
1413 # ...rest of your script...
1414 #
1415 # In order for the '--version' option to work, you will need to have a
1416 # suitably formatted comment like the one at the top of this file
1417 # starting with '# Written by ' and ending with '# warranty; '.
1418 #
1419 # For '-h' and '--help' to work, you will also need a one line
1420 # description of your script's purpose in a comment directly above the
1421 # '# Written by ' line, like the one at the top of this file.
1422 #
1423 # The default options also support '--debug', which will turn on shell
1424 # execution tracing (see the comment above debug_cmd below for another
1425 # use), and '--verbose' and the func_verbose function to allow your script
1426 # to display verbose messages only when your user has specified
1427 # '--verbose'.
1428 #
1429 # After sourcing this file, you can plug processing for additional
1430 # options by amending the variables from the 'Configuration' section
1431 # below, and following the instructions in the 'Option parsing'
1432 # section further down.
1433
1434 ## -------------- ##
1435 ## Configuration. ##
1436 ## -------------- ##
1437
1438 # You should override these variables in your script after sourcing this
1439 # file so that they reflect the customisations you have added to the
1440 # option parser.
1441
1442 # The usage line for option parsing errors and the start of '-h' and
1443 # '--help' output messages. You can embed shell variables for delayed
1444 # expansion at the time the message is displayed, but you will need to
1445 # quote other shell meta-characters carefully to prevent them being
1446 # expanded when the contents are evaled.
1447 usage='$progpath [OPTION]...'
1448
1449 # Short help message in response to '-h' and '--help'. Add to this or
1450 # override it after sourcing this library to reflect the full set of
1451 # options your script accepts.
1452 usage_message="\
1453 --debug enable verbose shell tracing
1454 -W, --warnings=CATEGORY
1455 report the warnings falling in CATEGORY [all]
1456 -v, --verbose verbosely report processing
1457 --version print version information and exit
1458 -h, --help print short or long help message and exit
1459 "
1460
1461 # Additional text appended to 'usage_message' in response to '--help'.
1462 long_help_message="
1463 Warning categories include:
1464 'all' show all warnings
1465 'none' turn off all the warnings
1466 'error' warnings are treated as fatal errors"
1467
1468 # Help message printed before fatal option parsing errors.
1469 fatal_help="Try '\$progname --help' for more information."
1470
1471
1472
1473 ## ------------------------- ##
1474 ## Hook function management. ##
1475 ## ------------------------- ##
1476
1477 # This section contains functions for adding, removing, and running hooks
1478 # to the main code. A hook is just a named list of of function, that can
1479 # be run in order later on.
1480
1481 # func_hookable FUNC_NAME
1482 # -----------------------
1483 # Declare that FUNC_NAME will run hooks added with
1484 # 'func_add_hook FUNC_NAME ...'.
1485 func_hookable ()
1486 {
1487 $debug_cmd
1488
1489 func_append hookable_fns " $1"
1490 }
1491
1492
1493 # func_add_hook FUNC_NAME HOOK_FUNC
1494 # ---------------------------------
1495 # Request that FUNC_NAME call HOOK_FUNC before it returns. FUNC_NAME must
1496 # first have been declared "hookable" by a call to 'func_hookable'.
1497 func_add_hook ()
1498 {
1499 $debug_cmd
1500
1501 case " $hookable_fns " in
1502 *" $1 "*) ;;
1503 *) func_fatal_error "'$1' does not accept hook functions." ;;
1504 esac
1505
1506 eval func_append ${1}_hooks '" $2"'
1507 }
1508
1509
1510 # func_remove_hook FUNC_NAME HOOK_FUNC
1511 # ------------------------------------
1512 # Remove HOOK_FUNC from the list of functions called by FUNC_NAME.
1513 func_remove_hook ()
1514 {
1515 $debug_cmd
1516
1517 eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
1518 }
1519
1520
1521 # func_run_hooks FUNC_NAME [ARG]...
1522 # ---------------------------------
1523 # Run all hook functions registered to FUNC_NAME.
1524 # It is assumed that the list of hook functions contains nothing more
1525 # than a whitespace-delimited list of legal shell function names, and
1526 # no effort is wasted trying to catch shell meta-characters or preserve
1527 # whitespace.
1528 func_run_hooks ()
1529 {
1530 $debug_cmd
1531
1532 case " $hookable_fns " in
1533 *" $1 "*) ;;
1534 *) func_fatal_error "'$1' does not support hook funcions.n" ;;
1535 esac
1536
1537 eval _G_hook_fns=\$$1_hooks; shift
1538
1539 for _G_hook in $_G_hook_fns; do
1540 eval $_G_hook '"$@"'
1541
1542 # store returned options list back into positional
1543 # parameters for next 'cmd' execution.
1544 eval _G_hook_result=\$${_G_hook}_result
1545 eval set dummy "$_G_hook_result"; shift
1546 done
1547
1548 func_quote_for_eval ${1+"$@"}
1549 func_run_hooks_result=$func_quote_for_eval_result
1550 }
1551
1552
1553
1554 ## --------------- ##
1555 ## Option parsing. ##
1556 ## --------------- ##
1557
1558 # In order to add your own option parsing hooks, you must accept the
1559 # full positional parameter list in your hook function, remove any
1560 # options that you action, and then pass back the remaining unprocessed
1561 # options in '<hooked_function_name>_result', escaped suitably for
1562 # 'eval'. Like this:
1563 #
1564 # my_options_prep ()
1565 # {
1566 # $debug_cmd
1567 #
1568 # # Extend the existing usage message.
1569 # usage_message=$usage_message'
1570 # -s, --silent don'\''t print informational messages
1571 # '
1572 #
1573 # func_quote_for_eval ${1+"$@"}
1574 # my_options_prep_result=$func_quote_for_eval_result
1575 # }
1576 # func_add_hook func_options_prep my_options_prep
1577 #
1578 #
1579 # my_silent_option ()
1580 # {
1581 # $debug_cmd
1582 #
1583 # # Note that for efficiency, we parse as many options as we can
1584 # # recognise in a loop before passing the remainder back to the
1585 # # caller on the first unrecognised argument we encounter.
1586 # while test $# -gt 0; do
1587 # opt=$1; shift
1588 # case $opt in
1589 # --silent|-s) opt_silent=: ;;
1590 # # Separate non-argument short options:
1591 # -s*) func_split_short_opt "$_G_opt"
1592 # set dummy "$func_split_short_opt_name" \
1593 # "-$func_split_short_opt_arg" ${1+"$@"}
1594 # shift
1595 # ;;
1596 # *) set dummy "$_G_opt" "$*"; shift; break ;;
1597 # esac
1598 # done
1599 #
1600 # func_quote_for_eval ${1+"$@"}
1601 # my_silent_option_result=$func_quote_for_eval_result
1602 # }
1603 # func_add_hook func_parse_options my_silent_option
1604 #
1605 #
1606 # my_option_validation ()
1607 # {
1608 # $debug_cmd
1609 #
1610 # $opt_silent && $opt_verbose && func_fatal_help "\
1611 # '--silent' and '--verbose' options are mutually exclusive."
1612 #
1613 # func_quote_for_eval ${1+"$@"}
1614 # my_option_validation_result=$func_quote_for_eval_result
1615 # }
1616 # func_add_hook func_validate_options my_option_validation
1617 #
1618 # You'll alse need to manually amend $usage_message to reflect the extra
1619 # options you parse. It's preferable to append if you can, so that
1620 # multiple option parsing hooks can be added safely.
1621
1622
1623 # func_options [ARG]...
1624 # ---------------------
1625 # All the functions called inside func_options are hookable. See the
1626 # individual implementations for details.
1627 func_hookable func_options
1628 func_options ()
1629 {
1630 $debug_cmd
1631
1632 func_options_prep ${1+"$@"}
1633 eval func_parse_options \
1634 ${func_options_prep_result+"$func_options_prep_result"}
1635 eval func_validate_options \
1636 ${func_parse_options_result+"$func_parse_options_result"}
1637
1638 eval func_run_hooks func_options \
1639 ${func_validate_options_result+"$func_validate_options_result"}
1640
1641 # save modified positional parameters for caller
1642 func_options_result=$func_run_hooks_result
1643 }
1644
1645
1646 # func_options_prep [ARG]...
1647 # --------------------------
1648 # All initialisations required before starting the option parse loop.
1649 # Note that when calling hook functions, we pass through the list of
1650 # positional parameters. If a hook function modifies that list, and
1651 # needs to propogate that back to rest of this script, then the complete
1652 # modified list must be put in 'func_run_hooks_result' before
1653 # returning.
1654 func_hookable func_options_prep
1655 func_options_prep ()
1656 {
1657 $debug_cmd
1658
1659 # Option defaults:
1660 opt_verbose=false
1661 opt_warning_types=
1662
1663 func_run_hooks func_options_prep ${1+"$@"}
1664
1665 # save modified positional parameters for caller
1666 func_options_prep_result=$func_run_hooks_result
1667 }
1668
1669
1670 # func_parse_options [ARG]...
1671 # ---------------------------
1672 # The main option parsing loop.
1673 func_hookable func_parse_options
1674 func_parse_options ()
1675 {
1676 $debug_cmd
1677
1678 func_parse_options_result=
1679
1680 # this just eases exit handling
1681 while test $# -gt 0; do
1682 # Defer to hook functions for initial option parsing, so they
1683 # get priority in the event of reusing an option name.
1684 func_run_hooks func_parse_options ${1+"$@"}
1685
1686 # Adjust func_parse_options positional parameters to match
1687 eval set dummy "$func_run_hooks_result"; shift
1688
1689 # Break out of the loop if we already parsed every option.
1690 test $# -gt 0 || break
1691
1692 _G_opt=$1
1693 shift
1694 case $_G_opt in
1695 --debug|-x) debug_cmd='set -x'
1696 func_echo "enabling shell trace mode"
1697 $debug_cmd
1698 ;;
1699
1700 --no-warnings|--no-warning|--no-warn)
1701 set dummy --warnings none ${1+"$@"}
1702 shift
1703 ;;
1704
1705 --warnings|--warning|-W)
1706 test $# = 0 && func_missing_arg $_G_opt && break
1707 case " $warning_categories $1" in
1708 *" $1 "*)
1709 # trailing space prevents matching last $1 above
1710 func_append_uniq opt_warning_types " $1"
1711 ;;
1712 *all)
1713 opt_warning_types=$warning_categories
1714 ;;
1715 *none)
1716 opt_warning_types=none
1717 warning_func=:
1718 ;;
1719 *error)
1720 opt_warning_types=$warning_categories
1721 warning_func=func_fatal_error
1722 ;;
1723 *)
1724 func_fatal_error \
1725 "unsupported warning category: '$1'"
1726 ;;
1727 esac
1728 shift
1729 ;;
1730
1731 --verbose|-v) opt_verbose=: ;;
1732 --version) func_version ;;
1733 -\?|-h) func_usage ;;
1734 --help) func_help ;;
1735
1736 # Separate optargs to long options (plugins may need this):
1737 --*=*) func_split_equals "$_G_opt"
1738 set dummy "$func_split_equals_lhs" \
1739 "$func_split_equals_rhs" ${1+"$@"}
1740 shift
1741 ;;
1742
1743 # Separate optargs to short options:
1744 -W*)
1745 func_split_short_opt "$_G_opt"
1746 set dummy "$func_split_short_opt_name" \
1747 "$func_split_short_opt_arg" ${1+"$@"}
1748 shift
1749 ;;
1750
1751 # Separate non-argument short options:
1752 -\?*|-h*|-v*|-x*)
1753 func_split_short_opt "$_G_opt"
1754 set dummy "$func_split_short_opt_name" \
1755 "-$func_split_short_opt_arg" ${1+"$@"}
1756 shift
1757 ;;
1758
1759 --) break ;;
1760 -*) func_fatal_help "unrecognised option: '$_G_opt'" ;;
1761 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
1762 esac
1763 done
1764
1765 # save modified positional parameters for caller
1766 func_quote_for_eval ${1+"$@"}
1767 func_parse_options_result=$func_quote_for_eval_result
1768 }
1769
1770
1771 # func_validate_options [ARG]...
1772 # ------------------------------
1773 # Perform any sanity checks on option settings and/or unconsumed
1774 # arguments.
1775 func_hookable func_validate_options
1776 func_validate_options ()
1777 {
1778 $debug_cmd
1779
1780 # Display all warnings if -W was not given.
1781 test -n "$opt_warning_types" || opt_warning_types=" $warning_categories"
1782
1783 func_run_hooks func_validate_options ${1+"$@"}
1784
1785 # Bail if the options were screwed!
1786 $exit_cmd $EXIT_FAILURE
1787
1788 # save modified positional parameters for caller
1789 func_validate_options_result=$func_run_hooks_result
1790 }
1791
1792
1793
1794 ## ----------------- ##
1795 ## Helper functions. ##
1796 ## ----------------- ##
1797
1798 # This section contains the helper functions used by the rest of the
1799 # hookable option parser framework in ascii-betical order.
1800
1801
1802 # func_fatal_help ARG...
1803 # ----------------------
1804 # Echo program name prefixed message to standard error, followed by
1805 # a help hint, and exit.
1806 func_fatal_help ()
1807 {
1808 $debug_cmd
1809
1810 eval \$ECHO \""Usage: $usage"\"
1811 eval \$ECHO \""$fatal_help"\"
1812 func_error ${1+"$@"}
1813 exit $EXIT_FAILURE
1814 }
1815
1816
1817 # func_help
1818 # ---------
1819 # Echo long help message to standard output and exit.
7541820 func_help ()
7551821 {
756 $opt_debug
757
758 $SED -n '/^# Usage:/,/# Report bugs to/ {
759 :print
760 s/^# //
761 s/^# *$//
762 s*\$progname*'$progname'*
763 s*\$host*'"$host"'*
764 s*\$SHELL*'"$SHELL"'*
765 s*\$LTCC*'"$LTCC"'*
766 s*\$LTCFLAGS*'"$LTCFLAGS"'*
767 s*\$LD*'"$LD"'*
768 s/\$with_gnu_ld/'"$with_gnu_ld"'/
769 s/\$automake_version/'"`(${AUTOMAKE-automake} --version) 2>/dev/null |$SED 1q`"'/
770 s/\$autoconf_version/'"`(${AUTOCONF-autoconf} --version) 2>/dev/null |$SED 1q`"'/
771 p
772 d
773 }
774 /^# .* home page:/b print
775 /^# General help using/b print
776 ' < "$progpath"
777 ret=$?
778 if test -z "$1"; then
779 exit $ret
780 fi
781 }
782
783 # func_missing_arg argname
1822 $debug_cmd
1823
1824 func_usage_message
1825 $ECHO "$long_help_message"
1826 exit 0
1827 }
1828
1829
1830 # func_missing_arg ARGNAME
1831 # ------------------------
7841832 # Echo program name prefixed message to standard error and set global
7851833 # exit_cmd.
7861834 func_missing_arg ()
7871835 {
788 $opt_debug
789
790 func_error "missing argument for $1."
1836 $debug_cmd
1837
1838 func_error "Missing argument for '$1'."
7911839 exit_cmd=exit
7921840 }
7931841
7941842
795 # func_split_short_opt shortopt
1843 # func_split_equals STRING
1844 # ------------------------
1845 # Set func_split_equals_lhs and func_split_equals_rhs shell variables after
1846 # splitting STRING at the '=' sign.
1847 test -z "$_G_HAVE_XSI_OPS" \
1848 && (eval 'x=a/b/c;
1849 test 5aa/bb/cc = "${#x}${x%%/*}${x%/*}${x#*/}${x##*/}"') 2>/dev/null \
1850 && _G_HAVE_XSI_OPS=yes
1851
1852 if test yes = "$_G_HAVE_XSI_OPS"
1853 then
1854 # This is an XSI compatible shell, allowing a faster implementation...
1855 eval 'func_split_equals ()
1856 {
1857 $debug_cmd
1858
1859 func_split_equals_lhs=${1%%=*}
1860 func_split_equals_rhs=${1#*=}
1861 test "x$func_split_equals_lhs" = "x$1" \
1862 && func_split_equals_rhs=
1863 }'
1864 else
1865 # ...otherwise fall back to using expr, which is often a shell builtin.
1866 func_split_equals ()
1867 {
1868 $debug_cmd
1869
1870 func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
1871 func_split_equals_rhs=
1872 test "x$func_split_equals_lhs" = "x$1" \
1873 || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
1874 }
1875 fi #func_split_equals
1876
1877
1878 # func_split_short_opt SHORTOPT
1879 # -----------------------------
7961880 # Set func_split_short_opt_name and func_split_short_opt_arg shell
7971881 # variables after splitting SHORTOPT after the 2nd character.
798 func_split_short_opt ()
799 {
800 my_sed_short_opt='1s/^\(..\).*$/\1/;q'
801 my_sed_short_rest='1s/^..\(.*\)$/\1/;q'
802
803 func_split_short_opt_name=`$ECHO "$1" | $SED "$my_sed_short_opt"`
804 func_split_short_opt_arg=`$ECHO "$1" | $SED "$my_sed_short_rest"`
805 } # func_split_short_opt may be replaced by extended shell implementation
806
807
808 # func_split_long_opt longopt
809 # Set func_split_long_opt_name and func_split_long_opt_arg shell
810 # variables after splitting LONGOPT at the `=' sign.
811 func_split_long_opt ()
812 {
813 my_sed_long_opt='1s/^\(--[^=]*\)=.*/\1/;q'
814 my_sed_long_arg='1s/^--[^=]*=//'
815
816 func_split_long_opt_name=`$ECHO "$1" | $SED "$my_sed_long_opt"`
817 func_split_long_opt_arg=`$ECHO "$1" | $SED "$my_sed_long_arg"`
818 } # func_split_long_opt may be replaced by extended shell implementation
819
820 exit_cmd=:
821
822
823
824
825
826 magic="%%%MAGIC variable%%%"
827 magic_exe="%%%MAGIC EXE variable%%%"
828
829 # Global variables.
830 nonopt=
831 preserve_args=
832 lo2o="s/\\.lo\$/.${objext}/"
833 o2lo="s/\\.${objext}\$/.lo/"
834 extracted_archives=
835 extracted_serial=0
836
837 # If this variable is set in any of the actions, the command in it
838 # will be execed at the end. This prevents here-documents from being
839 # left over by shells.
840 exec_cmd=
841
842 # func_append var value
843 # Append VALUE to the end of shell variable VAR.
844 func_append ()
845 {
846 eval "${1}=\$${1}\${2}"
847 } # func_append may be replaced by extended shell implementation
848
849 # func_append_quoted var value
850 # Quote VALUE and append to the end of shell variable VAR, separated
851 # by a space.
852 func_append_quoted ()
853 {
854 func_quote_for_eval "${2}"
855 eval "${1}=\$${1}\\ \$func_quote_for_eval_result"
856 } # func_append_quoted may be replaced by extended shell implementation
857
858
859 # func_arith arithmetic-term...
860 func_arith ()
861 {
862 func_arith_result=`expr "${@}"`
863 } # func_arith may be replaced by extended shell implementation
864
865
866 # func_len string
867 # STRING may not start with a hyphen.
868 func_len ()
869 {
870 func_len_result=`expr "${1}" : ".*" 2>/dev/null || echo $max_cmd_len`
871 } # func_len may be replaced by extended shell implementation
872
873
874 # func_lo2o object
875 func_lo2o ()
876 {
877 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
878 } # func_lo2o may be replaced by extended shell implementation
879
880
881 # func_xform libobj-or-source
882 func_xform ()
883 {
884 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
885 } # func_xform may be replaced by extended shell implementation
886
887
888 # func_fatal_configuration arg...
1882 if test yes = "$_G_HAVE_XSI_OPS"
1883 then
1884 # This is an XSI compatible shell, allowing a faster implementation...
1885 eval 'func_split_short_opt ()
1886 {
1887 $debug_cmd
1888
1889 func_split_short_opt_arg=${1#??}
1890 func_split_short_opt_name=${1%"$func_split_short_opt_arg"}
1891 }'
1892 else
1893 # ...otherwise fall back to using expr, which is often a shell builtin.
1894 func_split_short_opt ()
1895 {
1896 $debug_cmd
1897
1898 func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
1899 func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
1900 }
1901 fi #func_split_short_opt
1902
1903
1904 # func_usage
1905 # ----------
1906 # Echo short help message to standard output and exit.
1907 func_usage ()
1908 {
1909 $debug_cmd
1910
1911 func_usage_message
1912 $ECHO "Run '$progname --help |${PAGER-more}' for full usage"
1913 exit 0
1914 }
1915
1916
1917 # func_usage_message
1918 # ------------------
1919 # Echo short help message to standard output.
1920 func_usage_message ()
1921 {
1922 $debug_cmd
1923
1924 eval \$ECHO \""Usage: $usage"\"
1925 echo
1926 $SED -n 's|^# ||
1927 /^Written by/{
1928 x;p;x
1929 }
1930 h
1931 /^Written by/q' < "$progpath"
1932 echo
1933 eval \$ECHO \""$usage_message"\"
1934 }
1935
1936
1937 # func_version
1938 # ------------
1939 # Echo version message to standard output and exit.
1940 func_version ()
1941 {
1942 $debug_cmd
1943
1944 printf '%s\n' "$progname $scriptversion"
1945 $SED -n '
1946 /(C)/!b go
1947 :more
1948 /\./!{
1949 N
1950 s|\n# | |
1951 b more
1952 }
1953 :go
1954 /^# Written by /,/# warranty; / {
1955 s|^# ||
1956 s|^# *$||
1957 s|\((C)\)[ 0-9,-]*[ ,-]\([1-9][0-9]* \)|\1 \2|
1958 p
1959 }
1960 /^# Written by / {
1961 s|^# ||
1962 p
1963 }
1964 /^warranty; /q' < "$progpath"
1965
1966 exit $?
1967 }
1968
1969
1970 # Local variables:
1971 # mode: shell-script
1972 # sh-indentation: 2
1973 # eval: (add-hook 'before-save-hook 'time-stamp)
1974 # time-stamp-pattern: "10/scriptversion=%:y-%02m-%02d.%02H; # UTC"
1975 # time-stamp-time-zone: "UTC"
1976 # End:
1977
1978 # Set a version string.
1979 scriptversion='(GNU libtool) 2.4.6'
1980
1981
1982 # func_echo ARG...
1983 # ----------------
1984 # Libtool also displays the current mode in messages, so override
1985 # funclib.sh func_echo with this custom definition.
1986 func_echo ()
1987 {
1988 $debug_cmd
1989
1990 _G_message=$*
1991
1992 func_echo_IFS=$IFS
1993 IFS=$nl
1994 for _G_line in $_G_message; do
1995 IFS=$func_echo_IFS
1996 $ECHO "$progname${opt_mode+: $opt_mode}: $_G_line"
1997 done
1998 IFS=$func_echo_IFS
1999 }
2000
2001
2002 # func_warning ARG...
2003 # -------------------
2004 # Libtool warnings are not categorized, so override funclib.sh
2005 # func_warning with this simpler definition.
2006 func_warning ()
2007 {
2008 $debug_cmd
2009
2010 $warning_func ${1+"$@"}
2011 }
2012
2013
2014 ## ---------------- ##
2015 ## Options parsing. ##
2016 ## ---------------- ##
2017
2018 # Hook in the functions to make sure our own options are parsed during
2019 # the option parsing loop.
2020
2021 usage='$progpath [OPTION]... [MODE-ARG]...'
2022
2023 # Short help message in response to '-h'.
2024 usage_message="Options:
2025 --config show all configuration variables
2026 --debug enable verbose shell tracing
2027 -n, --dry-run display commands without modifying any files
2028 --features display basic configuration information and exit
2029 --mode=MODE use operation mode MODE
2030 --no-warnings equivalent to '-Wnone'
2031 --preserve-dup-deps don't remove duplicate dependency libraries
2032 --quiet, --silent don't print informational messages
2033 --tag=TAG use configuration variables from tag TAG
2034 -v, --verbose print more informational messages than default
2035 --version print version information
2036 -W, --warnings=CATEGORY report the warnings falling in CATEGORY [all]
2037 -h, --help, --help-all print short, long, or detailed help message
2038 "
2039
2040 # Additional text appended to 'usage_message' in response to '--help'.
2041 func_help ()
2042 {
2043 $debug_cmd
2044
2045 func_usage_message
2046 $ECHO "$long_help_message
2047
2048 MODE must be one of the following:
2049
2050 clean remove files from the build directory
2051 compile compile a source file into a libtool object
2052 execute automatically set library path, then run a program
2053 finish complete the installation of libtool libraries
2054 install install libraries or executables
2055 link create a library or an executable
2056 uninstall remove libraries from an installed directory
2057
2058 MODE-ARGS vary depending on the MODE. When passed as first option,
2059 '--mode=MODE' may be abbreviated as 'MODE' or a unique abbreviation of that.
2060 Try '$progname --help --mode=MODE' for a more detailed description of MODE.
2061
2062 When reporting a bug, please describe a test case to reproduce it and
2063 include the following information:
2064
2065 host-triplet: $host
2066 shell: $SHELL
2067 compiler: $LTCC
2068 compiler flags: $LTCFLAGS
2069 linker: $LD (gnu? $with_gnu_ld)
2070 version: $progname (GNU libtool) 2.4.6
2071 automake: `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
2072 autoconf: `($AUTOCONF --version) 2>/dev/null |$SED 1q`
2073
2074 Report bugs to <bug-libtool@gnu.org>.
2075 GNU libtool home page: <http://www.gnu.org/software/libtool/>.
2076 General help using GNU software: <http://www.gnu.org/gethelp/>."
2077 exit 0
2078 }
2079
2080
2081 # func_lo2o OBJECT-NAME
2082 # ---------------------
2083 # Transform OBJECT-NAME from a '.lo' suffix to the platform specific
2084 # object suffix.
2085
2086 lo2o=s/\\.lo\$/.$objext/
2087 o2lo=s/\\.$objext\$/.lo/
2088
2089 if test yes = "$_G_HAVE_XSI_OPS"; then
2090 eval 'func_lo2o ()
2091 {
2092 case $1 in
2093 *.lo) func_lo2o_result=${1%.lo}.$objext ;;
2094 * ) func_lo2o_result=$1 ;;
2095 esac
2096 }'
2097
2098 # func_xform LIBOBJ-OR-SOURCE
2099 # ---------------------------
2100 # Transform LIBOBJ-OR-SOURCE from a '.o' or '.c' (or otherwise)
2101 # suffix to a '.lo' libtool-object suffix.
2102 eval 'func_xform ()
2103 {
2104 func_xform_result=${1%.*}.lo
2105 }'
2106 else
2107 # ...otherwise fall back to using sed.
2108 func_lo2o ()
2109 {
2110 func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
2111 }
2112
2113 func_xform ()
2114 {
2115 func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
2116 }
2117 fi
2118
2119
2120 # func_fatal_configuration ARG...
2121 # -------------------------------
8892122 # Echo program name prefixed message to standard error, followed by
8902123 # a configuration failure hint, and exit.
8912124 func_fatal_configuration ()
8922125 {
893 func_error ${1+"$@"}
894 func_error "See the $PACKAGE documentation for more information."
895 func_fatal_error "Fatal configuration error."
2126 func__fatal_error ${1+"$@"} \
2127 "See the $PACKAGE documentation for more information." \
2128 "Fatal configuration error."
8962129 }
8972130
8982131
8992132 # func_config
2133 # -----------
9002134 # Display the configuration for all the tags in this script.
9012135 func_config ()
9022136 {
9142148 exit $?
9152149 }
9162150
2151
9172152 # func_features
2153 # -------------
9182154 # Display the features supported by this script.
9192155 func_features ()
9202156 {
9212157 echo "host: $host"
922 if test "$build_libtool_libs" = yes; then
2158 if test yes = "$build_libtool_libs"; then
9232159 echo "enable shared libraries"
9242160 else
9252161 echo "disable shared libraries"
9262162 fi
927 if test "$build_old_libs" = yes; then
2163 if test yes = "$build_old_libs"; then
9282164 echo "enable static libraries"
9292165 else
9302166 echo "disable static libraries"
9332169 exit $?
9342170 }
9352171
936 # func_enable_tag tagname
2172
2173 # func_enable_tag TAGNAME
2174 # -----------------------
9372175 # Verify that TAGNAME is valid, and either flag an error and exit, or
9382176 # enable the TAGNAME tag. We also add TAGNAME to the global $taglist
9392177 # variable here.
9402178 func_enable_tag ()
9412179 {
942 # Global variable:
943 tagname="$1"
944
945 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
946 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
947 sed_extractcf="/$re_begincf/,/$re_endcf/p"
948
949 # Validate tagname.
950 case $tagname in
951 *[!-_A-Za-z0-9,/]*)
952 func_fatal_error "invalid tag name: $tagname"
953 ;;
954 esac
955
956 # Don't test for the "default" C tag, as we know it's
957 # there but not specially marked.
958 case $tagname in
959 CC) ;;
2180 # Global variable:
2181 tagname=$1
2182
2183 re_begincf="^# ### BEGIN LIBTOOL TAG CONFIG: $tagname\$"
2184 re_endcf="^# ### END LIBTOOL TAG CONFIG: $tagname\$"
2185 sed_extractcf=/$re_begincf/,/$re_endcf/p
2186
2187 # Validate tagname.
2188 case $tagname in
2189 *[!-_A-Za-z0-9,/]*)
2190 func_fatal_error "invalid tag name: $tagname"
2191 ;;
2192 esac
2193
2194 # Don't test for the "default" C tag, as we know it's
2195 # there but not specially marked.
2196 case $tagname in
2197 CC) ;;
9602198 *)
961 if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
962 taglist="$taglist $tagname"
963
964 # Evaluate the configuration. Be careful to quote the path
965 # and the sed script, to avoid splitting on whitespace, but
966 # also don't use non-portable quotes within backquotes within
967 # quotes we have to do it in 2 steps:
968 extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
969 eval "$extractedcf"
970 else
971 func_error "ignoring unknown tag $tagname"
972 fi
973 ;;
974 esac
975 }
2199 if $GREP "$re_begincf" "$progpath" >/dev/null 2>&1; then
2200 taglist="$taglist $tagname"
2201
2202 # Evaluate the configuration. Be careful to quote the path
2203 # and the sed script, to avoid splitting on whitespace, but
2204 # also don't use non-portable quotes within backquotes within
2205 # quotes we have to do it in 2 steps:
2206 extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
2207 eval "$extractedcf"
2208 else
2209 func_error "ignoring unknown tag $tagname"
2210 fi
2211 ;;
2212 esac
2213 }
2214
9762215
9772216 # func_check_version_match
2217 # ------------------------
9782218 # Ensure that we are using m4 macros, and libtool script from the same
9792219 # release of libtool.
9802220 func_check_version_match ()
9812221 {
982 if test "$package_revision" != "$macro_revision"; then
983 if test "$VERSION" != "$macro_version"; then
984 if test -z "$macro_version"; then
985 cat >&2 <<_LT_EOF
2222 if test "$package_revision" != "$macro_revision"; then
2223 if test "$VERSION" != "$macro_version"; then
2224 if test -z "$macro_version"; then
2225 cat >&2 <<_LT_EOF
9862226 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
9872227 $progname: definition of this LT_INIT comes from an older release.
9882228 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
9892229 $progname: and run autoconf again.
9902230 _LT_EOF
991 else
992 cat >&2 <<_LT_EOF
2231 else
2232 cat >&2 <<_LT_EOF
9932233 $progname: Version mismatch error. This is $PACKAGE $VERSION, but the
9942234 $progname: definition of this LT_INIT comes from $PACKAGE $macro_version.
9952235 $progname: You should recreate aclocal.m4 with macros from $PACKAGE $VERSION
9962236 $progname: and run autoconf again.
9972237 _LT_EOF
998 fi
999 else
1000 cat >&2 <<_LT_EOF
2238 fi
2239 else
2240 cat >&2 <<_LT_EOF
10012241 $progname: Version mismatch error. This is $PACKAGE $VERSION, revision $package_revision,
10022242 $progname: but the definition of this LT_INIT comes from revision $macro_revision.
10032243 $progname: You should recreate aclocal.m4 with macros from revision $package_revision
10042244 $progname: of $PACKAGE $VERSION and run autoconf again.
10052245 _LT_EOF
2246 fi
2247
2248 exit $EXIT_MISMATCH
10062249 fi
1007
1008 exit $EXIT_MISMATCH
1009 fi
1010 }
1011
1012
1013 # Shorthand for --mode=foo, only valid as the first argument
1014 case $1 in
1015 clean|clea|cle|cl)
1016 shift; set dummy --mode clean ${1+"$@"}; shift
1017 ;;
1018 compile|compil|compi|comp|com|co|c)
1019 shift; set dummy --mode compile ${1+"$@"}; shift
1020 ;;
1021 execute|execut|execu|exec|exe|ex|e)
1022 shift; set dummy --mode execute ${1+"$@"}; shift
1023 ;;
1024 finish|finis|fini|fin|fi|f)
1025 shift; set dummy --mode finish ${1+"$@"}; shift
1026 ;;
1027 install|instal|insta|inst|ins|in|i)
1028 shift; set dummy --mode install ${1+"$@"}; shift
1029 ;;
1030 link|lin|li|l)
1031 shift; set dummy --mode link ${1+"$@"}; shift
1032 ;;
1033 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
1034 shift; set dummy --mode uninstall ${1+"$@"}; shift
1035 ;;
1036 esac
1037
1038
1039
1040 # Option defaults:
1041 opt_debug=:
1042 opt_dry_run=false
1043 opt_config=false
1044 opt_preserve_dup_deps=false
1045 opt_features=false
1046 opt_finish=false
1047 opt_help=false
1048 opt_help_all=false
1049 opt_silent=:
1050 opt_warning=:
1051 opt_verbose=:
1052 opt_silent=false
1053 opt_verbose=false
1054
1055
1056 # Parse options once, thoroughly. This comes as soon as possible in the
1057 # script to make things like `--version' happen as quickly as we can.
1058 {
1059 # this just eases exit handling
1060 while test $# -gt 0; do
1061 opt="$1"
1062 shift
1063 case $opt in
1064 --debug|-x) opt_debug='set -x'
1065 func_echo "enabling shell trace mode"
1066 $opt_debug
1067 ;;
1068 --dry-run|--dryrun|-n)
1069 opt_dry_run=:
1070 ;;
1071 --config)
1072 opt_config=:
1073 func_config
1074 ;;
1075 --dlopen|-dlopen)
1076 optarg="$1"
1077 opt_dlopen="${opt_dlopen+$opt_dlopen
1078 }$optarg"
1079 shift
1080 ;;
1081 --preserve-dup-deps)
1082 opt_preserve_dup_deps=:
1083 ;;
1084 --features)
1085 opt_features=:
1086 func_features
1087 ;;
1088 --finish)
1089 opt_finish=:
1090 set dummy --mode finish ${1+"$@"}; shift
1091 ;;
1092 --help)
1093 opt_help=:
1094 ;;
1095 --help-all)
1096 opt_help_all=:
1097 opt_help=': help-all'
1098 ;;
1099 --mode)
1100 test $# = 0 && func_missing_arg $opt && break
1101 optarg="$1"
1102 opt_mode="$optarg"
1103 case $optarg in
1104 # Valid mode arguments:
1105 clean|compile|execute|finish|install|link|relink|uninstall) ;;
1106
1107 # Catch anything else as an error
1108 *) func_error "invalid argument for $opt"
1109 exit_cmd=exit
1110 break
1111 ;;
1112 esac
1113 shift
1114 ;;
1115 --no-silent|--no-quiet)
1116 opt_silent=false
1117 func_append preserve_args " $opt"
1118 ;;
1119 --no-warning|--no-warn)
1120 opt_warning=false
1121 func_append preserve_args " $opt"
1122 ;;
1123 --no-verbose)
1124 opt_verbose=false
1125 func_append preserve_args " $opt"
1126 ;;
1127 --silent|--quiet)
1128 opt_silent=:
1129 func_append preserve_args " $opt"
1130 opt_verbose=false
1131 ;;
1132 --verbose|-v)
1133 opt_verbose=:
1134 func_append preserve_args " $opt"
1135 opt_silent=false
1136 ;;
1137 --tag)
1138 test $# = 0 && func_missing_arg $opt && break
1139 optarg="$1"
1140 opt_tag="$optarg"
1141 func_append preserve_args " $opt $optarg"
1142 func_enable_tag "$optarg"
1143 shift
1144 ;;
1145
1146 -\?|-h) func_usage ;;
1147 --help) func_help ;;
1148 --version) func_version ;;
1149
1150 # Separate optargs to long options:
1151 --*=*)
1152 func_split_long_opt "$opt"
1153 set dummy "$func_split_long_opt_name" "$func_split_long_opt_arg" ${1+"$@"}
1154 shift
1155 ;;
1156
1157 # Separate non-argument short options:
1158 -\?*|-h*|-n*|-v*)
1159 func_split_short_opt "$opt"
1160 set dummy "$func_split_short_opt_name" "-$func_split_short_opt_arg" ${1+"$@"}
1161 shift
1162 ;;
1163
1164 --) break ;;
1165 -*) func_fatal_help "unrecognized option \`$opt'" ;;
1166 *) set dummy "$opt" ${1+"$@"}; shift; break ;;
2250 }
2251
2252
2253 # libtool_options_prep [ARG]...
2254 # -----------------------------
2255 # Preparation for options parsed by libtool.
2256 libtool_options_prep ()
2257 {
2258 $debug_mode
2259
2260 # Option defaults:
2261 opt_config=false
2262 opt_dlopen=
2263 opt_dry_run=false
2264 opt_help=false
2265 opt_mode=
2266 opt_preserve_dup_deps=false
2267 opt_quiet=false
2268
2269 nonopt=
2270 preserve_args=
2271
2272 # Shorthand for --mode=foo, only valid as the first argument
2273 case $1 in
2274 clean|clea|cle|cl)
2275 shift; set dummy --mode clean ${1+"$@"}; shift
2276 ;;
2277 compile|compil|compi|comp|com|co|c)
2278 shift; set dummy --mode compile ${1+"$@"}; shift
2279 ;;
2280 execute|execut|execu|exec|exe|ex|e)
2281 shift; set dummy --mode execute ${1+"$@"}; shift
2282 ;;
2283 finish|finis|fini|fin|fi|f)
2284 shift; set dummy --mode finish ${1+"$@"}; shift
2285 ;;
2286 install|instal|insta|inst|ins|in|i)
2287 shift; set dummy --mode install ${1+"$@"}; shift
2288 ;;
2289 link|lin|li|l)
2290 shift; set dummy --mode link ${1+"$@"}; shift
2291 ;;
2292 uninstall|uninstal|uninsta|uninst|unins|unin|uni|un|u)
2293 shift; set dummy --mode uninstall ${1+"$@"}; shift
2294 ;;
11672295 esac
1168 done
1169
1170 # Validate options:
1171
1172 # save first non-option argument
1173 if test "$#" -gt 0; then
1174 nonopt="$opt"
1175 shift
1176 fi
1177
1178 # preserve --debug
1179 test "$opt_debug" = : || func_append preserve_args " --debug"
1180
1181 case $host in
1182 *cygwin* | *mingw* | *pw32* | *cegcc*)
1183 # don't eliminate duplications in $postdeps and $predeps
1184 opt_duplicate_compiler_generated_deps=:
1185 ;;
1186 *)
1187 opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps
1188 ;;
1189 esac
1190
1191 $opt_help || {
1192 # Sanity checks first:
1193 func_check_version_match
1194
1195 if test "$build_libtool_libs" != yes && test "$build_old_libs" != yes; then
1196 func_fatal_configuration "not configured to build any kind of library"
2296
2297 # Pass back the list of options.
2298 func_quote_for_eval ${1+"$@"}
2299 libtool_options_prep_result=$func_quote_for_eval_result
2300 }
2301 func_add_hook func_options_prep libtool_options_prep
2302
2303
2304 # libtool_parse_options [ARG]...
2305 # ---------------------------------
2306 # Provide handling for libtool specific options.
2307 libtool_parse_options ()
2308 {
2309 $debug_cmd
2310
2311 # Perform our own loop to consume as many options as possible in
2312 # each iteration.
2313 while test $# -gt 0; do
2314 _G_opt=$1
2315 shift
2316 case $_G_opt in
2317 --dry-run|--dryrun|-n)
2318 opt_dry_run=:
2319 ;;
2320
2321 --config) func_config ;;
2322
2323 --dlopen|-dlopen)
2324 opt_dlopen="${opt_dlopen+$opt_dlopen
2325 }$1"
2326 shift
2327 ;;
2328
2329 --preserve-dup-deps)
2330 opt_preserve_dup_deps=: ;;
2331
2332 --features) func_features ;;
2333
2334 --finish) set dummy --mode finish ${1+"$@"}; shift ;;
2335
2336 --help) opt_help=: ;;
2337
2338 --help-all) opt_help=': help-all' ;;
2339
2340 --mode) test $# = 0 && func_missing_arg $_G_opt && break
2341 opt_mode=$1
2342 case $1 in
2343 # Valid mode arguments:
2344 clean|compile|execute|finish|install|link|relink|uninstall) ;;
2345
2346 # Catch anything else as an error
2347 *) func_error "invalid argument for $_G_opt"
2348 exit_cmd=exit
2349 break
2350 ;;
2351 esac
2352 shift
2353 ;;
2354
2355 --no-silent|--no-quiet)
2356 opt_quiet=false
2357 func_append preserve_args " $_G_opt"
2358 ;;
2359
2360 --no-warnings|--no-warning|--no-warn)
2361 opt_warning=false
2362 func_append preserve_args " $_G_opt"
2363 ;;
2364
2365 --no-verbose)
2366 opt_verbose=false
2367 func_append preserve_args " $_G_opt"
2368 ;;
2369
2370 --silent|--quiet)
2371 opt_quiet=:
2372 opt_verbose=false
2373 func_append preserve_args " $_G_opt"
2374 ;;
2375
2376 --tag) test $# = 0 && func_missing_arg $_G_opt && break
2377 opt_tag=$1
2378 func_append preserve_args " $_G_opt $1"
2379 func_enable_tag "$1"
2380 shift
2381 ;;
2382
2383 --verbose|-v) opt_quiet=false
2384 opt_verbose=:
2385 func_append preserve_args " $_G_opt"
2386 ;;
2387
2388 # An option not handled by this hook function:
2389 *) set dummy "$_G_opt" ${1+"$@"}; shift; break ;;
2390 esac
2391 done
2392
2393
2394 # save modified positional parameters for caller
2395 func_quote_for_eval ${1+"$@"}
2396 libtool_parse_options_result=$func_quote_for_eval_result
2397 }
2398 func_add_hook func_parse_options libtool_parse_options
2399
2400
2401
2402 # libtool_validate_options [ARG]...
2403 # ---------------------------------
2404 # Perform any sanity checks on option settings and/or unconsumed
2405 # arguments.
2406 libtool_validate_options ()
2407 {
2408 # save first non-option argument
2409 if test 0 -lt $#; then
2410 nonopt=$1
2411 shift
11972412 fi
11982413
1199 # Darwin sucks
1200 eval std_shrext=\"$shrext_cmds\"
1201
1202 # Only execute mode is allowed to have -dlopen flags.
1203 if test -n "$opt_dlopen" && test "$opt_mode" != execute; then
1204 func_error "unrecognized option \`-dlopen'"
1205 $ECHO "$help" 1>&2
1206 exit $EXIT_FAILURE
1207 fi
1208
1209 # Change the help message to a mode-specific one.
1210 generic_help="$help"
1211 help="Try \`$progname --help --mode=$opt_mode' for more information."
1212 }
1213
1214
1215 # Bail if the options were screwed
1216 $exit_cmd $EXIT_FAILURE
1217 }
1218
2414 # preserve --debug
2415 test : = "$debug_cmd" || func_append preserve_args " --debug"
2416
2417 case $host in
2418 # Solaris2 added to fix http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16452
2419 # see also: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59788
2420 *cygwin* | *mingw* | *pw32* | *cegcc* | *solaris2* | *os2*)
2421 # don't eliminate duplications in $postdeps and $predeps
2422 opt_duplicate_compiler_generated_deps=:
2423 ;;
2424 *)
2425 opt_duplicate_compiler_generated_deps=$opt_preserve_dup_deps
2426 ;;
2427 esac
2428
2429 $opt_help || {
2430 # Sanity checks first:
2431 func_check_version_match
2432
2433 test yes != "$build_libtool_libs" \
2434 && test yes != "$build_old_libs" \
2435 && func_fatal_configuration "not configured to build any kind of library"
2436
2437 # Darwin sucks
2438 eval std_shrext=\"$shrext_cmds\"
2439
2440 # Only execute mode is allowed to have -dlopen flags.
2441 if test -n "$opt_dlopen" && test execute != "$opt_mode"; then
2442 func_error "unrecognized option '-dlopen'"
2443 $ECHO "$help" 1>&2
2444 exit $EXIT_FAILURE
2445 fi
2446
2447 # Change the help message to a mode-specific one.
2448 generic_help=$help
2449 help="Try '$progname --help --mode=$opt_mode' for more information."
2450 }
2451
2452 # Pass back the unparsed argument list
2453 func_quote_for_eval ${1+"$@"}
2454 libtool_validate_options_result=$func_quote_for_eval_result
2455 }
2456 func_add_hook func_validate_options libtool_validate_options
2457
2458
2459 # Process options as early as possible so that --help and --version
2460 # can return quickly.
2461 func_options ${1+"$@"}
2462 eval set dummy "$func_options_result"; shift
12192463
12202464
12212465
12232467 ## Main. ##
12242468 ## ----------- ##
12252469
2470 magic='%%%MAGIC variable%%%'
2471 magic_exe='%%%MAGIC EXE variable%%%'
2472
2473 # Global variables.
2474 extracted_archives=
2475 extracted_serial=0
2476
2477 # If this variable is set in any of the actions, the command in it
2478 # will be execed at the end. This prevents here-documents from being
2479 # left over by shells.
2480 exec_cmd=
2481
2482
2483 # A function that is used when there is no print builtin or printf.
2484 func_fallback_echo ()
2485 {
2486 eval 'cat <<_LTECHO_EOF
2487 $1
2488 _LTECHO_EOF'
2489 }
2490
2491 # func_generated_by_libtool
2492 # True iff stdin has been generated by Libtool. This function is only
2493 # a basic sanity check; it will hardly flush out determined imposters.
2494 func_generated_by_libtool_p ()
2495 {
2496 $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
2497 }
2498
12262499 # func_lalib_p file
1227 # True iff FILE is a libtool `.la' library or `.lo' object file.
2500 # True iff FILE is a libtool '.la' library or '.lo' object file.
12282501 # This function is only a basic sanity check; it will hardly flush out
12292502 # determined imposters.
12302503 func_lalib_p ()
12312504 {
12322505 test -f "$1" &&
1233 $SED -e 4q "$1" 2>/dev/null \
1234 | $GREP "^# Generated by .*$PACKAGE" > /dev/null 2>&1
2506 $SED -e 4q "$1" 2>/dev/null | func_generated_by_libtool_p
12352507 }
12362508
12372509 # func_lalib_unsafe_p file
1238 # True iff FILE is a libtool `.la' library or `.lo' object file.
2510 # True iff FILE is a libtool '.la' library or '.lo' object file.
12392511 # This function implements the same check as func_lalib_p without
12402512 # resorting to external programs. To this end, it redirects stdin and
12412513 # closes it afterwards, without saving the original file descriptor.
12422514 # As a safety measure, use it only where a negative result would be
1243 # fatal anyway. Works if `file' does not exist.
2515 # fatal anyway. Works if 'file' does not exist.
12442516 func_lalib_unsafe_p ()
12452517 {
12462518 lalib_p=no
12482520 for lalib_p_l in 1 2 3 4
12492521 do
12502522 read lalib_p_line
1251 case "$lalib_p_line" in
2523 case $lalib_p_line in
12522524 \#\ Generated\ by\ *$PACKAGE* ) lalib_p=yes; break;;
12532525 esac
12542526 done
12552527 exec 0<&5 5<&-
12562528 fi
1257 test "$lalib_p" = yes
2529 test yes = "$lalib_p"
12582530 }
12592531
12602532 # func_ltwrapper_script_p file
12632535 # determined imposters.
12642536 func_ltwrapper_script_p ()
12652537 {
1266 func_lalib_p "$1"
2538 test -f "$1" &&
2539 $lt_truncate_bin < "$1" 2>/dev/null | func_generated_by_libtool_p
12672540 }
12682541
12692542 # func_ltwrapper_executable_p file
12882561 {
12892562 func_dirname_and_basename "$1" "" "."
12902563 func_stripname '' '.exe' "$func_basename_result"
1291 func_ltwrapper_scriptname_result="$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper"
2564 func_ltwrapper_scriptname_result=$func_dirname_result/$objdir/${func_stripname_result}_ltshwrapper
12922565 }
12932566
12942567 # func_ltwrapper_p file
13072580 # FAIL_CMD may read-access the current command in variable CMD!
13082581 func_execute_cmds ()
13092582 {
1310 $opt_debug
2583 $debug_cmd
2584
13112585 save_ifs=$IFS; IFS='~'
13122586 for cmd in $1; do
2587 IFS=$sp$nl
2588 eval cmd=\"$cmd\"
13132589 IFS=$save_ifs
1314 eval cmd=\"$cmd\"
13152590 func_show_eval "$cmd" "${2-:}"
13162591 done
13172592 IFS=$save_ifs
13232598 # Note that it is not necessary on cygwin/mingw to append a dot to
13242599 # FILE even if both FILE and FILE.exe exist: automatic-append-.exe
13252600 # behavior happens only for exec(3), not for open(2)! Also, sourcing
1326 # `FILE.' does not work on cygwin managed mounts.
2601 # 'FILE.' does not work on cygwin managed mounts.
13272602 func_source ()
13282603 {
1329 $opt_debug
2604 $debug_cmd
2605
13302606 case $1 in
13312607 */* | *\\*) . "$1" ;;
13322608 *) . "./$1" ;;
13532629 # store the result into func_replace_sysroot_result.
13542630 func_replace_sysroot ()
13552631 {
1356 case "$lt_sysroot:$1" in
2632 case $lt_sysroot:$1 in
13572633 ?*:"$lt_sysroot"*)
13582634 func_stripname "$lt_sysroot" '' "$1"
1359 func_replace_sysroot_result="=$func_stripname_result"
2635 func_replace_sysroot_result='='$func_stripname_result
13602636 ;;
13612637 *)
13622638 # Including no sysroot.
13732649 # arg is usually of the form 'gcc ...'
13742650 func_infer_tag ()
13752651 {
1376 $opt_debug
2652 $debug_cmd
2653
13772654 if test -n "$available_tags" && test -z "$tagname"; then
13782655 CC_quoted=
13792656 for arg in $CC; do
13922669 for z in $available_tags; do
13932670 if $GREP "^# ### BEGIN LIBTOOL TAG CONFIG: $z$" < "$progpath" > /dev/null; then
13942671 # Evaluate the configuration.
1395 eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
2672 eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
13962673 CC_quoted=
13972674 for arg in $CC; do
13982675 # Double-quote args containing other shell metacharacters.
14172694 # line option must be used.
14182695 if test -z "$tagname"; then
14192696 func_echo "unable to infer tagged configuration"
1420 func_fatal_error "specify a tag with \`--tag'"
2697 func_fatal_error "specify a tag with '--tag'"
14212698 # else
14222699 # func_verbose "using $tagname tagged configuration"
14232700 fi
14332710 # but don't create it if we're doing a dry run.
14342711 func_write_libtool_object ()
14352712 {
1436 write_libobj=${1}
1437 if test "$build_libtool_libs" = yes; then
1438 write_lobj=\'${2}\'
2713 write_libobj=$1
2714 if test yes = "$build_libtool_libs"; then
2715 write_lobj=\'$2\'
14392716 else
14402717 write_lobj=none
14412718 fi
14422719
1443 if test "$build_old_libs" = yes; then
1444 write_oldobj=\'${3}\'
2720 if test yes = "$build_old_libs"; then
2721 write_oldobj=\'$3\'
14452722 else
14462723 write_oldobj=none
14472724 fi
14492726 $opt_dry_run || {
14502727 cat >${write_libobj}T <<EOF
14512728 # $write_libobj - a libtool object file
1452 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
2729 # Generated by $PROGRAM (GNU $PACKAGE) $VERSION
14532730 #
14542731 # Please DO NOT delete this file!
14552732 # It is necessary for linking the library.
14612738 non_pic_object=$write_oldobj
14622739
14632740 EOF
1464 $MV "${write_libobj}T" "${write_libobj}"
2741 $MV "${write_libobj}T" "$write_libobj"
14652742 }
14662743 }
14672744
14812758 # be empty on error (or when ARG is empty)
14822759 func_convert_core_file_wine_to_w32 ()
14832760 {
1484 $opt_debug
1485 func_convert_core_file_wine_to_w32_result="$1"
2761 $debug_cmd
2762
2763 func_convert_core_file_wine_to_w32_result=$1
14862764 if test -n "$1"; then
14872765 # Unfortunately, winepath does not exit with a non-zero error code, so we
14882766 # are forced to check the contents of stdout. On the other hand, if the
14902768 # *an error message* to stdout. So we must check for both error code of
14912769 # zero AND non-empty stdout, which explains the odd construction:
14922770 func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
1493 if test "$?" -eq 0 && test -n "${func_convert_core_file_wine_to_w32_tmp}"; then
2771 if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
14942772 func_convert_core_file_wine_to_w32_result=`$ECHO "$func_convert_core_file_wine_to_w32_tmp" |
1495 $SED -e "$lt_sed_naive_backslashify"`
2773 $SED -e "$sed_naive_backslashify"`
14962774 else
14972775 func_convert_core_file_wine_to_w32_result=
14982776 fi
15132791 # are convertible, then the result may be empty.
15142792 func_convert_core_path_wine_to_w32 ()
15152793 {
1516 $opt_debug
2794 $debug_cmd
2795
15172796 # unfortunately, winepath doesn't convert paths, only file names
1518 func_convert_core_path_wine_to_w32_result=""
2797 func_convert_core_path_wine_to_w32_result=
15192798 if test -n "$1"; then
15202799 oldIFS=$IFS
15212800 IFS=:
15222801 for func_convert_core_path_wine_to_w32_f in $1; do
15232802 IFS=$oldIFS
15242803 func_convert_core_file_wine_to_w32 "$func_convert_core_path_wine_to_w32_f"
1525 if test -n "$func_convert_core_file_wine_to_w32_result" ; then
2804 if test -n "$func_convert_core_file_wine_to_w32_result"; then
15262805 if test -z "$func_convert_core_path_wine_to_w32_result"; then
1527 func_convert_core_path_wine_to_w32_result="$func_convert_core_file_wine_to_w32_result"
2806 func_convert_core_path_wine_to_w32_result=$func_convert_core_file_wine_to_w32_result
15282807 else
15292808 func_append func_convert_core_path_wine_to_w32_result ";$func_convert_core_file_wine_to_w32_result"
15302809 fi
15532832 # environment variable; do not put it in $PATH.
15542833 func_cygpath ()
15552834 {
1556 $opt_debug
2835 $debug_cmd
2836
15572837 if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
15582838 func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
15592839 if test "$?" -ne 0; then
15622842 fi
15632843 else
15642844 func_cygpath_result=
1565 func_error "LT_CYGPATH is empty or specifies non-existent file: \`$LT_CYGPATH'"
2845 func_error "LT_CYGPATH is empty or specifies non-existent file: '$LT_CYGPATH'"
15662846 fi
15672847 }
15682848 #end: func_cygpath
15732853 # result in func_convert_core_msys_to_w32_result.
15742854 func_convert_core_msys_to_w32 ()
15752855 {
1576 $opt_debug
2856 $debug_cmd
2857
15772858 # awkward: cmd appends spaces to result
15782859 func_convert_core_msys_to_w32_result=`( cmd //c echo "$1" ) 2>/dev/null |
1579 $SED -e 's/[ ]*$//' -e "$lt_sed_naive_backslashify"`
2860 $SED -e 's/[ ]*$//' -e "$sed_naive_backslashify"`
15802861 }
15812862 #end: func_convert_core_msys_to_w32
15822863
15872868 # func_to_host_file_result to ARG1).
15882869 func_convert_file_check ()
15892870 {
1590 $opt_debug
1591 if test -z "$2" && test -n "$1" ; then
2871 $debug_cmd
2872
2873 if test -z "$2" && test -n "$1"; then
15922874 func_error "Could not determine host file name corresponding to"
1593 func_error " \`$1'"
2875 func_error " '$1'"
15942876 func_error "Continuing, but uninstalled executables may not work."
15952877 # Fallback:
1596 func_to_host_file_result="$1"
2878 func_to_host_file_result=$1
15972879 fi
15982880 }
15992881 # end func_convert_file_check
16052887 # func_to_host_file_result to a simplistic fallback value (see below).
16062888 func_convert_path_check ()
16072889 {
1608 $opt_debug
2890 $debug_cmd
2891
16092892 if test -z "$4" && test -n "$3"; then
16102893 func_error "Could not determine the host path corresponding to"
1611 func_error " \`$3'"
2894 func_error " '$3'"
16122895 func_error "Continuing, but uninstalled executables may not work."
16132896 # Fallback. This is a deliberately simplistic "conversion" and
16142897 # should not be "improved". See libtool.info.
16172900 func_to_host_path_result=`echo "$3" |
16182901 $SED -e "$lt_replace_pathsep_chars"`
16192902 else
1620 func_to_host_path_result="$3"
2903 func_to_host_path_result=$3
16212904 fi
16222905 fi
16232906 }
16292912 # and appending REPL if ORIG matches BACKPAT.
16302913 func_convert_path_front_back_pathsep ()
16312914 {
1632 $opt_debug
2915 $debug_cmd
2916
16332917 case $4 in
1634 $1 ) func_to_host_path_result="$3$func_to_host_path_result"
2918 $1 ) func_to_host_path_result=$3$func_to_host_path_result
16352919 ;;
16362920 esac
16372921 case $4 in
16452929 ##################################################
16462930 # $build to $host FILE NAME CONVERSION FUNCTIONS #
16472931 ##################################################
1648 # invoked via `$to_host_file_cmd ARG'
2932 # invoked via '$to_host_file_cmd ARG'
16492933 #
16502934 # In each case, ARG is the path to be converted from $build to $host format.
16512935 # Result will be available in $func_to_host_file_result.
16562940 # in func_to_host_file_result.
16572941 func_to_host_file ()
16582942 {
1659 $opt_debug
2943 $debug_cmd
2944
16602945 $to_host_file_cmd "$1"
16612946 }
16622947 # end func_to_host_file
16682953 # in (the comma separated) LAZY, no conversion takes place.
16692954 func_to_tool_file ()
16702955 {
1671 $opt_debug
2956 $debug_cmd
2957
16722958 case ,$2, in
16732959 *,"$to_tool_file_cmd",*)
16742960 func_to_tool_file_result=$1
16862972 # Copy ARG to func_to_host_file_result.
16872973 func_convert_file_noop ()
16882974 {
1689 func_to_host_file_result="$1"
2975 func_to_host_file_result=$1
16902976 }
16912977 # end func_convert_file_noop
16922978
16972983 # func_to_host_file_result.
16982984 func_convert_file_msys_to_w32 ()
16992985 {
1700 $opt_debug
1701 func_to_host_file_result="$1"
2986 $debug_cmd
2987
2988 func_to_host_file_result=$1
17022989 if test -n "$1"; then
17032990 func_convert_core_msys_to_w32 "$1"
1704 func_to_host_file_result="$func_convert_core_msys_to_w32_result"
2991 func_to_host_file_result=$func_convert_core_msys_to_w32_result
17052992 fi
17062993 func_convert_file_check "$1" "$func_to_host_file_result"
17072994 }
17133000 # func_to_host_file_result.
17143001 func_convert_file_cygwin_to_w32 ()
17153002 {
1716 $opt_debug
1717 func_to_host_file_result="$1"
3003 $debug_cmd
3004
3005 func_to_host_file_result=$1
17183006 if test -n "$1"; then
17193007 # because $build is cygwin, we call "the" cygpath in $PATH; no need to use
17203008 # LT_CYGPATH in this case.
17303018 # and a working winepath. Returns result in func_to_host_file_result.
17313019 func_convert_file_nix_to_w32 ()
17323020 {
1733 $opt_debug
1734 func_to_host_file_result="$1"
3021 $debug_cmd
3022
3023 func_to_host_file_result=$1
17353024 if test -n "$1"; then
17363025 func_convert_core_file_wine_to_w32 "$1"
1737 func_to_host_file_result="$func_convert_core_file_wine_to_w32_result"
3026 func_to_host_file_result=$func_convert_core_file_wine_to_w32_result
17383027 fi
17393028 func_convert_file_check "$1" "$func_to_host_file_result"
17403029 }
17463035 # Returns result in func_to_host_file_result.
17473036 func_convert_file_msys_to_cygwin ()
17483037 {
1749 $opt_debug
1750 func_to_host_file_result="$1"
3038 $debug_cmd
3039
3040 func_to_host_file_result=$1
17513041 if test -n "$1"; then
17523042 func_convert_core_msys_to_w32 "$1"
17533043 func_cygpath -u "$func_convert_core_msys_to_w32_result"
1754 func_to_host_file_result="$func_cygpath_result"
3044 func_to_host_file_result=$func_cygpath_result
17553045 fi
17563046 func_convert_file_check "$1" "$func_to_host_file_result"
17573047 }
17643054 # in func_to_host_file_result.
17653055 func_convert_file_nix_to_cygwin ()
17663056 {
1767 $opt_debug
1768 func_to_host_file_result="$1"
3057 $debug_cmd
3058
3059 func_to_host_file_result=$1
17693060 if test -n "$1"; then
17703061 # convert from *nix to w32, then use cygpath to convert from w32 to cygwin.
17713062 func_convert_core_file_wine_to_w32 "$1"
17723063 func_cygpath -u "$func_convert_core_file_wine_to_w32_result"
1773 func_to_host_file_result="$func_cygpath_result"
3064 func_to_host_file_result=$func_cygpath_result
17743065 fi
17753066 func_convert_file_check "$1" "$func_to_host_file_result"
17763067 }
17803071 #############################################
17813072 # $build to $host PATH CONVERSION FUNCTIONS #
17823073 #############################################
1783 # invoked via `$to_host_path_cmd ARG'
3074 # invoked via '$to_host_path_cmd ARG'
17843075 #
17853076 # In each case, ARG is the path to be converted from $build to $host format.
17863077 # The result will be available in $func_to_host_path_result.
18043095 to_host_path_cmd=
18053096 func_init_to_host_path_cmd ()
18063097 {
1807 $opt_debug
3098 $debug_cmd
3099
18083100 if test -z "$to_host_path_cmd"; then
18093101 func_stripname 'func_convert_file_' '' "$to_host_file_cmd"
1810 to_host_path_cmd="func_convert_path_${func_stripname_result}"
3102 to_host_path_cmd=func_convert_path_$func_stripname_result
18113103 fi
18123104 }
18133105
18173109 # in func_to_host_path_result.
18183110 func_to_host_path ()
18193111 {
1820 $opt_debug
3112 $debug_cmd
3113
18213114 func_init_to_host_path_cmd
18223115 $to_host_path_cmd "$1"
18233116 }
18283121 # Copy ARG to func_to_host_path_result.
18293122 func_convert_path_noop ()
18303123 {
1831 func_to_host_path_result="$1"
3124 func_to_host_path_result=$1
18323125 }
18333126 # end func_convert_path_noop
18343127
18393132 # func_to_host_path_result.
18403133 func_convert_path_msys_to_w32 ()
18413134 {
1842 $opt_debug
1843 func_to_host_path_result="$1"
3135 $debug_cmd
3136
3137 func_to_host_path_result=$1
18443138 if test -n "$1"; then
18453139 # Remove leading and trailing path separator characters from ARG. MSYS
18463140 # behavior is inconsistent here; cygpath turns them into '.;' and ';.';
18483142 func_stripname : : "$1"
18493143 func_to_host_path_tmp1=$func_stripname_result
18503144 func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
1851 func_to_host_path_result="$func_convert_core_msys_to_w32_result"
3145 func_to_host_path_result=$func_convert_core_msys_to_w32_result
18523146 func_convert_path_check : ";" \
18533147 "$func_to_host_path_tmp1" "$func_to_host_path_result"
18543148 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
18623156 # func_to_host_file_result.
18633157 func_convert_path_cygwin_to_w32 ()
18643158 {
1865 $opt_debug
1866 func_to_host_path_result="$1"
3159 $debug_cmd
3160
3161 func_to_host_path_result=$1
18673162 if test -n "$1"; then
18683163 # See func_convert_path_msys_to_w32:
18693164 func_stripname : : "$1"
18823177 # a working winepath. Returns result in func_to_host_file_result.
18833178 func_convert_path_nix_to_w32 ()
18843179 {
1885 $opt_debug
1886 func_to_host_path_result="$1"
3180 $debug_cmd
3181
3182 func_to_host_path_result=$1
18873183 if test -n "$1"; then
18883184 # See func_convert_path_msys_to_w32:
18893185 func_stripname : : "$1"
18903186 func_to_host_path_tmp1=$func_stripname_result
18913187 func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
1892 func_to_host_path_result="$func_convert_core_path_wine_to_w32_result"
3188 func_to_host_path_result=$func_convert_core_path_wine_to_w32_result
18933189 func_convert_path_check : ";" \
18943190 "$func_to_host_path_tmp1" "$func_to_host_path_result"
18953191 func_convert_path_front_back_pathsep ":*" "*:" ";" "$1"
19033199 # Returns result in func_to_host_file_result.
19043200 func_convert_path_msys_to_cygwin ()
19053201 {
1906 $opt_debug
1907 func_to_host_path_result="$1"
3202 $debug_cmd
3203
3204 func_to_host_path_result=$1
19083205 if test -n "$1"; then
19093206 # See func_convert_path_msys_to_w32:
19103207 func_stripname : : "$1"
19113208 func_to_host_path_tmp1=$func_stripname_result
19123209 func_convert_core_msys_to_w32 "$func_to_host_path_tmp1"
19133210 func_cygpath -u -p "$func_convert_core_msys_to_w32_result"
1914 func_to_host_path_result="$func_cygpath_result"
3211 func_to_host_path_result=$func_cygpath_result
19153212 func_convert_path_check : : \
19163213 "$func_to_host_path_tmp1" "$func_to_host_path_result"
19173214 func_convert_path_front_back_pathsep ":*" "*:" : "$1"
19263223 # func_to_host_file_result.
19273224 func_convert_path_nix_to_cygwin ()
19283225 {
1929 $opt_debug
1930 func_to_host_path_result="$1"
3226 $debug_cmd
3227
3228 func_to_host_path_result=$1
19313229 if test -n "$1"; then
19323230 # Remove leading and trailing path separator characters from
19333231 # ARG. msys behavior is inconsistent here, cygpath turns them
19363234 func_to_host_path_tmp1=$func_stripname_result
19373235 func_convert_core_path_wine_to_w32 "$func_to_host_path_tmp1"
19383236 func_cygpath -u -p "$func_convert_core_path_wine_to_w32_result"
1939 func_to_host_path_result="$func_cygpath_result"
3237 func_to_host_path_result=$func_cygpath_result
19403238 func_convert_path_check : : \
19413239 "$func_to_host_path_tmp1" "$func_to_host_path_result"
19423240 func_convert_path_front_back_pathsep ":*" "*:" : "$1"
19453243 # end func_convert_path_nix_to_cygwin
19463244
19473245
3246 # func_dll_def_p FILE
3247 # True iff FILE is a Windows DLL '.def' file.
3248 # Keep in sync with _LT_DLL_DEF_P in libtool.m4
3249 func_dll_def_p ()
3250 {
3251 $debug_cmd
3252
3253 func_dll_def_p_tmp=`$SED -n \
3254 -e 's/^[ ]*//' \
3255 -e '/^\(;.*\)*$/d' \
3256 -e 's/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p' \
3257 -e q \
3258 "$1"`
3259 test DEF = "$func_dll_def_p_tmp"
3260 }
3261
3262
19483263 # func_mode_compile arg...
19493264 func_mode_compile ()
19503265 {
1951 $opt_debug
3266 $debug_cmd
3267
19523268 # Get the compilation command and the source file.
19533269 base_compile=
1954 srcfile="$nonopt" # always keep a non-empty value in "srcfile"
3270 srcfile=$nonopt # always keep a non-empty value in "srcfile"
19553271 suppress_opt=yes
19563272 suppress_output=
19573273 arg_mode=normal
19643280 case $arg_mode in
19653281 arg )
19663282 # do not "continue". Instead, add this to base_compile
1967 lastarg="$arg"
3283 lastarg=$arg
19683284 arg_mode=normal
19693285 ;;
19703286
19713287 target )
1972 libobj="$arg"
3288 libobj=$arg
19733289 arg_mode=normal
19743290 continue
19753291 ;;
19793295 case $arg in
19803296 -o)
19813297 test -n "$libobj" && \
1982 func_fatal_error "you cannot specify \`-o' more than once"
3298 func_fatal_error "you cannot specify '-o' more than once"
19833299 arg_mode=target
19843300 continue
19853301 ;;
20083324 func_stripname '-Wc,' '' "$arg"
20093325 args=$func_stripname_result
20103326 lastarg=
2011 save_ifs="$IFS"; IFS=','
3327 save_ifs=$IFS; IFS=,
20123328 for arg in $args; do
2013 IFS="$save_ifs"
3329 IFS=$save_ifs
20143330 func_append_quoted lastarg "$arg"
20153331 done
2016 IFS="$save_ifs"
3332 IFS=$save_ifs
20173333 func_stripname ' ' '' "$lastarg"
20183334 lastarg=$func_stripname_result
20193335
20263342 # Accept the current argument as the source file.
20273343 # The previous "srcfile" becomes the current argument.
20283344 #
2029 lastarg="$srcfile"
2030 srcfile="$arg"
3345 lastarg=$srcfile
3346 srcfile=$arg
20313347 ;;
20323348 esac # case $arg
20333349 ;;
20423358 func_fatal_error "you must specify an argument for -Xcompile"
20433359 ;;
20443360 target)
2045 func_fatal_error "you must specify a target with \`-o'"
3361 func_fatal_error "you must specify a target with '-o'"
20463362 ;;
20473363 *)
20483364 # Get the name of the library object.
20493365 test -z "$libobj" && {
20503366 func_basename "$srcfile"
2051 libobj="$func_basename_result"
3367 libobj=$func_basename_result
20523368 }
20533369 ;;
20543370 esac
20683384 case $libobj in
20693385 *.lo) func_lo2o "$libobj"; obj=$func_lo2o_result ;;
20703386 *)
2071 func_fatal_error "cannot determine name of library object from \`$libobj'"
3387 func_fatal_error "cannot determine name of library object from '$libobj'"
20723388 ;;
20733389 esac
20743390
20773393 for arg in $later; do
20783394 case $arg in
20793395 -shared)
2080 test "$build_libtool_libs" != yes && \
2081 func_fatal_configuration "can not build a shared library"
3396 test yes = "$build_libtool_libs" \
3397 || func_fatal_configuration "cannot build a shared library"
20823398 build_old_libs=no
20833399 continue
20843400 ;;
21043420 func_quote_for_eval "$libobj"
21053421 test "X$libobj" != "X$func_quote_for_eval_result" \
21063422 && $ECHO "X$libobj" | $GREP '[]~#^*{};<>?"'"'"' &()|`$[]' \
2107 && func_warning "libobj name \`$libobj' may not contain shell special characters."
3423 && func_warning "libobj name '$libobj' may not contain shell special characters."
21083424 func_dirname_and_basename "$obj" "/" ""
2109 objname="$func_basename_result"
2110 xdir="$func_dirname_result"
2111 lobj=${xdir}$objdir/$objname
3425 objname=$func_basename_result
3426 xdir=$func_dirname_result
3427 lobj=$xdir$objdir/$objname
21123428
21133429 test -z "$base_compile" && \
21143430 func_fatal_help "you must specify a compilation command"
21153431
21163432 # Delete any leftover library objects.
2117 if test "$build_old_libs" = yes; then
3433 if test yes = "$build_old_libs"; then
21183434 removelist="$obj $lobj $libobj ${libobj}T"
21193435 else
21203436 removelist="$lobj $libobj ${libobj}T"
21263442 pic_mode=default
21273443 ;;
21283444 esac
2129 if test "$pic_mode" = no && test "$deplibs_check_method" != pass_all; then
3445 if test no = "$pic_mode" && test pass_all != "$deplibs_check_method"; then
21303446 # non-PIC code in shared libraries is not supported
21313447 pic_mode=default
21323448 fi
21333449
21343450 # Calculate the filename of the output object if compiler does
21353451 # not support -o with -c
2136 if test "$compiler_c_o" = no; then
2137 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext}
2138 lockfile="$output_obj.lock"
3452 if test no = "$compiler_c_o"; then
3453 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
3454 lockfile=$output_obj.lock
21393455 else
21403456 output_obj=
21413457 need_locks=no
21443460
21453461 # Lock this critical section if it is needed
21463462 # We use this script file to make the link, it avoids creating a new file
2147 if test "$need_locks" = yes; then
3463 if test yes = "$need_locks"; then
21483464 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
21493465 func_echo "Waiting for $lockfile to be removed"
21503466 sleep 2
21513467 done
2152 elif test "$need_locks" = warn; then
3468 elif test warn = "$need_locks"; then
21533469 if test -f "$lockfile"; then
21543470 $ECHO "\
21553471 *** ERROR, $lockfile exists and contains:
21573473
21583474 This indicates that another process is trying to use the same
21593475 temporary object file, and libtool could not work around it because
2160 your compiler does not support \`-c' and \`-o' together. If you
3476 your compiler does not support '-c' and '-o' together. If you
21613477 repeat this compilation, it may succeed, by chance, but you had better
21623478 avoid parallel builds (make -j) in this platform, or get a better
21633479 compiler."
21793495 qsrcfile=$func_quote_for_eval_result
21803496
21813497 # Only build a PIC object if we are building libtool libraries.
2182 if test "$build_libtool_libs" = yes; then
3498 if test yes = "$build_libtool_libs"; then
21833499 # Without this assignment, base_compile gets emptied.
21843500 fbsd_hideous_sh_bug=$base_compile
21853501
2186 if test "$pic_mode" != no; then
3502 if test no != "$pic_mode"; then
21873503 command="$base_compile $qsrcfile $pic_flag"
21883504 else
21893505 # Don't build PIC code
22003516 func_show_eval_locale "$command" \
22013517 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE'
22023518
2203 if test "$need_locks" = warn &&
3519 if test warn = "$need_locks" &&
22043520 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
22053521 $ECHO "\
22063522 *** ERROR, $lockfile contains:
22113527
22123528 This indicates that another process is trying to use the same
22133529 temporary object file, and libtool could not work around it because
2214 your compiler does not support \`-c' and \`-o' together. If you
3530 your compiler does not support '-c' and '-o' together. If you
22153531 repeat this compilation, it may succeed, by chance, but you had better
22163532 avoid parallel builds (make -j) in this platform, or get a better
22173533 compiler."
22273543 fi
22283544
22293545 # Allow error messages only from the first compilation.
2230 if test "$suppress_opt" = yes; then
3546 if test yes = "$suppress_opt"; then
22313547 suppress_output=' >/dev/null 2>&1'
22323548 fi
22333549 fi
22343550
22353551 # Only build a position-dependent object if we build old libraries.
2236 if test "$build_old_libs" = yes; then
2237 if test "$pic_mode" != yes; then
3552 if test yes = "$build_old_libs"; then
3553 if test yes != "$pic_mode"; then
22383554 # Don't build PIC code
22393555 command="$base_compile $qsrcfile$pie_flag"
22403556 else
22413557 command="$base_compile $qsrcfile $pic_flag"
22423558 fi
2243 if test "$compiler_c_o" = yes; then
3559 if test yes = "$compiler_c_o"; then
22443560 func_append command " -o $obj"
22453561 fi
22463562
22493565 func_show_eval_locale "$command" \
22503566 '$opt_dry_run || $RM $removelist; exit $EXIT_FAILURE'
22513567
2252 if test "$need_locks" = warn &&
3568 if test warn = "$need_locks" &&
22533569 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
22543570 $ECHO "\
22553571 *** ERROR, $lockfile contains:
22603576
22613577 This indicates that another process is trying to use the same
22623578 temporary object file, and libtool could not work around it because
2263 your compiler does not support \`-c' and \`-o' together. If you
3579 your compiler does not support '-c' and '-o' together. If you
22643580 repeat this compilation, it may succeed, by chance, but you had better
22653581 avoid parallel builds (make -j) in this platform, or get a better
22663582 compiler."
22803596 func_write_libtool_object "$libobj" "$objdir/$objname" "$objname"
22813597
22823598 # Unlock the critical section if it was locked
2283 if test "$need_locks" != no; then
3599 if test no != "$need_locks"; then
22843600 removelist=$lockfile
22853601 $RM "$lockfile"
22863602 fi
22903606 }
22913607
22923608 $opt_help || {
2293 test "$opt_mode" = compile && func_mode_compile ${1+"$@"}
3609 test compile = "$opt_mode" && func_mode_compile ${1+"$@"}
22943610 }
22953611
22963612 func_mode_help ()
23103626 Remove files from the build directory.
23113627
23123628 RM is the name of the program to use to delete files associated with each FILE
2313 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
3629 (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed
23143630 to RM.
23153631
23163632 If FILE is a libtool library, object or program, all the files associated
23293645 -no-suppress do not suppress compiler output for multiple passes
23303646 -prefer-pic try to build PIC objects only
23313647 -prefer-non-pic try to build non-PIC objects only
2332 -shared do not build a \`.o' file suitable for static linking
2333 -static only build a \`.o' file suitable for static linking
3648 -shared do not build a '.o' file suitable for static linking
3649 -static only build a '.o' file suitable for static linking
23343650 -Wc,FLAG pass FLAG directly to the compiler
23353651
2336 COMPILE-COMMAND is a command to be used in creating a \`standard' object file
3652 COMPILE-COMMAND is a command to be used in creating a 'standard' object file
23373653 from the given SOURCEFILE.
23383654
23393655 The output file name is determined by removing the directory component from
2340 SOURCEFILE, then substituting the C source code suffix \`.c' with the
2341 library object suffix, \`.lo'."
3656 SOURCEFILE, then substituting the C source code suffix '.c' with the
3657 library object suffix, '.lo'."
23423658 ;;
23433659
23443660 execute)
23513667
23523668 -dlopen FILE add the directory containing FILE to the library path
23533669
2354 This mode sets the library path environment variable according to \`-dlopen'
3670 This mode sets the library path environment variable according to '-dlopen'
23553671 flags.
23563672
23573673 If any of the ARGS are libtool executable wrappers, then they are translated
23703686 Each LIBDIR is a directory that contains libtool libraries.
23713687
23723688 The commands that this mode executes may require superuser privileges. Use
2373 the \`--dry-run' option if you just want to see what would be executed."
3689 the '--dry-run' option if you just want to see what would be executed."
23743690 ;;
23753691
23763692 install)
23803696 Install executables or libraries.
23813697
23823698 INSTALL-COMMAND is the installation command. The first component should be
2383 either the \`install' or \`cp' program.
3699 either the 'install' or 'cp' program.
23843700
23853701 The following components of INSTALL-COMMAND are treated specially:
23863702
24063722 -avoid-version do not add a version suffix if possible
24073723 -bindir BINDIR specify path to binaries directory (for systems where
24083724 libraries must be found in the PATH setting at runtime)
2409 -dlopen FILE \`-dlpreopen' FILE if it cannot be dlopened at runtime
3725 -dlopen FILE '-dlpreopen' FILE if it cannot be dlopened at runtime
24103726 -dlpreopen FILE link in FILE and add its symbols to lt_preloaded_symbols
24113727 -export-dynamic allow symbols from OUTPUT-FILE to be resolved with dlsym(3)
24123728 -export-symbols SYMFILE
24203736 -no-install link a not-installable executable
24213737 -no-undefined declare that a library does not refer to external symbols
24223738 -o OUTPUT-FILE create OUTPUT-FILE from the specified objects
2423 -objectlist FILE Use a list of object files found in FILE to specify objects
3739 -objectlist FILE use a list of object files found in FILE to specify objects
3740 -os2dllname NAME force a short DLL name on OS/2 (no effect on other OSes)
24243741 -precious-files-regex REGEX
24253742 don't remove output files matching REGEX
24263743 -release RELEASE specify package release information
24403757 -Xlinker FLAG pass linker-specific FLAG directly to the linker
24413758 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC)
24423759
2443 All other options (arguments beginning with \`-') are ignored.
2444
2445 Every other argument is treated as a filename. Files ending in \`.la' are
3760 All other options (arguments beginning with '-') are ignored.
3761
3762 Every other argument is treated as a filename. Files ending in '.la' are
24463763 treated as uninstalled libtool libraries, other files are standard or library
24473764 object files.
24483765
2449 If the OUTPUT-FILE ends in \`.la', then a libtool library is created,
2450 only library objects (\`.lo' files) may be specified, and \`-rpath' is
3766 If the OUTPUT-FILE ends in '.la', then a libtool library is created,
3767 only library objects ('.lo' files) may be specified, and '-rpath' is
24513768 required, except when creating a convenience library.
24523769
2453 If OUTPUT-FILE ends in \`.a' or \`.lib', then a standard library is created
2454 using \`ar' and \`ranlib', or on Windows using \`lib'.
2455
2456 If OUTPUT-FILE ends in \`.lo' or \`.${objext}', then a reloadable object file
3770 If OUTPUT-FILE ends in '.a' or '.lib', then a standard library is created
3771 using 'ar' and 'ranlib', or on Windows using 'lib'.
3772
3773 If OUTPUT-FILE ends in '.lo' or '.$objext', then a reloadable object file
24573774 is created, otherwise an executable program is created."
24583775 ;;
24593776
24643781 Remove libraries from an installation directory.
24653782
24663783 RM is the name of the program to use to delete files associated with each FILE
2467 (typically \`/bin/rm'). RM-OPTIONS are options (such as \`-f') to be passed
3784 (typically '/bin/rm'). RM-OPTIONS are options (such as '-f') to be passed
24683785 to RM.
24693786
24703787 If FILE is a libtool library, all the files associated with it are deleted.
24723789 ;;
24733790
24743791 *)
2475 func_fatal_help "invalid operation mode \`$opt_mode'"
3792 func_fatal_help "invalid operation mode '$opt_mode'"
24763793 ;;
24773794 esac
24783795
24793796 echo
2480 $ECHO "Try \`$progname --help' for more information about other modes."
3797 $ECHO "Try '$progname --help' for more information about other modes."
24813798 }
24823799
24833800 # Now that we've collected a possible --mode arg, show help if necessary
24843801 if $opt_help; then
2485 if test "$opt_help" = :; then
3802 if test : = "$opt_help"; then
24863803 func_mode_help
24873804 else
24883805 {
24903807 for opt_mode in compile link execute install finish uninstall clean; do
24913808 func_mode_help
24923809 done
2493 } | sed -n '1p; 2,$s/^Usage:/ or: /p'
3810 } | $SED -n '1p; 2,$s/^Usage:/ or: /p'
24943811 {
24953812 func_help noexit
24963813 for opt_mode in compile link execute install finish uninstall clean; do
24983815 func_mode_help
24993816 done
25003817 } |
2501 sed '1d
3818 $SED '1d
25023819 /^When reporting/,/^Report/{
25033820 H
25043821 d
25153832 # func_mode_execute arg...
25163833 func_mode_execute ()
25173834 {
2518 $opt_debug
3835 $debug_cmd
3836
25193837 # The first argument is the command name.
2520 cmd="$nonopt"
3838 cmd=$nonopt
25213839 test -z "$cmd" && \
25223840 func_fatal_help "you must specify a COMMAND"
25233841
25243842 # Handle -dlopen flags immediately.
25253843 for file in $opt_dlopen; do
25263844 test -f "$file" \
2527 || func_fatal_help "\`$file' is not a file"
3845 || func_fatal_help "'$file' is not a file"
25283846
25293847 dir=
25303848 case $file in
25343852
25353853 # Check to see that this really is a libtool archive.
25363854 func_lalib_unsafe_p "$file" \
2537 || func_fatal_help "\`$lib' is not a valid libtool archive"
3855 || func_fatal_help "'$lib' is not a valid libtool archive"
25383856
25393857 # Read the libtool library.
25403858 dlname=
25453863 if test -z "$dlname"; then
25463864 # Warn if it was a shared library.
25473865 test -n "$library_names" && \
2548 func_warning "\`$file' was not linked with \`-export-dynamic'"
3866 func_warning "'$file' was not linked with '-export-dynamic'"
25493867 continue
25503868 fi
25513869
25523870 func_dirname "$file" "" "."
2553 dir="$func_dirname_result"
3871 dir=$func_dirname_result
25543872
25553873 if test -f "$dir/$objdir/$dlname"; then
25563874 func_append dir "/$objdir"
25573875 else
25583876 if test ! -f "$dir/$dlname"; then
2559 func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
3877 func_fatal_error "cannot find '$dlname' in '$dir' or '$dir/$objdir'"
25603878 fi
25613879 fi
25623880 ;;
25643882 *.lo)
25653883 # Just add the directory containing the .lo file.
25663884 func_dirname "$file" "" "."
2567 dir="$func_dirname_result"
3885 dir=$func_dirname_result
25683886 ;;
25693887
25703888 *)
2571 func_warning "\`-dlopen' is ignored for non-libtool libraries and objects"
3889 func_warning "'-dlopen' is ignored for non-libtool libraries and objects"
25723890 continue
25733891 ;;
25743892 esac
25753893
25763894 # Get the absolute pathname.
25773895 absdir=`cd "$dir" && pwd`
2578 test -n "$absdir" && dir="$absdir"
3896 test -n "$absdir" && dir=$absdir
25793897
25803898 # Now add the directory to shlibpath_var.
25813899 if eval "test -z \"\$$shlibpath_var\""; then
25873905
25883906 # This variable tells wrapper scripts just to set shlibpath_var
25893907 # rather than running their programs.
2590 libtool_execute_magic="$magic"
3908 libtool_execute_magic=$magic
25913909
25923910 # Check if any of the arguments is a wrapper script.
25933911 args=
26003918 if func_ltwrapper_script_p "$file"; then
26013919 func_source "$file"
26023920 # Transform arg to wrapped name.
2603 file="$progdir/$program"
3921 file=$progdir/$program
26043922 elif func_ltwrapper_executable_p "$file"; then
26053923 func_ltwrapper_scriptname "$file"
26063924 func_source "$func_ltwrapper_scriptname_result"
26073925 # Transform arg to wrapped name.
2608 file="$progdir/$program"
3926 file=$progdir/$program
26093927 fi
26103928 ;;
26113929 esac
26133931 func_append_quoted args "$file"
26143932 done
26153933
2616 if test "X$opt_dry_run" = Xfalse; then
3934 if $opt_dry_run; then
3935 # Display what would be done.
3936 if test -n "$shlibpath_var"; then
3937 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
3938 echo "export $shlibpath_var"
3939 fi
3940 $ECHO "$cmd$args"
3941 exit $EXIT_SUCCESS
3942 else
26173943 if test -n "$shlibpath_var"; then
26183944 # Export the shlibpath_var.
26193945 eval "export $shlibpath_var"
26303956 done
26313957
26323958 # Now prepare to actually exec the command.
2633 exec_cmd="\$cmd$args"
2634 else
2635 # Display what would be done.
2636 if test -n "$shlibpath_var"; then
2637 eval "\$ECHO \"\$shlibpath_var=\$$shlibpath_var\""
2638 echo "export $shlibpath_var"
2639 fi
2640 $ECHO "$cmd$args"
2641 exit $EXIT_SUCCESS
3959 exec_cmd=\$cmd$args
26423960 fi
26433961 }
26443962
2645 test "$opt_mode" = execute && func_mode_execute ${1+"$@"}
3963 test execute = "$opt_mode" && func_mode_execute ${1+"$@"}
26463964
26473965
26483966 # func_mode_finish arg...
26493967 func_mode_finish ()
26503968 {
2651 $opt_debug
3969 $debug_cmd
3970
26523971 libs=
26533972 libdirs=
26543973 admincmds=
26623981 if func_lalib_unsafe_p "$opt"; then
26633982 func_append libs " $opt"
26643983 else
2665 func_warning "\`$opt' is not a valid libtool archive"
3984 func_warning "'$opt' is not a valid libtool archive"
26663985 fi
26673986
26683987 else
2669 func_fatal_error "invalid argument \`$opt'"
3988 func_fatal_error "invalid argument '$opt'"
26703989 fi
26713990 done
26723991
26814000 # Remove sysroot references
26824001 if $opt_dry_run; then
26834002 for lib in $libs; do
2684 echo "removing references to $lt_sysroot and \`=' prefixes from $lib"
4003 echo "removing references to $lt_sysroot and '=' prefixes from $lib"
26854004 done
26864005 else
26874006 tmpdir=`func_mktempdir`
26884007 for lib in $libs; do
2689 sed -e "${sysroot_cmd} s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
4008 $SED -e "$sysroot_cmd s/\([ ']-[LR]\)=/\1/g; s/\([ ']\)=/\1/g" $lib \
26904009 > $tmpdir/tmp-la
26914010 mv -f $tmpdir/tmp-la $lib
26924011 done
27114030 fi
27124031
27134032 # Exit here if they wanted silent mode.
2714 $opt_silent && exit $EXIT_SUCCESS
4033 $opt_quiet && exit $EXIT_SUCCESS
27154034
27164035 if test -n "$finish_cmds$finish_eval" && test -n "$libdirs"; then
27174036 echo "----------------------------------------------------------------------"
27224041 echo
27234042 echo "If you ever happen to want to link against installed libraries"
27244043 echo "in a given directory, LIBDIR, you must either use libtool, and"
2725 echo "specify the full pathname of the library, or use the \`-LLIBDIR'"
4044 echo "specify the full pathname of the library, or use the '-LLIBDIR'"
27264045 echo "flag during linking and do at least one of the following:"
27274046 if test -n "$shlibpath_var"; then
2728 echo " - add LIBDIR to the \`$shlibpath_var' environment variable"
4047 echo " - add LIBDIR to the '$shlibpath_var' environment variable"
27294048 echo " during execution"
27304049 fi
27314050 if test -n "$runpath_var"; then
2732 echo " - add LIBDIR to the \`$runpath_var' environment variable"
4051 echo " - add LIBDIR to the '$runpath_var' environment variable"
27334052 echo " during linking"
27344053 fi
27354054 if test -n "$hardcode_libdir_flag_spec"; then
27364055 libdir=LIBDIR
27374056 eval flag=\"$hardcode_libdir_flag_spec\"
27384057
2739 $ECHO " - use the \`$flag' linker flag"
4058 $ECHO " - use the '$flag' linker flag"
27404059 fi
27414060 if test -n "$admincmds"; then
27424061 $ECHO " - have your system administrator run these commands:$admincmds"
27434062 fi
27444063 if test -f /etc/ld.so.conf; then
2745 echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'"
4064 echo " - have your system administrator add LIBDIR to '/etc/ld.so.conf'"
27464065 fi
27474066 echo
27484067
27614080 exit $EXIT_SUCCESS
27624081 }
27634082
2764 test "$opt_mode" = finish && func_mode_finish ${1+"$@"}
4083 test finish = "$opt_mode" && func_mode_finish ${1+"$@"}
27654084
27664085
27674086 # func_mode_install arg...
27684087 func_mode_install ()
27694088 {
2770 $opt_debug
4089 $debug_cmd
4090
27714091 # There may be an optional sh(1) argument at the beginning of
27724092 # install_prog (especially on Windows NT).
2773 if test "$nonopt" = "$SHELL" || test "$nonopt" = /bin/sh ||
4093 if test "$SHELL" = "$nonopt" || test /bin/sh = "$nonopt" ||
27744094 # Allow the use of GNU shtool's install command.
2775 case $nonopt in *shtool*) :;; *) false;; esac; then
4095 case $nonopt in *shtool*) :;; *) false;; esac
4096 then
27764097 # Aesthetically quote it.
27774098 func_quote_for_eval "$nonopt"
27784099 install_prog="$func_quote_for_eval_result "
27994120 opts=
28004121 prev=
28014122 install_type=
2802 isdir=no
4123 isdir=false
28034124 stripme=
28044125 no_mode=:
28054126 for arg
28124133 fi
28134134
28144135 case $arg in
2815 -d) isdir=yes ;;
4136 -d) isdir=: ;;
28164137 -f)
28174138 if $install_cp; then :; else
28184139 prev=$arg
28304151 *)
28314152 # If the previous option needed an argument, then skip it.
28324153 if test -n "$prev"; then
2833 if test "x$prev" = x-m && test -n "$install_override_mode"; then
4154 if test X-m = "X$prev" && test -n "$install_override_mode"; then
28344155 arg2=$install_override_mode
28354156 no_mode=false
28364157 fi
28554176 func_fatal_help "you must specify an install program"
28564177
28574178 test -n "$prev" && \
2858 func_fatal_help "the \`$prev' option requires an argument"
4179 func_fatal_help "the '$prev' option requires an argument"
28594180
28604181 if test -n "$install_override_mode" && $no_mode; then
28614182 if $install_cp; then :; else
28774198 dest=$func_stripname_result
28784199
28794200 # Check to see that the destination is a directory.
2880 test -d "$dest" && isdir=yes
2881 if test "$isdir" = yes; then
2882 destdir="$dest"
4201 test -d "$dest" && isdir=:
4202 if $isdir; then
4203 destdir=$dest
28834204 destname=
28844205 else
28854206 func_dirname_and_basename "$dest" "" "."
2886 destdir="$func_dirname_result"
2887 destname="$func_basename_result"
4207 destdir=$func_dirname_result
4208 destname=$func_basename_result
28884209
28894210 # Not a directory, so check to see that there is only one file specified.
28904211 set dummy $files; shift
28914212 test "$#" -gt 1 && \
2892 func_fatal_help "\`$dest' is not a directory"
4213 func_fatal_help "'$dest' is not a directory"
28934214 fi
28944215 case $destdir in
28954216 [\\/]* | [A-Za-z]:[\\/]*) ;;
28984219 case $file in
28994220 *.lo) ;;
29004221 *)
2901 func_fatal_help "\`$destdir' must be an absolute directory name"
4222 func_fatal_help "'$destdir' must be an absolute directory name"
29024223 ;;
29034224 esac
29044225 done
29074228
29084229 # This variable tells wrapper scripts just to set variables rather
29094230 # than running their programs.
2910 libtool_install_magic="$magic"
4231 libtool_install_magic=$magic
29114232
29124233 staticlibs=
29134234 future_libdirs=
29274248
29284249 # Check to see that this really is a libtool archive.
29294250 func_lalib_unsafe_p "$file" \
2930 || func_fatal_help "\`$file' is not a valid libtool archive"
4251 || func_fatal_help "'$file' is not a valid libtool archive"
29314252
29324253 library_names=
29334254 old_library=
29494270 fi
29504271
29514272 func_dirname "$file" "/" ""
2952 dir="$func_dirname_result"
4273 dir=$func_dirname_result
29534274 func_append dir "$objdir"
29544275
29554276 if test -n "$relink_command"; then
29634284 # are installed into $libdir/../bin (currently, that works fine)
29644285 # but it's something to keep an eye on.
29654286 test "$inst_prefix_dir" = "$destdir" && \
2966 func_fatal_error "error: cannot install \`$file' to a directory not ending in $libdir"
4287 func_fatal_error "error: cannot install '$file' to a directory not ending in $libdir"
29674288
29684289 if test -n "$inst_prefix_dir"; then
29694290 # Stick the inst_prefix_dir data into the link command.
29724293 relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
29734294 fi
29744295
2975 func_warning "relinking \`$file'"
4296 func_warning "relinking '$file'"
29764297 func_show_eval "$relink_command" \
2977 'func_fatal_error "error: relink \`$file'\'' with the above command before installing it"'
4298 'func_fatal_error "error: relink '\''$file'\'' with the above command before installing it"'
29784299 fi
29794300
29804301 # See the names of the shared library.
29814302 set dummy $library_names; shift
29824303 if test -n "$1"; then
2983 realname="$1"
4304 realname=$1
29844305 shift
29854306
2986 srcname="$realname"
2987 test -n "$relink_command" && srcname="$realname"T
4307 srcname=$realname
4308 test -n "$relink_command" && srcname=${realname}T
29884309
29894310 # Install the shared library and build the symlinks.
29904311 func_show_eval "$install_shared_prog $dir/$srcname $destdir/$realname" \
29914312 'exit $?'
2992 tstripme="$stripme"
4313 tstripme=$stripme
29934314 case $host_os in
29944315 cygwin* | mingw* | pw32* | cegcc*)
29954316 case $realname in
29964317 *.dll.a)
2997 tstripme=""
4318 tstripme=
4319 ;;
4320 esac
4321 ;;
4322 os2*)
4323 case $realname in
4324 *_dll.a)
4325 tstripme=
29984326 ;;
29994327 esac
30004328 ;;
30054333
30064334 if test "$#" -gt 0; then
30074335 # Delete the old symlinks, and create new ones.
3008 # Try `ln -sf' first, because the `ln' binary might depend on
4336 # Try 'ln -sf' first, because the 'ln' binary might depend on
30094337 # the symlink we replace! Solaris /bin/ln does not understand -f,
30104338 # so we also need to try rm && ln -s.
30114339 for linkname
30164344 fi
30174345
30184346 # Do each command in the postinstall commands.
3019 lib="$destdir/$realname"
4347 lib=$destdir/$realname
30204348 func_execute_cmds "$postinstall_cmds" 'exit $?'
30214349 fi
30224350
30234351 # Install the pseudo-library for information purposes.
30244352 func_basename "$file"
3025 name="$func_basename_result"
3026 instname="$dir/$name"i
4353 name=$func_basename_result
4354 instname=$dir/${name}i
30274355 func_show_eval "$install_prog $instname $destdir/$name" 'exit $?'
30284356
30294357 # Maybe install the static library, too.
30354363
30364364 # Figure out destination file name, if it wasn't already specified.
30374365 if test -n "$destname"; then
3038 destfile="$destdir/$destname"
4366 destfile=$destdir/$destname
30394367 else
30404368 func_basename "$file"
3041 destfile="$func_basename_result"
3042 destfile="$destdir/$destfile"
4369 destfile=$func_basename_result
4370 destfile=$destdir/$destfile
30434371 fi
30444372
30454373 # Deduce the name of the destination old-style object file.
30494377 staticdest=$func_lo2o_result
30504378 ;;
30514379 *.$objext)
3052 staticdest="$destfile"
4380 staticdest=$destfile
30534381 destfile=
30544382 ;;
30554383 *)
3056 func_fatal_help "cannot copy a libtool object to \`$destfile'"
4384 func_fatal_help "cannot copy a libtool object to '$destfile'"
30574385 ;;
30584386 esac
30594387
30624390 func_show_eval "$install_prog $file $destfile" 'exit $?'
30634391
30644392 # Install the old object if enabled.
3065 if test "$build_old_libs" = yes; then
4393 if test yes = "$build_old_libs"; then
30664394 # Deduce the name of the old-style object file.
30674395 func_lo2o "$file"
30684396 staticobj=$func_lo2o_result
30744402 *)
30754403 # Figure out destination file name, if it wasn't already specified.
30764404 if test -n "$destname"; then
3077 destfile="$destdir/$destname"
4405 destfile=$destdir/$destname
30784406 else
30794407 func_basename "$file"
3080 destfile="$func_basename_result"
3081 destfile="$destdir/$destfile"
4408 destfile=$func_basename_result
4409 destfile=$destdir/$destfile
30824410 fi
30834411
30844412 # If the file is missing, and there is a .exe on the end, strip it
30854413 # because it is most likely a libtool script we actually want to
30864414 # install
3087 stripped_ext=""
4415 stripped_ext=
30884416 case $file in
30894417 *.exe)
30904418 if test ! -f "$file"; then
30914419 func_stripname '' '.exe' "$file"
30924420 file=$func_stripname_result
3093 stripped_ext=".exe"
4421 stripped_ext=.exe
30944422 fi
30954423 ;;
30964424 esac
31184446
31194447 # Check the variables that should have been set.
31204448 test -z "$generated_by_libtool_version" && \
3121 func_fatal_error "invalid libtool wrapper script \`$wrapper'"
3122
3123 finalize=yes
4449 func_fatal_error "invalid libtool wrapper script '$wrapper'"
4450
4451 finalize=:
31244452 for lib in $notinst_deplibs; do
31254453 # Check to see that each library is installed.
31264454 libdir=
31274455 if test -f "$lib"; then
31284456 func_source "$lib"
31294457 fi
3130 libfile="$libdir/"`$ECHO "$lib" | $SED 's%^.*/%%g'` ### testsuite: skip nested quoting test
4458 libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
31314459 if test -n "$libdir" && test ! -f "$libfile"; then
3132 func_warning "\`$lib' has not been installed in \`$libdir'"
3133 finalize=no
4460 func_warning "'$lib' has not been installed in '$libdir'"
4461 finalize=false
31344462 fi
31354463 done
31364464
31384466 func_source "$wrapper"
31394467
31404468 outputname=
3141 if test "$fast_install" = no && test -n "$relink_command"; then
4469 if test no = "$fast_install" && test -n "$relink_command"; then
31424470 $opt_dry_run || {
3143 if test "$finalize" = yes; then
4471 if $finalize; then
31444472 tmpdir=`func_mktempdir`
31454473 func_basename "$file$stripped_ext"
3146 file="$func_basename_result"
3147 outputname="$tmpdir/$file"
4474 file=$func_basename_result
4475 outputname=$tmpdir/$file
31484476 # Replace the output file specification.
31494477 relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
31504478
3151 $opt_silent || {
4479 $opt_quiet || {
31524480 func_quote_for_expand "$relink_command"
31534481 eval "func_echo $func_quote_for_expand_result"
31544482 }
31554483 if eval "$relink_command"; then :
31564484 else
3157 func_error "error: relink \`$file' with the above command before installing it"
4485 func_error "error: relink '$file' with the above command before installing it"
31584486 $opt_dry_run || ${RM}r "$tmpdir"
31594487 continue
31604488 fi
3161 file="$outputname"
4489 file=$outputname
31624490 else
3163 func_warning "cannot relink \`$file'"
4491 func_warning "cannot relink '$file'"
31644492 fi
31654493 }
31664494 else
31974525
31984526 for file in $staticlibs; do
31994527 func_basename "$file"
3200 name="$func_basename_result"
4528 name=$func_basename_result
32014529
32024530 # Set up the ranlib parameters.
3203 oldlib="$destdir/$name"
4531 oldlib=$destdir/$name
32044532 func_to_tool_file "$oldlib" func_convert_file_msys_to_w32
32054533 tool_oldlib=$func_to_tool_file_result
32064534
32154543 done
32164544
32174545 test -n "$future_libdirs" && \
3218 func_warning "remember to run \`$progname --finish$future_libdirs'"
4546 func_warning "remember to run '$progname --finish$future_libdirs'"
32194547
32204548 if test -n "$current_libdirs"; then
32214549 # Maybe just do a dry run.
32224550 $opt_dry_run && current_libdirs=" -n$current_libdirs"
3223 exec_cmd='$SHELL $progpath $preserve_args --finish$current_libdirs'
4551 exec_cmd='$SHELL "$progpath" $preserve_args --finish$current_libdirs'
32244552 else
32254553 exit $EXIT_SUCCESS
32264554 fi
32274555 }
32284556
3229 test "$opt_mode" = install && func_mode_install ${1+"$@"}
4557 test install = "$opt_mode" && func_mode_install ${1+"$@"}
32304558
32314559
32324560 # func_generate_dlsyms outputname originator pic_p
32344562 # a dlpreopen symbol table.
32354563 func_generate_dlsyms ()
32364564 {
3237 $opt_debug
3238 my_outputname="$1"
3239 my_originator="$2"
3240 my_pic_p="${3-no}"
3241 my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
4565 $debug_cmd
4566
4567 my_outputname=$1
4568 my_originator=$2
4569 my_pic_p=${3-false}
4570 my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
32424571 my_dlsyms=
32434572
3244 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
4573 if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
32454574 if test -n "$NM" && test -n "$global_symbol_pipe"; then
3246 my_dlsyms="${my_outputname}S.c"
4575 my_dlsyms=${my_outputname}S.c
32474576 else
32484577 func_error "not configured to extract global symbols from dlpreopened files"
32494578 fi
32544583 "") ;;
32554584 *.c)
32564585 # Discover the nlist of each of the dlfiles.
3257 nlist="$output_objdir/${my_outputname}.nm"
4586 nlist=$output_objdir/$my_outputname.nm
32584587
32594588 func_show_eval "$RM $nlist ${nlist}S ${nlist}T"
32604589
32624591 func_verbose "creating $output_objdir/$my_dlsyms"
32634592
32644593 $opt_dry_run || $ECHO > "$output_objdir/$my_dlsyms" "\
3265 /* $my_dlsyms - symbol resolution table for \`$my_outputname' dlsym emulation. */
3266 /* Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION */
4594 /* $my_dlsyms - symbol resolution table for '$my_outputname' dlsym emulation. */
4595 /* Generated by $PROGRAM (GNU $PACKAGE) $VERSION */
32674596
32684597 #ifdef __cplusplus
32694598 extern \"C\" {
32704599 #endif
32714600
3272 #if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
4601 #if defined __GNUC__ && (((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4)) || (__GNUC__ > 4))
32734602 #pragma GCC diagnostic ignored \"-Wstrict-prototypes\"
32744603 #endif
32754604
32764605 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
3277 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
3278 /* DATA imports from DLLs on WIN32 con't be const, because runtime
4606 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
4607 /* DATA imports from DLLs on WIN32 can't be const, because runtime
32794608 relocations are performed -- see ld's documentation on pseudo-relocs. */
32804609 # define LT_DLSYM_CONST
3281 #elif defined(__osf__)
4610 #elif defined __osf__
32824611 /* This system does not cope well with relocations in const data. */
32834612 # define LT_DLSYM_CONST
32844613 #else
32854614 # define LT_DLSYM_CONST const
32864615 #endif
32874616
4617 #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
4618
32884619 /* External symbol declarations for the compiler. */\
32894620 "
32904621
3291 if test "$dlself" = yes; then
3292 func_verbose "generating symbol list for \`$output'"
4622 if test yes = "$dlself"; then
4623 func_verbose "generating symbol list for '$output'"
32934624
32944625 $opt_dry_run || echo ': @PROGRAM@ ' > "$nlist"
32954626
32974628 progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
32984629 for progfile in $progfiles; do
32994630 func_to_tool_file "$progfile" func_convert_file_msys_to_w32
3300 func_verbose "extracting global C symbols from \`$func_to_tool_file_result'"
4631 func_verbose "extracting global C symbols from '$func_to_tool_file_result'"
33014632 $opt_dry_run || eval "$NM $func_to_tool_file_result | $global_symbol_pipe >> '$nlist'"
33024633 done
33034634
33174648
33184649 # Prepare the list of exported symbols
33194650 if test -z "$export_symbols"; then
3320 export_symbols="$output_objdir/$outputname.exp"
4651 export_symbols=$output_objdir/$outputname.exp
33214652 $opt_dry_run || {
33224653 $RM $export_symbols
3323 eval "${SED} -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
4654 eval "$SED -n -e '/^: @PROGRAM@ $/d' -e 's/^.* \(.*\)$/\1/p' "'< "$nlist" > "$export_symbols"'
33244655 case $host in
33254656 *cygwin* | *mingw* | *cegcc* )
33264657 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
33304661 }
33314662 else
33324663 $opt_dry_run || {
3333 eval "${SED} -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
4664 eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
33344665 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
33354666 eval '$MV "$nlist"T "$nlist"'
33364667 case $host in
33444675 fi
33454676
33464677 for dlprefile in $dlprefiles; do
3347 func_verbose "extracting global C symbols from \`$dlprefile'"
4678 func_verbose "extracting global C symbols from '$dlprefile'"
33484679 func_basename "$dlprefile"
3349 name="$func_basename_result"
4680 name=$func_basename_result
33504681 case $host in
33514682 *cygwin* | *mingw* | *cegcc* )
33524683 # if an import library, we need to obtain dlname
33534684 if func_win32_import_lib_p "$dlprefile"; then
33544685 func_tr_sh "$dlprefile"
33554686 eval "curr_lafile=\$libfile_$func_tr_sh_result"
3356 dlprefile_dlbasename=""
4687 dlprefile_dlbasename=
33574688 if test -n "$curr_lafile" && func_lalib_p "$curr_lafile"; then
33584689 # Use subshell, to avoid clobbering current variable values
33594690 dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
3360 if test -n "$dlprefile_dlname" ; then
4691 if test -n "$dlprefile_dlname"; then
33614692 func_basename "$dlprefile_dlname"
3362 dlprefile_dlbasename="$func_basename_result"
4693 dlprefile_dlbasename=$func_basename_result
33634694 else
33644695 # no lafile. user explicitly requested -dlpreopen <import library>.
33654696 $sharedlib_from_linklib_cmd "$dlprefile"
33674698 fi
33684699 fi
33694700 $opt_dry_run || {
3370 if test -n "$dlprefile_dlbasename" ; then
4701 if test -n "$dlprefile_dlbasename"; then
33714702 eval '$ECHO ": $dlprefile_dlbasename" >> "$nlist"'
33724703 else
33734704 func_warning "Could not compute DLL name from $name"
34234754 echo '/* NONE */' >> "$output_objdir/$my_dlsyms"
34244755 fi
34254756
4757 func_show_eval '$RM "${nlist}I"'
4758 if test -n "$global_symbol_to_import"; then
4759 eval "$global_symbol_to_import"' < "$nlist"S > "$nlist"I'
4760 fi
4761
34264762 echo >> "$output_objdir/$my_dlsyms" "\
34274763
34284764 /* The mapping between symbol names and symbols. */
34314767 void *address;
34324768 } lt_dlsymlist;
34334769 extern LT_DLSYM_CONST lt_dlsymlist
3434 lt_${my_prefix}_LTX_preloaded_symbols[];
4770 lt_${my_prefix}_LTX_preloaded_symbols[];\
4771 "
4772
4773 if test -s "$nlist"I; then
4774 echo >> "$output_objdir/$my_dlsyms" "\
4775 static void lt_syminit(void)
4776 {
4777 LT_DLSYM_CONST lt_dlsymlist *symbol = lt_${my_prefix}_LTX_preloaded_symbols;
4778 for (; symbol->name; ++symbol)
4779 {"
4780 $SED 's/.*/ if (STREQ (symbol->name, \"&\")) symbol->address = (void *) \&&;/' < "$nlist"I >> "$output_objdir/$my_dlsyms"
4781 echo >> "$output_objdir/$my_dlsyms" "\
4782 }
4783 }"
4784 fi
4785 echo >> "$output_objdir/$my_dlsyms" "\
34354786 LT_DLSYM_CONST lt_dlsymlist
34364787 lt_${my_prefix}_LTX_preloaded_symbols[] =
3437 {\
3438 { \"$my_originator\", (void *) 0 },"
4788 { {\"$my_originator\", (void *) 0},"
4789
4790 if test -s "$nlist"I; then
4791 echo >> "$output_objdir/$my_dlsyms" "\
4792 {\"@INIT@\", (void *) &lt_syminit},"
4793 fi
34394794
34404795 case $need_lib_prefix in
34414796 no)
34774832 *-*-hpux*)
34784833 pic_flag_for_symtable=" $pic_flag" ;;
34794834 *)
3480 if test "X$my_pic_p" != Xno; then
3481 pic_flag_for_symtable=" $pic_flag"
3482 fi
4835 $my_pic_p && pic_flag_for_symtable=" $pic_flag"
34834836 ;;
34844837 esac
34854838 ;;
34964849 func_show_eval '(cd $output_objdir && $LTCC$symtab_cflags -c$no_builtin_flag$pic_flag_for_symtable "$my_dlsyms")' 'exit $?'
34974850
34984851 # Clean up the generated files.
3499 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T"'
4852 func_show_eval '$RM "$output_objdir/$my_dlsyms" "$nlist" "${nlist}S" "${nlist}T" "${nlist}I"'
35004853
35014854 # Transform the symbol file into the correct name.
3502 symfileobj="$output_objdir/${my_outputname}S.$objext"
4855 symfileobj=$output_objdir/${my_outputname}S.$objext
35034856 case $host in
35044857 *cygwin* | *mingw* | *cegcc* )
35054858 if test -f "$output_objdir/$my_outputname.def"; then
35174870 esac
35184871 ;;
35194872 *)
3520 func_fatal_error "unknown suffix for \`$my_dlsyms'"
4873 func_fatal_error "unknown suffix for '$my_dlsyms'"
35214874 ;;
35224875 esac
35234876 else
35294882 compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
35304883 finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
35314884 fi
4885 }
4886
4887 # func_cygming_gnu_implib_p ARG
4888 # This predicate returns with zero status (TRUE) if
4889 # ARG is a GNU/binutils-style import library. Returns
4890 # with nonzero status (FALSE) otherwise.
4891 func_cygming_gnu_implib_p ()
4892 {
4893 $debug_cmd
4894
4895 func_to_tool_file "$1" func_convert_file_msys_to_w32
4896 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
4897 test -n "$func_cygming_gnu_implib_tmp"
4898 }
4899
4900 # func_cygming_ms_implib_p ARG
4901 # This predicate returns with zero status (TRUE) if
4902 # ARG is an MS-style import library. Returns
4903 # with nonzero status (FALSE) otherwise.
4904 func_cygming_ms_implib_p ()
4905 {
4906 $debug_cmd
4907
4908 func_to_tool_file "$1" func_convert_file_msys_to_w32
4909 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
4910 test -n "$func_cygming_ms_implib_tmp"
35324911 }
35334912
35344913 # func_win32_libid arg
35404919 # Despite the name, also deal with 64 bit binaries.
35414920 func_win32_libid ()
35424921 {
3543 $opt_debug
3544 win32_libid_type="unknown"
4922 $debug_cmd
4923
4924 win32_libid_type=unknown
35454925 win32_fileres=`file -L $1 2>/dev/null`
35464926 case $win32_fileres in
35474927 *ar\ archive\ import\ library*) # definitely import
35514931 # Keep the egrep pattern in sync with the one in _LT_CHECK_MAGIC_METHOD.
35524932 if eval $OBJDUMP -f $1 | $SED -e '10q' 2>/dev/null |
35534933 $EGREP 'file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)' >/dev/null; then
3554 func_to_tool_file "$1" func_convert_file_msys_to_w32
3555 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" |
3556 $SED -n -e '
4934 case $nm_interface in
4935 "MS dumpbin")
4936 if func_cygming_ms_implib_p "$1" ||
4937 func_cygming_gnu_implib_p "$1"
4938 then
4939 win32_nmres=import
4940 else
4941 win32_nmres=
4942 fi
4943 ;;
4944 *)
4945 func_to_tool_file "$1" func_convert_file_msys_to_w32
4946 win32_nmres=`eval $NM -f posix -A \"$func_to_tool_file_result\" |
4947 $SED -n -e '
35574948 1,100{
35584949 / I /{
3559 s,.*,import,
4950 s|.*|import|
35604951 p
35614952 q
35624953 }
35634954 }'`
4955 ;;
4956 esac
35644957 case $win32_nmres in
35654958 import*) win32_libid_type="x86 archive import";;
35664959 *) win32_libid_type="x86 archive static";;
35924985 # $sharedlib_from_linklib_result
35934986 func_cygming_dll_for_implib ()
35944987 {
3595 $opt_debug
4988 $debug_cmd
4989
35964990 sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
35974991 }
35984992
36095003 # specified import library.
36105004 func_cygming_dll_for_implib_fallback_core ()
36115005 {
3612 $opt_debug
5006 $debug_cmd
5007
36135008 match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
36145009 $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
36155010 $SED '/^Contents of section '"$match_literal"':/{
36455040 /./p' |
36465041 # we now have a list, one entry per line, of the stringified
36475042 # contents of the appropriate section of all members of the
3648 # archive which possess that section. Heuristic: eliminate
3649 # all those which have a first or second character that is
5043 # archive that possess that section. Heuristic: eliminate
5044 # all those that have a first or second character that is
36505045 # a '.' (that is, objdump's representation of an unprintable
36515046 # character.) This should work for all archives with less than
36525047 # 0x302f exports -- but will fail for DLLs whose name actually
36555050 #
36565051 # Of those that remain, print the first one.
36575052 $SED -e '/^\./d;/^.\./d;q'
3658 }
3659
3660 # func_cygming_gnu_implib_p ARG
3661 # This predicate returns with zero status (TRUE) if
3662 # ARG is a GNU/binutils-style import library. Returns
3663 # with nonzero status (FALSE) otherwise.
3664 func_cygming_gnu_implib_p ()
3665 {
3666 $opt_debug
3667 func_to_tool_file "$1" func_convert_file_msys_to_w32
3668 func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
3669 test -n "$func_cygming_gnu_implib_tmp"
3670 }
3671
3672 # func_cygming_ms_implib_p ARG
3673 # This predicate returns with zero status (TRUE) if
3674 # ARG is an MS-style import library. Returns
3675 # with nonzero status (FALSE) otherwise.
3676 func_cygming_ms_implib_p ()
3677 {
3678 $opt_debug
3679 func_to_tool_file "$1" func_convert_file_msys_to_w32
3680 func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
3681 test -n "$func_cygming_ms_implib_tmp"
36825053 }
36835054
36845055 # func_cygming_dll_for_implib_fallback ARG
36945065 # $sharedlib_from_linklib_result
36955066 func_cygming_dll_for_implib_fallback ()
36965067 {
3697 $opt_debug
3698 if func_cygming_gnu_implib_p "$1" ; then
5068 $debug_cmd
5069
5070 if func_cygming_gnu_implib_p "$1"; then
36995071 # binutils import library
37005072 sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
3701 elif func_cygming_ms_implib_p "$1" ; then
5073 elif func_cygming_ms_implib_p "$1"; then
37025074 # ms-generated import library
37035075 sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
37045076 else
37055077 # unknown
3706 sharedlib_from_linklib_result=""
5078 sharedlib_from_linklib_result=
37075079 fi
37085080 }
37095081
37115083 # func_extract_an_archive dir oldlib
37125084 func_extract_an_archive ()
37135085 {
3714 $opt_debug
3715 f_ex_an_ar_dir="$1"; shift
3716 f_ex_an_ar_oldlib="$1"
3717 if test "$lock_old_archive_extraction" = yes; then
5086 $debug_cmd
5087
5088 f_ex_an_ar_dir=$1; shift
5089 f_ex_an_ar_oldlib=$1
5090 if test yes = "$lock_old_archive_extraction"; then
37185091 lockfile=$f_ex_an_ar_oldlib.lock
37195092 until $opt_dry_run || ln "$progpath" "$lockfile" 2>/dev/null; do
37205093 func_echo "Waiting for $lockfile to be removed"
37235096 fi
37245097 func_show_eval "(cd \$f_ex_an_ar_dir && $AR x \"\$f_ex_an_ar_oldlib\")" \
37255098 'stat=$?; rm -f "$lockfile"; exit $stat'
3726 if test "$lock_old_archive_extraction" = yes; then
5099 if test yes = "$lock_old_archive_extraction"; then
37275100 $opt_dry_run || rm -f "$lockfile"
37285101 fi
37295102 if ($AR t "$f_ex_an_ar_oldlib" | sort | sort -uc >/dev/null 2>&1); then
37375110 # func_extract_archives gentop oldlib ...
37385111 func_extract_archives ()
37395112 {
3740 $opt_debug
3741 my_gentop="$1"; shift
5113 $debug_cmd
5114
5115 my_gentop=$1; shift
37425116 my_oldlibs=${1+"$@"}
3743 my_oldobjs=""
3744 my_xlib=""
3745 my_xabs=""
3746 my_xdir=""
5117 my_oldobjs=
5118 my_xlib=
5119 my_xabs=
5120 my_xdir=
37475121
37485122 for my_xlib in $my_oldlibs; do
37495123 # Extract the objects.
37505124 case $my_xlib in
3751 [\\/]* | [A-Za-z]:[\\/]*) my_xabs="$my_xlib" ;;
5125 [\\/]* | [A-Za-z]:[\\/]*) my_xabs=$my_xlib ;;
37525126 *) my_xabs=`pwd`"/$my_xlib" ;;
37535127 esac
37545128 func_basename "$my_xlib"
3755 my_xlib="$func_basename_result"
5129 my_xlib=$func_basename_result
37565130 my_xlib_u=$my_xlib
37575131 while :; do
37585132 case " $extracted_archives " in
37645138 esac
37655139 done
37665140 extracted_archives="$extracted_archives $my_xlib_u"
3767 my_xdir="$my_gentop/$my_xlib_u"
5141 my_xdir=$my_gentop/$my_xlib_u
37685142
37695143 func_mkdir_p "$my_xdir"
37705144
37775151 cd $my_xdir || exit $?
37785152 darwin_archive=$my_xabs
37795153 darwin_curdir=`pwd`
3780 darwin_base_archive=`basename "$darwin_archive"`
5154 func_basename "$darwin_archive"
5155 darwin_base_archive=$func_basename_result
37815156 darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
37825157 if test -n "$darwin_arches"; then
37835158 darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
37845159 darwin_arch=
37855160 func_verbose "$darwin_base_archive has multiple architectures $darwin_arches"
3786 for darwin_arch in $darwin_arches ; do
3787 func_mkdir_p "unfat-$$/${darwin_base_archive}-${darwin_arch}"
3788 $LIPO -thin $darwin_arch -output "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}" "${darwin_archive}"
3789 cd "unfat-$$/${darwin_base_archive}-${darwin_arch}"
3790 func_extract_an_archive "`pwd`" "${darwin_base_archive}"
5161 for darwin_arch in $darwin_arches; do
5162 func_mkdir_p "unfat-$$/$darwin_base_archive-$darwin_arch"
5163 $LIPO -thin $darwin_arch -output "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive" "$darwin_archive"
5164 cd "unfat-$$/$darwin_base_archive-$darwin_arch"
5165 func_extract_an_archive "`pwd`" "$darwin_base_archive"
37915166 cd "$darwin_curdir"
3792 $RM "unfat-$$/${darwin_base_archive}-${darwin_arch}/${darwin_base_archive}"
5167 $RM "unfat-$$/$darwin_base_archive-$darwin_arch/$darwin_base_archive"
37935168 done # $darwin_arches
37945169 ## Okay now we've a bunch of thin objects, gotta fatten them up :)
3795 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
5170 darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
37965171 darwin_file=
37975172 darwin_files=
37985173 for darwin_file in $darwin_filelist; do
38145189 my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
38155190 done
38165191
3817 func_extract_archives_result="$my_oldobjs"
5192 func_extract_archives_result=$my_oldobjs
38185193 }
38195194
38205195
38295204 #
38305205 # ARG is the value that the WRAPPER_SCRIPT_BELONGS_IN_OBJDIR
38315206 # variable will take. If 'yes', then the emitted script
3832 # will assume that the directory in which it is stored is
5207 # will assume that the directory where it is stored is
38335208 # the $objdir directory. This is a cygwin/mingw-specific
38345209 # behavior.
38355210 func_emit_wrapper ()
38405215 #! $SHELL
38415216
38425217 # $output - temporary wrapper script for $objdir/$outputname
3843 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
5218 # Generated by $PROGRAM (GNU $PACKAGE) $VERSION
38445219 #
38455220 # The $output program cannot be directly executed until all the libtool
38465221 # libraries that it depends on are installed.
38975272
38985273 # Very basic option parsing. These options are (a) specific to
38995274 # the libtool wrapper, (b) are identical between the wrapper
3900 # /script/ and the wrapper /executable/ which is used only on
5275 # /script/ and the wrapper /executable/ that is used only on
39015276 # windows platforms, and (c) all begin with the string "--lt-"
3902 # (application programs are unlikely to have options which match
5277 # (application programs are unlikely to have options that match
39035278 # this pattern).
39045279 #
39055280 # There are only two supported options: --lt-debug and
39325307
39335308 # Print the debug banner immediately:
39345309 if test -n \"\$lt_option_debug\"; then
3935 echo \"${outputname}:${output}:\${LINENO}: libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\" 1>&2
5310 echo \"$outputname:$output:\$LINENO: libtool wrapper (GNU $PACKAGE) $VERSION\" 1>&2
39365311 fi
39375312 }
39385313
39435318 lt_dump_args_N=1;
39445319 for lt_arg
39455320 do
3946 \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[\$lt_dump_args_N]: \$lt_arg\"
5321 \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
39475322 lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
39485323 done
39495324 }
39575332 *-*-mingw | *-*-os2* | *-cegcc*)
39585333 $ECHO "\
39595334 if test -n \"\$lt_option_debug\"; then
3960 \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir\\\\\$program\" 1>&2
5335 \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir\\\\\$program\" 1>&2
39615336 func_lt_dump_args \${1+\"\$@\"} 1>&2
39625337 fi
39635338 exec \"\$progdir\\\\\$program\" \${1+\"\$@\"}
39675342 *)
39685343 $ECHO "\
39695344 if test -n \"\$lt_option_debug\"; then
3970 \$ECHO \"${outputname}:${output}:\${LINENO}: newargv[0]: \$progdir/\$program\" 1>&2
5345 \$ECHO \"$outputname:$output:\$LINENO: newargv[0]: \$progdir/\$program\" 1>&2
39715346 func_lt_dump_args \${1+\"\$@\"} 1>&2
39725347 fi
39735348 exec \"\$progdir/\$program\" \${1+\"\$@\"}
40425417 test -n \"\$absdir\" && thisdir=\"\$absdir\"
40435418 "
40445419
4045 if test "$fast_install" = yes; then
5420 if test yes = "$fast_install"; then
40465421 $ECHO "\
40475422 program=lt-'$outputname'$exeext
40485423 progdir=\"\$thisdir/$objdir\"
40495424
40505425 if test ! -f \"\$progdir/\$program\" ||
4051 { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
5426 { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
40525427 test \"X\$file\" != \"X\$progdir/\$program\"; }; then
40535428
40545429 file=\"\$\$-\$program\"
40655440 if test -n \"\$relink_command\"; then
40665441 if relink_command_output=\`eval \$relink_command 2>&1\`; then :
40675442 else
4068 $ECHO \"\$relink_command_output\" >&2
5443 \$ECHO \"\$relink_command_output\" >&2
40695444 $RM \"\$progdir/\$file\"
40705445 exit 1
40715446 fi
41005475 fi
41015476
41025477 # Export our shlibpath_var if we have one.
4103 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5478 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
41045479 $ECHO "\
41055480 # Add our own library path to $shlibpath_var
41065481 $shlibpath_var=\"$temp_rpath\$$shlibpath_var\"
41205495 fi
41215496 else
41225497 # The program doesn't exist.
4123 \$ECHO \"\$0: error: \\\`\$progdir/\$program' does not exist\" 1>&2
5498 \$ECHO \"\$0: error: '\$progdir/\$program' does not exist\" 1>&2
41245499 \$ECHO \"This script is just a wrapper for \$program.\" 1>&2
41255500 \$ECHO \"See the $PACKAGE documentation for more information.\" 1>&2
41265501 exit 1
41395514 cat <<EOF
41405515
41415516 /* $cwrappersource - temporary wrapper executable for $objdir/$outputname
4142 Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
5517 Generated by $PROGRAM (GNU $PACKAGE) $VERSION
41435518
41445519 The $output program cannot be directly executed until all the libtool
41455520 libraries that it depends on are installed.
41745549 #include <fcntl.h>
41755550 #include <sys/stat.h>
41765551
5552 #define STREQ(s1, s2) (strcmp ((s1), (s2)) == 0)
5553
41775554 /* declarations of non-ANSI functions */
4178 #if defined(__MINGW32__)
5555 #if defined __MINGW32__
41795556 # ifdef __STRICT_ANSI__
41805557 int _putenv (const char *);
41815558 # endif
4182 #elif defined(__CYGWIN__)
5559 #elif defined __CYGWIN__
41835560 # ifdef __STRICT_ANSI__
41845561 char *realpath (const char *, char *);
41855562 int putenv (char *);
41865563 int setenv (const char *, const char *, int);
41875564 # endif
4188 /* #elif defined (other platforms) ... */
5565 /* #elif defined other_platform || defined ... */
41895566 #endif
41905567
41915568 /* portability defines, excluding path handling macros */
4192 #if defined(_MSC_VER)
5569 #if defined _MSC_VER
41935570 # define setmode _setmode
41945571 # define stat _stat
41955572 # define chmod _chmod
41965573 # define getcwd _getcwd
41975574 # define putenv _putenv
41985575 # define S_IXUSR _S_IEXEC
4199 # ifndef _INTPTR_T_DEFINED
4200 # define _INTPTR_T_DEFINED
4201 # define intptr_t int
4202 # endif
4203 #elif defined(__MINGW32__)
5576 #elif defined __MINGW32__
42045577 # define setmode _setmode
42055578 # define stat _stat
42065579 # define chmod _chmod
42075580 # define getcwd _getcwd
42085581 # define putenv _putenv
4209 #elif defined(__CYGWIN__)
5582 #elif defined __CYGWIN__
42105583 # define HAVE_SETENV
42115584 # define FOPEN_WB "wb"
4212 /* #elif defined (other platforms) ... */
5585 /* #elif defined other platforms ... */
42135586 #endif
42145587
4215 #if defined(PATH_MAX)
5588 #if defined PATH_MAX
42165589 # define LT_PATHMAX PATH_MAX
4217 #elif defined(MAXPATHLEN)
5590 #elif defined MAXPATHLEN
42185591 # define LT_PATHMAX MAXPATHLEN
42195592 #else
42205593 # define LT_PATHMAX 1024
42335606 # define PATH_SEPARATOR ':'
42345607 #endif
42355608
4236 #if defined (_WIN32) || defined (__MSDOS__) || defined (__DJGPP__) || \
4237 defined (__OS2__)
5609 #if defined _WIN32 || defined __MSDOS__ || defined __DJGPP__ || \
5610 defined __OS2__
42385611 # define HAVE_DOS_BASED_FILE_SYSTEM
42395612 # define FOPEN_WB "wb"
42405613 # ifndef DIR_SEPARATOR_2
42675640
42685641 #define XMALLOC(type, num) ((type *) xmalloc ((num) * sizeof(type)))
42695642 #define XFREE(stale) do { \
4270 if (stale) { free ((void *) stale); stale = 0; } \
5643 if (stale) { free (stale); stale = 0; } \
42715644 } while (0)
42725645
4273 #if defined(LT_DEBUGWRAPPER)
5646 #if defined LT_DEBUGWRAPPER
42745647 static int lt_debug = 1;
42755648 #else
42765649 static int lt_debug = 0;
42995672 EOF
43005673
43015674 cat <<EOF
4302 volatile const char * MAGIC_EXE = "$magic_exe";
5675 #if __GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)
5676 # define externally_visible volatile
5677 #else
5678 # define externally_visible __attribute__((externally_visible)) volatile
5679 #endif
5680 externally_visible const char * MAGIC_EXE = "$magic_exe";
43035681 const char * LIB_PATH_VARNAME = "$shlibpath_var";
43045682 EOF
43055683
4306 if test "$shlibpath_overrides_runpath" = yes && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
5684 if test yes = "$shlibpath_overrides_runpath" && test -n "$shlibpath_var" && test -n "$temp_rpath"; then
43075685 func_to_host_path "$temp_rpath"
43085686 cat <<EOF
43095687 const char * LIB_PATH_VALUE = "$func_to_host_path_result";
43275705 EOF
43285706 fi
43295707
4330 if test "$fast_install" = yes; then
5708 if test yes = "$fast_install"; then
43315709 cat <<EOF
43325710 const char * TARGET_PROGRAM_NAME = "lt-$outputname"; /* hopefully, no .exe */
43335711 EOF
43565734 char *actual_cwrapper_name;
43575735 char *target_name;
43585736 char *lt_argv_zero;
4359 intptr_t rval = 127;
5737 int rval = 127;
43605738
43615739 int i;
43625740
43635741 program_name = (char *) xstrdup (base_name (argv[0]));
4364 newargz = XMALLOC (char *, argc + 1);
5742 newargz = XMALLOC (char *, (size_t) argc + 1);
43655743
43665744 /* very simple arg parsing; don't want to rely on getopt
43675745 * also, copy all non cwrapper options to newargz, except
43705748 newargc=0;
43715749 for (i = 1; i < argc; i++)
43725750 {
4373 if (strcmp (argv[i], dumpscript_opt) == 0)
5751 if (STREQ (argv[i], dumpscript_opt))
43745752 {
43755753 EOF
4376 case "$host" in
5754 case $host in
43775755 *mingw* | *cygwin* )
43785756 # make stdout use "unix" line endings
43795757 echo " setmode(1,_O_BINARY);"
43845762 lt_dump_script (stdout);
43855763 return 0;
43865764 }
4387 if (strcmp (argv[i], debug_opt) == 0)
5765 if (STREQ (argv[i], debug_opt))
43885766 {
43895767 lt_debug = 1;
43905768 continue;
43915769 }
4392 if (strcmp (argv[i], ltwrapper_option_prefix) == 0)
5770 if (STREQ (argv[i], ltwrapper_option_prefix))
43935771 {
43945772 /* however, if there is an option in the LTWRAPPER_OPTION_PREFIX
43955773 namespace, but it is not one of the ones we know about and
44125790 EOF
44135791 cat <<EOF
44145792 /* The GNU banner must be the first non-error debug message */
4415 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE$TIMESTAMP) $VERSION\n");
5793 lt_debugprintf (__FILE__, __LINE__, "libtool wrapper (GNU $PACKAGE) $VERSION\n");
44165794 EOF
44175795 cat <<"EOF"
44185796 lt_debugprintf (__FILE__, __LINE__, "(main) argv[0]: %s\n", argv[0]);
45235901 cat <<"EOF"
45245902 /* execv doesn't actually work on mingw as expected on unix */
45255903 newargz = prepare_spawn (newargz);
4526 rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
5904 rval = (int) _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz);
45275905 if (rval == -1)
45285906 {
45295907 /* failed to start process */
45685946 {
45695947 const char *base;
45705948
4571 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
5949 #if defined HAVE_DOS_BASED_FILE_SYSTEM
45725950 /* Skip over the disk name in MSDOS pathnames. */
45735951 if (isalpha ((unsigned char) name[0]) && name[1] == ':')
45745952 name += 2;
46276005 const char *p_next;
46286006 /* static buffer for getcwd */
46296007 char tmp[LT_PATHMAX + 1];
4630 int tmp_len;
6008 size_t tmp_len;
46316009 char *concat_name;
46326010
46336011 lt_debugprintf (__FILE__, __LINE__, "(find_executable): %s\n",
46376015 return NULL;
46386016
46396017 /* Absolute path? */
4640 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
6018 #if defined HAVE_DOS_BASED_FILE_SYSTEM
46416019 if (isalpha ((unsigned char) wrapper[0]) && wrapper[1] == ':')
46426020 {
46436021 concat_name = xstrdup (wrapper);
46556033 return concat_name;
46566034 XFREE (concat_name);
46576035 }
4658 #if defined (HAVE_DOS_BASED_FILE_SYSTEM)
6036 #if defined HAVE_DOS_BASED_FILE_SYSTEM
46596037 }
46606038 #endif
46616039
46786056 for (q = p; *q; q++)
46796057 if (IS_PATH_SEPARATOR (*q))
46806058 break;
4681 p_len = q - p;
6059 p_len = (size_t) (q - p);
46826060 p_next = (*q == '\0' ? q : q + 1);
46836061 if (p_len == 0)
46846062 {
47976175 if (patlen <= len)
47986176 {
47996177 str += len - patlen;
4800 if (strcmp (str, pat) == 0)
6178 if (STREQ (str, pat))
48016179 *str = '\0';
48026180 }
48036181 return str;
48626240 char *str = xstrdup (value);
48636241 setenv (name, str, 1);
48646242 #else
4865 int len = strlen (name) + 1 + strlen (value) + 1;
6243 size_t len = strlen (name) + 1 + strlen (value) + 1;
48666244 char *str = XMALLOC (char, len);
48676245 sprintf (str, "%s=%s", name, value);
48686246 if (putenv (str) != EXIT_SUCCESS)
48796257 char *new_value;
48806258 if (orig_value && *orig_value)
48816259 {
4882 int orig_value_len = strlen (orig_value);
4883 int add_len = strlen (add);
6260 size_t orig_value_len = strlen (orig_value);
6261 size_t add_len = strlen (add);
48846262 new_value = XMALLOC (char, add_len + orig_value_len + 1);
48856263 if (to_end)
48866264 {
49116289 {
49126290 char *new_value = lt_extend_str (getenv (name), value, 0);
49136291 /* some systems can't cope with a ':'-terminated path #' */
4914 int len = strlen (new_value);
4915 while (((len = strlen (new_value)) > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
6292 size_t len = strlen (new_value);
6293 while ((len > 0) && IS_PATH_SEPARATOR (new_value[len-1]))
49166294 {
4917 new_value[len-1] = '\0';
6295 new_value[--len] = '\0';
49186296 }
49196297 lt_setenv (name, new_value);
49206298 XFREE (new_value);
50816459 # True if ARG is an import lib, as indicated by $file_magic_cmd
50826460 func_win32_import_lib_p ()
50836461 {
5084 $opt_debug
6462 $debug_cmd
6463
50856464 case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
50866465 *import*) : ;;
50876466 *) false ;;
50886467 esac
50896468 }
50906469
6470 # func_suncc_cstd_abi
6471 # !!ONLY CALL THIS FOR SUN CC AFTER $compile_command IS FULLY EXPANDED!!
6472 # Several compiler flags select an ABI that is incompatible with the
6473 # Cstd library. Avoid specifying it if any are in CXXFLAGS.
6474 func_suncc_cstd_abi ()
6475 {
6476 $debug_cmd
6477
6478 case " $compile_command " in
6479 *" -compat=g "*|*\ -std=c++[0-9][0-9]\ *|*" -library=stdcxx4 "*|*" -library=stlport4 "*)
6480 suncc_use_cstd_abi=no
6481 ;;
6482 *)
6483 suncc_use_cstd_abi=yes
6484 ;;
6485 esac
6486 }
6487
50916488 # func_mode_link arg...
50926489 func_mode_link ()
50936490 {
5094 $opt_debug
6491 $debug_cmd
6492
50956493 case $host in
50966494 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
50976495 # It is impossible to link a dll without this setting, and
50986496 # we shouldn't force the makefile maintainer to figure out
5099 # which system we are compiling for in order to pass an extra
6497 # what system we are compiling for in order to pass an extra
51006498 # flag for every libtool invocation.
51016499 # allow_undefined=no
51026500
51036501 # FIXME: Unfortunately, there are problems with the above when trying
5104 # to make a dll which has undefined symbols, in which case not
6502 # to make a dll that has undefined symbols, in which case not
51056503 # even a static library is built. For now, we need to specify
51066504 # -no-undefined on the libtool link line when we can be certain
51076505 # that all symbols are satisfied, otherwise we get a static library.
51456543 module=no
51466544 no_install=no
51476545 objs=
6546 os2dllname=
51486547 non_pic_objects=
51496548 precious_files_regex=
51506549 prefer_static_libs=no
5151 preload=no
6550 preload=false
51526551 prev=
51536552 prevarg=
51546553 release=
51606559 vinfo=
51616560 vinfo_number=no
51626561 weak_libs=
5163 single_module="${wl}-single_module"
6562 single_module=$wl-single_module
51646563 func_infer_tag $base_compile
51656564
51666565 # We need to know -static, to get the right output filenames.
51686567 do
51696568 case $arg in
51706569 -shared)
5171 test "$build_libtool_libs" != yes && \
5172 func_fatal_configuration "can not build a shared library"
6570 test yes != "$build_libtool_libs" \
6571 && func_fatal_configuration "cannot build a shared library"
51736572 build_old_libs=no
51746573 break
51756574 ;;
51766575 -all-static | -static | -static-libtool-libs)
51776576 case $arg in
51786577 -all-static)
5179 if test "$build_libtool_libs" = yes && test -z "$link_static_flag"; then
6578 if test yes = "$build_libtool_libs" && test -z "$link_static_flag"; then
51806579 func_warning "complete static linking is impossible in this configuration"
51816580 fi
51826581 if test -n "$link_static_flag"; then
52096608
52106609 # Go through the arguments, transforming them on the way.
52116610 while test "$#" -gt 0; do
5212 arg="$1"
6611 arg=$1
52136612 shift
52146613 func_quote_for_eval "$arg"
52156614 qarg=$func_quote_for_eval_unquoted_result
52266625
52276626 case $prev in
52286627 bindir)
5229 bindir="$arg"
6628 bindir=$arg
52306629 prev=
52316630 continue
52326631 ;;
52336632 dlfiles|dlprefiles)
5234 if test "$preload" = no; then
6633 $preload || {
52356634 # Add the symbol object into the linking commands.
52366635 func_append compile_command " @SYMFILE@"
52376636 func_append finalize_command " @SYMFILE@"
5238 preload=yes
5239 fi
6637 preload=:
6638 }
52406639 case $arg in
52416640 *.la | *.lo) ;; # We handle these cases below.
52426641 force)
5243 if test "$dlself" = no; then
6642 if test no = "$dlself"; then
52446643 dlself=needless
52456644 export_dynamic=yes
52466645 fi
52486647 continue
52496648 ;;
52506649 self)
5251 if test "$prev" = dlprefiles; then
6650 if test dlprefiles = "$prev"; then
52526651 dlself=yes
5253 elif test "$prev" = dlfiles && test "$dlopen_self" != yes; then
6652 elif test dlfiles = "$prev" && test yes != "$dlopen_self"; then
52546653 dlself=yes
52556654 else
52566655 dlself=needless
52606659 continue
52616660 ;;
52626661 *)
5263 if test "$prev" = dlfiles; then
6662 if test dlfiles = "$prev"; then
52646663 func_append dlfiles " $arg"
52656664 else
52666665 func_append dlprefiles " $arg"
52716670 esac
52726671 ;;
52736672 expsyms)
5274 export_symbols="$arg"
6673 export_symbols=$arg
52756674 test -f "$arg" \
5276 || func_fatal_error "symbol file \`$arg' does not exist"
6675 || func_fatal_error "symbol file '$arg' does not exist"
52776676 prev=
52786677 continue
52796678 ;;
52806679 expsyms_regex)
5281 export_symbols_regex="$arg"
6680 export_symbols_regex=$arg
52826681 prev=
52836682 continue
52846683 ;;
52966695 continue
52976696 ;;
52986697 inst_prefix)
5299 inst_prefix_dir="$arg"
6698 inst_prefix_dir=$arg
6699 prev=
6700 continue
6701 ;;
6702 mllvm)
6703 # Clang does not use LLVM to link, so we can simply discard any
6704 # '-mllvm $arg' options when doing the link step.
53006705 prev=
53016706 continue
53026707 ;;
53206725
53216726 if test -z "$pic_object" ||
53226727 test -z "$non_pic_object" ||
5323 test "$pic_object" = none &&
5324 test "$non_pic_object" = none; then
5325 func_fatal_error "cannot find name of object for \`$arg'"
6728 test none = "$pic_object" &&
6729 test none = "$non_pic_object"; then
6730 func_fatal_error "cannot find name of object for '$arg'"
53266731 fi
53276732
53286733 # Extract subdirectory from the argument.
53296734 func_dirname "$arg" "/" ""
5330 xdir="$func_dirname_result"
5331
5332 if test "$pic_object" != none; then
6735 xdir=$func_dirname_result
6736
6737 if test none != "$pic_object"; then
53336738 # Prepend the subdirectory the object is found in.
5334 pic_object="$xdir$pic_object"
5335
5336 if test "$prev" = dlfiles; then
5337 if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
6739 pic_object=$xdir$pic_object
6740
6741 if test dlfiles = "$prev"; then
6742 if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
53386743 func_append dlfiles " $pic_object"
53396744 prev=
53406745 continue
53456750 fi
53466751
53476752 # CHECK ME: I think I busted this. -Ossama
5348 if test "$prev" = dlprefiles; then
6753 if test dlprefiles = "$prev"; then
53496754 # Preload the old-style object.
53506755 func_append dlprefiles " $pic_object"
53516756 prev=
53536758
53546759 # A PIC object.
53556760 func_append libobjs " $pic_object"
5356 arg="$pic_object"
6761 arg=$pic_object
53576762 fi
53586763
53596764 # Non-PIC object.
5360 if test "$non_pic_object" != none; then
6765 if test none != "$non_pic_object"; then
53616766 # Prepend the subdirectory the object is found in.
5362 non_pic_object="$xdir$non_pic_object"
6767 non_pic_object=$xdir$non_pic_object
53636768
53646769 # A standard non-PIC object
53656770 func_append non_pic_objects " $non_pic_object"
5366 if test -z "$pic_object" || test "$pic_object" = none ; then
5367 arg="$non_pic_object"
6771 if test -z "$pic_object" || test none = "$pic_object"; then
6772 arg=$non_pic_object
53686773 fi
53696774 else
53706775 # If the PIC object exists, use it instead.
53716776 # $xdir was prepended to $pic_object above.
5372 non_pic_object="$pic_object"
6777 non_pic_object=$pic_object
53736778 func_append non_pic_objects " $non_pic_object"
53746779 fi
53756780 else
53776782 if $opt_dry_run; then
53786783 # Extract subdirectory from the argument.
53796784 func_dirname "$arg" "/" ""
5380 xdir="$func_dirname_result"
6785 xdir=$func_dirname_result
53816786
53826787 func_lo2o "$arg"
53836788 pic_object=$xdir$objdir/$func_lo2o_result
53856790 func_append libobjs " $pic_object"
53866791 func_append non_pic_objects " $non_pic_object"
53876792 else
5388 func_fatal_error "\`$arg' is not a valid libtool object"
6793 func_fatal_error "'$arg' is not a valid libtool object"
53896794 fi
53906795 fi
53916796 done
53926797 else
5393 func_fatal_error "link input file \`$arg' does not exist"
6798 func_fatal_error "link input file '$arg' does not exist"
53946799 fi
53956800 arg=$save_arg
53966801 prev=
53976802 continue
53986803 ;;
6804 os2dllname)
6805 os2dllname=$arg
6806 prev=
6807 continue
6808 ;;
53996809 precious_regex)
5400 precious_files_regex="$arg"
6810 precious_files_regex=$arg
54016811 prev=
54026812 continue
54036813 ;;
54046814 release)
5405 release="-$arg"
6815 release=-$arg
54066816 prev=
54076817 continue
54086818 ;;
54146824 func_fatal_error "only absolute run-paths are allowed"
54156825 ;;
54166826 esac
5417 if test "$prev" = rpath; then
6827 if test rpath = "$prev"; then
54186828 case "$rpath " in
54196829 *" $arg "*) ;;
54206830 *) func_append rpath " $arg" ;;
54296839 continue
54306840 ;;
54316841 shrext)
5432 shrext_cmds="$arg"
6842 shrext_cmds=$arg
54336843 prev=
54346844 continue
54356845 ;;
54696879 esac
54706880 fi # test -n "$prev"
54716881
5472 prevarg="$arg"
6882 prevarg=$arg
54736883
54746884 case $arg in
54756885 -all-static)
54836893
54846894 -allow-undefined)
54856895 # FIXME: remove this flag sometime in the future.
5486 func_fatal_error "\`-allow-undefined' must not be used because it is the default"
6896 func_fatal_error "'-allow-undefined' must not be used because it is the default"
54876897 ;;
54886898
54896899 -avoid-version)
55156925 if test -n "$export_symbols" || test -n "$export_symbols_regex"; then
55166926 func_fatal_error "more than one -exported-symbols argument is not allowed"
55176927 fi
5518 if test "X$arg" = "X-export-symbols"; then
6928 if test X-export-symbols = "X$arg"; then
55196929 prev=expsyms
55206930 else
55216931 prev=expsyms_regex
55496959 func_stripname "-L" '' "$arg"
55506960 if test -z "$func_stripname_result"; then
55516961 if test "$#" -gt 0; then
5552 func_fatal_error "require no space between \`-L' and \`$1'"
6962 func_fatal_error "require no space between '-L' and '$1'"
55536963 else
5554 func_fatal_error "need path for \`-L' option"
6964 func_fatal_error "need path for '-L' option"
55556965 fi
55566966 fi
55576967 func_resolve_sysroot "$func_stripname_result"
55626972 *)
55636973 absdir=`cd "$dir" && pwd`
55646974 test -z "$absdir" && \
5565 func_fatal_error "cannot determine absolute directory name of \`$dir'"
5566 dir="$absdir"
6975 func_fatal_error "cannot determine absolute directory name of '$dir'"
6976 dir=$absdir
55676977 ;;
55686978 esac
55696979 case "$deplibs " in
55987008 ;;
55997009
56007010 -l*)
5601 if test "X$arg" = "X-lc" || test "X$arg" = "X-lm"; then
7011 if test X-lc = "X$arg" || test X-lm = "X$arg"; then
56027012 case $host in
56037013 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-beos* | *-cegcc* | *-*-haiku*)
56047014 # These systems don't actually have a C or math library (as such)
56067016 ;;
56077017 *-*-os2*)
56087018 # These systems don't actually have a C library (as such)
5609 test "X$arg" = "X-lc" && continue
7019 test X-lc = "X$arg" && continue
56107020 ;;
5611 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
7021 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
56127022 # Do not include libc due to us having libc/libc_r.
5613 test "X$arg" = "X-lc" && continue
7023 test X-lc = "X$arg" && continue
56147024 ;;
56157025 *-*-rhapsody* | *-*-darwin1.[012])
56167026 # Rhapsody C and math libraries are in the System framework
56197029 ;;
56207030 *-*-sco3.2v5* | *-*-sco5v6*)
56217031 # Causes problems with __ctype
5622 test "X$arg" = "X-lc" && continue
7032 test X-lc = "X$arg" && continue
56237033 ;;
56247034 *-*-sysv4.2uw2* | *-*-sysv5* | *-*-unixware* | *-*-OpenUNIX*)
56257035 # Compiler inserts libc in the correct place for threads to work
5626 test "X$arg" = "X-lc" && continue
7036 test X-lc = "X$arg" && continue
56277037 ;;
56287038 esac
5629 elif test "X$arg" = "X-lc_r"; then
7039 elif test X-lc_r = "X$arg"; then
56307040 case $host in
5631 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly*)
7041 *-*-openbsd* | *-*-freebsd* | *-*-dragonfly* | *-*-bitrig*)
56327042 # Do not include libc_r directly, use -pthread flag.
56337043 continue
56347044 ;;
56357045 esac
56367046 fi
56377047 func_append deplibs " $arg"
7048 continue
7049 ;;
7050
7051 -mllvm)
7052 prev=mllvm
56387053 continue
56397054 ;;
56407055
56677082 ;;
56687083
56697084 -multi_module)
5670 single_module="${wl}-multi_module"
7085 single_module=$wl-multi_module
56717086 continue
56727087 ;;
56737088
56817096 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*)
56827097 # The PATH hackery in wrapper scripts is required on Windows
56837098 # and Darwin in order for the loader to find any dlls it needs.
5684 func_warning "\`-no-install' is ignored for $host"
5685 func_warning "assuming \`-no-fast-install' instead"
7099 func_warning "'-no-install' is ignored for $host"
7100 func_warning "assuming '-no-fast-install' instead"
56867101 fast_install=no
56877102 ;;
56887103 *) no_install=yes ;;
56977112
56987113 -objectlist)
56997114 prev=objectlist
7115 continue
7116 ;;
7117
7118 -os2dllname)
7119 prev=os2dllname
57007120 continue
57017121 ;;
57027122
57877207 func_stripname '-Wc,' '' "$arg"
57887208 args=$func_stripname_result
57897209 arg=
5790 save_ifs="$IFS"; IFS=','
7210 save_ifs=$IFS; IFS=,
57917211 for flag in $args; do
5792 IFS="$save_ifs"
7212 IFS=$save_ifs
57937213 func_quote_for_eval "$flag"
57947214 func_append arg " $func_quote_for_eval_result"
57957215 func_append compiler_flags " $func_quote_for_eval_result"
57967216 done
5797 IFS="$save_ifs"
7217 IFS=$save_ifs
57987218 func_stripname ' ' '' "$arg"
57997219 arg=$func_stripname_result
58007220 ;;
58037223 func_stripname '-Wl,' '' "$arg"
58047224 args=$func_stripname_result
58057225 arg=
5806 save_ifs="$IFS"; IFS=','
7226 save_ifs=$IFS; IFS=,
58077227 for flag in $args; do
5808 IFS="$save_ifs"
7228 IFS=$save_ifs
58097229 func_quote_for_eval "$flag"
58107230 func_append arg " $wl$func_quote_for_eval_result"
58117231 func_append compiler_flags " $wl$func_quote_for_eval_result"
58127232 func_append linker_flags " $func_quote_for_eval_result"
58137233 done
5814 IFS="$save_ifs"
7234 IFS=$save_ifs
58157235 func_stripname ' ' '' "$arg"
58167236 arg=$func_stripname_result
58177237 ;;
58347254 # -msg_* for osf cc
58357255 -msg_*)
58367256 func_quote_for_eval "$arg"
5837 arg="$func_quote_for_eval_result"
7257 arg=$func_quote_for_eval_result
58387258 ;;
58397259
58407260 # Flags to be passed through unchanged, with rationale:
58467266 # -m*, -t[45]*, -txscale* architecture-specific flags for GCC
58477267 # -F/path path to uninstalled frameworks, gcc on darwin
58487268 # -p, -pg, --coverage, -fprofile-* profiling flags for GCC
7269 # -fstack-protector* stack protector flags for GCC
58497270 # @file GCC response files
58507271 # -tp=* Portland pgcc target processor selection
58517272 # --sysroot=* for sysroot support
5852 # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
7273 # -O*, -g*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
7274 # -stdlib=* select c++ std lib with clang
58537275 -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
58547276 -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
5855 -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
7277 -O*|-g*|-flto*|-fwhopr*|-fuse-linker-plugin|-fstack-protector*|-stdlib=*)
58567278 func_quote_for_eval "$arg"
5857 arg="$func_quote_for_eval_result"
7279 arg=$func_quote_for_eval_result
58587280 func_append compile_command " $arg"
58597281 func_append finalize_command " $arg"
58607282 func_append compiler_flags " $arg"
58617283 continue
58627284 ;;
58637285
7286 -Z*)
7287 if test os2 = "`expr $host : '.*\(os2\)'`"; then
7288 # OS/2 uses -Zxxx to specify OS/2-specific options
7289 compiler_flags="$compiler_flags $arg"
7290 func_append compile_command " $arg"
7291 func_append finalize_command " $arg"
7292 case $arg in
7293 -Zlinker | -Zstack)
7294 prev=xcompiler
7295 ;;
7296 esac
7297 continue
7298 else
7299 # Otherwise treat like 'Some other compiler flag' below
7300 func_quote_for_eval "$arg"
7301 arg=$func_quote_for_eval_result
7302 fi
7303 ;;
7304
58647305 # Some other compiler flag.
58657306 -* | +*)
58667307 func_quote_for_eval "$arg"
5867 arg="$func_quote_for_eval_result"
7308 arg=$func_quote_for_eval_result
58687309 ;;
58697310
58707311 *.$objext)
58857326
58867327 if test -z "$pic_object" ||
58877328 test -z "$non_pic_object" ||
5888 test "$pic_object" = none &&
5889 test "$non_pic_object" = none; then
5890 func_fatal_error "cannot find name of object for \`$arg'"
7329 test none = "$pic_object" &&
7330 test none = "$non_pic_object"; then
7331 func_fatal_error "cannot find name of object for '$arg'"
58917332 fi
58927333
58937334 # Extract subdirectory from the argument.
58947335 func_dirname "$arg" "/" ""
5895 xdir="$func_dirname_result"
5896
5897 if test "$pic_object" != none; then
7336 xdir=$func_dirname_result
7337
7338 test none = "$pic_object" || {
58987339 # Prepend the subdirectory the object is found in.
5899 pic_object="$xdir$pic_object"
5900
5901 if test "$prev" = dlfiles; then
5902 if test "$build_libtool_libs" = yes && test "$dlopen_support" = yes; then
7340 pic_object=$xdir$pic_object
7341
7342 if test dlfiles = "$prev"; then
7343 if test yes = "$build_libtool_libs" && test yes = "$dlopen_support"; then
59037344 func_append dlfiles " $pic_object"
59047345 prev=
59057346 continue
59107351 fi
59117352
59127353 # CHECK ME: I think I busted this. -Ossama
5913 if test "$prev" = dlprefiles; then
7354 if test dlprefiles = "$prev"; then
59147355 # Preload the old-style object.
59157356 func_append dlprefiles " $pic_object"
59167357 prev=
59187359
59197360 # A PIC object.
59207361 func_append libobjs " $pic_object"
5921 arg="$pic_object"
5922 fi
7362 arg=$pic_object
7363 }
59237364
59247365 # Non-PIC object.
5925 if test "$non_pic_object" != none; then
7366 if test none != "$non_pic_object"; then
59267367 # Prepend the subdirectory the object is found in.
5927 non_pic_object="$xdir$non_pic_object"
7368 non_pic_object=$xdir$non_pic_object
59287369
59297370 # A standard non-PIC object
59307371 func_append non_pic_objects " $non_pic_object"
5931 if test -z "$pic_object" || test "$pic_object" = none ; then
5932 arg="$non_pic_object"
7372 if test -z "$pic_object" || test none = "$pic_object"; then
7373 arg=$non_pic_object
59337374 fi
59347375 else
59357376 # If the PIC object exists, use it instead.
59367377 # $xdir was prepended to $pic_object above.
5937 non_pic_object="$pic_object"
7378 non_pic_object=$pic_object
59387379 func_append non_pic_objects " $non_pic_object"
59397380 fi
59407381 else
59427383 if $opt_dry_run; then
59437384 # Extract subdirectory from the argument.
59447385 func_dirname "$arg" "/" ""
5945 xdir="$func_dirname_result"
7386 xdir=$func_dirname_result
59467387
59477388 func_lo2o "$arg"
59487389 pic_object=$xdir$objdir/$func_lo2o_result
59507391 func_append libobjs " $pic_object"
59517392 func_append non_pic_objects " $non_pic_object"
59527393 else
5953 func_fatal_error "\`$arg' is not a valid libtool object"
7394 func_fatal_error "'$arg' is not a valid libtool object"
59547395 fi
59557396 fi
59567397 ;;
59667407 # A libtool-controlled library.
59677408
59687409 func_resolve_sysroot "$arg"
5969 if test "$prev" = dlfiles; then
7410 if test dlfiles = "$prev"; then
59707411 # This library was specified with -dlopen.
59717412 func_append dlfiles " $func_resolve_sysroot_result"
59727413 prev=
5973 elif test "$prev" = dlprefiles; then
7414 elif test dlprefiles = "$prev"; then
59747415 # The library was specified with -dlpreopen.
59757416 func_append dlprefiles " $func_resolve_sysroot_result"
59767417 prev=
59857426 # Unknown arguments in both finalize_command and compile_command need
59867427 # to be aesthetically quoted because they are evaled later.
59877428 func_quote_for_eval "$arg"
5988 arg="$func_quote_for_eval_result"
7429 arg=$func_quote_for_eval_result
59897430 ;;
59907431 esac # arg
59917432
59977438 done # argument parsing loop
59987439
59997440 test -n "$prev" && \
6000 func_fatal_help "the \`$prevarg' option requires an argument"
6001
6002 if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then
7441 func_fatal_help "the '$prevarg' option requires an argument"
7442
7443 if test yes = "$export_dynamic" && test -n "$export_dynamic_flag_spec"; then
60037444 eval arg=\"$export_dynamic_flag_spec\"
60047445 func_append compile_command " $arg"
60057446 func_append finalize_command " $arg"
60087449 oldlibs=
60097450 # calculate the name of the file, without its directory
60107451 func_basename "$output"
6011 outputname="$func_basename_result"
6012 libobjs_save="$libobjs"
7452 outputname=$func_basename_result
7453 libobjs_save=$libobjs
60137454
60147455 if test -n "$shlibpath_var"; then
60157456 # get the directories listed in $shlibpath_var
6016 eval shlib_search_path=\`\$ECHO \"\${$shlibpath_var}\" \| \$SED \'s/:/ /g\'\`
7457 eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
60177458 else
60187459 shlib_search_path=
60197460 fi
60207461 eval sys_lib_search_path=\"$sys_lib_search_path_spec\"
60217462 eval sys_lib_dlsearch_path=\"$sys_lib_dlsearch_path_spec\"
60227463
7464 # Definition is injected by LT_CONFIG during libtool generation.
7465 func_munge_path_list sys_lib_dlsearch_path "$LT_SYS_LIBRARY_PATH"
7466
60237467 func_dirname "$output" "/" ""
6024 output_objdir="$func_dirname_result$objdir"
7468 output_objdir=$func_dirname_result$objdir
60257469 func_to_tool_file "$output_objdir/"
60267470 tool_output_objdir=$func_to_tool_file_result
60277471 # Create the object directory.
60447488 # Find all interdependent deplibs by searching for libraries
60457489 # that are linked more than once (e.g. -la -lb -la)
60467490 for deplib in $deplibs; do
6047 if $opt_preserve_dup_deps ; then
7491 if $opt_preserve_dup_deps; then
60487492 case "$libs " in
60497493 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
60507494 esac
60527496 func_append libs " $deplib"
60537497 done
60547498
6055 if test "$linkmode" = lib; then
7499 if test lib = "$linkmode"; then
60567500 libs="$predeps $libs $compiler_lib_search_path $postdeps"
60577501
60587502 # Compute libraries that are listed more than once in $predeps
60847528 case $file in
60857529 *.la) ;;
60867530 *)
6087 func_fatal_help "libraries can \`-dlopen' only libtool libraries: $file"
7531 func_fatal_help "libraries can '-dlopen' only libtool libraries: $file"
60887532 ;;
60897533 esac
60907534 done
60927536 prog)
60937537 compile_deplibs=
60947538 finalize_deplibs=
6095 alldeplibs=no
7539 alldeplibs=false
60967540 newdlfiles=
60977541 newdlprefiles=
60987542 passes="conv scan dlopen dlpreopen link"
61047548 for pass in $passes; do
61057549 # The preopen pass in lib mode reverses $deplibs; put it back here
61067550 # so that -L comes before libs that need it for instance...
6107 if test "$linkmode,$pass" = "lib,link"; then
7551 if test lib,link = "$linkmode,$pass"; then
61087552 ## FIXME: Find the place where the list is rebuilt in the wrong
61097553 ## order, and fix it there properly
61107554 tmp_deplibs=
61117555 for deplib in $deplibs; do
61127556 tmp_deplibs="$deplib $tmp_deplibs"
61137557 done
6114 deplibs="$tmp_deplibs"
7558 deplibs=$tmp_deplibs
61157559 fi
61167560
6117 if test "$linkmode,$pass" = "lib,link" ||
6118 test "$linkmode,$pass" = "prog,scan"; then
6119 libs="$deplibs"
7561 if test lib,link = "$linkmode,$pass" ||
7562 test prog,scan = "$linkmode,$pass"; then
7563 libs=$deplibs
61207564 deplibs=
61217565 fi
6122 if test "$linkmode" = prog; then
7566 if test prog = "$linkmode"; then
61237567 case $pass in
6124 dlopen) libs="$dlfiles" ;;
6125 dlpreopen) libs="$dlprefiles" ;;
7568 dlopen) libs=$dlfiles ;;
7569 dlpreopen) libs=$dlprefiles ;;
61267570 link) libs="$deplibs %DEPLIBS% $dependency_libs" ;;
61277571 esac
61287572 fi
6129 if test "$linkmode,$pass" = "lib,dlpreopen"; then
7573 if test lib,dlpreopen = "$linkmode,$pass"; then
61307574 # Collect and forward deplibs of preopened libtool libs
61317575 for lib in $dlprefiles; do
61327576 # Ignore non-libtool-libs
61477591 esac
61487592 done
61497593 done
6150 libs="$dlprefiles"
7594 libs=$dlprefiles
61517595 fi
6152 if test "$pass" = dlopen; then
7596 if test dlopen = "$pass"; then
61537597 # Collect dlpreopened libraries
6154 save_deplibs="$deplibs"
7598 save_deplibs=$deplibs
61557599 deplibs=
61567600 fi
61577601
61587602 for deplib in $libs; do
61597603 lib=
6160 found=no
7604 found=false
61617605 case $deplib in
61627606 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
61637607 |-threads|-fopenmp|-openmp|-mp|-xopenmp|-omp|-qsmp=*)
6164 if test "$linkmode,$pass" = "prog,link"; then
7608 if test prog,link = "$linkmode,$pass"; then
61657609 compile_deplibs="$deplib $compile_deplibs"
61667610 finalize_deplibs="$deplib $finalize_deplibs"
61677611 else
61687612 func_append compiler_flags " $deplib"
6169 if test "$linkmode" = lib ; then
7613 if test lib = "$linkmode"; then
61707614 case "$new_inherited_linker_flags " in
61717615 *" $deplib "*) ;;
61727616 * ) func_append new_inherited_linker_flags " $deplib" ;;
61767620 continue
61777621 ;;
61787622 -l*)
6179 if test "$linkmode" != lib && test "$linkmode" != prog; then
6180 func_warning "\`-l' is ignored for archives/objects"
7623 if test lib != "$linkmode" && test prog != "$linkmode"; then
7624 func_warning "'-l' is ignored for archives/objects"
61817625 continue
61827626 fi
61837627 func_stripname '-l' '' "$deplib"
61847628 name=$func_stripname_result
6185 if test "$linkmode" = lib; then
7629 if test lib = "$linkmode"; then
61867630 searchdirs="$newlib_search_path $lib_search_path $compiler_lib_search_dirs $sys_lib_search_path $shlib_search_path"
61877631 else
61887632 searchdirs="$newlib_search_path $lib_search_path $sys_lib_search_path $shlib_search_path"
61907634 for searchdir in $searchdirs; do
61917635 for search_ext in .la $std_shrext .so .a; do
61927636 # Search the libtool library
6193 lib="$searchdir/lib${name}${search_ext}"
7637 lib=$searchdir/lib$name$search_ext
61947638 if test -f "$lib"; then
6195 if test "$search_ext" = ".la"; then
6196 found=yes
7639 if test .la = "$search_ext"; then
7640 found=:
61977641 else
6198 found=no
7642 found=false
61997643 fi
62007644 break 2
62017645 fi
62027646 done
62037647 done
6204 if test "$found" != yes; then
6205 # deplib doesn't seem to be a libtool library
6206 if test "$linkmode,$pass" = "prog,link"; then
6207 compile_deplibs="$deplib $compile_deplibs"
6208 finalize_deplibs="$deplib $finalize_deplibs"
6209 else
6210 deplibs="$deplib $deplibs"
6211 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
6212 fi
6213 continue
6214 else # deplib is a libtool library
7648 if $found; then
7649 # deplib is a libtool library
62157650 # If $allow_libtool_libs_with_static_runtimes && $deplib is a stdlib,
62167651 # We need to do some special things here, and not later.
6217 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
7652 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
62187653 case " $predeps $postdeps " in
62197654 *" $deplib "*)
62207655 if func_lalib_p "$lib"; then
62227657 old_library=
62237658 func_source "$lib"
62247659 for l in $old_library $library_names; do
6225 ll="$l"
7660 ll=$l
62267661 done
6227 if test "X$ll" = "X$old_library" ; then # only static version available
6228 found=no
7662 if test "X$ll" = "X$old_library"; then # only static version available
7663 found=false
62297664 func_dirname "$lib" "" "."
6230 ladir="$func_dirname_result"
7665 ladir=$func_dirname_result
62317666 lib=$ladir/$old_library
6232 if test "$linkmode,$pass" = "prog,link"; then
7667 if test prog,link = "$linkmode,$pass"; then
62337668 compile_deplibs="$deplib $compile_deplibs"
62347669 finalize_deplibs="$deplib $finalize_deplibs"
62357670 else
62367671 deplibs="$deplib $deplibs"
6237 test "$linkmode" = lib && newdependency_libs="$deplib $newdependency_libs"
7672 test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
62387673 fi
62397674 continue
62407675 fi
62437678 *) ;;
62447679 esac
62457680 fi
7681 else
7682 # deplib doesn't seem to be a libtool library
7683 if test prog,link = "$linkmode,$pass"; then
7684 compile_deplibs="$deplib $compile_deplibs"
7685 finalize_deplibs="$deplib $finalize_deplibs"
7686 else
7687 deplibs="$deplib $deplibs"
7688 test lib = "$linkmode" && newdependency_libs="$deplib $newdependency_libs"
7689 fi
7690 continue
62467691 fi
62477692 ;; # -l
62487693 *.ltframework)
6249 if test "$linkmode,$pass" = "prog,link"; then
7694 if test prog,link = "$linkmode,$pass"; then
62507695 compile_deplibs="$deplib $compile_deplibs"
62517696 finalize_deplibs="$deplib $finalize_deplibs"
62527697 else
62537698 deplibs="$deplib $deplibs"
6254 if test "$linkmode" = lib ; then
7699 if test lib = "$linkmode"; then
62557700 case "$new_inherited_linker_flags " in
62567701 *" $deplib "*) ;;
62577702 * ) func_append new_inherited_linker_flags " $deplib" ;;
62647709 case $linkmode in
62657710 lib)
62667711 deplibs="$deplib $deplibs"
6267 test "$pass" = conv && continue
7712 test conv = "$pass" && continue
62687713 newdependency_libs="$deplib $newdependency_libs"
62697714 func_stripname '-L' '' "$deplib"
62707715 func_resolve_sysroot "$func_stripname_result"
62717716 func_append newlib_search_path " $func_resolve_sysroot_result"
62727717 ;;
62737718 prog)
6274 if test "$pass" = conv; then
7719 if test conv = "$pass"; then
62757720 deplibs="$deplib $deplibs"
62767721 continue
62777722 fi
6278 if test "$pass" = scan; then
7723 if test scan = "$pass"; then
62797724 deplibs="$deplib $deplibs"
62807725 else
62817726 compile_deplibs="$deplib $compile_deplibs"
62867731 func_append newlib_search_path " $func_resolve_sysroot_result"
62877732 ;;
62887733 *)
6289 func_warning "\`-L' is ignored for archives/objects"
7734 func_warning "'-L' is ignored for archives/objects"
62907735 ;;
62917736 esac # linkmode
62927737 continue
62937738 ;; # -L
62947739 -R*)
6295 if test "$pass" = link; then
7740 if test link = "$pass"; then
62967741 func_stripname '-R' '' "$deplib"
62977742 func_resolve_sysroot "$func_stripname_result"
62987743 dir=$func_resolve_sysroot_result
63107755 lib=$func_resolve_sysroot_result
63117756 ;;
63127757 *.$libext)
6313 if test "$pass" = conv; then
7758 if test conv = "$pass"; then
63147759 deplibs="$deplib $deplibs"
63157760 continue
63167761 fi
63217766 case " $dlpreconveniencelibs " in
63227767 *" $deplib "*) ;;
63237768 *)
6324 valid_a_lib=no
7769 valid_a_lib=false
63257770 case $deplibs_check_method in
63267771 match_pattern*)
63277772 set dummy $deplibs_check_method; shift
63287773 match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
63297774 if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
63307775 | $EGREP "$match_pattern_regex" > /dev/null; then
6331 valid_a_lib=yes
7776 valid_a_lib=:
63327777 fi
63337778 ;;
63347779 pass_all)
6335 valid_a_lib=yes
7780 valid_a_lib=:
63367781 ;;
63377782 esac
6338 if test "$valid_a_lib" != yes; then
7783 if $valid_a_lib; then
7784 echo
7785 $ECHO "*** Warning: Linking the shared library $output against the"
7786 $ECHO "*** static library $deplib is not portable!"
7787 deplibs="$deplib $deplibs"
7788 else
63397789 echo
63407790 $ECHO "*** Warning: Trying to link with static lib archive $deplib."
63417791 echo "*** I have the capability to make that library automatically link in when"
63437793 echo "*** shared version of the library, which you do not appear to have"
63447794 echo "*** because the file extensions .$libext of this argument makes me believe"
63457795 echo "*** that it is just a static archive that I should not use here."
6346 else
6347 echo
6348 $ECHO "*** Warning: Linking the shared library $output against the"
6349 $ECHO "*** static library $deplib is not portable!"
6350 deplibs="$deplib $deplibs"
63517796 fi
63527797 ;;
63537798 esac
63547799 continue
63557800 ;;
63567801 prog)
6357 if test "$pass" != link; then
7802 if test link != "$pass"; then
63587803 deplibs="$deplib $deplibs"
63597804 else
63607805 compile_deplibs="$deplib $compile_deplibs"
63657810 esac # linkmode
63667811 ;; # *.$libext
63677812 *.lo | *.$objext)
6368 if test "$pass" = conv; then
7813 if test conv = "$pass"; then
63697814 deplibs="$deplib $deplibs"
6370 elif test "$linkmode" = prog; then
6371 if test "$pass" = dlpreopen || test "$dlopen_support" != yes || test "$build_libtool_libs" = no; then
7815 elif test prog = "$linkmode"; then
7816 if test dlpreopen = "$pass" || test yes != "$dlopen_support" || test no = "$build_libtool_libs"; then
63727817 # If there is no dlopen support or we're linking statically,
63737818 # we need to preload.
63747819 func_append newdlprefiles " $deplib"
63817826 continue
63827827 ;;
63837828 %DEPLIBS%)
6384 alldeplibs=yes
7829 alldeplibs=:
63857830 continue
63867831 ;;
63877832 esac # case $deplib
63887833
6389 if test "$found" = yes || test -f "$lib"; then :
6390 else
6391 func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
6392 fi
7834 $found || test -f "$lib" \
7835 || func_fatal_error "cannot find the library '$lib' or unhandled argument '$deplib'"
63937836
63947837 # Check to see that this really is a libtool archive.
63957838 func_lalib_unsafe_p "$lib" \
6396 || func_fatal_error "\`$lib' is not a valid libtool archive"
7839 || func_fatal_error "'$lib' is not a valid libtool archive"
63977840
63987841 func_dirname "$lib" "" "."
6399 ladir="$func_dirname_result"
7842 ladir=$func_dirname_result
64007843
64017844 dlname=
64027845 dlopen=
64267869 done
64277870 fi
64287871 dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
6429 if test "$linkmode,$pass" = "lib,link" ||
6430 test "$linkmode,$pass" = "prog,scan" ||
6431 { test "$linkmode" != prog && test "$linkmode" != lib; }; then
7872 if test lib,link = "$linkmode,$pass" ||
7873 test prog,scan = "$linkmode,$pass" ||
7874 { test prog != "$linkmode" && test lib != "$linkmode"; }; then
64327875 test -n "$dlopen" && func_append dlfiles " $dlopen"
64337876 test -n "$dlpreopen" && func_append dlprefiles " $dlpreopen"
64347877 fi
64357878
6436 if test "$pass" = conv; then
7879 if test conv = "$pass"; then
64377880 # Only check for convenience libraries
64387881 deplibs="$lib $deplibs"
64397882 if test -z "$libdir"; then
64407883 if test -z "$old_library"; then
6441 func_fatal_error "cannot find name of link library for \`$lib'"
7884 func_fatal_error "cannot find name of link library for '$lib'"
64427885 fi
64437886 # It is a libtool convenience library, so add in its objects.
64447887 func_append convenience " $ladir/$objdir/$old_library"
64457888 func_append old_convenience " $ladir/$objdir/$old_library"
6446 elif test "$linkmode" != prog && test "$linkmode" != lib; then
6447 func_fatal_error "\`$lib' is not a convenience library"
7889 elif test prog != "$linkmode" && test lib != "$linkmode"; then
7890 func_fatal_error "'$lib' is not a convenience library"
64487891 fi
64497892 tmp_libs=
64507893 for deplib in $dependency_libs; do
64517894 deplibs="$deplib $deplibs"
6452 if $opt_preserve_dup_deps ; then
7895 if $opt_preserve_dup_deps; then
64537896 case "$tmp_libs " in
64547897 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
64557898 esac
64637906 # Get the name of the library we link against.
64647907 linklib=
64657908 if test -n "$old_library" &&
6466 { test "$prefer_static_libs" = yes ||
6467 test "$prefer_static_libs,$installed" = "built,no"; }; then
7909 { test yes = "$prefer_static_libs" ||
7910 test built,no = "$prefer_static_libs,$installed"; }; then
64687911 linklib=$old_library
64697912 else
64707913 for l in $old_library $library_names; do
6471 linklib="$l"
7914 linklib=$l
64727915 done
64737916 fi
64747917 if test -z "$linklib"; then
6475 func_fatal_error "cannot find name of link library for \`$lib'"
7918 func_fatal_error "cannot find name of link library for '$lib'"
64767919 fi
64777920
64787921 # This library was specified with -dlopen.
6479 if test "$pass" = dlopen; then
6480 if test -z "$libdir"; then
6481 func_fatal_error "cannot -dlopen a convenience library: \`$lib'"
6482 fi
7922 if test dlopen = "$pass"; then
7923 test -z "$libdir" \
7924 && func_fatal_error "cannot -dlopen a convenience library: '$lib'"
64837925 if test -z "$dlname" ||
6484 test "$dlopen_support" != yes ||
6485 test "$build_libtool_libs" = no; then
7926 test yes != "$dlopen_support" ||
7927 test no = "$build_libtool_libs"
7928 then
64867929 # If there is no dlname, no dlopen support or we're linking
64877930 # statically, we need to preload. We also need to preload any
64887931 # dependent libraries so libltdl's deplib preloader doesn't
64967939
64977940 # We need an absolute path.
64987941 case $ladir in
6499 [\\/]* | [A-Za-z]:[\\/]*) abs_ladir="$ladir" ;;
7942 [\\/]* | [A-Za-z]:[\\/]*) abs_ladir=$ladir ;;
65007943 *)
65017944 abs_ladir=`cd "$ladir" && pwd`
65027945 if test -z "$abs_ladir"; then
6503 func_warning "cannot determine absolute directory name of \`$ladir'"
7946 func_warning "cannot determine absolute directory name of '$ladir'"
65047947 func_warning "passing it literally to the linker, although it might fail"
6505 abs_ladir="$ladir"
7948 abs_ladir=$ladir
65067949 fi
65077950 ;;
65087951 esac
65097952 func_basename "$lib"
6510 laname="$func_basename_result"
7953 laname=$func_basename_result
65117954
65127955 # Find the relevant object directory and library name.
6513 if test "X$installed" = Xyes; then
7956 if test yes = "$installed"; then
65147957 if test ! -f "$lt_sysroot$libdir/$linklib" && test -f "$abs_ladir/$linklib"; then
6515 func_warning "library \`$lib' was moved."
6516 dir="$ladir"
6517 absdir="$abs_ladir"
6518 libdir="$abs_ladir"
7958 func_warning "library '$lib' was moved."
7959 dir=$ladir
7960 absdir=$abs_ladir
7961 libdir=$abs_ladir
65197962 else
6520 dir="$lt_sysroot$libdir"
6521 absdir="$lt_sysroot$libdir"
7963 dir=$lt_sysroot$libdir
7964 absdir=$lt_sysroot$libdir
65227965 fi
6523 test "X$hardcode_automatic" = Xyes && avoidtemprpath=yes
7966 test yes = "$hardcode_automatic" && avoidtemprpath=yes
65247967 else
65257968 if test ! -f "$ladir/$objdir/$linklib" && test -f "$abs_ladir/$linklib"; then
6526 dir="$ladir"
6527 absdir="$abs_ladir"
7969 dir=$ladir
7970 absdir=$abs_ladir
65287971 # Remove this search path later
65297972 func_append notinst_path " $abs_ladir"
65307973 else
6531 dir="$ladir/$objdir"
6532 absdir="$abs_ladir/$objdir"
7974 dir=$ladir/$objdir
7975 absdir=$abs_ladir/$objdir
65337976 # Remove this search path later
65347977 func_append notinst_path " $abs_ladir"
65357978 fi
65387981 name=$func_stripname_result
65397982
65407983 # This library was specified with -dlpreopen.
6541 if test "$pass" = dlpreopen; then
6542 if test -z "$libdir" && test "$linkmode" = prog; then
6543 func_fatal_error "only libraries may -dlpreopen a convenience library: \`$lib'"
7984 if test dlpreopen = "$pass"; then
7985 if test -z "$libdir" && test prog = "$linkmode"; then
7986 func_fatal_error "only libraries may -dlpreopen a convenience library: '$lib'"
65447987 fi
6545 case "$host" in
7988 case $host in
65467989 # special handling for platforms with PE-DLLs.
65477990 *cygwin* | *mingw* | *cegcc* )
65487991 # Linker will automatically link against shared library if both
65868029
65878030 if test -z "$libdir"; then
65888031 # Link the convenience library
6589 if test "$linkmode" = lib; then
8032 if test lib = "$linkmode"; then
65908033 deplibs="$dir/$old_library $deplibs"
6591 elif test "$linkmode,$pass" = "prog,link"; then
8034 elif test prog,link = "$linkmode,$pass"; then
65928035 compile_deplibs="$dir/$old_library $compile_deplibs"
65938036 finalize_deplibs="$dir/$old_library $finalize_deplibs"
65948037 else
65988041 fi
65998042
66008043
6601 if test "$linkmode" = prog && test "$pass" != link; then
8044 if test prog = "$linkmode" && test link != "$pass"; then
66028045 func_append newlib_search_path " $ladir"
66038046 deplibs="$lib $deplibs"
66048047
6605 linkalldeplibs=no
6606 if test "$link_all_deplibs" != no || test -z "$library_names" ||
6607 test "$build_libtool_libs" = no; then
6608 linkalldeplibs=yes
8048 linkalldeplibs=false
8049 if test no != "$link_all_deplibs" || test -z "$library_names" ||
8050 test no = "$build_libtool_libs"; then
8051 linkalldeplibs=:
66098052 fi
66108053
66118054 tmp_libs=
66178060 ;;
66188061 esac
66198062 # Need to link against all dependency_libs?
6620 if test "$linkalldeplibs" = yes; then
8063 if $linkalldeplibs; then
66218064 deplibs="$deplib $deplibs"
66228065 else
66238066 # Need to hardcode shared library paths
66248067 # or/and link against static libraries
66258068 newdependency_libs="$deplib $newdependency_libs"
66268069 fi
6627 if $opt_preserve_dup_deps ; then
8070 if $opt_preserve_dup_deps; then
66288071 case "$tmp_libs " in
66298072 *" $deplib "*) func_append specialdeplibs " $deplib" ;;
66308073 esac
66348077 continue
66358078 fi # $linkmode = prog...
66368079
6637 if test "$linkmode,$pass" = "prog,link"; then
8080 if test prog,link = "$linkmode,$pass"; then
66388081 if test -n "$library_names" &&
6639 { { test "$prefer_static_libs" = no ||
6640 test "$prefer_static_libs,$installed" = "built,yes"; } ||
8082 { { test no = "$prefer_static_libs" ||
8083 test built,yes = "$prefer_static_libs,$installed"; } ||
66418084 test -z "$old_library"; }; then
66428085 # We need to hardcode the library path
6643 if test -n "$shlibpath_var" && test -z "$avoidtemprpath" ; then
8086 if test -n "$shlibpath_var" && test -z "$avoidtemprpath"; then
66448087 # Make sure the rpath contains only unique directories.
6645 case "$temp_rpath:" in
8088 case $temp_rpath: in
66468089 *"$absdir:"*) ;;
66478090 *) func_append temp_rpath "$absdir:" ;;
66488091 esac
66718114 esac
66728115 fi # $linkmode,$pass = prog,link...
66738116
6674 if test "$alldeplibs" = yes &&
6675 { test "$deplibs_check_method" = pass_all ||
6676 { test "$build_libtool_libs" = yes &&
8117 if $alldeplibs &&
8118 { test pass_all = "$deplibs_check_method" ||
8119 { test yes = "$build_libtool_libs" &&
66778120 test -n "$library_names"; }; }; then
66788121 # We only need to search for static libraries
66798122 continue
66828125
66838126 link_static=no # Whether the deplib will be linked statically
66848127 use_static_libs=$prefer_static_libs
6685 if test "$use_static_libs" = built && test "$installed" = yes; then
8128 if test built = "$use_static_libs" && test yes = "$installed"; then
66868129 use_static_libs=no
66878130 fi
66888131 if test -n "$library_names" &&
6689 { test "$use_static_libs" = no || test -z "$old_library"; }; then
8132 { test no = "$use_static_libs" || test -z "$old_library"; }; then
66908133 case $host in
6691 *cygwin* | *mingw* | *cegcc*)
8134 *cygwin* | *mingw* | *cegcc* | *os2*)
66928135 # No point in relinking DLLs because paths are not encoded
66938136 func_append notinst_deplibs " $lib"
66948137 need_relink=no
66958138 ;;
66968139 *)
6697 if test "$installed" = no; then
8140 if test no = "$installed"; then
66988141 func_append notinst_deplibs " $lib"
66998142 need_relink=yes
67008143 fi
67048147
67058148 # Warn about portability, can't link against -module's on some
67068149 # systems (darwin). Don't bleat about dlopened modules though!
6707 dlopenmodule=""
8150 dlopenmodule=
67088151 for dlpremoduletest in $dlprefiles; do
67098152 if test "X$dlpremoduletest" = "X$lib"; then
6710 dlopenmodule="$dlpremoduletest"
8153 dlopenmodule=$dlpremoduletest
67118154 break
67128155 fi
67138156 done
6714 if test -z "$dlopenmodule" && test "$shouldnotlink" = yes && test "$pass" = link; then
8157 if test -z "$dlopenmodule" && test yes = "$shouldnotlink" && test link = "$pass"; then
67158158 echo
6716 if test "$linkmode" = prog; then
8159 if test prog = "$linkmode"; then
67178160 $ECHO "*** Warning: Linking the executable $output against the loadable module"
67188161 else
67198162 $ECHO "*** Warning: Linking the shared library $output against the loadable module"
67208163 fi
67218164 $ECHO "*** $linklib is not portable!"
67228165 fi
6723 if test "$linkmode" = lib &&
6724 test "$hardcode_into_libs" = yes; then
8166 if test lib = "$linkmode" &&
8167 test yes = "$hardcode_into_libs"; then
67258168 # Hardcode the library path.
67268169 # Skip directories that are in the system default run-time
67278170 # search path.
67498192 # figure out the soname
67508193 set dummy $library_names
67518194 shift
6752 realname="$1"
8195 realname=$1
67538196 shift
67548197 libname=`eval "\\$ECHO \"$libname_spec\""`
67558198 # use dlname if we got it. it's perfectly good, no?
67568199 if test -n "$dlname"; then
6757 soname="$dlname"
8200 soname=$dlname
67588201 elif test -n "$soname_spec"; then
67598202 # bleh windows
67608203 case $host in
6761 *cygwin* | mingw* | *cegcc*)
8204 *cygwin* | mingw* | *cegcc* | *os2*)
67628205 func_arith $current - $age
67638206 major=$func_arith_result
6764 versuffix="-$major"
8207 versuffix=-$major
67658208 ;;
67668209 esac
67678210 eval soname=\"$soname_spec\"
67688211 else
6769 soname="$realname"
8212 soname=$realname
67708213 fi
67718214
67728215 # Make a new name for the extract_expsyms_cmds to use
6773 soroot="$soname"
8216 soroot=$soname
67748217 func_basename "$soroot"
6775 soname="$func_basename_result"
8218 soname=$func_basename_result
67768219 func_stripname 'lib' '.dll' "$soname"
67778220 newlib=libimp-$func_stripname_result.a
67788221
67798222 # If the library has no export list, then create one now
67808223 if test -f "$output_objdir/$soname-def"; then :
67818224 else
6782 func_verbose "extracting exported symbol list from \`$soname'"
8225 func_verbose "extracting exported symbol list from '$soname'"
67838226 func_execute_cmds "$extract_expsyms_cmds" 'exit $?'
67848227 fi
67858228
67868229 # Create $newlib
67878230 if test -f "$output_objdir/$newlib"; then :; else
6788 func_verbose "generating import library for \`$soname'"
8231 func_verbose "generating import library for '$soname'"
67898232 func_execute_cmds "$old_archive_from_expsyms_cmds" 'exit $?'
67908233 fi
67918234 # make sure the library variables are pointing to the new library
67938236 linklib=$newlib
67948237 fi # test -n "$old_archive_from_expsyms_cmds"
67958238
6796 if test "$linkmode" = prog || test "$opt_mode" != relink; then
8239 if test prog = "$linkmode" || test relink != "$opt_mode"; then
67978240 add_shlibpath=
67988241 add_dir=
67998242 add=
68008243 lib_linked=yes
68018244 case $hardcode_action in
68028245 immediate | unsupported)
6803 if test "$hardcode_direct" = no; then
6804 add="$dir/$linklib"
8246 if test no = "$hardcode_direct"; then
8247 add=$dir/$linklib
68058248 case $host in
6806 *-*-sco3.2v5.0.[024]*) add_dir="-L$dir" ;;
6807 *-*-sysv4*uw2*) add_dir="-L$dir" ;;
8249 *-*-sco3.2v5.0.[024]*) add_dir=-L$dir ;;
8250 *-*-sysv4*uw2*) add_dir=-L$dir ;;
68088251 *-*-sysv5OpenUNIX* | *-*-sysv5UnixWare7.[01].[10]* | \
6809 *-*-unixware7*) add_dir="-L$dir" ;;
8252 *-*-unixware7*) add_dir=-L$dir ;;
68108253 *-*-darwin* )
6811 # if the lib is a (non-dlopened) module then we can not
8254 # if the lib is a (non-dlopened) module then we cannot
68128255 # link against it, someone is ignoring the earlier warnings
68138256 if /usr/bin/file -L $add 2> /dev/null |
6814 $GREP ": [^:]* bundle" >/dev/null ; then
8257 $GREP ": [^:]* bundle" >/dev/null; then
68158258 if test "X$dlopenmodule" != "X$lib"; then
68168259 $ECHO "*** Warning: lib $linklib is a module, not a shared library"
6817 if test -z "$old_library" ; then
8260 if test -z "$old_library"; then
68188261 echo
68198262 echo "*** And there doesn't seem to be a static archive available"
68208263 echo "*** The link will probably fail, sorry"
68218264 else
6822 add="$dir/$old_library"
8265 add=$dir/$old_library
68238266 fi
68248267 elif test -n "$old_library"; then
6825 add="$dir/$old_library"
8268 add=$dir/$old_library
68268269 fi
68278270 fi
68288271 esac
6829 elif test "$hardcode_minus_L" = no; then
8272 elif test no = "$hardcode_minus_L"; then
68308273 case $host in
6831 *-*-sunos*) add_shlibpath="$dir" ;;
8274 *-*-sunos*) add_shlibpath=$dir ;;
68328275 esac
6833 add_dir="-L$dir"
6834 add="-l$name"
6835 elif test "$hardcode_shlibpath_var" = no; then
6836 add_shlibpath="$dir"
6837 add="-l$name"
8276 add_dir=-L$dir
8277 add=-l$name
8278 elif test no = "$hardcode_shlibpath_var"; then
8279 add_shlibpath=$dir
8280 add=-l$name
68388281 else
68398282 lib_linked=no
68408283 fi
68418284 ;;
68428285 relink)
6843 if test "$hardcode_direct" = yes &&
6844 test "$hardcode_direct_absolute" = no; then
6845 add="$dir/$linklib"
6846 elif test "$hardcode_minus_L" = yes; then
6847 add_dir="-L$absdir"
8286 if test yes = "$hardcode_direct" &&
8287 test no = "$hardcode_direct_absolute"; then
8288 add=$dir/$linklib
8289 elif test yes = "$hardcode_minus_L"; then
8290 add_dir=-L$absdir
68488291 # Try looking first in the location we're being installed to.
68498292 if test -n "$inst_prefix_dir"; then
68508293 case $libdir in
68538296 ;;
68548297 esac
68558298 fi
6856 add="-l$name"
6857 elif test "$hardcode_shlibpath_var" = yes; then
6858 add_shlibpath="$dir"
6859 add="-l$name"
8299 add=-l$name
8300 elif test yes = "$hardcode_shlibpath_var"; then
8301 add_shlibpath=$dir
8302 add=-l$name
68608303 else
68618304 lib_linked=no
68628305 fi
68648307 *) lib_linked=no ;;
68658308 esac
68668309
6867 if test "$lib_linked" != yes; then
8310 if test yes != "$lib_linked"; then
68688311 func_fatal_configuration "unsupported hardcode properties"
68698312 fi
68708313
68748317 *) func_append compile_shlibpath "$add_shlibpath:" ;;
68758318 esac
68768319 fi
6877 if test "$linkmode" = prog; then
8320 if test prog = "$linkmode"; then
68788321 test -n "$add_dir" && compile_deplibs="$add_dir $compile_deplibs"
68798322 test -n "$add" && compile_deplibs="$add $compile_deplibs"
68808323 else
68818324 test -n "$add_dir" && deplibs="$add_dir $deplibs"
68828325 test -n "$add" && deplibs="$add $deplibs"
6883 if test "$hardcode_direct" != yes &&
6884 test "$hardcode_minus_L" != yes &&
6885 test "$hardcode_shlibpath_var" = yes; then
8326 if test yes != "$hardcode_direct" &&
8327 test yes != "$hardcode_minus_L" &&
8328 test yes = "$hardcode_shlibpath_var"; then
68868329 case :$finalize_shlibpath: in
68878330 *":$libdir:"*) ;;
68888331 *) func_append finalize_shlibpath "$libdir:" ;;
68918334 fi
68928335 fi
68938336
6894 if test "$linkmode" = prog || test "$opt_mode" = relink; then
8337 if test prog = "$linkmode" || test relink = "$opt_mode"; then
68958338 add_shlibpath=
68968339 add_dir=
68978340 add=
68988341 # Finalize command for both is simple: just hardcode it.
6899 if test "$hardcode_direct" = yes &&
6900 test "$hardcode_direct_absolute" = no; then
6901 add="$libdir/$linklib"
6902 elif test "$hardcode_minus_L" = yes; then
6903 add_dir="-L$libdir"
6904 add="-l$name"
6905 elif test "$hardcode_shlibpath_var" = yes; then
8342 if test yes = "$hardcode_direct" &&
8343 test no = "$hardcode_direct_absolute"; then
8344 add=$libdir/$linklib
8345 elif test yes = "$hardcode_minus_L"; then
8346 add_dir=-L$libdir
8347 add=-l$name
8348 elif test yes = "$hardcode_shlibpath_var"; then
69068349 case :$finalize_shlibpath: in
69078350 *":$libdir:"*) ;;
69088351 *) func_append finalize_shlibpath "$libdir:" ;;
69098352 esac
6910 add="-l$name"
6911 elif test "$hardcode_automatic" = yes; then
8353 add=-l$name
8354 elif test yes = "$hardcode_automatic"; then
69128355 if test -n "$inst_prefix_dir" &&
6913 test -f "$inst_prefix_dir$libdir/$linklib" ; then
6914 add="$inst_prefix_dir$libdir/$linklib"
8356 test -f "$inst_prefix_dir$libdir/$linklib"; then
8357 add=$inst_prefix_dir$libdir/$linklib
69158358 else
6916 add="$libdir/$linklib"
8359 add=$libdir/$linklib
69178360 fi
69188361 else
69198362 # We cannot seem to hardcode it, guess we'll fake it.
6920 add_dir="-L$libdir"
8363 add_dir=-L$libdir
69218364 # Try looking first in the location we're being installed to.
69228365 if test -n "$inst_prefix_dir"; then
69238366 case $libdir in
69268369 ;;
69278370 esac
69288371 fi
6929 add="-l$name"
8372 add=-l$name
69308373 fi
69318374
6932 if test "$linkmode" = prog; then
8375 if test prog = "$linkmode"; then
69338376 test -n "$add_dir" && finalize_deplibs="$add_dir $finalize_deplibs"
69348377 test -n "$add" && finalize_deplibs="$add $finalize_deplibs"
69358378 else
69378380 test -n "$add" && deplibs="$add $deplibs"
69388381 fi
69398382 fi
6940 elif test "$linkmode" = prog; then
8383 elif test prog = "$linkmode"; then
69418384 # Here we assume that one of hardcode_direct or hardcode_minus_L
69428385 # is not unsupported. This is valid on all known static and
69438386 # shared platforms.
6944 if test "$hardcode_direct" != unsupported; then
6945 test -n "$old_library" && linklib="$old_library"
8387 if test unsupported != "$hardcode_direct"; then
8388 test -n "$old_library" && linklib=$old_library
69468389 compile_deplibs="$dir/$linklib $compile_deplibs"
69478390 finalize_deplibs="$dir/$linklib $finalize_deplibs"
69488391 else
69498392 compile_deplibs="-l$name -L$dir $compile_deplibs"
69508393 finalize_deplibs="-l$name -L$dir $finalize_deplibs"
69518394 fi
6952 elif test "$build_libtool_libs" = yes; then
8395 elif test yes = "$build_libtool_libs"; then
69538396 # Not a shared library
6954 if test "$deplibs_check_method" != pass_all; then
8397 if test pass_all != "$deplibs_check_method"; then
69558398 # We're trying link a shared library against a static one
69568399 # but the system doesn't support it.
69578400
69588401 # Just print a warning and add the library to dependency_libs so
69598402 # that the program can be linked against the static library.
69608403 echo
6961 $ECHO "*** Warning: This system can not link to static lib archive $lib."
8404 $ECHO "*** Warning: This system cannot link to static lib archive $lib."
69628405 echo "*** I have the capability to make that library automatically link in when"
69638406 echo "*** you link to this library. But I can only do this if you have a"
69648407 echo "*** shared version of the library, which you do not appear to have."
6965 if test "$module" = yes; then
8408 if test yes = "$module"; then
69668409 echo "*** But as you try to build a module library, libtool will still create "
69678410 echo "*** a static module, that should work as long as the dlopening application"
69688411 echo "*** is linked with the -dlopen flag to resolve symbols at runtime."
69698412 if test -z "$global_symbol_pipe"; then
69708413 echo
69718414 echo "*** However, this would only work if libtool was able to extract symbol"
6972 echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
8415 echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
69738416 echo "*** not find such a program. So, this module is probably useless."
6974 echo "*** \`nm' from GNU binutils and a full rebuild may help."
8417 echo "*** 'nm' from GNU binutils and a full rebuild may help."
69758418 fi
6976 if test "$build_old_libs" = no; then
8419 if test no = "$build_old_libs"; then
69778420 build_libtool_libs=module
69788421 build_old_libs=yes
69798422 else
69868429 fi
69878430 fi # link shared/static library?
69888431
6989 if test "$linkmode" = lib; then
8432 if test lib = "$linkmode"; then
69908433 if test -n "$dependency_libs" &&
6991 { test "$hardcode_into_libs" != yes ||
6992 test "$build_old_libs" = yes ||
6993 test "$link_static" = yes; }; then
8434 { test yes != "$hardcode_into_libs" ||
8435 test yes = "$build_old_libs" ||
8436 test yes = "$link_static"; }; then
69948437 # Extract -R from dependency_libs
69958438 temp_deplibs=
69968439 for libdir in $dependency_libs; do
70048447 *) func_append temp_deplibs " $libdir";;
70058448 esac
70068449 done
7007 dependency_libs="$temp_deplibs"
8450 dependency_libs=$temp_deplibs
70088451 fi
70098452
70108453 func_append newlib_search_path " $absdir"
70118454 # Link against this library
7012 test "$link_static" = no && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
8455 test no = "$link_static" && newdependency_libs="$abs_ladir/$laname $newdependency_libs"
70138456 # ... and its dependency_libs
70148457 tmp_libs=
70158458 for deplib in $dependency_libs; do
70198462 func_resolve_sysroot "$func_stripname_result";;
70208463 *) func_resolve_sysroot "$deplib" ;;
70218464 esac
7022 if $opt_preserve_dup_deps ; then
8465 if $opt_preserve_dup_deps; then
70238466 case "$tmp_libs " in
70248467 *" $func_resolve_sysroot_result "*)
70258468 func_append specialdeplibs " $func_resolve_sysroot_result" ;;
70288471 func_append tmp_libs " $func_resolve_sysroot_result"
70298472 done
70308473
7031 if test "$link_all_deplibs" != no; then
8474 if test no != "$link_all_deplibs"; then
70328475 # Add the search paths of all dependency libraries
70338476 for deplib in $dependency_libs; do
70348477 path=
70358478 case $deplib in
7036 -L*) path="$deplib" ;;
8479 -L*) path=$deplib ;;
70378480 *.la)
70388481 func_resolve_sysroot "$deplib"
70398482 deplib=$func_resolve_sysroot_result
70418484 dir=$func_dirname_result
70428485 # We need an absolute path.
70438486 case $dir in
7044 [\\/]* | [A-Za-z]:[\\/]*) absdir="$dir" ;;
8487 [\\/]* | [A-Za-z]:[\\/]*) absdir=$dir ;;
70458488 *)
70468489 absdir=`cd "$dir" && pwd`
70478490 if test -z "$absdir"; then
7048 func_warning "cannot determine absolute directory name of \`$dir'"
7049 absdir="$dir"
8491 func_warning "cannot determine absolute directory name of '$dir'"
8492 absdir=$dir
70508493 fi
70518494 ;;
70528495 esac
70548497 case $host in
70558498 *-*-darwin*)
70568499 depdepl=
7057 eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
7058 if test -n "$deplibrary_names" ; then
7059 for tmp in $deplibrary_names ; do
8500 eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
8501 if test -n "$deplibrary_names"; then
8502 for tmp in $deplibrary_names; do
70608503 depdepl=$tmp
70618504 done
7062 if test -f "$absdir/$objdir/$depdepl" ; then
7063 depdepl="$absdir/$objdir/$depdepl"
7064 darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
8505 if test -f "$absdir/$objdir/$depdepl"; then
8506 depdepl=$absdir/$objdir/$depdepl
8507 darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
70658508 if test -z "$darwin_install_name"; then
7066 darwin_install_name=`${OTOOL64} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
8509 darwin_install_name=`$OTOOL64 -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
70678510 fi
7068 func_append compiler_flags " ${wl}-dylib_file ${wl}${darwin_install_name}:${depdepl}"
7069 func_append linker_flags " -dylib_file ${darwin_install_name}:${depdepl}"
8511 func_append compiler_flags " $wl-dylib_file $wl$darwin_install_name:$depdepl"
8512 func_append linker_flags " -dylib_file $darwin_install_name:$depdepl"
70708513 path=
70718514 fi
70728515 fi
70738516 ;;
70748517 *)
7075 path="-L$absdir/$objdir"
8518 path=-L$absdir/$objdir
70768519 ;;
70778520 esac
70788521 else
7079 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
8522 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
70808523 test -z "$libdir" && \
7081 func_fatal_error "\`$deplib' is not a valid libtool archive"
8524 func_fatal_error "'$deplib' is not a valid libtool archive"
70828525 test "$absdir" != "$libdir" && \
7083 func_warning "\`$deplib' seems to be moved"
7084
7085 path="-L$absdir"
8526 func_warning "'$deplib' seems to be moved"
8527
8528 path=-L$absdir
70868529 fi
70878530 ;;
70888531 esac
70948537 fi # link_all_deplibs != no
70958538 fi # linkmode = lib
70968539 done # for deplib in $libs
7097 if test "$pass" = link; then
7098 if test "$linkmode" = "prog"; then
8540 if test link = "$pass"; then
8541 if test prog = "$linkmode"; then
70998542 compile_deplibs="$new_inherited_linker_flags $compile_deplibs"
71008543 finalize_deplibs="$new_inherited_linker_flags $finalize_deplibs"
71018544 else
71028545 compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
71038546 fi
71048547 fi
7105 dependency_libs="$newdependency_libs"
7106 if test "$pass" = dlpreopen; then
8548 dependency_libs=$newdependency_libs
8549 if test dlpreopen = "$pass"; then
71078550 # Link the dlpreopened libraries before other libraries
71088551 for deplib in $save_deplibs; do
71098552 deplibs="$deplib $deplibs"
71108553 done
71118554 fi
7112 if test "$pass" != dlopen; then
7113 if test "$pass" != conv; then
8555 if test dlopen != "$pass"; then
8556 test conv = "$pass" || {
71148557 # Make sure lib_search_path contains only unique directories.
71158558 lib_search_path=
71168559 for dir in $newlib_search_path; do
71208563 esac
71218564 done
71228565 newlib_search_path=
7123 fi
7124
7125 if test "$linkmode,$pass" != "prog,link"; then
7126 vars="deplibs"
8566 }
8567
8568 if test prog,link = "$linkmode,$pass"; then
8569 vars="compile_deplibs finalize_deplibs"
71278570 else
7128 vars="compile_deplibs finalize_deplibs"
8571 vars=deplibs
71298572 fi
71308573 for var in $vars dependency_libs; do
71318574 # Add libraries to $var in reverse order
71838626 eval $var=\"$tmp_libs\"
71848627 done # for var
71858628 fi
8629
8630 # Add Sun CC postdeps if required:
8631 test CXX = "$tagname" && {
8632 case $host_os in
8633 linux*)
8634 case `$CC -V 2>&1 | sed 5q` in
8635 *Sun\ C*) # Sun C++ 5.9
8636 func_suncc_cstd_abi
8637
8638 if test no != "$suncc_use_cstd_abi"; then
8639 func_append postdeps ' -library=Cstd -library=Crun'
8640 fi
8641 ;;
8642 esac
8643 ;;
8644
8645 solaris*)
8646 func_cc_basename "$CC"
8647 case $func_cc_basename_result in
8648 CC* | sunCC*)
8649 func_suncc_cstd_abi
8650
8651 if test no != "$suncc_use_cstd_abi"; then
8652 func_append postdeps ' -library=Cstd -library=Crun'
8653 fi
8654 ;;
8655 esac
8656 ;;
8657 esac
8658 }
8659
71868660 # Last step: remove runtime libs from dependency_libs
71878661 # (they stay in deplibs)
71888662 tmp_libs=
7189 for i in $dependency_libs ; do
8663 for i in $dependency_libs; do
71908664 case " $predeps $postdeps $compiler_lib_search_path " in
71918665 *" $i "*)
7192 i=""
8666 i=
71938667 ;;
71948668 esac
7195 if test -n "$i" ; then
8669 if test -n "$i"; then
71968670 func_append tmp_libs " $i"
71978671 fi
71988672 done
71998673 dependency_libs=$tmp_libs
72008674 done # for pass
7201 if test "$linkmode" = prog; then
7202 dlfiles="$newdlfiles"
8675 if test prog = "$linkmode"; then
8676 dlfiles=$newdlfiles
72038677 fi
7204 if test "$linkmode" = prog || test "$linkmode" = lib; then
7205 dlprefiles="$newdlprefiles"
8678 if test prog = "$linkmode" || test lib = "$linkmode"; then
8679 dlprefiles=$newdlprefiles
72068680 fi
72078681
72088682 case $linkmode in
72098683 oldlib)
7210 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
7211 func_warning "\`-dlopen' is ignored for archives"
8684 if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
8685 func_warning "'-dlopen' is ignored for archives"
72128686 fi
72138687
72148688 case " $deplibs" in
72158689 *\ -l* | *\ -L*)
7216 func_warning "\`-l' and \`-L' are ignored for archives" ;;
8690 func_warning "'-l' and '-L' are ignored for archives" ;;
72178691 esac
72188692
72198693 test -n "$rpath" && \
7220 func_warning "\`-rpath' is ignored for archives"
8694 func_warning "'-rpath' is ignored for archives"
72218695
72228696 test -n "$xrpath" && \
7223 func_warning "\`-R' is ignored for archives"
8697 func_warning "'-R' is ignored for archives"
72248698
72258699 test -n "$vinfo" && \
7226 func_warning "\`-version-info/-version-number' is ignored for archives"
8700 func_warning "'-version-info/-version-number' is ignored for archives"
72278701
72288702 test -n "$release" && \
7229 func_warning "\`-release' is ignored for archives"
8703 func_warning "'-release' is ignored for archives"
72308704
72318705 test -n "$export_symbols$export_symbols_regex" && \
7232 func_warning "\`-export-symbols' is ignored for archives"
8706 func_warning "'-export-symbols' is ignored for archives"
72338707
72348708 # Now set the variables for building old libraries.
72358709 build_libtool_libs=no
7236 oldlibs="$output"
8710 oldlibs=$output
72378711 func_append objs "$old_deplibs"
72388712 ;;
72398713
72408714 lib)
7241 # Make sure we only generate libraries of the form `libNAME.la'.
8715 # Make sure we only generate libraries of the form 'libNAME.la'.
72428716 case $outputname in
72438717 lib*)
72448718 func_stripname 'lib' '.la' "$outputname"
72478721 eval libname=\"$libname_spec\"
72488722 ;;
72498723 *)
7250 test "$module" = no && \
7251 func_fatal_help "libtool library \`$output' must begin with \`lib'"
7252
7253 if test "$need_lib_prefix" != no; then
8724 test no = "$module" \
8725 && func_fatal_help "libtool library '$output' must begin with 'lib'"
8726
8727 if test no != "$need_lib_prefix"; then
72548728 # Add the "lib" prefix for modules if required
72558729 func_stripname '' '.la' "$outputname"
72568730 name=$func_stripname_result
72648738 esac
72658739
72668740 if test -n "$objs"; then
7267 if test "$deplibs_check_method" != pass_all; then
7268 func_fatal_error "cannot build libtool library \`$output' from non-libtool objects on this host:$objs"
8741 if test pass_all != "$deplibs_check_method"; then
8742 func_fatal_error "cannot build libtool library '$output' from non-libtool objects on this host:$objs"
72698743 else
72708744 echo
72718745 $ECHO "*** Warning: Linking the shared library $output against the non-libtool"
72748748 fi
72758749 fi
72768750
7277 test "$dlself" != no && \
7278 func_warning "\`-dlopen self' is ignored for libtool libraries"
8751 test no = "$dlself" \
8752 || func_warning "'-dlopen self' is ignored for libtool libraries"
72798753
72808754 set dummy $rpath
72818755 shift
7282 test "$#" -gt 1 && \
7283 func_warning "ignoring multiple \`-rpath's for a libtool library"
7284
7285 install_libdir="$1"
8756 test 1 -lt "$#" \
8757 && func_warning "ignoring multiple '-rpath's for a libtool library"
8758
8759 install_libdir=$1
72868760
72878761 oldlibs=
72888762 if test -z "$rpath"; then
7289 if test "$build_libtool_libs" = yes; then
8763 if test yes = "$build_libtool_libs"; then
72908764 # Building a libtool convenience library.
7291 # Some compilers have problems with a `.al' extension so
8765 # Some compilers have problems with a '.al' extension so
72928766 # convenience libraries should have the same extension an
72938767 # archive normally would.
72948768 oldlibs="$output_objdir/$libname.$libext $oldlibs"
72978771 fi
72988772
72998773 test -n "$vinfo" && \
7300 func_warning "\`-version-info/-version-number' is ignored for convenience libraries"
8774 func_warning "'-version-info/-version-number' is ignored for convenience libraries"
73018775
73028776 test -n "$release" && \
7303 func_warning "\`-release' is ignored for convenience libraries"
8777 func_warning "'-release' is ignored for convenience libraries"
73048778 else
73058779
73068780 # Parse the version information argument.
7307 save_ifs="$IFS"; IFS=':'
8781 save_ifs=$IFS; IFS=:
73088782 set dummy $vinfo 0 0 0
73098783 shift
7310 IFS="$save_ifs"
8784 IFS=$save_ifs
73118785
73128786 test -n "$7" && \
7313 func_fatal_help "too many parameters to \`-version-info'"
8787 func_fatal_help "too many parameters to '-version-info'"
73148788
73158789 # convert absolute version numbers to libtool ages
73168790 # this retains compatibility with .la files and attempts
73188792
73198793 case $vinfo_number in
73208794 yes)
7321 number_major="$1"
7322 number_minor="$2"
7323 number_revision="$3"
8795 number_major=$1
8796 number_minor=$2
8797 number_revision=$3
73248798 #
73258799 # There are really only two kinds -- those that
73268800 # use the current revision as the major version
73278801 # and those that subtract age and use age as
73288802 # a minor version. But, then there is irix
7329 # which has an extra 1 added just for fun
8803 # that has an extra 1 added just for fun
73308804 #
73318805 case $version_type in
73328806 # correct linux to gnu/linux during the next big refactor
7333 darwin|linux|osf|windows|none)
8807 darwin|freebsd-elf|linux|osf|windows|none)
73348808 func_arith $number_major + $number_minor
73358809 current=$func_arith_result
7336 age="$number_minor"
7337 revision="$number_revision"
8810 age=$number_minor
8811 revision=$number_revision
73388812 ;;
7339 freebsd-aout|freebsd-elf|qnx|sunos)
7340 current="$number_major"
7341 revision="$number_minor"
7342 age="0"
8813 freebsd-aout|qnx|sunos)
8814 current=$number_major
8815 revision=$number_minor
8816 age=0
73438817 ;;
73448818 irix|nonstopux)
73458819 func_arith $number_major + $number_minor
73468820 current=$func_arith_result
7347 age="$number_minor"
7348 revision="$number_minor"
8821 age=$number_minor
8822 revision=$number_minor
73498823 lt_irix_increment=no
73508824 ;;
73518825 esac
73528826 ;;
73538827 no)
7354 current="$1"
7355 revision="$2"
7356 age="$3"
8828 current=$1
8829 revision=$2
8830 age=$3
73578831 ;;
73588832 esac
73598833
73618835 case $current in
73628836 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
73638837 *)
7364 func_error "CURRENT \`$current' must be a nonnegative integer"
7365 func_fatal_error "\`$vinfo' is not valid version information"
8838 func_error "CURRENT '$current' must be a nonnegative integer"
8839 func_fatal_error "'$vinfo' is not valid version information"
73668840 ;;
73678841 esac
73688842
73698843 case $revision in
73708844 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
73718845 *)
7372 func_error "REVISION \`$revision' must be a nonnegative integer"
7373 func_fatal_error "\`$vinfo' is not valid version information"
8846 func_error "REVISION '$revision' must be a nonnegative integer"
8847 func_fatal_error "'$vinfo' is not valid version information"
73748848 ;;
73758849 esac
73768850
73778851 case $age in
73788852 0|[1-9]|[1-9][0-9]|[1-9][0-9][0-9]|[1-9][0-9][0-9][0-9]|[1-9][0-9][0-9][0-9][0-9]) ;;
73798853 *)
7380 func_error "AGE \`$age' must be a nonnegative integer"
7381 func_fatal_error "\`$vinfo' is not valid version information"
8854 func_error "AGE '$age' must be a nonnegative integer"
8855 func_fatal_error "'$vinfo' is not valid version information"
73828856 ;;
73838857 esac
73848858
73858859 if test "$age" -gt "$current"; then
7386 func_error "AGE \`$age' is greater than the current interface number \`$current'"
7387 func_fatal_error "\`$vinfo' is not valid version information"
8860 func_error "AGE '$age' is greater than the current interface number '$current'"
8861 func_fatal_error "'$vinfo' is not valid version information"
73888862 fi
73898863
73908864 # Calculate the version variables.
73998873 # verstring for coding it into the library header
74008874 func_arith $current - $age
74018875 major=.$func_arith_result
7402 versuffix="$major.$age.$revision"
8876 versuffix=$major.$age.$revision
74038877 # Darwin ld doesn't like 0 for these options...
74048878 func_arith $current + 1
74058879 minor_current=$func_arith_result
7406 xlcverstring="${wl}-compatibility_version ${wl}$minor_current ${wl}-current_version ${wl}$minor_current.$revision"
8880 xlcverstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
74078881 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
8882 # On Darwin other compilers
8883 case $CC in
8884 nagfor*)
8885 verstring="$wl-compatibility_version $wl$minor_current $wl-current_version $wl$minor_current.$revision"
8886 ;;
8887 *)
8888 verstring="-compatibility_version $minor_current -current_version $minor_current.$revision"
8889 ;;
8890 esac
74088891 ;;
74098892
74108893 freebsd-aout)
7411 major=".$current"
7412 versuffix=".$current.$revision";
8894 major=.$current
8895 versuffix=.$current.$revision
74138896 ;;
74148897
74158898 freebsd-elf)
7416 major=".$current"
7417 versuffix=".$current"
8899 func_arith $current - $age
8900 major=.$func_arith_result
8901 versuffix=$major.$age.$revision
74188902 ;;
74198903
74208904 irix | nonstopux)
7421 if test "X$lt_irix_increment" = "Xno"; then
8905 if test no = "$lt_irix_increment"; then
74228906 func_arith $current - $age
74238907 else
74248908 func_arith $current - $age + 1
74298913 nonstopux) verstring_prefix=nonstopux ;;
74308914 *) verstring_prefix=sgi ;;
74318915 esac
7432 verstring="$verstring_prefix$major.$revision"
8916 verstring=$verstring_prefix$major.$revision
74338917
74348918 # Add in all the interfaces that we are compatible with.
74358919 loop=$revision
7436 while test "$loop" -ne 0; do
8920 while test 0 -ne "$loop"; do
74378921 func_arith $revision - $loop
74388922 iface=$func_arith_result
74398923 func_arith $loop - 1
74408924 loop=$func_arith_result
7441 verstring="$verstring_prefix$major.$iface:$verstring"
8925 verstring=$verstring_prefix$major.$iface:$verstring
74428926 done
74438927
7444 # Before this point, $major must not contain `.'.
8928 # Before this point, $major must not contain '.'.
74458929 major=.$major
7446 versuffix="$major.$revision"
8930 versuffix=$major.$revision
74478931 ;;
74488932
74498933 linux) # correct to gnu/linux during the next big refactor
74508934 func_arith $current - $age
74518935 major=.$func_arith_result
7452 versuffix="$major.$age.$revision"
8936 versuffix=$major.$age.$revision
74538937 ;;
74548938
74558939 osf)
74568940 func_arith $current - $age
74578941 major=.$func_arith_result
7458 versuffix=".$current.$age.$revision"
7459 verstring="$current.$age.$revision"
8942 versuffix=.$current.$age.$revision
8943 verstring=$current.$age.$revision
74608944
74618945 # Add in all the interfaces that we are compatible with.
74628946 loop=$age
7463 while test "$loop" -ne 0; do
8947 while test 0 -ne "$loop"; do
74648948 func_arith $current - $loop
74658949 iface=$func_arith_result
74668950 func_arith $loop - 1
74678951 loop=$func_arith_result
7468 verstring="$verstring:${iface}.0"
8952 verstring=$verstring:$iface.0
74698953 done
74708954
74718955 # Make executables depend on our current version.
7472 func_append verstring ":${current}.0"
8956 func_append verstring ":$current.0"
74738957 ;;
74748958
74758959 qnx)
7476 major=".$current"
7477 versuffix=".$current"
8960 major=.$current
8961 versuffix=.$current
74788962 ;;
74798963
8964 sco)
8965 major=.$current
8966 versuffix=.$current
8967 ;;
8968
74808969 sunos)
7481 major=".$current"
7482 versuffix=".$current.$revision"
8970 major=.$current
8971 versuffix=.$current.$revision
74838972 ;;
74848973
74858974 windows)
74868975 # Use '-' rather than '.', since we only want one
7487 # extension on DOS 8.3 filesystems.
8976 # extension on DOS 8.3 file systems.
74888977 func_arith $current - $age
74898978 major=$func_arith_result
7490 versuffix="-$major"
8979 versuffix=-$major
74918980 ;;
74928981
74938982 *)
7494 func_fatal_configuration "unknown library version type \`$version_type'"
8983 func_fatal_configuration "unknown library version type '$version_type'"
74958984 ;;
74968985 esac
74978986
75058994 verstring=
75068995 ;;
75078996 *)
7508 verstring="0.0"
8997 verstring=0.0
75098998 ;;
75108999 esac
7511 if test "$need_version" = no; then
9000 if test no = "$need_version"; then
75129001 versuffix=
75139002 else
7514 versuffix=".0.0"
9003 versuffix=.0.0
75159004 fi
75169005 fi
75179006
75189007 # Remove version info from name if versioning should be avoided
7519 if test "$avoid_version" = yes && test "$need_version" = no; then
9008 if test yes,no = "$avoid_version,$need_version"; then
75209009 major=
75219010 versuffix=
7522 verstring=""
9011 verstring=
75239012 fi
75249013
75259014 # Check to see if the archive will have undefined symbols.
7526 if test "$allow_undefined" = yes; then
7527 if test "$allow_undefined_flag" = unsupported; then
7528 func_warning "undefined symbols not allowed in $host shared libraries"
7529 build_libtool_libs=no
7530 build_old_libs=yes
9015 if test yes = "$allow_undefined"; then
9016 if test unsupported = "$allow_undefined_flag"; then
9017 if test yes = "$build_old_libs"; then
9018 func_warning "undefined symbols not allowed in $host shared libraries; building static only"
9019 build_libtool_libs=no
9020 else
9021 func_fatal_error "can't build $host shared library unless -no-undefined is specified"
9022 fi
75319023 fi
75329024 else
75339025 # Don't allow undefined symbols.
7534 allow_undefined_flag="$no_undefined_flag"
9026 allow_undefined_flag=$no_undefined_flag
75359027 fi
75369028
75379029 fi
75389030
7539 func_generate_dlsyms "$libname" "$libname" "yes"
9031 func_generate_dlsyms "$libname" "$libname" :
75409032 func_append libobjs " $symfileobj"
7541 test "X$libobjs" = "X " && libobjs=
7542
7543 if test "$opt_mode" != relink; then
9033 test " " = "$libobjs" && libobjs=
9034
9035 if test relink != "$opt_mode"; then
75449036 # Remove our outputs, but don't remove object files since they
75459037 # may have been created when compiling PIC objects.
75469038 removelist=
75499041 case $p in
75509042 *.$objext | *.gcno)
75519043 ;;
7552 $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/${libname}${release}.*)
7553 if test "X$precious_files_regex" != "X"; then
9044 $output_objdir/$outputname | $output_objdir/$libname.* | $output_objdir/$libname$release.*)
9045 if test -n "$precious_files_regex"; then
75549046 if $ECHO "$p" | $EGREP -e "$precious_files_regex" >/dev/null 2>&1
75559047 then
75569048 continue
75669058 fi
75679059
75689060 # Now set the variables for building old libraries.
7569 if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then
9061 if test yes = "$build_old_libs" && test convenience != "$build_libtool_libs"; then
75709062 func_append oldlibs " $output_objdir/$libname.$libext"
75719063
75729064 # Transform .lo files to .o files.
7573 oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; $lo2o" | $NL2SP`
9065 oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
75749066 fi
75759067
75769068 # Eliminate all temporary directories.
75919083 *) func_append finalize_rpath " $libdir" ;;
75929084 esac
75939085 done
7594 if test "$hardcode_into_libs" != yes || test "$build_old_libs" = yes; then
9086 if test yes != "$hardcode_into_libs" || test yes = "$build_old_libs"; then
75959087 dependency_libs="$temp_xrpath $dependency_libs"
75969088 fi
75979089 fi
75989090
75999091 # Make sure dlfiles contains only unique files that won't be dlpreopened
7600 old_dlfiles="$dlfiles"
9092 old_dlfiles=$dlfiles
76019093 dlfiles=
76029094 for lib in $old_dlfiles; do
76039095 case " $dlprefiles $dlfiles " in
76079099 done
76089100
76099101 # Make sure dlprefiles contains only unique files
7610 old_dlprefiles="$dlprefiles"
9102 old_dlprefiles=$dlprefiles
76119103 dlprefiles=
76129104 for lib in $old_dlprefiles; do
76139105 case "$dlprefiles " in
76169108 esac
76179109 done
76189110
7619 if test "$build_libtool_libs" = yes; then
9111 if test yes = "$build_libtool_libs"; then
76209112 if test -n "$rpath"; then
76219113 case $host in
76229114 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-beos* | *-cegcc* | *-*-haiku*)
76409132 ;;
76419133 *)
76429134 # Add libc to deplibs on all other systems if necessary.
7643 if test "$build_libtool_need_lc" = "yes"; then
9135 if test yes = "$build_libtool_need_lc"; then
76449136 func_append deplibs " -lc"
76459137 fi
76469138 ;;
76569148 # I'm not sure if I'm treating the release correctly. I think
76579149 # release should show up in the -l (ie -lgmp5) so we don't want to
76589150 # add it in twice. Is that correct?
7659 release=""
7660 versuffix=""
7661 major=""
9151 release=
9152 versuffix=
9153 major=
76629154 newdeplibs=
76639155 droppeddeps=no
76649156 case $deplibs_check_method in
76879179 -l*)
76889180 func_stripname -l '' "$i"
76899181 name=$func_stripname_result
7690 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
9182 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
76919183 case " $predeps $postdeps " in
76929184 *" $i "*)
76939185 func_append newdeplibs " $i"
7694 i=""
9186 i=
76959187 ;;
76969188 esac
76979189 fi
7698 if test -n "$i" ; then
9190 if test -n "$i"; then
76999191 libname=`eval "\\$ECHO \"$libname_spec\""`
77009192 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
77019193 set dummy $deplib_matches; shift
77029194 deplib_match=$1
7703 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
9195 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
77049196 func_append newdeplibs " $i"
77059197 else
77069198 droppeddeps=yes
77309222 $opt_dry_run || $RM conftest
77319223 if $LTCC $LTCFLAGS -o conftest conftest.c $i; then
77329224 ldd_output=`ldd conftest`
7733 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
9225 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
77349226 case " $predeps $postdeps " in
77359227 *" $i "*)
77369228 func_append newdeplibs " $i"
7737 i=""
9229 i=
77389230 ;;
77399231 esac
77409232 fi
7741 if test -n "$i" ; then
9233 if test -n "$i"; then
77429234 libname=`eval "\\$ECHO \"$libname_spec\""`
77439235 deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
77449236 set dummy $deplib_matches; shift
77459237 deplib_match=$1
7746 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
9238 if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
77479239 func_append newdeplibs " $i"
77489240 else
77499241 droppeddeps=yes
77809272 -l*)
77819273 func_stripname -l '' "$a_deplib"
77829274 name=$func_stripname_result
7783 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
9275 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
77849276 case " $predeps $postdeps " in
77859277 *" $a_deplib "*)
77869278 func_append newdeplibs " $a_deplib"
7787 a_deplib=""
9279 a_deplib=
77889280 ;;
77899281 esac
77909282 fi
7791 if test -n "$a_deplib" ; then
9283 if test -n "$a_deplib"; then
77929284 libname=`eval "\\$ECHO \"$libname_spec\""`
77939285 if test -n "$file_magic_glob"; then
77949286 libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
77959287 else
77969288 libnameglob=$libname
77979289 fi
7798 test "$want_nocaseglob" = yes && nocaseglob=`shopt -p nocaseglob`
9290 test yes = "$want_nocaseglob" && nocaseglob=`shopt -p nocaseglob`
77999291 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
7800 if test "$want_nocaseglob" = yes; then
9292 if test yes = "$want_nocaseglob"; then
78019293 shopt -s nocaseglob
78029294 potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
78039295 $nocaseglob
78159307 # We might still enter an endless loop, since a link
78169308 # loop can be closed while we follow links,
78179309 # but so what?
7818 potlib="$potent_lib"
9310 potlib=$potent_lib
78199311 while test -h "$potlib" 2>/dev/null; do
7820 potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
9312 potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
78219313 case $potliblink in
7822 [\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
7823 *) potlib=`$ECHO "$potlib" | $SED 's,[^/]*$,,'`"$potliblink";;
9314 [\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
9315 *) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
78249316 esac
78259317 done
78269318 if eval $file_magic_cmd \"\$potlib\" 2>/dev/null |
78279319 $SED -e 10q |
78289320 $EGREP "$file_magic_regex" > /dev/null; then
78299321 func_append newdeplibs " $a_deplib"
7830 a_deplib=""
9322 a_deplib=
78319323 break 2
78329324 fi
78339325 done
78349326 done
78359327 fi
7836 if test -n "$a_deplib" ; then
9328 if test -n "$a_deplib"; then
78379329 droppeddeps=yes
78389330 echo
78399331 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
78419333 echo "*** you link to this library. But I can only do this if you have a"
78429334 echo "*** shared version of the library, which you do not appear to have"
78439335 echo "*** because I did check the linker path looking for a file starting"
7844 if test -z "$potlib" ; then
9336 if test -z "$potlib"; then
78459337 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
78469338 else
78479339 $ECHO "*** with $libname and none of the candidates passed a file format test"
78649356 -l*)
78659357 func_stripname -l '' "$a_deplib"
78669358 name=$func_stripname_result
7867 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
9359 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
78689360 case " $predeps $postdeps " in
78699361 *" $a_deplib "*)
78709362 func_append newdeplibs " $a_deplib"
7871 a_deplib=""
9363 a_deplib=
78729364 ;;
78739365 esac
78749366 fi
7875 if test -n "$a_deplib" ; then
9367 if test -n "$a_deplib"; then
78769368 libname=`eval "\\$ECHO \"$libname_spec\""`
78779369 for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
78789370 potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
78799371 for potent_lib in $potential_libs; do
7880 potlib="$potent_lib" # see symlink-check above in file_magic test
9372 potlib=$potent_lib # see symlink-check above in file_magic test
78819373 if eval "\$ECHO \"$potent_lib\"" 2>/dev/null | $SED 10q | \
78829374 $EGREP "$match_pattern_regex" > /dev/null; then
78839375 func_append newdeplibs " $a_deplib"
7884 a_deplib=""
9376 a_deplib=
78859377 break 2
78869378 fi
78879379 done
78889380 done
78899381 fi
7890 if test -n "$a_deplib" ; then
9382 if test -n "$a_deplib"; then
78919383 droppeddeps=yes
78929384 echo
78939385 $ECHO "*** Warning: linker path does not have real file for library $a_deplib."
78959387 echo "*** you link to this library. But I can only do this if you have a"
78969388 echo "*** shared version of the library, which you do not appear to have"
78979389 echo "*** because I did check the linker path looking for a file starting"
7898 if test -z "$potlib" ; then
9390 if test -z "$potlib"; then
78999391 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
79009392 else
79019393 $ECHO "*** with $libname and none of the candidates passed a file format test"
79119403 done # Gone through all deplibs.
79129404 ;;
79139405 none | unknown | *)
7914 newdeplibs=""
9406 newdeplibs=
79159407 tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
7916 if test "X$allow_libtool_libs_with_static_runtimes" = "Xyes" ; then
7917 for i in $predeps $postdeps ; do
9408 if test yes = "$allow_libtool_libs_with_static_runtimes"; then
9409 for i in $predeps $postdeps; do
79189410 # can't use Xsed below, because $i might contain '/'
7919 tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s,$i,,"`
9411 tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
79209412 done
79219413 fi
79229414 case $tmp_deplibs in
79239415 *[!\ \ ]*)
79249416 echo
7925 if test "X$deplibs_check_method" = "Xnone"; then
9417 if test none = "$deplibs_check_method"; then
79269418 echo "*** Warning: inter-library dependencies are not supported in this platform."
79279419 else
79289420 echo "*** Warning: inter-library dependencies are not known to be supported."
79469438 ;;
79479439 esac
79489440
7949 if test "$droppeddeps" = yes; then
7950 if test "$module" = yes; then
9441 if test yes = "$droppeddeps"; then
9442 if test yes = "$module"; then
79519443 echo
79529444 echo "*** Warning: libtool could not satisfy all declared inter-library"
79539445 $ECHO "*** dependencies of module $libname. Therefore, libtool will create"
79569448 if test -z "$global_symbol_pipe"; then
79579449 echo
79589450 echo "*** However, this would only work if libtool was able to extract symbol"
7959 echo "*** lists from a program, using \`nm' or equivalent, but libtool could"
9451 echo "*** lists from a program, using 'nm' or equivalent, but libtool could"
79609452 echo "*** not find such a program. So, this module is probably useless."
7961 echo "*** \`nm' from GNU binutils and a full rebuild may help."
9453 echo "*** 'nm' from GNU binutils and a full rebuild may help."
79629454 fi
7963 if test "$build_old_libs" = no; then
7964 oldlibs="$output_objdir/$libname.$libext"
9455 if test no = "$build_old_libs"; then
9456 oldlibs=$output_objdir/$libname.$libext
79659457 build_libtool_libs=module
79669458 build_old_libs=yes
79679459 else
79729464 echo "*** automatically added whenever a program is linked with this library"
79739465 echo "*** or is declared to -dlopen it."
79749466
7975 if test "$allow_undefined" = no; then
9467 if test no = "$allow_undefined"; then
79769468 echo
79779469 echo "*** Since this library must not contain undefined symbols,"
79789470 echo "*** because either the platform does not support them or"
79799471 echo "*** it was explicitly requested with -no-undefined,"
79809472 echo "*** libtool will only create a static version of it."
7981 if test "$build_old_libs" = no; then
7982 oldlibs="$output_objdir/$libname.$libext"
9473 if test no = "$build_old_libs"; then
9474 oldlibs=$output_objdir/$libname.$libext
79839475 build_libtool_libs=module
79849476 build_old_libs=yes
79859477 else
80259517 *) func_append new_libs " $deplib" ;;
80269518 esac
80279519 done
8028 deplibs="$new_libs"
9520 deplibs=$new_libs
80299521
80309522 # All the library-specific variables (install_libdir is set above).
80319523 library_names=
80339525 dlname=
80349526
80359527 # Test again, we may have decided not to build it any more
8036 if test "$build_libtool_libs" = yes; then
8037 # Remove ${wl} instances when linking with ld.
9528 if test yes = "$build_libtool_libs"; then
9529 # Remove $wl instances when linking with ld.
80389530 # FIXME: should test the right _cmds variable.
80399531 case $archive_cmds in
80409532 *\$LD\ *) wl= ;;
80419533 esac
8042 if test "$hardcode_into_libs" = yes; then
9534 if test yes = "$hardcode_into_libs"; then
80439535 # Hardcode the library paths
80449536 hardcode_libdirs=
80459537 dep_rpath=
8046 rpath="$finalize_rpath"
8047 test "$opt_mode" != relink && rpath="$compile_rpath$rpath"
9538 rpath=$finalize_rpath
9539 test relink = "$opt_mode" || rpath=$compile_rpath$rpath
80489540 for libdir in $rpath; do
80499541 if test -n "$hardcode_libdir_flag_spec"; then
80509542 if test -n "$hardcode_libdir_separator"; then
80519543 func_replace_sysroot "$libdir"
80529544 libdir=$func_replace_sysroot_result
80539545 if test -z "$hardcode_libdirs"; then
8054 hardcode_libdirs="$libdir"
9546 hardcode_libdirs=$libdir
80559547 else
80569548 # Just accumulate the unique libdirs.
80579549 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
80769568 # Substitute the hardcoded libdirs into the rpath.
80779569 if test -n "$hardcode_libdir_separator" &&
80789570 test -n "$hardcode_libdirs"; then
8079 libdir="$hardcode_libdirs"
9571 libdir=$hardcode_libdirs
80809572 eval "dep_rpath=\"$hardcode_libdir_flag_spec\""
80819573 fi
80829574 if test -n "$runpath_var" && test -n "$perm_rpath"; then
80909582 test -n "$dep_rpath" && deplibs="$dep_rpath $deplibs"
80919583 fi
80929584
8093 shlibpath="$finalize_shlibpath"
8094 test "$opt_mode" != relink && shlibpath="$compile_shlibpath$shlibpath"
9585 shlibpath=$finalize_shlibpath
9586 test relink = "$opt_mode" || shlibpath=$compile_shlibpath$shlibpath
80959587 if test -n "$shlibpath"; then
80969588 eval "$shlibpath_var='$shlibpath\$$shlibpath_var'; export $shlibpath_var"
80979589 fi
81019593 eval library_names=\"$library_names_spec\"
81029594 set dummy $library_names
81039595 shift
8104 realname="$1"
9596 realname=$1
81059597 shift
81069598
81079599 if test -n "$soname_spec"; then
81089600 eval soname=\"$soname_spec\"
81099601 else
8110 soname="$realname"
9602 soname=$realname
81119603 fi
81129604 if test -z "$dlname"; then
81139605 dlname=$soname
81149606 fi
81159607
8116 lib="$output_objdir/$realname"
9608 lib=$output_objdir/$realname
81179609 linknames=
81189610 for link
81199611 do
81279619 delfiles=
81289620 if test -n "$export_symbols" && test -n "$include_expsyms"; then
81299621 $opt_dry_run || cp "$export_symbols" "$output_objdir/$libname.uexp"
8130 export_symbols="$output_objdir/$libname.uexp"
9622 export_symbols=$output_objdir/$libname.uexp
81319623 func_append delfiles " $export_symbols"
81329624 fi
81339625
81369628 cygwin* | mingw* | cegcc*)
81379629 if test -n "$export_symbols" && test -z "$export_symbols_regex"; then
81389630 # exporting using user supplied symfile
8139 if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
9631 func_dll_def_p "$export_symbols" || {
81409632 # and it's NOT already a .def file. Must figure out
81419633 # which of the given symbols are data symbols and tag
81429634 # them as such. So, trigger use of export_symbols_cmds.
81439635 # export_symbols gets reassigned inside the "prepare
81449636 # the list of exported symbols" if statement, so the
81459637 # include_expsyms logic still works.
8146 orig_export_symbols="$export_symbols"
9638 orig_export_symbols=$export_symbols
81479639 export_symbols=
81489640 always_export_symbols=yes
8149 fi
9641 }
81509642 fi
81519643 ;;
81529644 esac
81539645
81549646 # Prepare the list of exported symbols
81559647 if test -z "$export_symbols"; then
8156 if test "$always_export_symbols" = yes || test -n "$export_symbols_regex"; then
8157 func_verbose "generating symbol list for \`$libname.la'"
8158 export_symbols="$output_objdir/$libname.exp"
9648 if test yes = "$always_export_symbols" || test -n "$export_symbols_regex"; then
9649 func_verbose "generating symbol list for '$libname.la'"
9650 export_symbols=$output_objdir/$libname.exp
81599651 $opt_dry_run || $RM $export_symbols
81609652 cmds=$export_symbols_cmds
8161 save_ifs="$IFS"; IFS='~'
9653 save_ifs=$IFS; IFS='~'
81629654 for cmd1 in $cmds; do
8163 IFS="$save_ifs"
9655 IFS=$save_ifs
81649656 # Take the normal branch if the nm_file_list_spec branch
81659657 # doesn't work or if tool conversion is not needed.
81669658 case $nm_file_list_spec~$to_tool_file_cmd in
81749666 try_normal_branch=no
81759667 ;;
81769668 esac
8177 if test "$try_normal_branch" = yes \
9669 if test yes = "$try_normal_branch" \
81789670 && { test "$len" -lt "$max_cmd_len" \
81799671 || test "$max_cmd_len" -le -1; }
81809672 then
81859677 output_la=$func_basename_result
81869678 save_libobjs=$libobjs
81879679 save_output=$output
8188 output=${output_objdir}/${output_la}.nm
9680 output=$output_objdir/$output_la.nm
81899681 func_to_tool_file "$output"
81909682 libobjs=$nm_file_list_spec$func_to_tool_file_result
81919683 func_append delfiles " $output"
82089700 break
82099701 fi
82109702 done
8211 IFS="$save_ifs"
8212 if test -n "$export_symbols_regex" && test "X$skipped_export" != "X:"; then
9703 IFS=$save_ifs
9704 if test -n "$export_symbols_regex" && test : != "$skipped_export"; then
82139705 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
82149706 func_show_eval '$MV "${export_symbols}T" "$export_symbols"'
82159707 fi
82179709 fi
82189710
82199711 if test -n "$export_symbols" && test -n "$include_expsyms"; then
8220 tmp_export_symbols="$export_symbols"
8221 test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
9712 tmp_export_symbols=$export_symbols
9713 test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
82229714 $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
82239715 fi
82249716
8225 if test "X$skipped_export" != "X:" && test -n "$orig_export_symbols"; then
9717 if test : != "$skipped_export" && test -n "$orig_export_symbols"; then
82269718 # The given exports_symbols file has to be filtered, so filter it.
8227 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
9719 func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
82289720 # FIXME: $output_objdir/$libname.filter potentially contains lots of
8229 # 's' commands which not all seds can handle. GNU sed should be fine
9721 # 's' commands, which not all seds can handle. GNU sed should be fine
82309722 # though. Also, the filter scales superlinearly with the number of
82319723 # global variables. join(1) would be nice here, but unfortunately
82329724 # isn't a blessed tool.
82459737 ;;
82469738 esac
82479739 done
8248 deplibs="$tmp_deplibs"
9740 deplibs=$tmp_deplibs
82499741
82509742 if test -n "$convenience"; then
82519743 if test -n "$whole_archive_flag_spec" &&
8252 test "$compiler_needs_object" = yes &&
9744 test yes = "$compiler_needs_object" &&
82539745 test -z "$libobjs"; then
82549746 # extract the archives, so we have objects to list.
82559747 # TODO: could optimize this to just extract one archive.
82609752 eval libobjs=\"\$libobjs $whole_archive_flag_spec\"
82619753 test "X$libobjs" = "X " && libobjs=
82629754 else
8263 gentop="$output_objdir/${outputname}x"
9755 gentop=$output_objdir/${outputname}x
82649756 func_append generated " $gentop"
82659757
82669758 func_extract_archives $gentop $convenience
82699761 fi
82709762 fi
82719763
8272 if test "$thread_safe" = yes && test -n "$thread_safe_flag_spec"; then
9764 if test yes = "$thread_safe" && test -n "$thread_safe_flag_spec"; then
82739765 eval flag=\"$thread_safe_flag_spec\"
82749766 func_append linker_flags " $flag"
82759767 fi
82769768
82779769 # Make a backup of the uninstalled library when relinking
8278 if test "$opt_mode" = relink; then
9770 if test relink = "$opt_mode"; then
82799771 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}U && $MV $realname ${realname}U)' || exit $?
82809772 fi
82819773
82829774 # Do each of the archive commands.
8283 if test "$module" = yes && test -n "$module_cmds" ; then
9775 if test yes = "$module" && test -n "$module_cmds"; then
82849776 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
82859777 eval test_cmds=\"$module_expsym_cmds\"
82869778 cmds=$module_expsym_cmds
82989790 fi
82999791 fi
83009792
8301 if test "X$skipped_export" != "X:" &&
9793 if test : != "$skipped_export" &&
83029794 func_len " $test_cmds" &&
83039795 len=$func_len_result &&
83049796 test "$len" -lt "$max_cmd_len" || test "$max_cmd_len" -le -1; then
83319823 last_robj=
83329824 k=1
83339825
8334 if test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "$with_gnu_ld" = yes; then
8335 output=${output_objdir}/${output_la}.lnkscript
9826 if test -n "$save_libobjs" && test : != "$skipped_export" && test yes = "$with_gnu_ld"; then
9827 output=$output_objdir/$output_la.lnkscript
83369828 func_verbose "creating GNU ld script: $output"
83379829 echo 'INPUT (' > $output
83389830 for obj in $save_libobjs
83449836 func_append delfiles " $output"
83459837 func_to_tool_file "$output"
83469838 output=$func_to_tool_file_result
8347 elif test -n "$save_libobjs" && test "X$skipped_export" != "X:" && test "X$file_list_spec" != X; then
8348 output=${output_objdir}/${output_la}.lnk
9839 elif test -n "$save_libobjs" && test : != "$skipped_export" && test -n "$file_list_spec"; then
9840 output=$output_objdir/$output_la.lnk
83499841 func_verbose "creating linker input file list: $output"
83509842 : > $output
83519843 set x $save_libobjs
83529844 shift
83539845 firstobj=
8354 if test "$compiler_needs_object" = yes; then
9846 if test yes = "$compiler_needs_object"; then
83559847 firstobj="$1 "
83569848 shift
83579849 fi
83669858 else
83679859 if test -n "$save_libobjs"; then
83689860 func_verbose "creating reloadable object files..."
8369 output=$output_objdir/$output_la-${k}.$objext
9861 output=$output_objdir/$output_la-$k.$objext
83709862 eval test_cmds=\"$reload_cmds\"
83719863 func_len " $test_cmds"
83729864 len0=$func_len_result
83789870 func_len " $obj"
83799871 func_arith $len + $func_len_result
83809872 len=$func_arith_result
8381 if test "X$objlist" = X ||
9873 if test -z "$objlist" ||
83829874 test "$len" -lt "$max_cmd_len"; then
83839875 func_append objlist " $obj"
83849876 else
83859877 # The command $test_cmds is almost too long, add a
83869878 # command to the queue.
8387 if test "$k" -eq 1 ; then
9879 if test 1 -eq "$k"; then
83889880 # The first file doesn't have a previous command to add.
83899881 reload_objs=$objlist
83909882 eval concat_cmds=\"$reload_cmds\"
83949886 reload_objs="$objlist $last_robj"
83959887 eval concat_cmds=\"\$concat_cmds~$reload_cmds~\$RM $last_robj\"
83969888 fi
8397 last_robj=$output_objdir/$output_la-${k}.$objext
9889 last_robj=$output_objdir/$output_la-$k.$objext
83989890 func_arith $k + 1
83999891 k=$func_arith_result
8400 output=$output_objdir/$output_la-${k}.$objext
9892 output=$output_objdir/$output_la-$k.$objext
84019893 objlist=" $obj"
84029894 func_len " $last_robj"
84039895 func_arith $len0 + $func_len_result
84099901 # files will link in the last one created.
84109902 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
84119903 reload_objs="$objlist $last_robj"
8412 eval concat_cmds=\"\${concat_cmds}$reload_cmds\"
9904 eval concat_cmds=\"\$concat_cmds$reload_cmds\"
84139905 if test -n "$last_robj"; then
8414 eval concat_cmds=\"\${concat_cmds}~\$RM $last_robj\"
9906 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
84159907 fi
84169908 func_append delfiles " $output"
84179909
84199911 output=
84209912 fi
84219913
8422 if ${skipped_export-false}; then
8423 func_verbose "generating symbol list for \`$libname.la'"
8424 export_symbols="$output_objdir/$libname.exp"
9914 ${skipped_export-false} && {
9915 func_verbose "generating symbol list for '$libname.la'"
9916 export_symbols=$output_objdir/$libname.exp
84259917 $opt_dry_run || $RM $export_symbols
84269918 libobjs=$output
84279919 # Append the command to create the export file.
84309922 if test -n "$last_robj"; then
84319923 eval concat_cmds=\"\$concat_cmds~\$RM $last_robj\"
84329924 fi
8433 fi
9925 }
84349926
84359927 test -n "$save_libobjs" &&
84369928 func_verbose "creating a temporary reloadable object file: $output"
84379929
84389930 # Loop through the commands generated above and execute them.
8439 save_ifs="$IFS"; IFS='~'
9931 save_ifs=$IFS; IFS='~'
84409932 for cmd in $concat_cmds; do
8441 IFS="$save_ifs"
8442 $opt_silent || {
9933 IFS=$save_ifs
9934 $opt_quiet || {
84439935 func_quote_for_expand "$cmd"
84449936 eval "func_echo $func_quote_for_expand_result"
84459937 }
84479939 lt_exit=$?
84489940
84499941 # Restore the uninstalled library and exit
8450 if test "$opt_mode" = relink; then
9942 if test relink = "$opt_mode"; then
84519943 ( cd "$output_objdir" && \
84529944 $RM "${realname}T" && \
84539945 $MV "${realname}U" "$realname" )
84569948 exit $lt_exit
84579949 }
84589950 done
8459 IFS="$save_ifs"
9951 IFS=$save_ifs
84609952
84619953 if test -n "$export_symbols_regex" && ${skipped_export-false}; then
84629954 func_show_eval '$EGREP -e "$export_symbols_regex" "$export_symbols" > "${export_symbols}T"'
84649956 fi
84659957 fi
84669958
8467 if ${skipped_export-false}; then
9959 ${skipped_export-false} && {
84689960 if test -n "$export_symbols" && test -n "$include_expsyms"; then
8469 tmp_export_symbols="$export_symbols"
8470 test -n "$orig_export_symbols" && tmp_export_symbols="$orig_export_symbols"
9961 tmp_export_symbols=$export_symbols
9962 test -n "$orig_export_symbols" && tmp_export_symbols=$orig_export_symbols
84719963 $opt_dry_run || eval '$ECHO "$include_expsyms" | $SP2NL >> "$tmp_export_symbols"'
84729964 fi
84739965
84749966 if test -n "$orig_export_symbols"; then
84759967 # The given exports_symbols file has to be filtered, so filter it.
8476 func_verbose "filter symbol list for \`$libname.la' to tag DATA exports"
9968 func_verbose "filter symbol list for '$libname.la' to tag DATA exports"
84779969 # FIXME: $output_objdir/$libname.filter potentially contains lots of
8478 # 's' commands which not all seds can handle. GNU sed should be fine
9970 # 's' commands, which not all seds can handle. GNU sed should be fine
84799971 # though. Also, the filter scales superlinearly with the number of
84809972 # global variables. join(1) would be nice here, but unfortunately
84819973 # isn't a blessed tool.
84849976 export_symbols=$output_objdir/$libname.def
84859977 $opt_dry_run || $SED -f $output_objdir/$libname.filter < $orig_export_symbols > $export_symbols
84869978 fi
8487 fi
9979 }
84889980
84899981 libobjs=$output
84909982 # Restore the value of output.
84989990 # value of $libobjs for piecewise linking.
84999991
85009992 # Do each of the archive commands.
8501 if test "$module" = yes && test -n "$module_cmds" ; then
9993 if test yes = "$module" && test -n "$module_cmds"; then
85029994 if test -n "$export_symbols" && test -n "$module_expsym_cmds"; then
85039995 cmds=$module_expsym_cmds
85049996 else
852010012
852110013 # Add any objects from preloaded convenience libraries
852210014 if test -n "$dlprefiles"; then
8523 gentop="$output_objdir/${outputname}x"
10015 gentop=$output_objdir/${outputname}x
852410016 func_append generated " $gentop"
852510017
852610018 func_extract_archives $gentop $dlprefiles
852810020 test "X$libobjs" = "X " && libobjs=
852910021 fi
853010022
8531 save_ifs="$IFS"; IFS='~'
10023 save_ifs=$IFS; IFS='~'
853210024 for cmd in $cmds; do
8533 IFS="$save_ifs"
10025 IFS=$sp$nl
853410026 eval cmd=\"$cmd\"
8535 $opt_silent || {
10027 IFS=$save_ifs
10028 $opt_quiet || {
853610029 func_quote_for_expand "$cmd"
853710030 eval "func_echo $func_quote_for_expand_result"
853810031 }
854010033 lt_exit=$?
854110034
854210035 # Restore the uninstalled library and exit
8543 if test "$opt_mode" = relink; then
10036 if test relink = "$opt_mode"; then
854410037 ( cd "$output_objdir" && \
854510038 $RM "${realname}T" && \
854610039 $MV "${realname}U" "$realname" )
854910042 exit $lt_exit
855010043 }
855110044 done
8552 IFS="$save_ifs"
10045 IFS=$save_ifs
855310046
855410047 # Restore the uninstalled library and exit
8555 if test "$opt_mode" = relink; then
10048 if test relink = "$opt_mode"; then
855610049 $opt_dry_run || eval '(cd $output_objdir && $RM ${realname}T && $MV $realname ${realname}T && $MV ${realname}U $realname)' || exit $?
855710050
855810051 if test -n "$convenience"; then
857210065 done
857310066
857410067 # If -module or -export-dynamic was specified, set the dlname.
8575 if test "$module" = yes || test "$export_dynamic" = yes; then
10068 if test yes = "$module" || test yes = "$export_dynamic"; then
857610069 # On all known operating systems, these are identical.
8577 dlname="$soname"
10070 dlname=$soname
857810071 fi
857910072 fi
858010073 ;;
858110074
858210075 obj)
8583 if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then
8584 func_warning "\`-dlopen' is ignored for objects"
10076 if test -n "$dlfiles$dlprefiles" || test no != "$dlself"; then
10077 func_warning "'-dlopen' is ignored for objects"
858510078 fi
858610079
858710080 case " $deplibs" in
858810081 *\ -l* | *\ -L*)
8589 func_warning "\`-l' and \`-L' are ignored for objects" ;;
10082 func_warning "'-l' and '-L' are ignored for objects" ;;
859010083 esac
859110084
859210085 test -n "$rpath" && \
8593 func_warning "\`-rpath' is ignored for objects"
10086 func_warning "'-rpath' is ignored for objects"
859410087
859510088 test -n "$xrpath" && \
8596 func_warning "\`-R' is ignored for objects"
10089 func_warning "'-R' is ignored for objects"
859710090
859810091 test -n "$vinfo" && \
8599 func_warning "\`-version-info' is ignored for objects"
10092 func_warning "'-version-info' is ignored for objects"
860010093
860110094 test -n "$release" && \
8602 func_warning "\`-release' is ignored for objects"
10095 func_warning "'-release' is ignored for objects"
860310096
860410097 case $output in
860510098 *.lo)
860610099 test -n "$objs$old_deplibs" && \
8607 func_fatal_error "cannot build library object \`$output' from non-libtool objects"
10100 func_fatal_error "cannot build library object '$output' from non-libtool objects"
860810101
860910102 libobj=$output
861010103 func_lo2o "$libobj"
861210105 ;;
861310106 *)
861410107 libobj=
8615 obj="$output"
10108 obj=$output
861610109 ;;
861710110 esac
861810111
862510118 # the extraction.
862610119 reload_conv_objs=
862710120 gentop=
8628 # reload_cmds runs $LD directly, so let us get rid of
8629 # -Wl from whole_archive_flag_spec and hope we can get by with
8630 # turning comma into space..
8631 wl=
8632
10121 # if reload_cmds runs $LD directly, get rid of -Wl from
10122 # whole_archive_flag_spec and hope we can get by with turning comma
10123 # into space.
10124 case $reload_cmds in
10125 *\$LD[\ \$]*) wl= ;;
10126 esac
863310127 if test -n "$convenience"; then
863410128 if test -n "$whole_archive_flag_spec"; then
863510129 eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
8636 reload_conv_objs=$reload_objs\ `$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
10130 test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
10131 reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
863710132 else
8638 gentop="$output_objdir/${obj}x"
10133 gentop=$output_objdir/${obj}x
863910134 func_append generated " $gentop"
864010135
864110136 func_extract_archives $gentop $convenience
864410139 fi
864510140
864610141 # If we're not building shared, we need to use non_pic_objs
8647 test "$build_libtool_libs" != yes && libobjs="$non_pic_objects"
10142 test yes = "$build_libtool_libs" || libobjs=$non_pic_objects
864810143
864910144 # Create the old-style object.
8650 reload_objs="$objs$old_deplibs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.${libext}$/d; /\.lib$/d; $lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
8651
8652 output="$obj"
10145 reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
10146
10147 output=$obj
865310148 func_execute_cmds "$reload_cmds" 'exit $?'
865410149
865510150 # Exit if we aren't doing a library object file.
866110156 exit $EXIT_SUCCESS
866210157 fi
866310158
8664 if test "$build_libtool_libs" != yes; then
10159 test yes = "$build_libtool_libs" || {
866510160 if test -n "$gentop"; then
866610161 func_show_eval '${RM}r "$gentop"'
866710162 fi
867110166 # $show "echo timestamp > $libobj"
867210167 # $opt_dry_run || eval "echo timestamp > $libobj" || exit $?
867310168 exit $EXIT_SUCCESS
8674 fi
8675
8676 if test -n "$pic_flag" || test "$pic_mode" != default; then
10169 }
10170
10171 if test -n "$pic_flag" || test default != "$pic_mode"; then
867710172 # Only do commands if we really have different PIC objects.
867810173 reload_objs="$libobjs $reload_conv_objs"
8679 output="$libobj"
10174 output=$libobj
868010175 func_execute_cmds "$reload_cmds" 'exit $?'
868110176 fi
868210177
869310188 output=$func_stripname_result.exe;;
869410189 esac
869510190 test -n "$vinfo" && \
8696 func_warning "\`-version-info' is ignored for programs"
10191 func_warning "'-version-info' is ignored for programs"
869710192
869810193 test -n "$release" && \
8699 func_warning "\`-release' is ignored for programs"
8700
8701 test "$preload" = yes \
8702 && test "$dlopen_support" = unknown \
8703 && test "$dlopen_self" = unknown \
8704 && test "$dlopen_self_static" = unknown && \
8705 func_warning "\`LT_INIT([dlopen])' not used. Assuming no dlopen support."
10194 func_warning "'-release' is ignored for programs"
10195
10196 $preload \
10197 && test unknown,unknown,unknown = "$dlopen_support,$dlopen_self,$dlopen_self_static" \
10198 && func_warning "'LT_INIT([dlopen])' not used. Assuming no dlopen support."
870610199
870710200 case $host in
870810201 *-*-rhapsody* | *-*-darwin1.[012])
871610209 *-*-darwin*)
871710210 # Don't allow lazy linking, it breaks C++ global constructors
871810211 # But is supposedly fixed on 10.4 or later (yay!).
8719 if test "$tagname" = CXX ; then
10212 if test CXX = "$tagname"; then
872010213 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
872110214 10.[0123])
8722 func_append compile_command " ${wl}-bind_at_load"
8723 func_append finalize_command " ${wl}-bind_at_load"
10215 func_append compile_command " $wl-bind_at_load"
10216 func_append finalize_command " $wl-bind_at_load"
872410217 ;;
872510218 esac
872610219 fi
875610249 *) func_append new_libs " $deplib" ;;
875710250 esac
875810251 done
8759 compile_deplibs="$new_libs"
10252 compile_deplibs=$new_libs
876010253
876110254
876210255 func_append compile_command " $compile_deplibs"
878010273 if test -n "$hardcode_libdir_flag_spec"; then
878110274 if test -n "$hardcode_libdir_separator"; then
878210275 if test -z "$hardcode_libdirs"; then
8783 hardcode_libdirs="$libdir"
10276 hardcode_libdirs=$libdir
878410277 else
878510278 # Just accumulate the unique libdirs.
878610279 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
880310296 fi
880410297 case $host in
880510298 *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
8806 testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
10299 testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
880710300 case :$dllsearchpath: in
880810301 *":$libdir:"*) ;;
880910302 ::) dllsearchpath=$libdir;;
882010313 # Substitute the hardcoded libdirs into the rpath.
882110314 if test -n "$hardcode_libdir_separator" &&
882210315 test -n "$hardcode_libdirs"; then
8823 libdir="$hardcode_libdirs"
10316 libdir=$hardcode_libdirs
882410317 eval rpath=\" $hardcode_libdir_flag_spec\"
882510318 fi
8826 compile_rpath="$rpath"
10319 compile_rpath=$rpath
882710320
882810321 rpath=
882910322 hardcode_libdirs=
883110324 if test -n "$hardcode_libdir_flag_spec"; then
883210325 if test -n "$hardcode_libdir_separator"; then
883310326 if test -z "$hardcode_libdirs"; then
8834 hardcode_libdirs="$libdir"
10327 hardcode_libdirs=$libdir
883510328 else
883610329 # Just accumulate the unique libdirs.
883710330 case $hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator in
885610349 # Substitute the hardcoded libdirs into the rpath.
885710350 if test -n "$hardcode_libdir_separator" &&
885810351 test -n "$hardcode_libdirs"; then
8859 libdir="$hardcode_libdirs"
10352 libdir=$hardcode_libdirs
886010353 eval rpath=\" $hardcode_libdir_flag_spec\"
886110354 fi
8862 finalize_rpath="$rpath"
8863
8864 if test -n "$libobjs" && test "$build_old_libs" = yes; then
10355 finalize_rpath=$rpath
10356
10357 if test -n "$libobjs" && test yes = "$build_old_libs"; then
886510358 # Transform all the library objects into standard objects.
886610359 compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
886710360 finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
886810361 fi
886910362
8870 func_generate_dlsyms "$outputname" "@PROGRAM@" "no"
10363 func_generate_dlsyms "$outputname" "@PROGRAM@" false
887110364
887210365 # template prelinking step
887310366 if test -n "$prelink_cmds"; then
887410367 func_execute_cmds "$prelink_cmds" 'exit $?'
887510368 fi
887610369
8877 wrappers_required=yes
10370 wrappers_required=:
887810371 case $host in
887910372 *cegcc* | *mingw32ce*)
888010373 # Disable wrappers for cegcc and mingw32ce hosts, we are cross compiling anyway.
8881 wrappers_required=no
10374 wrappers_required=false
888210375 ;;
888310376 *cygwin* | *mingw* )
8884 if test "$build_libtool_libs" != yes; then
8885 wrappers_required=no
8886 fi
10377 test yes = "$build_libtool_libs" || wrappers_required=false
888710378 ;;
888810379 *)
8889 if test "$need_relink" = no || test "$build_libtool_libs" != yes; then
8890 wrappers_required=no
10380 if test no = "$need_relink" || test yes != "$build_libtool_libs"; then
10381 wrappers_required=false
889110382 fi
889210383 ;;
889310384 esac
8894 if test "$wrappers_required" = no; then
10385 $wrappers_required || {
889510386 # Replace the output file specification.
889610387 compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
8897 link_command="$compile_command$compile_rpath"
10388 link_command=$compile_command$compile_rpath
889810389
889910390 # We have no uninstalled library dependencies, so finalize right now.
890010391 exit_status=0
890710398 fi
890810399
890910400 # Delete the generated files.
8910 if test -f "$output_objdir/${outputname}S.${objext}"; then
8911 func_show_eval '$RM "$output_objdir/${outputname}S.${objext}"'
10401 if test -f "$output_objdir/${outputname}S.$objext"; then
10402 func_show_eval '$RM "$output_objdir/${outputname}S.$objext"'
891210403 fi
891310404
891410405 exit $exit_status
8915 fi
10406 }
891610407
891710408 if test -n "$compile_shlibpath$finalize_shlibpath"; then
891810409 compile_command="$shlibpath_var=\"$compile_shlibpath$finalize_shlibpath\$$shlibpath_var\" $compile_command"
894210433 fi
894310434 fi
894410435
8945 if test "$no_install" = yes; then
10436 if test yes = "$no_install"; then
894610437 # We don't need to create a wrapper script.
8947 link_command="$compile_var$compile_command$compile_rpath"
10438 link_command=$compile_var$compile_command$compile_rpath
894810439 # Replace the output file specification.
894910440 link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
895010441 # Delete the old output file.
896110452 exit $EXIT_SUCCESS
896210453 fi
896310454
8964 if test "$hardcode_action" = relink; then
8965 # Fast installation is not supported
8966 link_command="$compile_var$compile_command$compile_rpath"
8967 relink_command="$finalize_var$finalize_command$finalize_rpath"
8968
8969 func_warning "this platform does not like uninstalled shared libraries"
8970 func_warning "\`$output' will be relinked during installation"
8971 else
8972 if test "$fast_install" != no; then
8973 link_command="$finalize_var$compile_command$finalize_rpath"
8974 if test "$fast_install" = yes; then
8975 relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
8976 else
8977 # fast_install is set to needless
8978 relink_command=
8979 fi
8980 else
8981 link_command="$compile_var$compile_command$compile_rpath"
8982 relink_command="$finalize_var$finalize_command$finalize_rpath"
8983 fi
8984 fi
10455 case $hardcode_action,$fast_install in
10456 relink,*)
10457 # Fast installation is not supported
10458 link_command=$compile_var$compile_command$compile_rpath
10459 relink_command=$finalize_var$finalize_command$finalize_rpath
10460
10461 func_warning "this platform does not like uninstalled shared libraries"
10462 func_warning "'$output' will be relinked during installation"
10463 ;;
10464 *,yes)
10465 link_command=$finalize_var$compile_command$finalize_rpath
10466 relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
10467 ;;
10468 *,no)
10469 link_command=$compile_var$compile_command$compile_rpath
10470 relink_command=$finalize_var$finalize_command$finalize_rpath
10471 ;;
10472 *,needless)
10473 link_command=$finalize_var$compile_command$finalize_rpath
10474 relink_command=
10475 ;;
10476 esac
898510477
898610478 # Replace the output file specification.
898710479 link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
903810530 func_dirname_and_basename "$output" "" "."
903910531 output_name=$func_basename_result
904010532 output_path=$func_dirname_result
9041 cwrappersource="$output_path/$objdir/lt-$output_name.c"
9042 cwrapper="$output_path/$output_name.exe"
10533 cwrappersource=$output_path/$objdir/lt-$output_name.c
10534 cwrapper=$output_path/$output_name.exe
904310535 $RM $cwrappersource $cwrapper
904410536 trap "$RM $cwrappersource $cwrapper; exit $EXIT_FAILURE" 1 2 15
904510537
906010552 trap "$RM $func_ltwrapper_scriptname_result; exit $EXIT_FAILURE" 1 2 15
906110553 $opt_dry_run || {
906210554 # note: this script will not be executed, so do not chmod.
9063 if test "x$build" = "x$host" ; then
10555 if test "x$build" = "x$host"; then
906410556 $cwrapper --lt-dump-script > $func_ltwrapper_scriptname_result
906510557 else
906610558 func_emit_wrapper no > $func_ltwrapper_scriptname_result
908310575 # See if we need to build an old-fashioned archive.
908410576 for oldlib in $oldlibs; do
908510577
9086 if test "$build_libtool_libs" = convenience; then
9087 oldobjs="$libobjs_save $symfileobj"
9088 addlibs="$convenience"
9089 build_libtool_libs=no
9090 else
9091 if test "$build_libtool_libs" = module; then
9092 oldobjs="$libobjs_save"
10578 case $build_libtool_libs in
10579 convenience)
10580 oldobjs="$libobjs_save $symfileobj"
10581 addlibs=$convenience
909310582 build_libtool_libs=no
9094 else
10583 ;;
10584 module)
10585 oldobjs=$libobjs_save
10586 addlibs=$old_convenience
10587 build_libtool_libs=no
10588 ;;
10589 *)
909510590 oldobjs="$old_deplibs $non_pic_objects"
9096 if test "$preload" = yes && test -f "$symfileobj"; then
9097 func_append oldobjs " $symfileobj"
9098 fi
9099 fi
9100 addlibs="$old_convenience"
9101 fi
10591 $preload && test -f "$symfileobj" \
10592 && func_append oldobjs " $symfileobj"
10593 addlibs=$old_convenience
10594 ;;
10595 esac
910210596
910310597 if test -n "$addlibs"; then
9104 gentop="$output_objdir/${outputname}x"
10598 gentop=$output_objdir/${outputname}x
910510599 func_append generated " $gentop"
910610600
910710601 func_extract_archives $gentop $addlibs
910910603 fi
911010604
911110605 # Do each command in the archive commands.
9112 if test -n "$old_archive_from_new_cmds" && test "$build_libtool_libs" = yes; then
10606 if test -n "$old_archive_from_new_cmds" && test yes = "$build_libtool_libs"; then
911310607 cmds=$old_archive_from_new_cmds
911410608 else
911510609
911610610 # Add any objects from preloaded convenience libraries
911710611 if test -n "$dlprefiles"; then
9118 gentop="$output_objdir/${outputname}x"
10612 gentop=$output_objdir/${outputname}x
911910613 func_append generated " $gentop"
912010614
912110615 func_extract_archives $gentop $dlprefiles
913610630 :
913710631 else
913810632 echo "copying selected object files to avoid basename conflicts..."
9139 gentop="$output_objdir/${outputname}x"
10633 gentop=$output_objdir/${outputname}x
914010634 func_append generated " $gentop"
914110635 func_mkdir_p "$gentop"
914210636 save_oldobjs=$oldobjs
914510639 for obj in $save_oldobjs
914610640 do
914710641 func_basename "$obj"
9148 objbase="$func_basename_result"
10642 objbase=$func_basename_result
914910643 case " $oldobjs " in
915010644 " ") oldobjs=$obj ;;
915110645 *[\ /]"$objbase "*)
921410708 else
921510709 # the above command should be used before it gets too long
921610710 oldobjs=$objlist
9217 if test "$obj" = "$last_oldobj" ; then
10711 if test "$obj" = "$last_oldobj"; then
921810712 RANLIB=$save_RANLIB
921910713 fi
922010714 test -z "$concat_cmds" || concat_cmds=$concat_cmds~
9221 eval concat_cmds=\"\${concat_cmds}$old_archive_cmds\"
10715 eval concat_cmds=\"\$concat_cmds$old_archive_cmds\"
922210716 objlist=
922310717 len=$len0
922410718 fi
922510719 done
922610720 RANLIB=$save_RANLIB
922710721 oldobjs=$objlist
9228 if test "X$oldobjs" = "X" ; then
10722 if test -z "$oldobjs"; then
922910723 eval cmds=\"\$concat_cmds\"
923010724 else
923110725 eval cmds=\"\$concat_cmds~\$old_archive_cmds\"
924210736 case $output in
924310737 *.la)
924410738 old_library=
9245 test "$build_old_libs" = yes && old_library="$libname.$libext"
10739 test yes = "$build_old_libs" && old_library=$libname.$libext
924610740 func_verbose "creating $output"
924710741
924810742 # Preserve any variables that may affect compiler behavior
925710751 fi
925810752 done
925910753 # Quote the link command for shipping.
9260 relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
10754 relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
926110755 relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
9262 if test "$hardcode_automatic" = yes ; then
10756 if test yes = "$hardcode_automatic"; then
926310757 relink_command=
926410758 fi
926510759
926610760 # Only create the output if not a dry run.
926710761 $opt_dry_run || {
926810762 for installed in no yes; do
9269 if test "$installed" = yes; then
10763 if test yes = "$installed"; then
927010764 if test -z "$install_libdir"; then
927110765 break
927210766 fi
9273 output="$output_objdir/$outputname"i
10767 output=$output_objdir/${outputname}i
927410768 # Replace all uninstalled libtool libraries with the installed ones
927510769 newdependency_libs=
927610770 for deplib in $dependency_libs; do
927710771 case $deplib in
927810772 *.la)
927910773 func_basename "$deplib"
9280 name="$func_basename_result"
10774 name=$func_basename_result
928110775 func_resolve_sysroot "$deplib"
9282 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
10776 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
928310777 test -z "$libdir" && \
9284 func_fatal_error "\`$deplib' is not a valid libtool archive"
10778 func_fatal_error "'$deplib' is not a valid libtool archive"
928510779 func_append newdependency_libs " ${lt_sysroot:+=}$libdir/$name"
928610780 ;;
928710781 -L*)
929710791 *) func_append newdependency_libs " $deplib" ;;
929810792 esac
929910793 done
9300 dependency_libs="$newdependency_libs"
10794 dependency_libs=$newdependency_libs
930110795 newdlfiles=
930210796
930310797 for lib in $dlfiles; do
930410798 case $lib in
930510799 *.la)
930610800 func_basename "$lib"
9307 name="$func_basename_result"
9308 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
10801 name=$func_basename_result
10802 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
930910803 test -z "$libdir" && \
9310 func_fatal_error "\`$lib' is not a valid libtool archive"
10804 func_fatal_error "'$lib' is not a valid libtool archive"
931110805 func_append newdlfiles " ${lt_sysroot:+=}$libdir/$name"
931210806 ;;
931310807 *) func_append newdlfiles " $lib" ;;
931410808 esac
931510809 done
9316 dlfiles="$newdlfiles"
10810 dlfiles=$newdlfiles
931710811 newdlprefiles=
931810812 for lib in $dlprefiles; do
931910813 case $lib in
932310817 # didn't already link the preopened objects directly into
932410818 # the library:
932510819 func_basename "$lib"
9326 name="$func_basename_result"
9327 eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
10820 name=$func_basename_result
10821 eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
932810822 test -z "$libdir" && \
9329 func_fatal_error "\`$lib' is not a valid libtool archive"
10823 func_fatal_error "'$lib' is not a valid libtool archive"
933010824 func_append newdlprefiles " ${lt_sysroot:+=}$libdir/$name"
933110825 ;;
933210826 esac
933310827 done
9334 dlprefiles="$newdlprefiles"
10828 dlprefiles=$newdlprefiles
933510829 else
933610830 newdlfiles=
933710831 for lib in $dlfiles; do
933810832 case $lib in
9339 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
10833 [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
934010834 *) abs=`pwd`"/$lib" ;;
934110835 esac
934210836 func_append newdlfiles " $abs"
934310837 done
9344 dlfiles="$newdlfiles"
10838 dlfiles=$newdlfiles
934510839 newdlprefiles=
934610840 for lib in $dlprefiles; do
934710841 case $lib in
9348 [\\/]* | [A-Za-z]:[\\/]*) abs="$lib" ;;
10842 [\\/]* | [A-Za-z]:[\\/]*) abs=$lib ;;
934910843 *) abs=`pwd`"/$lib" ;;
935010844 esac
935110845 func_append newdlprefiles " $abs"
935210846 done
9353 dlprefiles="$newdlprefiles"
10847 dlprefiles=$newdlprefiles
935410848 fi
935510849 $RM $output
935610850 # place dlname in correct position for cygwin
936610860 case $host,$output,$installed,$module,$dlname in
936710861 *cygwin*,*lai,yes,no,*.dll | *mingw*,*lai,yes,no,*.dll | *cegcc*,*lai,yes,no,*.dll)
936810862 # If a -bindir argument was supplied, place the dll there.
9369 if test "x$bindir" != x ;
9370 then
10863 if test -n "$bindir"; then
937110864 func_relative_path "$install_libdir" "$bindir"
9372 tdlname=$func_relative_path_result$dlname
10865 tdlname=$func_relative_path_result/$dlname
937310866 else
937410867 # Otherwise fall back on heuristic.
937510868 tdlname=../bin/$dlname
937810871 esac
937910872 $ECHO > $output "\
938010873 # $outputname - a libtool library file
9381 # Generated by $PROGRAM (GNU $PACKAGE$TIMESTAMP) $VERSION
10874 # Generated by $PROGRAM (GNU $PACKAGE) $VERSION
938210875 #
938310876 # Please DO NOT delete this file!
938410877 # It is necessary for linking the library.
939210885 # The name of the static archive.
939310886 old_library='$old_library'
939410887
9395 # Linker flags that can not go in dependency_libs.
10888 # Linker flags that cannot go in dependency_libs.
939610889 inherited_linker_flags='$new_inherited_linker_flags'
939710890
939810891 # Libraries that this one depends upon.
941810911
941910912 # Directory that this library needs to be installed in:
942010913 libdir='$install_libdir'"
9421 if test "$installed" = no && test "$need_relink" = yes; then
10914 if test no,yes = "$installed,$need_relink"; then
942210915 $ECHO >> $output "\
942310916 relink_command=\"$relink_command\""
942410917 fi
943310926 exit $EXIT_SUCCESS
943410927 }
943510928
9436 { test "$opt_mode" = link || test "$opt_mode" = relink; } &&
9437 func_mode_link ${1+"$@"}
10929 if test link = "$opt_mode" || test relink = "$opt_mode"; then
10930 func_mode_link ${1+"$@"}
10931 fi
943810932
943910933
944010934 # func_mode_uninstall arg...
944110935 func_mode_uninstall ()
944210936 {
9443 $opt_debug
9444 RM="$nonopt"
10937 $debug_cmd
10938
10939 RM=$nonopt
944510940 files=
9446 rmforce=
10941 rmforce=false
944710942 exit_status=0
944810943
944910944 # This variable tells wrapper scripts just to set variables rather
945010945 # than running their programs.
9451 libtool_install_magic="$magic"
10946 libtool_install_magic=$magic
945210947
945310948 for arg
945410949 do
945510950 case $arg in
9456 -f) func_append RM " $arg"; rmforce=yes ;;
10951 -f) func_append RM " $arg"; rmforce=: ;;
945710952 -*) func_append RM " $arg" ;;
945810953 *) func_append files " $arg" ;;
945910954 esac
946610961
946710962 for file in $files; do
946810963 func_dirname "$file" "" "."
9469 dir="$func_dirname_result"
9470 if test "X$dir" = X.; then
9471 odir="$objdir"
10964 dir=$func_dirname_result
10965 if test . = "$dir"; then
10966 odir=$objdir
947210967 else
9473 odir="$dir/$objdir"
10968 odir=$dir/$objdir
947410969 fi
947510970 func_basename "$file"
9476 name="$func_basename_result"
9477 test "$opt_mode" = uninstall && odir="$dir"
10971 name=$func_basename_result
10972 test uninstall = "$opt_mode" && odir=$dir
947810973
947910974 # Remember odir for removal later, being careful to avoid duplicates
9480 if test "$opt_mode" = clean; then
10975 if test clean = "$opt_mode"; then
948110976 case " $rmdirs " in
948210977 *" $odir "*) ;;
948310978 *) func_append rmdirs " $odir" ;;
949210987 elif test -d "$file"; then
949310988 exit_status=1
949410989 continue
9495 elif test "$rmforce" = yes; then
10990 elif $rmforce; then
949610991 continue
949710992 fi
949810993
9499 rmfiles="$file"
10994 rmfiles=$file
950010995
950110996 case $name in
950210997 *.la)
951011005 done
951111006 test -n "$old_library" && func_append rmfiles " $odir/$old_library"
951211007
9513 case "$opt_mode" in
11008 case $opt_mode in
951411009 clean)
951511010 case " $library_names " in
951611011 *" $dlname "*) ;;
952111016 uninstall)
952211017 if test -n "$library_names"; then
952311018 # Do each command in the postuninstall commands.
9524 func_execute_cmds "$postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
11019 func_execute_cmds "$postuninstall_cmds" '$rmforce || exit_status=1'
952511020 fi
952611021
952711022 if test -n "$old_library"; then
952811023 # Do each command in the old_postuninstall commands.
9529 func_execute_cmds "$old_postuninstall_cmds" 'test "$rmforce" = yes || exit_status=1'
11024 func_execute_cmds "$old_postuninstall_cmds" '$rmforce || exit_status=1'
953011025 fi
953111026 # FIXME: should reinstall the best remaining shared library.
953211027 ;;
954211037 func_source $dir/$name
954311038
954411039 # Add PIC object to the list of files to remove.
9545 if test -n "$pic_object" &&
9546 test "$pic_object" != none; then
11040 if test -n "$pic_object" && test none != "$pic_object"; then
954711041 func_append rmfiles " $dir/$pic_object"
954811042 fi
954911043
955011044 # Add non-PIC object to the list of files to remove.
9551 if test -n "$non_pic_object" &&
9552 test "$non_pic_object" != none; then
11045 if test -n "$non_pic_object" && test none != "$non_pic_object"; then
955311046 func_append rmfiles " $dir/$non_pic_object"
955411047 fi
955511048 fi
955611049 ;;
955711050
955811051 *)
9559 if test "$opt_mode" = clean ; then
11052 if test clean = "$opt_mode"; then
956011053 noexename=$name
956111054 case $file in
956211055 *.exe)
958311076
958411077 # note $name still contains .exe if it was in $file originally
958511078 # as does the version of $file that was added into $rmfiles
9586 func_append rmfiles " $odir/$name $odir/${name}S.${objext}"
9587 if test "$fast_install" = yes && test -n "$relink_command"; then
11079 func_append rmfiles " $odir/$name $odir/${name}S.$objext"
11080 if test yes = "$fast_install" && test -n "$relink_command"; then
958811081 func_append rmfiles " $odir/lt-$name"
958911082 fi
9590 if test "X$noexename" != "X$name" ; then
9591 func_append rmfiles " $odir/lt-${noexename}.c"
11083 if test "X$noexename" != "X$name"; then
11084 func_append rmfiles " $odir/lt-$noexename.c"
959211085 fi
959311086 fi
959411087 fi
959711090 func_show_eval "$RM $rmfiles" 'exit_status=1'
959811091 done
959911092
9600 # Try to remove the ${objdir}s in the directories where we deleted files
11093 # Try to remove the $objdir's in the directories where we deleted files
960111094 for dir in $rmdirs; do
960211095 if test -d "$dir"; then
960311096 func_show_eval "rmdir $dir >/dev/null 2>&1"
960711100 exit $exit_status
960811101 }
960911102
9610 { test "$opt_mode" = uninstall || test "$opt_mode" = clean; } &&
9611 func_mode_uninstall ${1+"$@"}
11103 if test uninstall = "$opt_mode" || test clean = "$opt_mode"; then
11104 func_mode_uninstall ${1+"$@"}
11105 fi
961211106
961311107 test -z "$opt_mode" && {
9614 help="$generic_help"
11108 help=$generic_help
961511109 func_fatal_help "you must specify a MODE"
961611110 }
961711111
961811112 test -z "$exec_cmd" && \
9619 func_fatal_help "invalid operation mode \`$opt_mode'"
11113 func_fatal_help "invalid operation mode '$opt_mode'"
962011114
962111115 if test -n "$exec_cmd"; then
962211116 eval exec "$exec_cmd"
962711121
962811122
962911123 # The TAGs below are defined such that we never get into a situation
9630 # in which we disable both kinds of libraries. Given conflicting
11124 # where we disable both kinds of libraries. Given conflicting
963111125 # choices, we go for a static library, that is the most portable,
963211126 # since we can't tell whether shared libraries were disabled because
963311127 # the user asked for that or because the platform doesn't support
965011144 # mode:shell-script
965111145 # sh-indentation:2
965211146 # End:
9653 # vi:sw=2
9654
00 #! /bin/sh
11 # Common wrapper for a few potentially missing GNU programs.
22
3 scriptversion=2012-06-26.16; # UTC
4
5 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
3 scriptversion=2013-10-28.13; # UTC
4
5 # Copyright (C) 1996-2014 Free Software Foundation, Inc.
66 # Originally written by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
77
88 # This program is free software; you can redistribute it and/or modify
159159 ;;
160160 autom4te*)
161161 echo "You might have modified some maintainer files that require"
162 echo "the 'automa4te' program to be rebuilt."
162 echo "the 'autom4te' program to be rebuilt."
163163 program_details 'autom4te'
164164 ;;
165165 bison*|yacc*)
0 #! /bin/sh
1 # test-driver - basic testsuite driver script.
2
3 scriptversion=2013-07-13.22; # UTC
4
5 # Copyright (C) 2011-2014 Free Software Foundation, Inc.
6 #
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2, or (at your option)
10 # any later version.
11 #
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 # GNU General Public License for more details.
16 #
17 # You should have received a copy of the GNU General Public License
18 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19
20 # As a special exception to the GNU General Public License, if you
21 # distribute this file as part of a program that contains a
22 # configuration script generated by Autoconf, you may include it under
23 # the same distribution terms that you use for the rest of that program.
24
25 # This file is maintained in Automake, please report
26 # bugs to <bug-automake@gnu.org> or send patches to
27 # <automake-patches@gnu.org>.
28
29 # Make unconditional expansion of undefined variables an error. This
30 # helps a lot in preventing typo-related bugs.
31 set -u
32
33 usage_error ()
34 {
35 echo "$0: $*" >&2
36 print_usage >&2
37 exit 2
38 }
39
40 print_usage ()
41 {
42 cat <<END
43 Usage:
44 test-driver --test-name=NAME --log-file=PATH --trs-file=PATH
45 [--expect-failure={yes|no}] [--color-tests={yes|no}]
46 [--enable-hard-errors={yes|no}] [--]
47 TEST-SCRIPT [TEST-SCRIPT-ARGUMENTS]
48 The '--test-name', '--log-file' and '--trs-file' options are mandatory.
49 END
50 }
51
52 test_name= # Used for reporting.
53 log_file= # Where to save the output of the test script.
54 trs_file= # Where to save the metadata of the test run.
55 expect_failure=no
56 color_tests=no
57 enable_hard_errors=yes
58 while test $# -gt 0; do
59 case $1 in
60 --help) print_usage; exit $?;;
61 --version) echo "test-driver $scriptversion"; exit $?;;
62 --test-name) test_name=$2; shift;;
63 --log-file) log_file=$2; shift;;
64 --trs-file) trs_file=$2; shift;;
65 --color-tests) color_tests=$2; shift;;
66 --expect-failure) expect_failure=$2; shift;;
67 --enable-hard-errors) enable_hard_errors=$2; shift;;
68 --) shift; break;;
69 -*) usage_error "invalid option: '$1'";;
70 *) break;;
71 esac
72 shift
73 done
74
75 missing_opts=
76 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
77 test x"$log_file" = x && missing_opts="$missing_opts --log-file"
78 test x"$trs_file" = x && missing_opts="$missing_opts --trs-file"
79 if test x"$missing_opts" != x; then
80 usage_error "the following mandatory options are missing:$missing_opts"
81 fi
82
83 if test $# -eq 0; then
84 usage_error "missing argument"
85 fi
86
87 if test $color_tests = yes; then
88 # Keep this in sync with 'lib/am/check.am:$(am__tty_colors)'.
89 red='' # Red.
90 grn='' # Green.
91 lgn='' # Light green.
92 blu='' # Blue.
93 mgn='' # Magenta.
94 std='' # No color.
95 else
96 red= grn= lgn= blu= mgn= std=
97 fi
98
99 do_exit='rm -f $log_file $trs_file; (exit $st); exit $st'
100 trap "st=129; $do_exit" 1
101 trap "st=130; $do_exit" 2
102 trap "st=141; $do_exit" 13
103 trap "st=143; $do_exit" 15
104
105 # Test script is run here.
106 "$@" >$log_file 2>&1
107 estatus=$?
108
109 if test $enable_hard_errors = no && test $estatus -eq 99; then
110 tweaked_estatus=1
111 else
112 tweaked_estatus=$estatus
113 fi
114
115 case $tweaked_estatus:$expect_failure in
116 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;;
117 0:*) col=$grn res=PASS recheck=no gcopy=no;;
118 77:*) col=$blu res=SKIP recheck=no gcopy=yes;;
119 99:*) col=$mgn res=ERROR recheck=yes gcopy=yes;;
120 *:yes) col=$lgn res=XFAIL recheck=no gcopy=yes;;
121 *:*) col=$red res=FAIL recheck=yes gcopy=yes;;
122 esac
123
124 # Report the test outcome and exit status in the logs, so that one can
125 # know whether the test passed or failed simply by looking at the '.log'
126 # file, without the need of also peaking into the corresponding '.trs'
127 # file (automake bug#11814).
128 echo "$res $test_name (exit status: $estatus)" >>$log_file
129
130 # Report outcome to console.
131 echo "${col}${res}${std}: $test_name"
132
133 # Register the test result, and other relevant metadata.
134 echo ":test-result: $res" > $trs_file
135 echo ":global-test-result: $res" >> $trs_file
136 echo ":recheck: $recheck" >> $trs_file
137 echo ":copy-in-global-log: $gcopy" >> $trs_file
138
139 # Local Variables:
140 # mode: shell-script
141 # sh-indentation: 2
142 # eval: (add-hook 'write-file-hooks 'time-stamp)
143 # time-stamp-start: "scriptversion="
144 # time-stamp-format: "%:y-%02m-%02d.%02H"
145 # time-stamp-time-zone: "UTC"
146 # time-stamp-end: "; # UTC"
147 # End:
5050 /* Have libgovirt? */
5151 #undef HAVE_OVIRT
5252
53 /* Have rest_proxy_auth_cancel and OVIRT_REST_CALL_ERROR_CANCELLED? */
54 #undef HAVE_OVIRT_CANCEL
55
5356 /* Define to 1 if you have the `socketpair' function. */
5457 #undef HAVE_SOCKETPAIR
5558
8386 /* Define to 1 if you have the <unistd.h> header file. */
8487 #undef HAVE_UNISTD_H
8588
89 /* Have virDomainOpenGraphicsFD? */
90 #undef HAVE_VIR_DOMAIN_OPEN_GRAPHICS_FD
91
8692 /* Define to 1 if you have the <windows.h> header file. */
8793 #undef HAVE_WINDOWS_H
8894
89 /* Define to the sub-directory in which libtool stores uninstalled libraries.
90 */
95 /* Define to the sub-directory where libtool stores uninstalled libraries. */
9196 #undef LT_OBJDIR
92
93 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
94 #undef NO_MINUS_C_MINUS_O
9597
9698 /* Name of package */
9799 #undef PACKAGE
114116 /* Define to the version of this package. */
115117 #undef PACKAGE_VERSION
116118
119 /* OS ID for this build */
120 #undef REMOTE_VIEWER_OS_ID
121
117122 /* Define to 1 if you have the ANSI C header files. */
118123 #undef STDC_HEADERS
119124
+1669
-1119
configure less more
00 #! /bin/sh
11 # Guess values for system-dependent variables and create Makefiles.
2 # Generated by GNU Autoconf 2.69 for virt-viewer 1.0.
2 # Generated by GNU Autoconf 2.69 for virt-viewer 3.1.
33 #
44 #
55 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
586586 # Identity of this package.
587587 PACKAGE_NAME='virt-viewer'
588588 PACKAGE_TARNAME='virt-viewer'
589 PACKAGE_VERSION='1.0'
590 PACKAGE_STRING='virt-viewer 1.0'
589 PACKAGE_VERSION='3.1'
590 PACKAGE_STRING='virt-viewer 3.1'
591591 PACKAGE_BUGREPORT=''
592592 PACKAGE_URL=''
593593
638638 UPDATE_MIME_DATABASE
639639 WINDOWS_PRODUCTVERSION
640640 BUILDID
641 HAVE_OVIRT_FALSE
642 HAVE_OVIRT_TRUE
641643 OVIRT_LIBS
642644 OVIRT_CFLAGS
643645 HAVE_SPICE_GTK_FALSE
725727 WINDRES
726728 ICOTOOL
727729 CPP
730 LT_SYS_LIBRARY_PATH
728731 OTOOL64
729732 OTOOL
730733 LIPO
858861 enable_static
859862 with_pic
860863 enable_fast_install
864 with_aix_soname
861865 with_gnu_ld
862866 with_sysroot
863867 enable_libtool_lock
869873 with_gtk_vnc
870874 with_spice_gtk
871875 with_ovirt
876 with_osid
872877 with_buildid
873878 enable_update_mimedb
874879 '
880885 LDFLAGS
881886 LIBS
882887 CPPFLAGS
888 LT_SYS_LIBRARY_PATH
883889 CPP
884890 PKG_CONFIG
885891 PKG_CONFIG_PATH
14421448 # Omit some internal or obsolete options to make the list less imposing.
14431449 # This message is too long to be a string in the A/UX 3.1 sh.
14441450 cat <<_ACEOF
1445 \`configure' configures virt-viewer 1.0 to adapt to many kinds of systems.
1451 \`configure' configures virt-viewer 3.1 to adapt to many kinds of systems.
14461452
14471453 Usage: $0 [OPTION]... [VAR=VALUE]...
14481454
15121518
15131519 if test -n "$ac_init_help"; then
15141520 case $ac_init_help in
1515 short | recursive ) echo "Configuration of virt-viewer 1.0:";;
1521 short | recursive ) echo "Configuration of virt-viewer 3.1:";;
15161522 esac
15171523 cat <<\_ACEOF
15181524
15431549 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
15441550 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
15451551 both]
1552 --with-aix-soname=aix|svr4|both
1553 shared library versioning (aka "SONAME") variant to
1554 provide on AIX, [default=aix].
15461555 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1547 --with-sysroot=DIR Search for dependent libraries within DIR
1548 (or the compiler's sysroot if not specified).
1556 --with-sysroot[=DIR] Search for dependent libraries within DIR (or the
1557 compiler's sysroot if not specified).
15491558 --without-libvirt Ignore presence of libvirt and disable it
15501559 --with-gtk=2.0|3.0 which gtk+ version to compile against (default: 3.0)
15511560 --without-gtk-vnc Ignore presence of gtk-vnc and disable it
15521561 --without-spice-gtk Ignore presence of spice-gtk and disable it
15531562 --without-ovirt Ignore presence of librest and disable oVirt support
1563 --with-osid=id Set OS ID for use in .vv files
15541564 --with-buildid=id Set additional build version details
15551565
15561566 Some influential environment variables:
15611571 LIBS libraries to pass to the linker, e.g. -l<library>
15621572 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
15631573 you have headers in a nonstandard directory <include dir>
1574 LT_SYS_LIBRARY_PATH
1575 User-defined run-time library search path.
15641576 CPP C preprocessor
15651577 PKG_CONFIG path to pkg-config utility
15661578 PKG_CONFIG_PATH
16661678 test -n "$ac_init_help" && exit $ac_status
16671679 if $ac_init_version; then
16681680 cat <<\_ACEOF
1669 virt-viewer configure 1.0
1681 virt-viewer configure 3.1
16701682 generated by GNU Autoconf 2.69
16711683
16721684 Copyright (C) 2012 Free Software Foundation, Inc.
20312043 This file contains any messages produced by compilers while
20322044 running configure, to aid debugging if configure makes a mistake.
20332045
2034 It was created by virt-viewer $as_me 1.0, which was
2046 It was created by virt-viewer $as_me 3.1, which was
20352047 generated by GNU Autoconf 2.69. Invocation command line was
20362048
20372049 $ $0 $@
24122424
24132425 ac_config_headers="$ac_config_headers config.h"
24142426
2415 am__api_version='1.13'
2427 am__api_version='1.15'
24162428
24172429 # Find a good install program. We prefer a C program (faster),
24182430 # so one script is as good as another. But avoid the broken or
25842596 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
25852597 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
25862598
2587 # expand $ac_aux_dir to an absolute path
2588 am_aux_dir=`cd $ac_aux_dir && pwd`
2599 # Expand $ac_aux_dir to an absolute path.
2600 am_aux_dir=`cd "$ac_aux_dir" && pwd`
25892601
25902602 if test x"${MISSING+set}" != xset; then
25912603 case $am_aux_dir in
26042616 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
26052617 fi
26062618
2607 if test x"${install_sh}" != xset; then
2619 if test x"${install_sh+set}" != xset; then
26082620 case $am_aux_dir in
26092621 *\ * | *\ *)
26102622 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
28982910
28992911 # Define the identity of the package.
29002912 PACKAGE='virt-viewer'
2901 VERSION='1.0'
2913 VERSION='3.1'
29022914
29032915
29042916 cat >>confdefs.h <<_ACEOF
29322944 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
29332945 mkdir_p='$(MKDIR_P)'
29342946
2935 # We need awk for the "check" target. The system "awk" is bad on
2936 # some platforms.
2947 # We need awk for the "check" target (and possibly the TAP driver). The
2948 # system "awk" is bad on some platforms.
29372949 # Always define AMTAR for backward compatibility. Yes, it's still used
29382950 # in the wild :-( We should find a proper way to deprecate it ...
29392951 AMTAR='$${TAR-tar}'
29482960
29492961
29502962
2963
2964 # POSIX will say in a future version that running "rm -f" with no argument
2965 # is OK; and we want to be able to make that assumption in our Makefile
2966 # recipes. So use an aggressive probe to check that the usage we want is
2967 # actually supported "in the wild" to an acceptable degree.
2968 # See automake bug#10828.
2969 # To make any issue more visible, cause the running configure to be aborted
2970 # by default if the 'rm' program in use doesn't match our expectations; the
2971 # user can still override this though.
2972 if rm -f && rm -fr && rm -rf; then : OK; else
2973 cat >&2 <<'END'
2974 Oops!
2975
2976 Your 'rm' program seems unable to run without file operands specified
2977 on the command line, even when the '-f' option is present. This is contrary
2978 to the behaviour of most rm programs out there, and not conforming with
2979 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2980
2981 Please tell bug-automake@gnu.org about your system, including the value
2982 of your $PATH and any error possibly output before this message. This
2983 can help us improve future automake versions.
2984
2985 END
2986 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2987 echo 'Configuration will proceed anyway, since you have set the' >&2
2988 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2989 echo >&2
2990 else
2991 cat >&2 <<'END'
2992 Aborting the configuration process, to ensure you take notice of the issue.
2993
2994 You can download and install GNU coreutils to get an 'rm' implementation
2995 that behaves properly: <http://www.gnu.org/software/coreutils/>.
2996
2997 If you want to complete the configuration process using your problematic
2998 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2999 to "yes", and re-run configure.
3000
3001 END
3002 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3003 fi
3004 fi
29513005
29523006 # Make sure we can run config.sub.
29533007 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
30703124 GTK3_REQUIRED="3.0"
30713125 GTK_VNC1_REQUIRED="0.3.8"
30723126 GTK_VNC2_REQUIRED="0.4.0"
3073 SPICE_GTK_REQUIRED="0.22"
3074 SPICE_PROTOCOL_REQUIRED="0.10.1"
3075 GOVIRT_REQUIRED="0.3.0"
3127 SPICE_GTK_REQUIRED="0.30"
3128 SPICE_PROTOCOL_REQUIRED="0.12.7"
3129 GOVIRT_REQUIRED="0.3.2"
30763130
30773131
30783132
39033957 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
39043958 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
39053959 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3960
3961 ac_ext=c
3962 ac_cpp='$CPP $CPPFLAGS'
3963 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3964 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3965 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3967 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3968 if ${am_cv_prog_cc_c_o+:} false; then :
3969 $as_echo_n "(cached) " >&6
3970 else
3971 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3972 /* end confdefs.h. */
3973
3974 int
3975 main ()
3976 {
3977
3978 ;
3979 return 0;
3980 }
3981 _ACEOF
3982 # Make sure it works both with $CC and with simple cc.
3983 # Following AC_PROG_CC_C_O, we do the test twice because some
3984 # compilers refuse to overwrite an existing .o file with -o,
3985 # though they will create one.
3986 am_cv_prog_cc_c_o=yes
3987 for am_i in 1 2; do
3988 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3989 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3990 ac_status=$?
3991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3992 (exit $ac_status); } \
3993 && test -f conftest2.$ac_objext; then
3994 : OK
3995 else
3996 am_cv_prog_cc_c_o=no
3997 break
3998 fi
3999 done
4000 rm -f core conftest*
4001 unset am_i
4002 fi
4003 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4004 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4005 if test "$am_cv_prog_cc_c_o" != yes; then
4006 # Losing compiler, so override with the script.
4007 # FIXME: It is wrong to rewrite CC.
4008 # But if we don't then we get into trouble of one sort or another.
4009 # A longer-term fix would be to have automake use am__CC in this case,
4010 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4011 CC="$am_aux_dir/compile $CC"
4012 fi
4013 ac_ext=c
4014 ac_cpp='$CPP $CPPFLAGS'
4015 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4016 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4017 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4018
39064019 DEPDIR="${am__leading_dot}deps"
39074020
39084021 ac_config_commands="$ac_config_commands depfiles"
40954208 fi
40964209
40974210
4098 if test "x$CC" != xcc; then
4099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
4100 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
4101 else
4102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
4103 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
4104 fi
4105 set dummy $CC; ac_cc=`$as_echo "$2" |
4106 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4107 if eval \${ac_cv_prog_cc_${ac_cc}_c_o+:} false; then :
4108 $as_echo_n "(cached) " >&6
4109 else
4110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4111 /* end confdefs.h. */
4112
4113 int
4114 main ()
4115 {
4116
4117 ;
4118 return 0;
4119 }
4120 _ACEOF
4121 # Make sure it works both with $CC and with simple cc.
4122 # We do the test twice because some compilers refuse to overwrite an
4123 # existing .o file with -o, though they will create one.
4124 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4125 rm -f conftest2.*
4126 if { { case "(($ac_try" in
4127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4128 *) ac_try_echo=$ac_try;;
4129 esac
4130 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4131 $as_echo "$ac_try_echo"; } >&5
4132 (eval "$ac_try") 2>&5
4133 ac_status=$?
4134 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4135 test $ac_status = 0; } &&
4136 test -f conftest2.$ac_objext && { { case "(($ac_try" in
4137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4138 *) ac_try_echo=$ac_try;;
4139 esac
4140 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4141 $as_echo "$ac_try_echo"; } >&5
4142 (eval "$ac_try") 2>&5
4143 ac_status=$?
4144 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4145 test $ac_status = 0; };
4146 then
4147 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
4148 if test "x$CC" != xcc; then
4149 # Test first that cc exists at all.
4150 if { ac_try='cc -c conftest.$ac_ext >&5'
4151 { { case "(($ac_try" in
4152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4153 *) ac_try_echo=$ac_try;;
4154 esac
4155 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4156 $as_echo "$ac_try_echo"; } >&5
4157 (eval "$ac_try") 2>&5
4158 ac_status=$?
4159 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4160 test $ac_status = 0; }; }; then
4161 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4162 rm -f conftest2.*
4163 if { { case "(($ac_try" in
4164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4165 *) ac_try_echo=$ac_try;;
4166 esac
4167 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4168 $as_echo "$ac_try_echo"; } >&5
4169 (eval "$ac_try") 2>&5
4170 ac_status=$?
4171 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4172 test $ac_status = 0; } &&
4173 test -f conftest2.$ac_objext && { { case "(($ac_try" in
4174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4175 *) ac_try_echo=$ac_try;;
4176 esac
4177 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4178 $as_echo "$ac_try_echo"; } >&5
4179 (eval "$ac_try") 2>&5
4180 ac_status=$?
4181 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4182 test $ac_status = 0; };
4183 then
4184 # cc works too.
4185 :
4186 else
4187 # cc exists but doesn't like -o.
4188 eval ac_cv_prog_cc_${ac_cc}_c_o=no
4189 fi
4190 fi
4191 fi
4192 else
4193 eval ac_cv_prog_cc_${ac_cc}_c_o=no
4194 fi
4195 rm -f core conftest*
4196
4197 fi
4198 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
4199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4200 $as_echo "yes" >&6; }
4201 else
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4203 $as_echo "no" >&6; }
4204
4205 $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
4206
4207 fi
4208
4209 # FIXME: we rely on the cache variable name because
4210 # there is no other way.
4211 set dummy $CC
4212 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4213 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
4214 if test "$am_t" != yes; then
4215 # Losing compiler, so override with the script.
4216 # FIXME: It is wrong to rewrite CC.
4217 # But if we don't then we get into trouble of one sort or another.
4218 # A longer-term fix would be to have automake use am__CC in this case,
4219 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4220 CC="$am_aux_dir/compile $CC"
4221 fi
4222
42234211
42244212 case `pwd` in
42254213 *\ * | *\ *)
42294217
42304218
42314219
4232 macro_version='2.4.2'
4233 macro_revision='1.3337'
4234
4235
4236
4237
4238
4239
4240
4241
4242
4243
4244
4245
4246
4247 ltmain="$ac_aux_dir/ltmain.sh"
4220 macro_version='2.4.6'
4221 macro_revision='2.4.6'
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235 ltmain=$ac_aux_dir/ltmain.sh
42484236
42494237 # Backslashify metacharacters that are still active within
42504238 # double-quoted strings.
42934281 $ECHO ""
42944282 }
42954283
4296 case "$ECHO" in
4284 case $ECHO in
42974285 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
42984286 $as_echo "printf" >&6; } ;;
42994287 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
46164604
46174605 # Check whether --with-gnu-ld was given.
46184606 if test "${with_gnu_ld+set}" = set; then :
4619 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4607 withval=$with_gnu_ld; test no = "$withval" || with_gnu_ld=yes
46204608 else
46214609 with_gnu_ld=no
46224610 fi
46234611
46244612 ac_prog=ld
4625 if test "$GCC" = yes; then
4613 if test yes = "$GCC"; then
46264614 # Check if gcc -print-prog-name=ld gives a path.
46274615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
46284616 $as_echo_n "checking for ld used by $CC... " >&6; }
46294617 case $host in
46304618 *-*-mingw*)
4631 # gcc leaves a trailing carriage return which upsets mingw
4619 # gcc leaves a trailing carriage return, which upsets mingw
46324620 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
46334621 *)
46344622 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
46424630 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
46434631 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
46444632 done
4645 test -z "$LD" && LD="$ac_prog"
4633 test -z "$LD" && LD=$ac_prog
46464634 ;;
46474635 "")
46484636 # If it fails, then pretend we aren't using GCC.
46534641 with_gnu_ld=unknown
46544642 ;;
46554643 esac
4656 elif test "$with_gnu_ld" = yes; then
4644 elif test yes = "$with_gnu_ld"; then
46574645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
46584646 $as_echo_n "checking for GNU ld... " >&6; }
46594647 else
46644652 $as_echo_n "(cached) " >&6
46654653 else
46664654 if test -z "$LD"; then
4667 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4655 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
46684656 for ac_dir in $PATH; do
4669 IFS="$lt_save_ifs"
4657 IFS=$lt_save_ifs
46704658 test -z "$ac_dir" && ac_dir=.
46714659 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4672 lt_cv_path_LD="$ac_dir/$ac_prog"
4660 lt_cv_path_LD=$ac_dir/$ac_prog
46734661 # Check to see if the program is GNU ld. I'd rather use --version,
46744662 # but apparently some variants of GNU ld only accept -v.
46754663 # Break only if it was the GNU/non-GNU ld that we prefer.
46764664 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
46774665 *GNU* | *'with BFD'*)
4678 test "$with_gnu_ld" != no && break
4666 test no != "$with_gnu_ld" && break
46794667 ;;
46804668 *)
4681 test "$with_gnu_ld" != yes && break
4669 test yes != "$with_gnu_ld" && break
46824670 ;;
46834671 esac
46844672 fi
46854673 done
4686 IFS="$lt_save_ifs"
4687 else
4688 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4689 fi
4690 fi
4691
4692 LD="$lt_cv_path_LD"
4674 IFS=$lt_save_ifs
4675 else
4676 lt_cv_path_LD=$LD # Let the user override the test with a path.
4677 fi
4678 fi
4679
4680 LD=$lt_cv_path_LD
46934681 if test -n "$LD"; then
46944682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
46954683 $as_echo "$LD" >&6; }
47324720 else
47334721 if test -n "$NM"; then
47344722 # Let the user override the test.
4735 lt_cv_path_NM="$NM"
4736 else
4737 lt_nm_to_check="${ac_tool_prefix}nm"
4723 lt_cv_path_NM=$NM
4724 else
4725 lt_nm_to_check=${ac_tool_prefix}nm
47384726 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
47394727 lt_nm_to_check="$lt_nm_to_check nm"
47404728 fi
47414729 for lt_tmp_nm in $lt_nm_to_check; do
4742 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4730 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
47434731 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4744 IFS="$lt_save_ifs"
4732 IFS=$lt_save_ifs
47454733 test -z "$ac_dir" && ac_dir=.
4746 tmp_nm="$ac_dir/$lt_tmp_nm"
4747 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4734 tmp_nm=$ac_dir/$lt_tmp_nm
4735 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
47484736 # Check to see if the nm accepts a BSD-compat flag.
4749 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4737 # Adding the 'sed 1q' prevents false positives on HP-UX, which says:
47504738 # nm: unknown option "B" ignored
47514739 # Tru64's nm complains that /dev/null is an invalid object file
4752 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4753 */dev/null* | *'Invalid file or object type'*)
4740 # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
4741 case $build_os in
4742 mingw*) lt_bad_file=conftest.nm/nofile ;;
4743 *) lt_bad_file=/dev/null ;;
4744 esac
4745 case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
4746 *$lt_bad_file* | *'Invalid file or object type'*)
47544747 lt_cv_path_NM="$tmp_nm -B"
4755 break
4748 break 2
47564749 ;;
47574750 *)
47584751 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
47594752 */dev/null*)
47604753 lt_cv_path_NM="$tmp_nm -p"
4761 break
4754 break 2
47624755 ;;
47634756 *)
47644757 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
47694762 esac
47704763 fi
47714764 done
4772 IFS="$lt_save_ifs"
4765 IFS=$lt_save_ifs
47734766 done
47744767 : ${lt_cv_path_NM=no}
47754768 fi
47764769 fi
47774770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
47784771 $as_echo "$lt_cv_path_NM" >&6; }
4779 if test "$lt_cv_path_NM" != "no"; then
4780 NM="$lt_cv_path_NM"
4772 if test no != "$lt_cv_path_NM"; then
4773 NM=$lt_cv_path_NM
47814774 else
47824775 # Didn't find any BSD compatible name lister, look for dumpbin.
47834776 if test -n "$DUMPBIN"; then :
48834876 fi
48844877 fi
48854878
4886 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4879 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
48874880 *COFF*)
4888 DUMPBIN="$DUMPBIN -symbols"
4881 DUMPBIN="$DUMPBIN -symbols -headers"
48894882 ;;
48904883 *)
48914884 DUMPBIN=:
48934886 esac
48944887 fi
48954888
4896 if test "$DUMPBIN" != ":"; then
4897 NM="$DUMPBIN"
4889 if test : != "$DUMPBIN"; then
4890 NM=$DUMPBIN
48984891 fi
48994892 fi
49004893 test -z "$NM" && NM=nm
49454938 $as_echo_n "(cached) " >&6
49464939 else
49474940 i=0
4948 teststring="ABCD"
4941 teststring=ABCD
49494942
49504943 case $build_os in
49514944 msdosdjgpp*)
49854978 lt_cv_sys_max_cmd_len=8192;
49864979 ;;
49874980
4988 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4981 bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
49894982 # This has been around since 386BSD, at least. Likely further.
49904983 if test -x /sbin/sysctl; then
49914984 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
50355028 ;;
50365029 *)
50375030 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5038 if test -n "$lt_cv_sys_max_cmd_len"; then
5031 if test -n "$lt_cv_sys_max_cmd_len" && \
5032 test undefined != "$lt_cv_sys_max_cmd_len"; then
50395033 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
50405034 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
50415035 else
50425036 # Make teststring a little bigger before we do anything with it.
50435037 # a 1K string should be a reasonable start.
5044 for i in 1 2 3 4 5 6 7 8 ; do
5038 for i in 1 2 3 4 5 6 7 8; do
50455039 teststring=$teststring$teststring
50465040 done
50475041 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
50485042 # If test is not a shell built-in, we'll probably end up computing a
50495043 # maximum length that is only half of the actual maximum length, but
50505044 # we can't tell.
5051 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5045 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
50525046 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5053 test $i != 17 # 1/2 MB should be enough
5047 test 17 != "$i" # 1/2 MB should be enough
50545048 do
50555049 i=`expr $i + 1`
50565050 teststring=$teststring$teststring
50685062
50695063 fi
50705064
5071 if test -n $lt_cv_sys_max_cmd_len ; then
5065 if test -n "$lt_cv_sys_max_cmd_len"; then
50725066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
50735067 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
50745068 else
50855079 : ${CP="cp -f"}
50865080 : ${MV="mv -f"}
50875081 : ${RM="rm -f"}
5088
5089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5090 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5091 # Try some XSI features
5092 xsi_shell=no
5093 ( _lt_dummy="a/b/c"
5094 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
5095 = c,a/b,b/c, \
5096 && eval 'test $(( 1 + 1 )) -eq 2 \
5097 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5098 && xsi_shell=yes
5099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5100 $as_echo "$xsi_shell" >&6; }
5101
5102
5103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5104 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5105 lt_shell_append=no
5106 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5107 >/dev/null 2>&1 \
5108 && lt_shell_append=yes
5109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5110 $as_echo "$lt_shell_append" >&6; }
5111
51125082
51135083 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
51145084 lt_unset=unset
52325202 reload_cmds='$LD$reload_flag -o $output$reload_objs'
52335203 case $host_os in
52345204 cygwin* | mingw* | pw32* | cegcc*)
5235 if test "$GCC" != yes; then
5205 if test yes != "$GCC"; then
52365206 reload_cmds=false
52375207 fi
52385208 ;;
52395209 darwin*)
5240 if test "$GCC" = yes; then
5241 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5210 if test yes = "$GCC"; then
5211 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
52425212 else
52435213 reload_cmds='$LD$reload_flag -o $output$reload_objs'
52445214 fi
53665336 # Need to set the preceding variable on all platforms that support
53675337 # interlibrary dependencies.
53685338 # 'none' -- dependencies not supported.
5369 # `unknown' -- same as none, but documents that we really don't know.
5339 # 'unknown' -- same as none, but documents that we really don't know.
53705340 # 'pass_all' -- all dependencies passed with no checks.
53715341 # 'test_compile' -- check by making test program.
53725342 # 'file_magic [[regex]]' -- check by looking for files in library path
5373 # which responds to the $file_magic_cmd with a given extended regex.
5374 # If you have `file' or equivalent on your system and you're not sure
5375 # whether `pass_all' will *always* work, you probably want this one.
5343 # that responds to the $file_magic_cmd with a given extended regex.
5344 # If you have 'file' or equivalent on your system and you're not sure
5345 # whether 'pass_all' will *always* work, you probably want this one.
53765346
53775347 case $host_os in
53785348 aix[4-9]*)
53995369 # Base MSYS/MinGW do not provide the 'file' command needed by
54005370 # func_win32_libid shell function, so use a weaker test based on 'objdump',
54015371 # unless we find 'file', for example because we are cross-compiling.
5402 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5403 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5372 if ( file / ) >/dev/null 2>&1; then
54045373 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
54055374 lt_cv_file_magic_cmd='func_win32_libid'
54065375 else
54345403 else
54355404 lt_cv_deplibs_check_method=pass_all
54365405 fi
5437 ;;
5438
5439 gnu*)
5440 lt_cv_deplibs_check_method=pass_all
54415406 ;;
54425407
54435408 haiku*)
54785443 ;;
54795444
54805445 # This must be glibc/ELF.
5481 linux* | k*bsd*-gnu | kopensolaris*-gnu)
5446 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
54825447 lt_cv_deplibs_check_method=pass_all
54835448 ;;
54845449
55005465 lt_cv_deplibs_check_method=pass_all
55015466 ;;
55025467
5503 openbsd*)
5504 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5468 openbsd* | bitrig*)
5469 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
55055470 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
55065471 else
55075472 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
55545519 tpf*)
55555520 lt_cv_deplibs_check_method=pass_all
55565521 ;;
5522 os2*)
5523 lt_cv_deplibs_check_method=pass_all
5524 ;;
55575525 esac
55585526
55595527 fi
57115679
57125680 case $host_os in
57135681 cygwin* | mingw* | pw32* | cegcc*)
5714 # two different shell functions defined in ltmain.sh
5715 # decide which to use based on capabilities of $DLLTOOL
5682 # two different shell functions defined in ltmain.sh;
5683 # decide which one to use based on capabilities of $DLLTOOL
57165684 case `$DLLTOOL --help 2>&1` in
57175685 *--identify-strict*)
57185686 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
57245692 ;;
57255693 *)
57265694 # fallback: assume linklib IS sharedlib
5727 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
5695 lt_cv_sharedlib_from_linklib_cmd=$ECHO
57285696 ;;
57295697 esac
57305698
58795847 ac_status=$?
58805848 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
58815849 test $ac_status = 0; }
5882 if test "$ac_status" -eq 0; then
5850 if test 0 -eq "$ac_status"; then
58835851 # Ensure the archiver fails upon bogus file names.
58845852 rm -f conftest.$ac_objext libconftest.a
58855853 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
58875855 ac_status=$?
58885856 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
58895857 test $ac_status = 0; }
5890 if test "$ac_status" -ne 0; then
5858 if test 0 -ne "$ac_status"; then
58915859 lt_cv_ar_at_file=@
58925860 fi
58935861 fi
59005868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
59015869 $as_echo "$lt_cv_ar_at_file" >&6; }
59025870
5903 if test "x$lt_cv_ar_at_file" = xno; then
5871 if test no = "$lt_cv_ar_at_file"; then
59045872 archiver_list_spec=
59055873 else
59065874 archiver_list_spec=$lt_cv_ar_at_file
61176085
61186086 if test -n "$RANLIB"; then
61196087 case $host_os in
6120 openbsd*)
6088 bitrig* | openbsd*)
61216089 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
61226090 ;;
61236091 *)
62076175 symcode='[ABCDGISTW]'
62086176 ;;
62096177 hpux*)
6210 if test "$host_cpu" = ia64; then
6178 if test ia64 = "$host_cpu"; then
62116179 symcode='[ABCDEGRST]'
62126180 fi
62136181 ;;
62406208 symcode='[ABCDGIRSTW]' ;;
62416209 esac
62426210
6211 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6212 # Gets list of data symbols to import.
6213 lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
6214 # Adjust the below global symbol transforms to fixup imported variables.
6215 lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
6216 lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
6217 lt_c_name_lib_hook="\
6218 -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\
6219 -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'"
6220 else
6221 # Disable hooks by default.
6222 lt_cv_sys_global_symbol_to_import=
6223 lt_cdecl_hook=
6224 lt_c_name_hook=
6225 lt_c_name_lib_hook=
6226 fi
6227
62436228 # Transform an extracted symbol line into a proper C declaration.
62446229 # Some systems (esp. on ia64) link data and code symbols differently,
62456230 # so use this general approach.
6246 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6231 lt_cv_sys_global_symbol_to_cdecl="sed -n"\
6232 $lt_cdecl_hook\
6233 " -e 's/^T .* \(.*\)$/extern int \1();/p'"\
6234 " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
62476235
62486236 # Transform an extracted symbol line into symbol name and symbol address
6249 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6250 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
6237 lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
6238 $lt_c_name_hook\
6239 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
6240 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
6241
6242 # Transform an extracted symbol line into symbol name with lib prefix and
6243 # symbol address.
6244 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
6245 $lt_c_name_lib_hook\
6246 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
6247 " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
6248 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'"
62516249
62526250 # Handle CRLF in mingw tool chain
62536251 opt_cr=
62656263
62666264 # Write the raw and C identifiers.
62676265 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6268 # Fake it for dumpbin and say T for any non-static function
6269 # and D for any global variable.
6266 # Fake it for dumpbin and say T for any non-static function,
6267 # D for any global variable and I for any imported variable.
62706268 # Also find C++ and __fastcall symbols from MSVC++,
62716269 # which start with @ or ?.
62726270 lt_cv_sys_global_symbol_pipe="$AWK '"\
62736271 " {last_section=section; section=\$ 3};"\
62746272 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
62756273 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6274 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
6275 " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
6276 " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
62766277 " \$ 0!~/External *\|/{next};"\
62776278 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
62786279 " {if(hide[section]) next};"\
6279 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6280 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6281 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6282 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6280 " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
6281 " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
6282 " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
6283 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
62836284 " ' prfx=^$ac_symprfx"
62846285 else
62856286 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
63276328 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
63286329 cat <<_LT_EOF > conftest.$ac_ext
63296330 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
6330 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
6331 /* DATA imports from DLLs on WIN32 con't be const, because runtime
6331 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
6332 /* DATA imports from DLLs on WIN32 can't be const, because runtime
63326333 relocations are performed -- see ld's documentation on pseudo-relocs. */
63336334 # define LT_DLSYM_CONST
6334 #elif defined(__osf__)
6335 #elif defined __osf__
63356336 /* This system does not cope well with relocations in const data. */
63366337 # define LT_DLSYM_CONST
63376338 #else
63576358 {
63586359 { "@PROGRAM@", (void *) 0 },
63596360 _LT_EOF
6360 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6361 $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
63616362 cat <<\_LT_EOF >> conftest.$ac_ext
63626363 {0, (void *) 0}
63636364 };
63776378 mv conftest.$ac_objext conftstm.$ac_objext
63786379 lt_globsym_save_LIBS=$LIBS
63796380 lt_globsym_save_CFLAGS=$CFLAGS
6380 LIBS="conftstm.$ac_objext"
6381 LIBS=conftstm.$ac_objext
63816382 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
63826383 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
63836384 (eval $ac_link) 2>&5
63846385 ac_status=$?
63856386 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6386 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6387 test $ac_status = 0; } && test -s conftest$ac_exeext; then
63876388 pipe_works=yes
63886389 fi
63896390 LIBS=$lt_globsym_save_LIBS
64046405 rm -rf conftest* conftst*
64056406
64066407 # Do not use the global_symbol_pipe unless it works.
6407 if test "$pipe_works" = yes; then
6408 if test yes = "$pipe_works"; then
64086409 break
64096410 else
64106411 lt_cv_sys_global_symbol_pipe=
64576458
64586459
64596460
6461
6462
6463
6464
6465
6466
6467
6468
6469
6470
64606471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
64616472 $as_echo_n "checking for sysroot... " >&6; }
64626473
64696480
64706481
64716482 lt_sysroot=
6472 case ${with_sysroot} in #(
6483 case $with_sysroot in #(
64736484 yes)
6474 if test "$GCC" = yes; then
6485 if test yes = "$GCC"; then
64756486 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
64766487 fi
64776488 ;; #(
64816492 no|'')
64826493 ;; #(
64836494 *)
6484 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
6485 $as_echo "${with_sysroot}" >&6; }
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_sysroot" >&5
6496 $as_echo "$with_sysroot" >&6; }
64866497 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
64876498 ;;
64886499 esac
64946505
64956506
64966507
6508 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a working dd" >&5
6509 $as_echo_n "checking for a working dd... " >&6; }
6510 if ${ac_cv_path_lt_DD+:} false; then :
6511 $as_echo_n "(cached) " >&6
6512 else
6513 printf 0123456789abcdef0123456789abcdef >conftest.i
6514 cat conftest.i conftest.i >conftest2.i
6515 : ${lt_DD:=$DD}
6516 if test -z "$lt_DD"; then
6517 ac_path_lt_DD_found=false
6518 # Loop through the user's path and test for each of PROGNAME-LIST
6519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6520 for as_dir in $PATH
6521 do
6522 IFS=$as_save_IFS
6523 test -z "$as_dir" && as_dir=.
6524 for ac_prog in dd; do
6525 for ac_exec_ext in '' $ac_executable_extensions; do
6526 ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext"
6527 as_fn_executable_p "$ac_path_lt_DD" || continue
6528 if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
6529 cmp -s conftest.i conftest.out \
6530 && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
6531 fi
6532 $ac_path_lt_DD_found && break 3
6533 done
6534 done
6535 done
6536 IFS=$as_save_IFS
6537 if test -z "$ac_cv_path_lt_DD"; then
6538 :
6539 fi
6540 else
6541 ac_cv_path_lt_DD=$lt_DD
6542 fi
6543
6544 rm -f conftest.i conftest2.i conftest.out
6545 fi
6546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_lt_DD" >&5
6547 $as_echo "$ac_cv_path_lt_DD" >&6; }
6548
6549
6550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to truncate binary pipes" >&5
6551 $as_echo_n "checking how to truncate binary pipes... " >&6; }
6552 if ${lt_cv_truncate_bin+:} false; then :
6553 $as_echo_n "(cached) " >&6
6554 else
6555 printf 0123456789abcdef0123456789abcdef >conftest.i
6556 cat conftest.i conftest.i >conftest2.i
6557 lt_cv_truncate_bin=
6558 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
6559 cmp -s conftest.i conftest.out \
6560 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
6561 fi
6562 rm -f conftest.i conftest2.i conftest.out
6563 test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"
6564 fi
6565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_truncate_bin" >&5
6566 $as_echo "$lt_cv_truncate_bin" >&6; }
6567
6568
6569
6570
6571
6572
6573
6574 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
6575 func_cc_basename ()
6576 {
6577 for cc_temp in $*""; do
6578 case $cc_temp in
6579 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
6580 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
6581 \-*) ;;
6582 *) break;;
6583 esac
6584 done
6585 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
6586 }
6587
64976588 # Check whether --enable-libtool-lock was given.
64986589 if test "${enable_libtool_lock+set}" = set; then :
64996590 enableval=$enable_libtool_lock;
65006591 fi
65016592
6502 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6593 test no = "$enable_libtool_lock" || enable_libtool_lock=yes
65036594
65046595 # Some flags need to be propagated to the compiler or linker for good
65056596 # libtool support.
65066597 case $host in
65076598 ia64-*-hpux*)
6508 # Find out which ABI we are using.
6599 # Find out what ABI is being produced by ac_compile, and set mode
6600 # options accordingly.
65096601 echo 'int i;' > conftest.$ac_ext
65106602 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
65116603 (eval $ac_compile) 2>&5
65146606 test $ac_status = 0; }; then
65156607 case `/usr/bin/file conftest.$ac_objext` in
65166608 *ELF-32*)
6517 HPUX_IA64_MODE="32"
6609 HPUX_IA64_MODE=32
65186610 ;;
65196611 *ELF-64*)
6520 HPUX_IA64_MODE="64"
6612 HPUX_IA64_MODE=64
65216613 ;;
65226614 esac
65236615 fi
65246616 rm -rf conftest*
65256617 ;;
65266618 *-*-irix6*)
6527 # Find out which ABI we are using.
6619 # Find out what ABI is being produced by ac_compile, and set linker
6620 # options accordingly.
65286621 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
65296622 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
65306623 (eval $ac_compile) 2>&5
65316624 ac_status=$?
65326625 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
65336626 test $ac_status = 0; }; then
6534 if test "$lt_cv_prog_gnu_ld" = yes; then
6627 if test yes = "$lt_cv_prog_gnu_ld"; then
65356628 case `/usr/bin/file conftest.$ac_objext` in
65366629 *32-bit*)
65376630 LD="${LD-ld} -melf32bsmip"
65606653 rm -rf conftest*
65616654 ;;
65626655
6656 mips64*-*linux*)
6657 # Find out what ABI is being produced by ac_compile, and set linker
6658 # options accordingly.
6659 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6660 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6661 (eval $ac_compile) 2>&5
6662 ac_status=$?
6663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6664 test $ac_status = 0; }; then
6665 emul=elf
6666 case `/usr/bin/file conftest.$ac_objext` in
6667 *32-bit*)
6668 emul="${emul}32"
6669 ;;
6670 *64-bit*)
6671 emul="${emul}64"
6672 ;;
6673 esac
6674 case `/usr/bin/file conftest.$ac_objext` in
6675 *MSB*)
6676 emul="${emul}btsmip"
6677 ;;
6678 *LSB*)
6679 emul="${emul}ltsmip"
6680 ;;
6681 esac
6682 case `/usr/bin/file conftest.$ac_objext` in
6683 *N32*)
6684 emul="${emul}n32"
6685 ;;
6686 esac
6687 LD="${LD-ld} -m $emul"
6688 fi
6689 rm -rf conftest*
6690 ;;
6691
65636692 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
65646693 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6565 # Find out which ABI we are using.
6694 # Find out what ABI is being produced by ac_compile, and set linker
6695 # options accordingly. Note that the listed cases only cover the
6696 # situations where additional linker options are needed (such as when
6697 # doing 32-bit compilation for a host where ld defaults to 64-bit, or
6698 # vice versa); the common cases where no linker options are needed do
6699 # not appear in the list.
65666700 echo 'int i;' > conftest.$ac_ext
65676701 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
65686702 (eval $ac_compile) 2>&5
65766710 LD="${LD-ld} -m elf_i386_fbsd"
65776711 ;;
65786712 x86_64-*linux*)
6579 LD="${LD-ld} -m elf_i386"
6713 case `/usr/bin/file conftest.o` in
6714 *x86-64*)
6715 LD="${LD-ld} -m elf32_x86_64"
6716 ;;
6717 *)
6718 LD="${LD-ld} -m elf_i386"
6719 ;;
6720 esac
65806721 ;;
65816722 powerpc64le-*linux*)
65826723 LD="${LD-ld} -m elf32lppclinux"
66216762
66226763 *-*-sco3.2v5*)
66236764 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6624 SAVE_CFLAGS="$CFLAGS"
6765 SAVE_CFLAGS=$CFLAGS
66256766 CFLAGS="$CFLAGS -belf"
66266767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
66276768 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
66616802 fi
66626803 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
66636804 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6664 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6805 if test yes != "$lt_cv_cc_needs_belf"; then
66656806 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6666 CFLAGS="$SAVE_CFLAGS"
6807 CFLAGS=$SAVE_CFLAGS
66676808 fi
66686809 ;;
66696810 *-*solaris*)
6670 # Find out which ABI we are using.
6811 # Find out what ABI is being produced by ac_compile, and set linker
6812 # options accordingly.
66716813 echo 'int i;' > conftest.$ac_ext
66726814 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
66736815 (eval $ac_compile) 2>&5
66796821 case $lt_cv_prog_gnu_ld in
66806822 yes*)
66816823 case $host in
6682 i?86-*-solaris*)
6824 i?86-*-solaris*|x86_64-*-solaris*)
66836825 LD="${LD-ld} -m elf_x86_64"
66846826 ;;
66856827 sparc*-*-solaris*)
66886830 esac
66896831 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
66906832 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6691 LD="${LD-ld}_sol2"
6833 LD=${LD-ld}_sol2
66926834 fi
66936835 ;;
66946836 *)
67046846 ;;
67056847 esac
67066848
6707 need_locks="$enable_libtool_lock"
6849 need_locks=$enable_libtool_lock
67086850
67096851 if test -n "$ac_tool_prefix"; then
67106852 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
68156957 fi
68166958 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
68176959 $as_echo "$lt_cv_path_mainfest_tool" >&6; }
6818 if test "x$lt_cv_path_mainfest_tool" != xyes; then
6960 if test yes != "$lt_cv_path_mainfest_tool"; then
68196961 MANIFEST_TOOL=:
68206962 fi
68216963
73187460 $as_echo_n "(cached) " >&6
73197461 else
73207462 lt_cv_apple_cc_single_mod=no
7321 if test -z "${LT_MULTI_MODULE}"; then
7463 if test -z "$LT_MULTI_MODULE"; then
73227464 # By default we will add the -single_module flag. You can override
73237465 # by either setting the environment variable LT_MULTI_MODULE
73247466 # non-empty at configure time, or by adding -multi_module to the
73367478 cat conftest.err >&5
73377479 # Otherwise, if the output was created with a 0 exit code from
73387480 # the compiler, it worked.
7339 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7481 elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
73407482 lt_cv_apple_cc_single_mod=yes
73417483 else
73427484 cat conftest.err >&5
73757517 fi
73767518 rm -f core conftest.err conftest.$ac_objext \
73777519 conftest$ac_exeext conftest.$ac_ext
7378 LDFLAGS="$save_LDFLAGS"
7520 LDFLAGS=$save_LDFLAGS
73797521
73807522 fi
73817523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
74047546 _lt_result=$?
74057547 if test -s conftest.err && $GREP force_load conftest.err; then
74067548 cat conftest.err >&5
7407 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7549 elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
74087550 lt_cv_ld_force_load=yes
74097551 else
74107552 cat conftest.err >&5
74177559 $as_echo "$lt_cv_ld_force_load" >&6; }
74187560 case $host_os in
74197561 rhapsody* | darwin1.[012])
7420 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7562 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
74217563 darwin1.*)
7422 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7564 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
74237565 darwin*) # darwin 5.x on
74247566 # if running on 10.5 or later, the deployment target defaults
74257567 # to the OS version, if on x86, and 10.4, the deployment
74267568 # target defaults to 10.4. Don't you love it?
74277569 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
74287570 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7429 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7430 10.[012]*)
7431 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7571 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
7572 10.[012][,.]*)
7573 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
74327574 10.*)
7433 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7575 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
74347576 esac
74357577 ;;
74367578 esac
7437 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7579 if test yes = "$lt_cv_apple_cc_single_mod"; then
74387580 _lt_dar_single_mod='$single_module'
74397581 fi
7440 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7441 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7582 if test yes = "$lt_cv_ld_exported_symbols_list"; then
7583 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
74427584 else
7443 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7585 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
74447586 fi
7445 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7587 if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
74467588 _lt_dsymutil='~$DSYMUTIL $lib || :'
74477589 else
74487590 _lt_dsymutil=
74497591 fi
74507592 ;;
74517593 esac
7594
7595 # func_munge_path_list VARIABLE PATH
7596 # -----------------------------------
7597 # VARIABLE is name of variable containing _space_ separated list of
7598 # directories to be munged by the contents of PATH, which is string
7599 # having a format:
7600 # "DIR[:DIR]:"
7601 # string "DIR[ DIR]" will be prepended to VARIABLE
7602 # ":DIR[:DIR]"
7603 # string "DIR[ DIR]" will be appended to VARIABLE
7604 # "DIRP[:DIRP]::[DIRA:]DIRA"
7605 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
7606 # "DIRA[ DIRA]" will be appended to VARIABLE
7607 # "DIR[:DIR]"
7608 # VARIABLE will be replaced by "DIR[ DIR]"
7609 func_munge_path_list ()
7610 {
7611 case x$2 in
7612 x)
7613 ;;
7614 *:)
7615 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
7616 ;;
7617 x:*)
7618 eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
7619 ;;
7620 *::*)
7621 eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
7622 eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
7623 ;;
7624 *)
7625 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
7626 ;;
7627 esac
7628 }
74527629
74537630 ac_ext=c
74547631 ac_cpp='$CPP $CPPFLAGS'
77537930 *)
77547931 enable_shared=no
77557932 # Look at the argument we got. We use all the common list separators.
7756 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7933 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
77577934 for pkg in $enableval; do
7758 IFS="$lt_save_ifs"
7935 IFS=$lt_save_ifs
77597936 if test "X$pkg" = "X$p"; then
77607937 enable_shared=yes
77617938 fi
77627939 done
7763 IFS="$lt_save_ifs"
7940 IFS=$lt_save_ifs
77647941 ;;
77657942 esac
77667943 else
77847961 *)
77857962 enable_static=no
77867963 # Look at the argument we got. We use all the common list separators.
7787 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7964 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
77887965 for pkg in $enableval; do
7789 IFS="$lt_save_ifs"
7966 IFS=$lt_save_ifs
77907967 if test "X$pkg" = "X$p"; then
77917968 enable_static=yes
77927969 fi
77937970 done
7794 IFS="$lt_save_ifs"
7971 IFS=$lt_save_ifs
77957972 ;;
77967973 esac
77977974 else
78157992 *)
78167993 pic_mode=default
78177994 # Look at the argument we got. We use all the common list separators.
7818 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7995 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
78197996 for lt_pkg in $withval; do
7820 IFS="$lt_save_ifs"
7997 IFS=$lt_save_ifs
78217998 if test "X$lt_pkg" = "X$lt_p"; then
78227999 pic_mode=yes
78238000 fi
78248001 done
7825 IFS="$lt_save_ifs"
8002 IFS=$lt_save_ifs
78268003 ;;
78278004 esac
78288005 else
78298006 pic_mode=default
78308007 fi
78318008
7832
7833 test -z "$pic_mode" && pic_mode=default
78348009
78358010
78368011
78478022 *)
78488023 enable_fast_install=no
78498024 # Look at the argument we got. We use all the common list separators.
7850 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8025 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
78518026 for pkg in $enableval; do
7852 IFS="$lt_save_ifs"
8027 IFS=$lt_save_ifs
78538028 if test "X$pkg" = "X$p"; then
78548029 enable_fast_install=yes
78558030 fi
78568031 done
7857 IFS="$lt_save_ifs"
8032 IFS=$lt_save_ifs
78588033 ;;
78598034 esac
78608035 else
78688043
78698044
78708045
8046 shared_archive_member_spec=
8047 case $host,$enable_shared in
8048 power*-*-aix[5-9]*,yes)
8049 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variant of shared library versioning to provide" >&5
8050 $as_echo_n "checking which variant of shared library versioning to provide... " >&6; }
8051
8052 # Check whether --with-aix-soname was given.
8053 if test "${with_aix_soname+set}" = set; then :
8054 withval=$with_aix_soname; case $withval in
8055 aix|svr4|both)
8056 ;;
8057 *)
8058 as_fn_error $? "Unknown argument to --with-aix-soname" "$LINENO" 5
8059 ;;
8060 esac
8061 lt_cv_with_aix_soname=$with_aix_soname
8062 else
8063 if ${lt_cv_with_aix_soname+:} false; then :
8064 $as_echo_n "(cached) " >&6
8065 else
8066 lt_cv_with_aix_soname=aix
8067 fi
8068
8069 with_aix_soname=$lt_cv_with_aix_soname
8070 fi
8071
8072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_aix_soname" >&5
8073 $as_echo "$with_aix_soname" >&6; }
8074 if test aix != "$with_aix_soname"; then
8075 # For the AIX way of multilib, we name the shared archive member
8076 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
8077 # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
8078 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
8079 # the AIX toolchain works better with OBJECT_MODE set (default 32).
8080 if test 64 = "${OBJECT_MODE-32}"; then
8081 shared_archive_member_spec=shr_64
8082 else
8083 shared_archive_member_spec=shr
8084 fi
8085 fi
8086 ;;
8087 *)
8088 with_aix_soname=aix
8089 ;;
8090 esac
8091
8092
8093
8094
8095
8096
8097
78718098
78728099
78738100
78748101 # This can be used to rebuild libtool when needed
7875 LIBTOOL_DEPS="$ltmain"
8102 LIBTOOL_DEPS=$ltmain
78768103
78778104 # Always use our own libtool.
78788105 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
79218148
79228149
79238150
7924 if test -n "${ZSH_VERSION+set}" ; then
8151 if test -n "${ZSH_VERSION+set}"; then
79258152 setopt NO_GLOB_SUBST
79268153 fi
79278154
79608187 # AIX sometimes has problems with the GCC collect2 program. For some
79618188 # reason, if we set the COLLECT_NAMES environment variable, the problems
79628189 # vanish in a puff of smoke.
7963 if test "X${COLLECT_NAMES+set}" != Xset; then
8190 if test set != "${COLLECT_NAMES+set}"; then
79648191 COLLECT_NAMES=
79658192 export COLLECT_NAMES
79668193 fi
79718198 ofile=libtool
79728199 can_build_shared=yes
79738200
7974 # All known linkers require a `.a' archive for static linking (except MSVC,
8201 # All known linkers require a '.a' archive for static linking (except MSVC,
79758202 # which needs '.lib').
79768203 libext=a
79778204
7978 with_gnu_ld="$lt_cv_prog_gnu_ld"
7979
7980 old_CC="$CC"
7981 old_CFLAGS="$CFLAGS"
8205 with_gnu_ld=$lt_cv_prog_gnu_ld
8206
8207 old_CC=$CC
8208 old_CFLAGS=$CFLAGS
79828209
79838210 # Set sane defaults for various variables
79848211 test -z "$CC" && CC=cc
79878214 test -z "$LD" && LD=ld
79888215 test -z "$ac_objext" && ac_objext=o
79898216
7990 for cc_temp in $compiler""; do
7991 case $cc_temp in
7992 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7993 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7994 \-*) ;;
7995 *) break;;
7996 esac
7997 done
7998 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8217 func_cc_basename $compiler
8218 cc_basename=$func_cc_basename_result
79998219
80008220
80018221 # Only perform the check for file, if the check method requires it
80108230 else
80118231 case $MAGIC_CMD in
80128232 [\\/*] | ?:[\\/]*)
8013 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8233 lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
80148234 ;;
80158235 *)
8016 lt_save_MAGIC_CMD="$MAGIC_CMD"
8017 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8236 lt_save_MAGIC_CMD=$MAGIC_CMD
8237 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
80188238 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
80198239 for ac_dir in $ac_dummy; do
8020 IFS="$lt_save_ifs"
8240 IFS=$lt_save_ifs
80218241 test -z "$ac_dir" && ac_dir=.
8022 if test -f $ac_dir/${ac_tool_prefix}file; then
8023 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8242 if test -f "$ac_dir/${ac_tool_prefix}file"; then
8243 lt_cv_path_MAGIC_CMD=$ac_dir/"${ac_tool_prefix}file"
80248244 if test -n "$file_magic_test_file"; then
80258245 case $deplibs_check_method in
80268246 "file_magic "*)
80278247 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8028 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8248 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
80298249 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
80308250 $EGREP "$file_magic_regex" > /dev/null; then
80318251 :
80488268 break
80498269 fi
80508270 done
8051 IFS="$lt_save_ifs"
8052 MAGIC_CMD="$lt_save_MAGIC_CMD"
8271 IFS=$lt_save_ifs
8272 MAGIC_CMD=$lt_save_MAGIC_CMD
80538273 ;;
80548274 esac
80558275 fi
80568276
8057 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8277 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
80588278 if test -n "$MAGIC_CMD"; then
80598279 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
80608280 $as_echo "$MAGIC_CMD" >&6; }
80768296 else
80778297 case $MAGIC_CMD in
80788298 [\\/*] | ?:[\\/]*)
8079 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8299 lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
80808300 ;;
80818301 *)
8082 lt_save_MAGIC_CMD="$MAGIC_CMD"
8083 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8302 lt_save_MAGIC_CMD=$MAGIC_CMD
8303 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
80848304 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
80858305 for ac_dir in $ac_dummy; do
8086 IFS="$lt_save_ifs"
8306 IFS=$lt_save_ifs
80878307 test -z "$ac_dir" && ac_dir=.
8088 if test -f $ac_dir/file; then
8089 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8308 if test -f "$ac_dir/file"; then
8309 lt_cv_path_MAGIC_CMD=$ac_dir/"file"
80908310 if test -n "$file_magic_test_file"; then
80918311 case $deplibs_check_method in
80928312 "file_magic "*)
80938313 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8094 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8314 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
80958315 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
80968316 $EGREP "$file_magic_regex" > /dev/null; then
80978317 :
81148334 break
81158335 fi
81168336 done
8117 IFS="$lt_save_ifs"
8118 MAGIC_CMD="$lt_save_MAGIC_CMD"
8337 IFS=$lt_save_ifs
8338 MAGIC_CMD=$lt_save_MAGIC_CMD
81198339 ;;
81208340 esac
81218341 fi
81228342
8123 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8343 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
81248344 if test -n "$MAGIC_CMD"; then
81258345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
81268346 $as_echo "$MAGIC_CMD" >&6; }
81418361
81428362 # Use C for the default configuration in the libtool script
81438363
8144 lt_save_CC="$CC"
8364 lt_save_CC=$CC
81458365 ac_ext=c
81468366 ac_cpp='$CPP $CPPFLAGS'
81478367 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
82038423
82048424 lt_prog_compiler_no_builtin_flag=
82058425
8206 if test "$GCC" = yes; then
8426 if test yes = "$GCC"; then
82078427 case $cc_basename in
82088428 nvcc*)
82098429 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
82198439 lt_cv_prog_compiler_rtti_exceptions=no
82208440 ac_outfile=conftest.$ac_objext
82218441 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8222 lt_compiler_flag="-fno-rtti -fno-exceptions"
8442 lt_compiler_flag="-fno-rtti -fno-exceptions" ## exclude from sc_useless_quotes_in_assignment
82238443 # Insert the option either (1) after the last *FLAGS variable, or
82248444 # (2) before a word containing "conftest.", or (3) at the end.
82258445 # Note that $ac_compile itself does not contain backslashes and begins
82498469 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
82508470 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
82518471
8252 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8472 if test yes = "$lt_cv_prog_compiler_rtti_exceptions"; then
82538473 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
82548474 else
82558475 :
82678487 lt_prog_compiler_static=
82688488
82698489
8270 if test "$GCC" = yes; then
8490 if test yes = "$GCC"; then
82718491 lt_prog_compiler_wl='-Wl,'
82728492 lt_prog_compiler_static='-static'
82738493
82748494 case $host_os in
82758495 aix*)
82768496 # All AIX code is PIC.
8277 if test "$host_cpu" = ia64; then
8497 if test ia64 = "$host_cpu"; then
82788498 # AIX 5 now supports IA64 processor
82798499 lt_prog_compiler_static='-Bstatic'
82808500 fi
8501 lt_prog_compiler_pic='-fPIC'
82818502 ;;
82828503
82838504 amigaos*)
82888509 ;;
82898510 m68k)
82908511 # FIXME: we need at least 68020 code to build shared libraries, but
8291 # adding the `-m68020' flag to GCC prevents building anything better,
8292 # like `-m68040'.
8512 # adding the '-m68020' flag to GCC prevents building anything better,
8513 # like '-m68040'.
82938514 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
82948515 ;;
82958516 esac
83058526 # Although the cygwin gcc ignores -fPIC, still need this for old-style
83068527 # (--disable-auto-import) libraries
83078528 lt_prog_compiler_pic='-DDLL_EXPORT'
8529 case $host_os in
8530 os2*)
8531 lt_prog_compiler_static='$wl-static'
8532 ;;
8533 esac
83088534 ;;
83098535
83108536 darwin* | rhapsody*)
83758601 case $host_os in
83768602 aix*)
83778603 lt_prog_compiler_wl='-Wl,'
8378 if test "$host_cpu" = ia64; then
8604 if test ia64 = "$host_cpu"; then
83798605 # AIX 5 now supports IA64 processor
83808606 lt_prog_compiler_static='-Bstatic'
83818607 else
83838609 fi
83848610 ;;
83858611
8612 darwin* | rhapsody*)
8613 # PIC is the default on this platform
8614 # Common symbols not allowed in MH_DYLIB files
8615 lt_prog_compiler_pic='-fno-common'
8616 case $cc_basename in
8617 nagfor*)
8618 # NAG Fortran compiler
8619 lt_prog_compiler_wl='-Wl,-Wl,,'
8620 lt_prog_compiler_pic='-PIC'
8621 lt_prog_compiler_static='-Bstatic'
8622 ;;
8623 esac
8624 ;;
8625
83868626 mingw* | cygwin* | pw32* | os2* | cegcc*)
83878627 # This hack is so that the source file can tell whether it is being
83888628 # built for inclusion in a dll (and should export symbols for example).
83898629 lt_prog_compiler_pic='-DDLL_EXPORT'
8630 case $host_os in
8631 os2*)
8632 lt_prog_compiler_static='$wl-static'
8633 ;;
8634 esac
83908635 ;;
83918636
83928637 hpux9* | hpux10* | hpux11*)
84028647 ;;
84038648 esac
84048649 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8405 lt_prog_compiler_static='${wl}-a ${wl}archive'
8650 lt_prog_compiler_static='$wl-a ${wl}archive'
84068651 ;;
84078652
84088653 irix5* | irix6* | nonstopux*)
84118656 lt_prog_compiler_static='-non_shared'
84128657 ;;
84138658
8414 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8659 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
84158660 case $cc_basename in
8416 # old Intel for x86_64 which still supported -KPIC.
8661 # old Intel for x86_64, which still supported -KPIC.
84178662 ecc*)
84188663 lt_prog_compiler_wl='-Wl,'
84198664 lt_prog_compiler_pic='-KPIC'
84378682 lt_prog_compiler_wl='-Wl,-Wl,,'
84388683 lt_prog_compiler_pic='-PIC'
84398684 lt_prog_compiler_static='-Bstatic'
8685 ;;
8686 tcc*)
8687 # Fabrice Bellard et al's Tiny C Compiler
8688 lt_prog_compiler_wl='-Wl,'
8689 lt_prog_compiler_pic='-fPIC'
8690 lt_prog_compiler_static='-static'
84408691 ;;
84418692 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
84428693 # Portland Group compilers (*not* the Pentium gcc compiler,
85358786 ;;
85368787
85378788 sysv4*MP*)
8538 if test -d /usr/nec ;then
8789 if test -d /usr/nec; then
85398790 lt_prog_compiler_pic='-Kconform_pic'
85408791 lt_prog_compiler_static='-Bstatic'
85418792 fi
85648815 fi
85658816
85668817 case $host_os in
8567 # For platforms which do not support PIC, -DPIC is meaningless:
8818 # For platforms that do not support PIC, -DPIC is meaningless:
85688819 *djgpp*)
85698820 lt_prog_compiler_pic=
85708821 ;;
85968847 lt_cv_prog_compiler_pic_works=no
85978848 ac_outfile=conftest.$ac_objext
85988849 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8599 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8850 lt_compiler_flag="$lt_prog_compiler_pic -DPIC" ## exclude from sc_useless_quotes_in_assignment
86008851 # Insert the option either (1) after the last *FLAGS variable, or
86018852 # (2) before a word containing "conftest.", or (3) at the end.
86028853 # Note that $ac_compile itself does not contain backslashes and begins
86268877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
86278878 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
86288879
8629 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8880 if test yes = "$lt_cv_prog_compiler_pic_works"; then
86308881 case $lt_prog_compiler_pic in
86318882 "" | " "*) ;;
86328883 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
86588909 $as_echo_n "(cached) " >&6
86598910 else
86608911 lt_cv_prog_compiler_static_works=no
8661 save_LDFLAGS="$LDFLAGS"
8912 save_LDFLAGS=$LDFLAGS
86628913 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
86638914 echo "$lt_simple_link_test_code" > conftest.$ac_ext
86648915 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
86778928 fi
86788929 fi
86798930 $RM -r conftest*
8680 LDFLAGS="$save_LDFLAGS"
8931 LDFLAGS=$save_LDFLAGS
86818932
86828933 fi
86838934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
86848935 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
86858936
8686 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8937 if test yes = "$lt_cv_prog_compiler_static_works"; then
86878938 :
86888939 else
86898940 lt_prog_compiler_static=
88039054
88049055
88059056
8806 hard_links="nottested"
8807 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
9057 hard_links=nottested
9058 if test no = "$lt_cv_prog_compiler_c_o" && test no != "$need_locks"; then
88089059 # do not overwrite the value of need_locks provided by the user
88099060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
88109061 $as_echo_n "checking if we can lock with hard links... " >&6; }
88169067 ln conftest.a conftest.b 2>/dev/null && hard_links=no
88179068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
88189069 $as_echo "$hard_links" >&6; }
8819 if test "$hard_links" = no; then
8820 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8821 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9070 if test no = "$hard_links"; then
9071 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&5
9072 $as_echo "$as_me: WARNING: '$CC' does not support '-c -o', so 'make -j' may be unsafe" >&2;}
88229073 need_locks=warn
88239074 fi
88249075 else
88619112 # included in the symbol list
88629113 include_expsyms=
88639114 # exclude_expsyms can be an extended regexp of symbols to exclude
8864 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8865 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8866 # as well as any symbol that contains `d'.
9115 # it will be wrapped by ' (' and ')$', so one must not match beginning or
9116 # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
9117 # as well as any symbol that contains 'd'.
88679118 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
88689119 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
88699120 # platforms (ab)use it in PIC code, but their linkers get confused if
88789129 # FIXME: the MSVC++ port hasn't been tested in a loooong time
88799130 # When not using gcc, we currently assume that we are using
88809131 # Microsoft Visual C++.
8881 if test "$GCC" != yes; then
9132 if test yes != "$GCC"; then
88829133 with_gnu_ld=no
88839134 fi
88849135 ;;
88869137 # we just hope/assume this is gcc and not c89 (= MSVC++)
88879138 with_gnu_ld=yes
88889139 ;;
8889 openbsd*)
9140 openbsd* | bitrig*)
88909141 with_gnu_ld=no
88919142 ;;
88929143 esac
88969147 # On some targets, GNU ld is compatible enough with the native linker
88979148 # that we're better off using the native interface for both.
88989149 lt_use_gnu_ld_interface=no
8899 if test "$with_gnu_ld" = yes; then
9150 if test yes = "$with_gnu_ld"; then
89009151 case $host_os in
89019152 aix*)
89029153 # The AIX port of GNU ld has always aspired to compatibility
89189169 esac
89199170 fi
89209171
8921 if test "$lt_use_gnu_ld_interface" = yes; then
9172 if test yes = "$lt_use_gnu_ld_interface"; then
89229173 # If archive_cmds runs LD, not CC, wlarc should be empty
8923 wlarc='${wl}'
9174 wlarc='$wl'
89249175
89259176 # Set some defaults for GNU ld with shared library support. These
89269177 # are reset later if shared libraries are not supported. Putting them
89279178 # here allows them to be overridden if necessary.
89289179 runpath_var=LD_RUN_PATH
8929 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8930 export_dynamic_flag_spec='${wl}--export-dynamic'
9180 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
9181 export_dynamic_flag_spec='$wl--export-dynamic'
89319182 # ancient GNU ld didn't support --whole-archive et. al.
89329183 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8933 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9184 whole_archive_flag_spec=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
89349185 else
89359186 whole_archive_flag_spec=
89369187 fi
89379188 supports_anon_versioning=no
8938 case `$LD -v 2>&1` in
9189 case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
89399190 *GNU\ gold*) supports_anon_versioning=yes ;;
89409191 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
89419192 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
89489199 case $host_os in
89499200 aix[3-9]*)
89509201 # On AIX/PPC, the GNU linker is very broken
8951 if test "$host_cpu" != ia64; then
9202 if test ia64 != "$host_cpu"; then
89529203 ld_shlibs=no
89539204 cat <<_LT_EOF 1>&2
89549205
89679218 case $host_cpu in
89689219 powerpc)
89699220 # see comment about AmigaOS4 .so support
8970 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9221 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
89719222 archive_expsym_cmds=''
89729223 ;;
89739224 m68k)
89839234 allow_undefined_flag=unsupported
89849235 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
89859236 # support --undefined. This deserves some investigation. FIXME
8986 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9237 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
89879238 else
89889239 ld_shlibs=no
89899240 fi
89939244 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
89949245 # as there is no search path for DLLs.
89959246 hardcode_libdir_flag_spec='-L$libdir'
8996 export_dynamic_flag_spec='${wl}--export-all-symbols'
9247 export_dynamic_flag_spec='$wl--export-all-symbols'
89979248 allow_undefined_flag=unsupported
89989249 always_export_symbols=no
89999250 enable_shared_with_static_runtimes=yes
90019252 exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
90029253
90039254 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9004 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9005 # If the export-symbols file already is a .def file (1st line
9006 # is EXPORTS), use it as is; otherwise, prepend...
9007 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9008 cp $export_symbols $output_objdir/$soname.def;
9009 else
9010 echo EXPORTS > $output_objdir/$soname.def;
9011 cat $export_symbols >> $output_objdir/$soname.def;
9012 fi~
9013 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9255 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9256 # If the export-symbols file already is a .def file, use it as
9257 # is; otherwise, prepend EXPORTS...
9258 archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
9259 cp $export_symbols $output_objdir/$soname.def;
9260 else
9261 echo EXPORTS > $output_objdir/$soname.def;
9262 cat $export_symbols >> $output_objdir/$soname.def;
9263 fi~
9264 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
90149265 else
90159266 ld_shlibs=no
90169267 fi
90179268 ;;
90189269
90199270 haiku*)
9020 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9271 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
90219272 link_all_deplibs=yes
9273 ;;
9274
9275 os2*)
9276 hardcode_libdir_flag_spec='-L$libdir'
9277 hardcode_minus_L=yes
9278 allow_undefined_flag=unsupported
9279 shrext_cmds=.dll
9280 archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
9281 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
9282 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
9283 $ECHO EXPORTS >> $output_objdir/$libname.def~
9284 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
9285 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
9286 emximp -o $lib $output_objdir/$libname.def'
9287 archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
9288 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
9289 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
9290 $ECHO EXPORTS >> $output_objdir/$libname.def~
9291 prefix_cmds="$SED"~
9292 if test EXPORTS = "`$SED 1q $export_symbols`"; then
9293 prefix_cmds="$prefix_cmds -e 1d";
9294 fi~
9295 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
9296 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
9297 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
9298 emximp -o $lib $output_objdir/$libname.def'
9299 old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
9300 enable_shared_with_static_runtimes=yes
90229301 ;;
90239302
90249303 interix[3-9]*)
90259304 hardcode_direct=no
90269305 hardcode_shlibpath_var=no
9027 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9028 export_dynamic_flag_spec='${wl}-E'
9306 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
9307 export_dynamic_flag_spec='$wl-E'
90299308 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
90309309 # Instead, shared libraries are loaded at an image base (0x10000000 by
90319310 # default) and relocated if they conflict, which is a slow very memory
90329311 # consuming and fragmenting process. To avoid this, we pick a random,
90339312 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
90349313 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9035 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9036 archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9314 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9315 archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
90379316 ;;
90389317
90399318 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
90409319 tmp_diet=no
9041 if test "$host_os" = linux-dietlibc; then
9320 if test linux-dietlibc = "$host_os"; then
90429321 case $cc_basename in
90439322 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
90449323 esac
90459324 fi
90469325 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9047 && test "$tmp_diet" = no
9326 && test no = "$tmp_diet"
90489327 then
90499328 tmp_addflag=' $pic_flag'
90509329 tmp_sharedflag='-shared'
90519330 case $cc_basename,$host_cpu in
90529331 pgcc*) # Portland Group C compiler
9053 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9332 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
90549333 tmp_addflag=' $pic_flag'
90559334 ;;
90569335 pgf77* | pgf90* | pgf95* | pgfortran*)
90579336 # Portland Group f77 and f90 compilers
9058 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9337 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
90599338 tmp_addflag=' $pic_flag -Mnomain' ;;
90609339 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
90619340 tmp_addflag=' -i_dynamic' ;;
90669345 lf95*) # Lahey Fortran 8.1
90679346 whole_archive_flag_spec=
90689347 tmp_sharedflag='--shared' ;;
9348 nagfor*) # NAGFOR 5.3
9349 tmp_sharedflag='-Wl,-shared' ;;
90699350 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
90709351 tmp_sharedflag='-qmkshrobj'
90719352 tmp_addflag= ;;
90729353 nvcc*) # Cuda Compiler Driver 2.2
9073 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9354 whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
90749355 compiler_needs_object=yes
90759356 ;;
90769357 esac
90779358 case `$CC -V 2>&1 | sed 5q` in
90789359 *Sun\ C*) # Sun C 5.9
9079 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9360 whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
90809361 compiler_needs_object=yes
90819362 tmp_sharedflag='-G' ;;
90829363 *Sun\ F*) # Sun Fortran 8.3
90839364 tmp_sharedflag='-G' ;;
90849365 esac
9085 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9086
9087 if test "x$supports_anon_versioning" = xyes; then
9366 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9367
9368 if test yes = "$supports_anon_versioning"; then
90889369 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9089 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9090 echo "local: *; };" >> $output_objdir/$libname.ver~
9091 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9370 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9371 echo "local: *; };" >> $output_objdir/$libname.ver~
9372 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
90929373 fi
90939374
90949375 case $cc_basename in
9376 tcc*)
9377 export_dynamic_flag_spec='-rdynamic'
9378 ;;
90959379 xlf* | bgf* | bgxlf* | mpixlf*)
90969380 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
90979381 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9098 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9382 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
90999383 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9100 if test "x$supports_anon_versioning" = xyes; then
9384 if test yes = "$supports_anon_versioning"; then
91019385 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9102 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9103 echo "local: *; };" >> $output_objdir/$libname.ver~
9104 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9386 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9387 echo "local: *; };" >> $output_objdir/$libname.ver~
9388 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
91059389 fi
91069390 ;;
91079391 esac
91159399 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
91169400 wlarc=
91179401 else
9118 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9119 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9402 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9403 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
91209404 fi
91219405 ;;
91229406
91349418
91359419 _LT_EOF
91369420 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9137 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9138 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9421 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9422 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
91399423 else
91409424 ld_shlibs=no
91419425 fi
91479431 ld_shlibs=no
91489432 cat <<_LT_EOF 1>&2
91499433
9150 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9434 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
91519435 *** reliably create shared libraries on SCO systems. Therefore, libtool
91529436 *** is disabling shared libraries support. We urge you to upgrade GNU
91539437 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
91629446 # DT_RUNPATH tag from executables and libraries. But doing so
91639447 # requires that you compile everything twice, which is a pain.
91649448 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9165 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9166 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9167 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9449 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
9450 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9451 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
91689452 else
91699453 ld_shlibs=no
91709454 fi
91819465
91829466 *)
91839467 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9184 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9185 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9468 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
9469 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
91869470 else
91879471 ld_shlibs=no
91889472 fi
91899473 ;;
91909474 esac
91919475
9192 if test "$ld_shlibs" = no; then
9476 if test no = "$ld_shlibs"; then
91939477 runpath_var=
91949478 hardcode_libdir_flag_spec=
91959479 export_dynamic_flag_spec=
92059489 # Note: this linker hardcodes the directories in LIBPATH if there
92069490 # are no directories specified by -L.
92079491 hardcode_minus_L=yes
9208 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9492 if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
92099493 # Neither direct hardcoding nor static linking is supported with a
92109494 # broken collect2.
92119495 hardcode_direct=unsupported
92139497 ;;
92149498
92159499 aix[4-9]*)
9216 if test "$host_cpu" = ia64; then
9500 if test ia64 = "$host_cpu"; then
92179501 # On IA64, the linker does run time linking by default, so we don't
92189502 # have to do anything special.
92199503 aix_use_runtimelinking=no
92209504 exp_sym_flag='-Bexport'
9221 no_entry_flag=""
9505 no_entry_flag=
92229506 else
92239507 # If we're using GNU nm, then we don't want the "-C" option.
9224 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9225 # Also, AIX nm treats weak defined symbols like other global
9226 # defined symbols, whereas GNU nm marks them as "W".
9508 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
9509 # Without the "-l" option, or with the "-B" option, AIX nm treats
9510 # weak defined symbols like other global defined symbols, whereas
9511 # GNU nm marks them as "W".
9512 # While the 'weak' keyword is ignored in the Export File, we need
9513 # it in the Import File for the 'aix-soname' feature, so we have
9514 # to replace the "-B" option with "-P" for AIX nm.
92279515 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9228 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9516 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
92299517 else
9230 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9518 export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
92319519 fi
92329520 aix_use_runtimelinking=no
92339521
92349522 # Test if we are trying to use run time linking or normal
92359523 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9236 # need to do runtime linking.
9524 # have runtime linking enabled, and use it for executables.
9525 # For shared libraries, we enable/disable runtime linking
9526 # depending on the kind of the shared library created -
9527 # when "with_aix_soname,aix_use_runtimelinking" is:
9528 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
9529 # "aix,yes" lib.so shared, rtl:yes, for executables
9530 # lib.a static archive
9531 # "both,no" lib.so.V(shr.o) shared, rtl:yes
9532 # lib.a(lib.so.V) shared, rtl:no, for executables
9533 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
9534 # lib.a(lib.so.V) shared, rtl:no
9535 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
9536 # lib.a static archive
92379537 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
92389538 for ld_flag in $LDFLAGS; do
9239 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9539 if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
92409540 aix_use_runtimelinking=yes
92419541 break
92429542 fi
92439543 done
9544 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
9545 # With aix-soname=svr4, we create the lib.so.V shared archives only,
9546 # so we don't have lib.a shared libs to link our executables.
9547 # We have to force runtime linking in this case.
9548 aix_use_runtimelinking=yes
9549 LDFLAGS="$LDFLAGS -Wl,-brtl"
9550 fi
92449551 ;;
92459552 esac
92469553
92599566 hardcode_direct_absolute=yes
92609567 hardcode_libdir_separator=':'
92619568 link_all_deplibs=yes
9262 file_list_spec='${wl}-f,'
9263
9264 if test "$GCC" = yes; then
9569 file_list_spec='$wl-f,'
9570 case $with_aix_soname,$aix_use_runtimelinking in
9571 aix,*) ;; # traditional, no import file
9572 svr4,* | *,yes) # use import file
9573 # The Import File defines what to hardcode.
9574 hardcode_direct=no
9575 hardcode_direct_absolute=no
9576 ;;
9577 esac
9578
9579 if test yes = "$GCC"; then
92659580 case $host_os in aix4.[012]|aix4.[012].*)
92669581 # We only want to do this on AIX 4.2 and lower, the check
92679582 # below for broken collect2 doesn't work under 4.3+
9268 collect2name=`${CC} -print-prog-name=collect2`
9583 collect2name=`$CC -print-prog-name=collect2`
92699584 if test -f "$collect2name" &&
92709585 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
92719586 then
92849599 ;;
92859600 esac
92869601 shared_flag='-shared'
9287 if test "$aix_use_runtimelinking" = yes; then
9288 shared_flag="$shared_flag "'${wl}-G'
9602 if test yes = "$aix_use_runtimelinking"; then
9603 shared_flag="$shared_flag "'$wl-G'
92899604 fi
9605 # Need to ensure runtime linking is disabled for the traditional
9606 # shared library, or the linker may eventually find shared libraries
9607 # /with/ Import File - we do not want to mix them.
9608 shared_flag_aix='-shared'
9609 shared_flag_svr4='-shared $wl-G'
92909610 else
92919611 # not using gcc
9292 if test "$host_cpu" = ia64; then
9612 if test ia64 = "$host_cpu"; then
92939613 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
92949614 # chokes on -Wl,-G. The following line is correct:
92959615 shared_flag='-G'
92969616 else
9297 if test "$aix_use_runtimelinking" = yes; then
9298 shared_flag='${wl}-G'
9617 if test yes = "$aix_use_runtimelinking"; then
9618 shared_flag='$wl-G'
92999619 else
9300 shared_flag='${wl}-bM:SRE'
9620 shared_flag='$wl-bM:SRE'
93019621 fi
9622 shared_flag_aix='$wl-bM:SRE'
9623 shared_flag_svr4='$wl-G'
93029624 fi
93039625 fi
93049626
9305 export_dynamic_flag_spec='${wl}-bexpall'
9627 export_dynamic_flag_spec='$wl-bexpall'
93069628 # It seems that -bexpall does not export symbols beginning with
93079629 # underscore (_), so it is better to generate a list of symbols to export.
93089630 always_export_symbols=yes
9309 if test "$aix_use_runtimelinking" = yes; then
9631 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
93109632 # Warning - without using the other runtime loading flags (-brtl),
93119633 # -berok will link without error, but may produce a broken library.
93129634 allow_undefined_flag='-berok'
93139635 # Determine the default libpath from the value encoded in an
93149636 # empty executable.
9315 if test "${lt_cv_aix_libpath+set}" = set; then
9637 if test set = "${lt_cv_aix_libpath+set}"; then
93169638 aix_libpath=$lt_cv_aix_libpath
93179639 else
93189640 if ${lt_cv_aix_libpath_+:} false; then :
93479669 rm -f core conftest.err conftest.$ac_objext \
93489670 conftest$ac_exeext conftest.$ac_ext
93499671 if test -z "$lt_cv_aix_libpath_"; then
9350 lt_cv_aix_libpath_="/usr/lib:/lib"
9672 lt_cv_aix_libpath_=/usr/lib:/lib
93519673 fi
93529674
93539675 fi
93559677 aix_libpath=$lt_cv_aix_libpath_
93569678 fi
93579679
9358 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9359 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9680 hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
9681 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
93609682 else
9361 if test "$host_cpu" = ia64; then
9362 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9683 if test ia64 = "$host_cpu"; then
9684 hardcode_libdir_flag_spec='$wl-R $libdir:/usr/lib:/lib'
93639685 allow_undefined_flag="-z nodefs"
9364 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
9686 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
93659687 else
93669688 # Determine the default libpath from the value encoded in an
93679689 # empty executable.
9368 if test "${lt_cv_aix_libpath+set}" = set; then
9690 if test set = "${lt_cv_aix_libpath+set}"; then
93699691 aix_libpath=$lt_cv_aix_libpath
93709692 else
93719693 if ${lt_cv_aix_libpath_+:} false; then :
94009722 rm -f core conftest.err conftest.$ac_objext \
94019723 conftest$ac_exeext conftest.$ac_ext
94029724 if test -z "$lt_cv_aix_libpath_"; then
9403 lt_cv_aix_libpath_="/usr/lib:/lib"
9725 lt_cv_aix_libpath_=/usr/lib:/lib
94049726 fi
94059727
94069728 fi
94089730 aix_libpath=$lt_cv_aix_libpath_
94099731 fi
94109732
9411 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9733 hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
94129734 # Warning - without using the other run time loading flags,
94139735 # -berok will link without error, but may produce a broken library.
9414 no_undefined_flag=' ${wl}-bernotok'
9415 allow_undefined_flag=' ${wl}-berok'
9416 if test "$with_gnu_ld" = yes; then
9736 no_undefined_flag=' $wl-bernotok'
9737 allow_undefined_flag=' $wl-berok'
9738 if test yes = "$with_gnu_ld"; then
94179739 # We only use this code for GNU lds that support --whole-archive.
9418 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9740 whole_archive_flag_spec='$wl--whole-archive$convenience $wl--no-whole-archive'
94199741 else
94209742 # Exported symbols can be pulled into shared objects from archives
94219743 whole_archive_flag_spec='$convenience'
94229744 fi
94239745 archive_cmds_need_lc=yes
9424 # This is similar to how AIX traditionally builds its shared libraries.
9425 archive_expsym_cmds="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
9746 archive_expsym_cmds='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
9747 # -brtl affects multiple linker settings, -berok does not and is overridden later
9748 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
9749 if test svr4 != "$with_aix_soname"; then
9750 # This is similar to how AIX traditionally builds its shared libraries.
9751 archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
9752 fi
9753 if test aix != "$with_aix_soname"; then
9754 archive_expsym_cmds="$archive_expsym_cmds"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
9755 else
9756 # used by -dlpreopen to get the symbols
9757 archive_expsym_cmds="$archive_expsym_cmds"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
9758 fi
9759 archive_expsym_cmds="$archive_expsym_cmds"'~$RM -r $output_objdir/$realname.d'
94269760 fi
94279761 fi
94289762 ;;
94319765 case $host_cpu in
94329766 powerpc)
94339767 # see comment about AmigaOS4 .so support
9434 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9768 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
94359769 archive_expsym_cmds=''
94369770 ;;
94379771 m68k)
94619795 # Tell ltmain to make .lib files, not .a files.
94629796 libext=lib
94639797 # Tell ltmain to make .dll files, not .so files.
9464 shrext_cmds=".dll"
9798 shrext_cmds=.dll
94659799 # FIXME: Setting linknames here is a bad hack.
9466 archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
9467 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9468 sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
9469 else
9470 sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
9471 fi~
9472 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
9473 linknames='
9800 archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
9801 archive_expsym_cmds='if test DEF = "`$SED -n -e '\''s/^[ ]*//'\'' -e '\''/^\(;.*\)*$/d'\'' -e '\''s/^\(EXPORTS\|LIBRARY\)\([ ].*\)*$/DEF/p'\'' -e q $export_symbols`" ; then
9802 cp "$export_symbols" "$output_objdir/$soname.def";
9803 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
9804 else
9805 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
9806 fi~
9807 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
9808 linknames='
94749809 # The linker will not automatically build a static lib if we build a DLL.
94759810 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
94769811 enable_shared_with_static_runtimes=yes
94799814 # Don't use ranlib
94809815 old_postinstall_cmds='chmod 644 $oldlib'
94819816 postlink_cmds='lt_outputfile="@OUTPUT@"~
9482 lt_tool_outputfile="@TOOL_OUTPUT@"~
9483 case $lt_outputfile in
9484 *.exe|*.EXE) ;;
9485 *)
9486 lt_outputfile="$lt_outputfile.exe"
9487 lt_tool_outputfile="$lt_tool_outputfile.exe"
9488 ;;
9489 esac~
9490 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
9491 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
9492 $RM "$lt_outputfile.manifest";
9493 fi'
9817 lt_tool_outputfile="@TOOL_OUTPUT@"~
9818 case $lt_outputfile in
9819 *.exe|*.EXE) ;;
9820 *)
9821 lt_outputfile=$lt_outputfile.exe
9822 lt_tool_outputfile=$lt_tool_outputfile.exe
9823 ;;
9824 esac~
9825 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
9826 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
9827 $RM "$lt_outputfile.manifest";
9828 fi'
94949829 ;;
94959830 *)
94969831 # Assume MSVC wrapper
94999834 # Tell ltmain to make .lib files, not .a files.
95009835 libext=lib
95019836 # Tell ltmain to make .dll files, not .so files.
9502 shrext_cmds=".dll"
9837 shrext_cmds=.dll
95039838 # FIXME: Setting linknames here is a bad hack.
95049839 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
95059840 # The linker will automatically build a .lib file if we build a DLL.
95189853 hardcode_direct=no
95199854 hardcode_automatic=yes
95209855 hardcode_shlibpath_var=unsupported
9521 if test "$lt_cv_ld_force_load" = "yes"; then
9522 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9856 if test yes = "$lt_cv_ld_force_load"; then
9857 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
95239858
95249859 else
95259860 whole_archive_flag_spec=''
95269861 fi
95279862 link_all_deplibs=yes
9528 allow_undefined_flag="$_lt_dar_allow_undefined"
9863 allow_undefined_flag=$_lt_dar_allow_undefined
95299864 case $cc_basename in
9530 ifort*) _lt_dar_can_shared=yes ;;
9865 ifort*|nagfor*) _lt_dar_can_shared=yes ;;
95319866 *) _lt_dar_can_shared=$GCC ;;
95329867 esac
9533 if test "$_lt_dar_can_shared" = "yes"; then
9868 if test yes = "$_lt_dar_can_shared"; then
95349869 output_verbose_link_cmd=func_echo_all
9535 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9536 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9537 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
9538 module_expsym_cmds="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
9870 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
9871 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
9872 archive_expsym_cmds="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
9873 module_expsym_cmds="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
95399874
95409875 else
95419876 ld_shlibs=no
95779912 ;;
95789913
95799914 hpux9*)
9580 if test "$GCC" = yes; then
9581 archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9915 if test yes = "$GCC"; then
9916 archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
95829917 else
9583 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9918 archive_cmds='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
95849919 fi
9585 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9920 hardcode_libdir_flag_spec='$wl+b $wl$libdir'
95869921 hardcode_libdir_separator=:
95879922 hardcode_direct=yes
95889923
95899924 # hardcode_minus_L: Not really in the search PATH,
95909925 # but as the default location of the library.
95919926 hardcode_minus_L=yes
9592 export_dynamic_flag_spec='${wl}-E'
9927 export_dynamic_flag_spec='$wl-E'
95939928 ;;
95949929
95959930 hpux10*)
9596 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9597 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9931 if test yes,no = "$GCC,$with_gnu_ld"; then
9932 archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
95989933 else
95999934 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
96009935 fi
9601 if test "$with_gnu_ld" = no; then
9602 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9936 if test no = "$with_gnu_ld"; then
9937 hardcode_libdir_flag_spec='$wl+b $wl$libdir'
96039938 hardcode_libdir_separator=:
96049939 hardcode_direct=yes
96059940 hardcode_direct_absolute=yes
9606 export_dynamic_flag_spec='${wl}-E'
9941 export_dynamic_flag_spec='$wl-E'
96079942 # hardcode_minus_L: Not really in the search PATH,
96089943 # but as the default location of the library.
96099944 hardcode_minus_L=yes
96119946 ;;
96129947
96139948 hpux11*)
9614 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9949 if test yes,no = "$GCC,$with_gnu_ld"; then
96159950 case $host_cpu in
96169951 hppa*64*)
9617 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9952 archive_cmds='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
96189953 ;;
96199954 ia64*)
9620 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9955 archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
96219956 ;;
96229957 *)
9623 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9958 archive_cmds='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
96249959 ;;
96259960 esac
96269961 else
96279962 case $host_cpu in
96289963 hppa*64*)
9629 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9964 archive_cmds='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
96309965 ;;
96319966 ia64*)
9632 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9967 archive_cmds='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
96339968 ;;
96349969 *)
96359970
96419976 $as_echo_n "(cached) " >&6
96429977 else
96439978 lt_cv_prog_compiler__b=no
9644 save_LDFLAGS="$LDFLAGS"
9979 save_LDFLAGS=$LDFLAGS
96459980 LDFLAGS="$LDFLAGS -b"
96469981 echo "$lt_simple_link_test_code" > conftest.$ac_ext
96479982 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
96609995 fi
96619996 fi
96629997 $RM -r conftest*
9663 LDFLAGS="$save_LDFLAGS"
9998 LDFLAGS=$save_LDFLAGS
96649999
966510000 fi
966610001 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
966710002 $as_echo "$lt_cv_prog_compiler__b" >&6; }
966810003
9669 if test x"$lt_cv_prog_compiler__b" = xyes; then
9670 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10004 if test yes = "$lt_cv_prog_compiler__b"; then
10005 archive_cmds='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
967110006 else
967210007 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
967310008 fi
967510010 ;;
967610011 esac
967710012 fi
9678 if test "$with_gnu_ld" = no; then
9679 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
10013 if test no = "$with_gnu_ld"; then
10014 hardcode_libdir_flag_spec='$wl+b $wl$libdir'
968010015 hardcode_libdir_separator=:
968110016
968210017 case $host_cpu in
968710022 *)
968810023 hardcode_direct=yes
968910024 hardcode_direct_absolute=yes
9690 export_dynamic_flag_spec='${wl}-E'
10025 export_dynamic_flag_spec='$wl-E'
969110026
969210027 # hardcode_minus_L: Not really in the search PATH,
969310028 # but as the default location of the library.
969810033 ;;
969910034
970010035 irix5* | irix6* | nonstopux*)
9701 if test "$GCC" = yes; then
9702 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10036 if test yes = "$GCC"; then
10037 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
970310038 # Try to use the -exported_symbol ld option, if it does not
970410039 # work, assume that -exports_file does not work either and
970510040 # implicitly export all symbols.
970910044 if ${lt_cv_irix_exported_symbol+:} false; then :
971010045 $as_echo_n "(cached) " >&6
971110046 else
9712 save_LDFLAGS="$LDFLAGS"
9713 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10047 save_LDFLAGS=$LDFLAGS
10048 LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
971410049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
971510050 /* end confdefs.h. */
971610051 int foo (void) { return 0; }
972210057 fi
972310058 rm -f core conftest.err conftest.$ac_objext \
972410059 conftest$ac_exeext conftest.$ac_ext
9725 LDFLAGS="$save_LDFLAGS"
10060 LDFLAGS=$save_LDFLAGS
972610061 fi
972710062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
972810063 $as_echo "$lt_cv_irix_exported_symbol" >&6; }
9729 if test "$lt_cv_irix_exported_symbol" = yes; then
9730 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
10064 if test yes = "$lt_cv_irix_exported_symbol"; then
10065 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
973110066 fi
973210067 else
9733 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9734 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
10068 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
10069 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
973510070 fi
973610071 archive_cmds_need_lc='no'
9737 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10072 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
973810073 hardcode_libdir_separator=:
973910074 inherit_rpath=yes
974010075 link_all_deplibs=yes
10076 ;;
10077
10078 linux*)
10079 case $cc_basename in
10080 tcc*)
10081 # Fabrice Bellard et al's Tiny C Compiler
10082 ld_shlibs=yes
10083 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10084 ;;
10085 esac
974110086 ;;
974210087
974310088 netbsd*)
975410099 newsos6)
975510100 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
975610101 hardcode_direct=yes
9757 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10102 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
975810103 hardcode_libdir_separator=:
975910104 hardcode_shlibpath_var=no
976010105 ;;
976210107 *nto* | *qnx*)
976310108 ;;
976410109
9765 openbsd*)
10110 openbsd* | bitrig*)
976610111 if test -f /usr/libexec/ld.so; then
976710112 hardcode_direct=yes
976810113 hardcode_shlibpath_var=no
976910114 hardcode_direct_absolute=yes
9770 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10115 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
977110116 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9772 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9773 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9774 export_dynamic_flag_spec='${wl}-E'
10117 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
10118 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
10119 export_dynamic_flag_spec='$wl-E'
977510120 else
9776 case $host_os in
9777 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9778 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9779 hardcode_libdir_flag_spec='-R$libdir'
9780 ;;
9781 *)
9782 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9783 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9784 ;;
9785 esac
10121 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10122 hardcode_libdir_flag_spec='$wl-rpath,$libdir'
978610123 fi
978710124 else
978810125 ld_shlibs=no
979310130 hardcode_libdir_flag_spec='-L$libdir'
979410131 hardcode_minus_L=yes
979510132 allow_undefined_flag=unsupported
9796 archive_cmds='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
9797 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10133 shrext_cmds=.dll
10134 archive_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
10135 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
10136 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
10137 $ECHO EXPORTS >> $output_objdir/$libname.def~
10138 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
10139 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
10140 emximp -o $lib $output_objdir/$libname.def'
10141 archive_expsym_cmds='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
10142 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
10143 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
10144 $ECHO EXPORTS >> $output_objdir/$libname.def~
10145 prefix_cmds="$SED"~
10146 if test EXPORTS = "`$SED 1q $export_symbols`"; then
10147 prefix_cmds="$prefix_cmds -e 1d";
10148 fi~
10149 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
10150 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
10151 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
10152 emximp -o $lib $output_objdir/$libname.def'
10153 old_archive_From_new_cmds='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
10154 enable_shared_with_static_runtimes=yes
979810155 ;;
979910156
980010157 osf3*)
9801 if test "$GCC" = yes; then
9802 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9803 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10158 if test yes = "$GCC"; then
10159 allow_undefined_flag=' $wl-expect_unresolved $wl\*'
10160 archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
980410161 else
980510162 allow_undefined_flag=' -expect_unresolved \*'
9806 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10163 archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
980710164 fi
980810165 archive_cmds_need_lc='no'
9809 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10166 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
981010167 hardcode_libdir_separator=:
981110168 ;;
981210169
981310170 osf4* | osf5*) # as osf3* with the addition of -msym flag
9814 if test "$GCC" = yes; then
9815 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9816 archive_cmds='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9817 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10171 if test yes = "$GCC"; then
10172 allow_undefined_flag=' $wl-expect_unresolved $wl\*'
10173 archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
10174 hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
981810175 else
981910176 allow_undefined_flag=' -expect_unresolved \*'
9820 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
10177 archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
982110178 archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
9822 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
10179 $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
982310180
982410181 # Both c and cxx compiler support -rpath directly
982510182 hardcode_libdir_flag_spec='-rpath $libdir'
983010187
983110188 solaris*)
983210189 no_undefined_flag=' -z defs'
9833 if test "$GCC" = yes; then
9834 wlarc='${wl}'
9835 archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10190 if test yes = "$GCC"; then
10191 wlarc='$wl'
10192 archive_cmds='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
983610193 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9837 $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10194 $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
983810195 else
983910196 case `$CC -V 2>&1` in
984010197 *"Compilers 5.0"*)
984110198 wlarc=''
9842 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10199 archive_cmds='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
984310200 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9844 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10201 $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
984510202 ;;
984610203 *)
9847 wlarc='${wl}'
9848 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10204 wlarc='$wl'
10205 archive_cmds='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
984910206 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9850 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10207 $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
985110208 ;;
985210209 esac
985310210 fi
985710214 solaris2.[0-5] | solaris2.[0-5].*) ;;
985810215 *)
985910216 # The compiler driver will combine and reorder linker options,
9860 # but understands `-z linker_flag'. GCC discards it without `$wl',
10217 # but understands '-z linker_flag'. GCC discards it without '$wl',
986110218 # but is careful enough not to reorder.
986210219 # Supported since Solaris 2.6 (maybe 2.5.1?)
9863 if test "$GCC" = yes; then
9864 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10220 if test yes = "$GCC"; then
10221 whole_archive_flag_spec='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
986510222 else
986610223 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
986710224 fi
987110228 ;;
987210229
987310230 sunos4*)
9874 if test "x$host_vendor" = xsequent; then
10231 if test sequent = "$host_vendor"; then
987510232 # Use $CC to link under sequent, because it throws in some extra .o
987610233 # files that make .init and .fini sections work.
9877 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10234 archive_cmds='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
987810235 else
987910236 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
988010237 fi
992310280 ;;
992410281
992510282 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9926 no_undefined_flag='${wl}-z,text'
10283 no_undefined_flag='$wl-z,text'
992710284 archive_cmds_need_lc=no
992810285 hardcode_shlibpath_var=no
992910286 runpath_var='LD_RUN_PATH'
993010287
9931 if test "$GCC" = yes; then
9932 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9933 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10288 if test yes = "$GCC"; then
10289 archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10290 archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
993410291 else
9935 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9936 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10292 archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10293 archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
993710294 fi
993810295 ;;
993910296
994010297 sysv5* | sco3.2v5* | sco5v6*)
9941 # Note: We can NOT use -z defs as we might desire, because we do not
10298 # Note: We CANNOT use -z defs as we might desire, because we do not
994210299 # link with -lc, and that would cause any symbols used from libc to
994310300 # always be unresolved, which means just about no library would
994410301 # ever link correctly. If we're not using GNU ld we use -z text
994510302 # though, which does catch some bad symbols but isn't as heavy-handed
994610303 # as -z defs.
9947 no_undefined_flag='${wl}-z,text'
9948 allow_undefined_flag='${wl}-z,nodefs'
10304 no_undefined_flag='$wl-z,text'
10305 allow_undefined_flag='$wl-z,nodefs'
994910306 archive_cmds_need_lc=no
995010307 hardcode_shlibpath_var=no
9951 hardcode_libdir_flag_spec='${wl}-R,$libdir'
10308 hardcode_libdir_flag_spec='$wl-R,$libdir'
995210309 hardcode_libdir_separator=':'
995310310 link_all_deplibs=yes
9954 export_dynamic_flag_spec='${wl}-Bexport'
10311 export_dynamic_flag_spec='$wl-Bexport'
995510312 runpath_var='LD_RUN_PATH'
995610313
9957 if test "$GCC" = yes; then
9958 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9959 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10314 if test yes = "$GCC"; then
10315 archive_cmds='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10316 archive_expsym_cmds='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
996010317 else
9961 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9962 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10318 archive_cmds='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10319 archive_expsym_cmds='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
996310320 fi
996410321 ;;
996510322
997410331 ;;
997510332 esac
997610333
9977 if test x$host_vendor = xsni; then
10334 if test sni = "$host_vendor"; then
997810335 case $host in
997910336 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9980 export_dynamic_flag_spec='${wl}-Blargedynsym'
10337 export_dynamic_flag_spec='$wl-Blargedynsym'
998110338 ;;
998210339 esac
998310340 fi
998510342
998610343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
998710344 $as_echo "$ld_shlibs" >&6; }
9988 test "$ld_shlibs" = no && can_build_shared=no
10345 test no = "$ld_shlibs" && can_build_shared=no
998910346
999010347 with_gnu_ld=$with_gnu_ld
999110348
1001110368 # Assume -lc should be added
1001210369 archive_cmds_need_lc=yes
1001310370
10014 if test "$enable_shared" = yes && test "$GCC" = yes; then
10371 if test yes,yes = "$GCC,$enable_shared"; then
1001510372 case $archive_cmds in
1001610373 *'~'*)
1001710374 # FIXME: we may have to deal with multi-command sequences.
1022610583 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
1022710584 $as_echo_n "checking dynamic linker characteristics... " >&6; }
1022810585
10229 if test "$GCC" = yes; then
10586 if test yes = "$GCC"; then
1023010587 case $host_os in
10231 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10232 *) lt_awk_arg="/^libraries:/" ;;
10588 darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
10589 *) lt_awk_arg='/^libraries:/' ;;
1023310590 esac
1023410591 case $host_os in
10235 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10236 *) lt_sed_strip_eq="s,=/,/,g" ;;
10592 mingw* | cegcc*) lt_sed_strip_eq='s|=\([A-Za-z]:\)|\1|g' ;;
10593 *) lt_sed_strip_eq='s|=/|/|g' ;;
1023710594 esac
1023810595 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
1023910596 case $lt_search_path_spec in
1024910606 ;;
1025010607 esac
1025110608 # Ok, now we have the path, separated by spaces, we can step through it
10252 # and add multilib dir if necessary.
10609 # and add multilib dir if necessary...
1025310610 lt_tmp_lt_search_path_spec=
10254 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10611 lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10612 # ...but if some path component already ends with the multilib dir we assume
10613 # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
10614 case "$lt_multi_os_dir; $lt_search_path_spec " in
10615 "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
10616 lt_multi_os_dir=
10617 ;;
10618 esac
1025510619 for lt_sys_path in $lt_search_path_spec; do
10256 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10257 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10258 else
10620 if test -d "$lt_sys_path$lt_multi_os_dir"; then
10621 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
10622 elif test -n "$lt_multi_os_dir"; then
1025910623 test -d "$lt_sys_path" && \
1026010624 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
1026110625 fi
1026210626 done
1026310627 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10264 BEGIN {RS=" "; FS="/|\n";} {
10265 lt_foo="";
10266 lt_count=0;
10628 BEGIN {RS = " "; FS = "/|\n";} {
10629 lt_foo = "";
10630 lt_count = 0;
1026710631 for (lt_i = NF; lt_i > 0; lt_i--) {
1026810632 if ($lt_i != "" && $lt_i != ".") {
1026910633 if ($lt_i == "..") {
1027010634 lt_count++;
1027110635 } else {
1027210636 if (lt_count == 0) {
10273 lt_foo="/" $lt_i lt_foo;
10637 lt_foo = "/" $lt_i lt_foo;
1027410638 } else {
1027510639 lt_count--;
1027610640 }
1028410648 # for these hosts.
1028510649 case $host_os in
1028610650 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10287 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10651 $SED 's|/\([A-Za-z]:\)|\1|g'` ;;
1028810652 esac
1028910653 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
1029010654 else
1029310657 library_names_spec=
1029410658 libname_spec='lib$name'
1029510659 soname_spec=
10296 shrext_cmds=".so"
10660 shrext_cmds=.so
1029710661 postinstall_cmds=
1029810662 postuninstall_cmds=
1029910663 finish_cmds=
1031010674 # flags to be left without arguments
1031110675 need_version=unknown
1031210676
10677
10678
1031310679 case $host_os in
1031410680 aix3*)
1031510681 version_type=linux # correct to gnu/linux during the next big refactor
10316 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10682 library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
1031710683 shlibpath_var=LIBPATH
1031810684
1031910685 # AIX 3 has no versioning support, so we append a major version to the name.
10320 soname_spec='${libname}${release}${shared_ext}$major'
10686 soname_spec='$libname$release$shared_ext$major'
1032110687 ;;
1032210688
1032310689 aix[4-9]*)
1032510691 need_lib_prefix=no
1032610692 need_version=no
1032710693 hardcode_into_libs=yes
10328 if test "$host_cpu" = ia64; then
10694 if test ia64 = "$host_cpu"; then
1032910695 # AIX 5 supports IA64
10330 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10696 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
1033110697 shlibpath_var=LD_LIBRARY_PATH
1033210698 else
1033310699 # With GCC up to 2.95.x, collect2 would create an import file
1033410700 # for dependence libraries. The import file would start with
10335 # the line `#! .'. This would cause the generated library to
10336 # depend on `.', always an invalid library. This was fixed in
10701 # the line '#! .'. This would cause the generated library to
10702 # depend on '.', always an invalid library. This was fixed in
1033710703 # development snapshots of GCC prior to 3.0.
1033810704 case $host_os in
1033910705 aix4 | aix4.[01] | aix4.[01].*)
1034010706 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
1034110707 echo ' yes '
10342 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10708 echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
1034310709 :
1034410710 else
1034510711 can_build_shared=no
1034610712 fi
1034710713 ;;
1034810714 esac
10349 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10715 # Using Import Files as archive members, it is possible to support
10716 # filename-based versioning of shared library archives on AIX. While
10717 # this would work for both with and without runtime linking, it will
10718 # prevent static linking of such archives. So we do filename-based
10719 # shared library versioning with .so extension only, which is used
10720 # when both runtime linking and shared linking is enabled.
10721 # Unfortunately, runtime linking may impact performance, so we do
10722 # not want this to be the default eventually. Also, we use the
10723 # versioned .so libs for executables only if there is the -brtl
10724 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
10725 # To allow for filename-based versioning support, we need to create
10726 # libNAME.so.V as an archive file, containing:
10727 # *) an Import File, referring to the versioned filename of the
10728 # archive as well as the shared archive member, telling the
10729 # bitwidth (32 or 64) of that shared object, and providing the
10730 # list of exported symbols of that shared object, eventually
10731 # decorated with the 'weak' keyword
10732 # *) the shared object with the F_LOADONLY flag set, to really avoid
10733 # it being seen by the linker.
10734 # At run time we better use the real file rather than another symlink,
10735 # but for link time we create the symlink libNAME.so -> libNAME.so.V
10736
10737 case $with_aix_soname,$aix_use_runtimelinking in
10738 # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
1035010739 # soname into executable. Probably we can add versioning support to
1035110740 # collect2, so additional links can be useful in future.
10352 if test "$aix_use_runtimelinking" = yes; then
10741 aix,yes) # traditional libtool
10742 dynamic_linker='AIX unversionable lib.so'
1035310743 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
1035410744 # instead of lib<name>.a to let people know that these are not
1035510745 # typical AIX shared libraries.
10356 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10357 else
10746 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
10747 ;;
10748 aix,no) # traditional AIX only
10749 dynamic_linker='AIX lib.a(lib.so.V)'
1035810750 # We preserve .a as extension for shared libraries through AIX4.2
1035910751 # and later when we are not doing run time linking.
10360 library_names_spec='${libname}${release}.a $libname.a'
10361 soname_spec='${libname}${release}${shared_ext}$major'
10362 fi
10752 library_names_spec='$libname$release.a $libname.a'
10753 soname_spec='$libname$release$shared_ext$major'
10754 ;;
10755 svr4,*) # full svr4 only
10756 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o)"
10757 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
10758 # We do not specify a path in Import Files, so LIBPATH fires.
10759 shlibpath_overrides_runpath=yes
10760 ;;
10761 *,yes) # both, prefer svr4
10762 dynamic_linker="AIX lib.so.V($shared_archive_member_spec.o), lib.a(lib.so.V)"
10763 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
10764 # unpreferred sharedlib libNAME.a needs extra handling
10765 postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
10766 postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
10767 # We do not specify a path in Import Files, so LIBPATH fires.
10768 shlibpath_overrides_runpath=yes
10769 ;;
10770 *,no) # both, prefer aix
10771 dynamic_linker="AIX lib.a(lib.so.V), lib.so.V($shared_archive_member_spec.o)"
10772 library_names_spec='$libname$release.a $libname.a'
10773 soname_spec='$libname$release$shared_ext$major'
10774 # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
10775 postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
10776 postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
10777 ;;
10778 esac
1036310779 shlibpath_var=LIBPATH
1036410780 fi
1036510781 ;;
1036910785 powerpc)
1037010786 # Since July 2007 AmigaOS4 officially supports .so libraries.
1037110787 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10372 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10788 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
1037310789 ;;
1037410790 m68k)
1037510791 library_names_spec='$libname.ixlibrary $libname.a'
1037610792 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10377 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
10793 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
1037810794 ;;
1037910795 esac
1038010796 ;;
1038110797
1038210798 beos*)
10383 library_names_spec='${libname}${shared_ext}'
10799 library_names_spec='$libname$shared_ext'
1038410800 dynamic_linker="$host_os ld.so"
1038510801 shlibpath_var=LIBRARY_PATH
1038610802 ;;
1038810804 bsdi[45]*)
1038910805 version_type=linux # correct to gnu/linux during the next big refactor
1039010806 need_version=no
10391 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10392 soname_spec='${libname}${release}${shared_ext}$major'
10807 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
10808 soname_spec='$libname$release$shared_ext$major'
1039310809 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
1039410810 shlibpath_var=LD_LIBRARY_PATH
1039510811 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
1040110817
1040210818 cygwin* | mingw* | pw32* | cegcc*)
1040310819 version_type=windows
10404 shrext_cmds=".dll"
10820 shrext_cmds=.dll
1040510821 need_version=no
1040610822 need_lib_prefix=no
1040710823
1041010826 # gcc
1041110827 library_names_spec='$libname.dll.a'
1041210828 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10413 postinstall_cmds='base_file=`basename \${file}`~
10414 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10829 postinstall_cmds='base_file=`basename \$file`~
10830 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
1041510831 dldir=$destdir/`dirname \$dlpath`~
1041610832 test -d \$dldir || mkdir -p \$dldir~
1041710833 $install_prog $dir/$dlname \$dldir/$dlname~
1042710843 case $host_os in
1042810844 cygwin*)
1042910845 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10430 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10846 soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
1043110847
1043210848 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
1043310849 ;;
1043410850 mingw* | cegcc*)
1043510851 # MinGW DLLs use traditional 'lib' prefix
10436 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10852 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
1043710853 ;;
1043810854 pw32*)
1043910855 # pw32 DLLs use 'pw' prefix rather than 'lib'
10440 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10856 library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
1044110857 ;;
1044210858 esac
1044310859 dynamic_linker='Win32 ld.exe'
1044610862 *,cl*)
1044710863 # Native MSVC
1044810864 libname_spec='$name'
10449 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10450 library_names_spec='${libname}.dll.lib'
10865 soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
10866 library_names_spec='$libname.dll.lib'
1045110867
1045210868 case $build_os in
1045310869 mingw*)
1047410890 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
1047510891 ;;
1047610892 *)
10477 sys_lib_search_path_spec="$LIB"
10893 sys_lib_search_path_spec=$LIB
1047810894 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
1047910895 # It is most probably a Windows format PATH.
1048010896 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
1048710903 esac
1048810904
1048910905 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10490 postinstall_cmds='base_file=`basename \${file}`~
10491 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10906 postinstall_cmds='base_file=`basename \$file`~
10907 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
1049210908 dldir=$destdir/`dirname \$dlpath`~
1049310909 test -d \$dldir || mkdir -p \$dldir~
1049410910 $install_prog $dir/$dlname \$dldir/$dlname'
1050110917
1050210918 *)
1050310919 # Assume MSVC wrapper
10504 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10920 library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
1050510921 dynamic_linker='Win32 ld.exe'
1050610922 ;;
1050710923 esac
1051410930 version_type=darwin
1051510931 need_lib_prefix=no
1051610932 need_version=no
10517 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10518 soname_spec='${libname}${release}${major}$shared_ext'
10933 library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
10934 soname_spec='$libname$release$major$shared_ext'
1051910935 shlibpath_overrides_runpath=yes
1052010936 shlibpath_var=DYLD_LIBRARY_PATH
1052110937 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
1052810944 version_type=linux # correct to gnu/linux during the next big refactor
1052910945 need_lib_prefix=no
1053010946 need_version=no
10531 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10532 soname_spec='${libname}${release}${shared_ext}$major'
10947 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
10948 soname_spec='$libname$release$shared_ext$major'
1053310949 shlibpath_var=LD_LIBRARY_PATH
1053410950 ;;
1053510951
1054710963 version_type=freebsd-$objformat
1054810964 case $version_type in
1054910965 freebsd-elf*)
10550 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10966 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
10967 soname_spec='$libname$release$shared_ext$major'
1055110968 need_version=no
1055210969 need_lib_prefix=no
1055310970 ;;
1055410971 freebsd-*)
10555 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10972 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
1055610973 need_version=yes
1055710974 ;;
1055810975 esac
1057710994 esac
1057810995 ;;
1057910996
10580 gnu*)
10581 version_type=linux # correct to gnu/linux during the next big refactor
10582 need_lib_prefix=no
10583 need_version=no
10584 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10585 soname_spec='${libname}${release}${shared_ext}$major'
10586 shlibpath_var=LD_LIBRARY_PATH
10587 shlibpath_overrides_runpath=no
10588 hardcode_into_libs=yes
10589 ;;
10590
1059110997 haiku*)
1059210998 version_type=linux # correct to gnu/linux during the next big refactor
1059310999 need_lib_prefix=no
1059411000 need_version=no
1059511001 dynamic_linker="$host_os runtime_loader"
10596 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10597 soname_spec='${libname}${release}${shared_ext}$major'
11002 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11003 soname_spec='$libname$release$shared_ext$major'
1059811004 shlibpath_var=LIBRARY_PATH
10599 shlibpath_overrides_runpath=yes
11005 shlibpath_overrides_runpath=no
1060011006 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
1060111007 hardcode_into_libs=yes
1060211008 ;;
1061411020 dynamic_linker="$host_os dld.so"
1061511021 shlibpath_var=LD_LIBRARY_PATH
1061611022 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10617 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10618 soname_spec='${libname}${release}${shared_ext}$major'
10619 if test "X$HPUX_IA64_MODE" = X32; then
11023 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11024 soname_spec='$libname$release$shared_ext$major'
11025 if test 32 = "$HPUX_IA64_MODE"; then
1062011026 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
11027 sys_lib_dlsearch_path_spec=/usr/lib/hpux32
1062111028 else
1062211029 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
11030 sys_lib_dlsearch_path_spec=/usr/lib/hpux64
1062311031 fi
10624 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1062511032 ;;
1062611033 hppa*64*)
1062711034 shrext_cmds='.sl'
1062911036 dynamic_linker="$host_os dld.sl"
1063011037 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
1063111038 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10632 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10633 soname_spec='${libname}${release}${shared_ext}$major'
11039 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11040 soname_spec='$libname$release$shared_ext$major'
1063411041 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
1063511042 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1063611043 ;;
1063911046 dynamic_linker="$host_os dld.sl"
1064011047 shlibpath_var=SHLIB_PATH
1064111048 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10642 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10643 soname_spec='${libname}${release}${shared_ext}$major'
11049 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11050 soname_spec='$libname$release$shared_ext$major'
1064411051 ;;
1064511052 esac
1064611053 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
1065311060 version_type=linux # correct to gnu/linux during the next big refactor
1065411061 need_lib_prefix=no
1065511062 need_version=no
10656 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10657 soname_spec='${libname}${release}${shared_ext}$major'
11063 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11064 soname_spec='$libname$release$shared_ext$major'
1065811065 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
1065911066 shlibpath_var=LD_LIBRARY_PATH
1066011067 shlibpath_overrides_runpath=no
1066511072 case $host_os in
1066611073 nonstopux*) version_type=nonstopux ;;
1066711074 *)
10668 if test "$lt_cv_prog_gnu_ld" = yes; then
11075 if test yes = "$lt_cv_prog_gnu_ld"; then
1066911076 version_type=linux # correct to gnu/linux during the next big refactor
1067011077 else
1067111078 version_type=irix
1067311080 esac
1067411081 need_lib_prefix=no
1067511082 need_version=no
10676 soname_spec='${libname}${release}${shared_ext}$major'
10677 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
11083 soname_spec='$libname$release$shared_ext$major'
11084 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
1067811085 case $host_os in
1067911086 irix5* | nonstopux*)
1068011087 libsuff= shlibsuff=
1069311100 esac
1069411101 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
1069511102 shlibpath_overrides_runpath=no
10696 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10697 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
11103 sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
11104 sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
1069811105 hardcode_into_libs=yes
1069911106 ;;
1070011107
1070311110 dynamic_linker=no
1070411111 ;;
1070511112
11113 linux*android*)
11114 version_type=none # Android doesn't support versioned libraries.
11115 need_lib_prefix=no
11116 need_version=no
11117 library_names_spec='$libname$release$shared_ext'
11118 soname_spec='$libname$release$shared_ext'
11119 finish_cmds=
11120 shlibpath_var=LD_LIBRARY_PATH
11121 shlibpath_overrides_runpath=yes
11122
11123 # This implies no fast_install, which is unacceptable.
11124 # Some rework will be needed to allow for fast_install
11125 # before this can be enabled.
11126 hardcode_into_libs=yes
11127
11128 dynamic_linker='Android linker'
11129 # Don't embed -rpath directories since the linker doesn't support them.
11130 hardcode_libdir_flag_spec='-L$libdir'
11131 ;;
11132
1070611133 # This must be glibc/ELF.
10707 linux* | k*bsd*-gnu | kopensolaris*-gnu)
11134 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
1070811135 version_type=linux # correct to gnu/linux during the next big refactor
1070911136 need_lib_prefix=no
1071011137 need_version=no
10711 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10712 soname_spec='${libname}${release}${shared_ext}$major'
11138 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11139 soname_spec='$libname$release$shared_ext$major'
1071311140 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
1071411141 shlibpath_var=LD_LIBRARY_PATH
1071511142 shlibpath_overrides_runpath=no
1075611183 # Add ABI-specific directories to the system library path.
1075711184 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
1075811185
10759 # Append ld.so.conf contents to the search path
11186 # Ideally, we could use ldconfig to report *all* directores which are
11187 # searched for libraries, however this is still not possible. Aside from not
11188 # being certain /sbin/ldconfig is available, command
11189 # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
11190 # even though it is searched at run-time. Try to do the best guess by
11191 # appending ld.so.conf contents (and includes) to the search path.
1076011192 if test -f /etc/ld.so.conf; then
1076111193 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
1076211194 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
10763
1076411195 fi
1076511196
1076611197 # We used to test for /lib/ld.so.1 and disable shared libraries on
1077711208 need_lib_prefix=no
1077811209 need_version=no
1077911210 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10780 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11211 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
1078111212 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1078211213 dynamic_linker='NetBSD (a.out) ld.so'
1078311214 else
10784 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10785 soname_spec='${libname}${release}${shared_ext}$major'
11215 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11216 soname_spec='$libname$release$shared_ext$major'
1078611217 dynamic_linker='NetBSD ld.elf_so'
1078711218 fi
1078811219 shlibpath_var=LD_LIBRARY_PATH
1079211223
1079311224 newsos6)
1079411225 version_type=linux # correct to gnu/linux during the next big refactor
10795 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11226 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
1079611227 shlibpath_var=LD_LIBRARY_PATH
1079711228 shlibpath_overrides_runpath=yes
1079811229 ;;
1080111232 version_type=qnx
1080211233 need_lib_prefix=no
1080311234 need_version=no
10804 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10805 soname_spec='${libname}${release}${shared_ext}$major'
11235 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11236 soname_spec='$libname$release$shared_ext$major'
1080611237 shlibpath_var=LD_LIBRARY_PATH
1080711238 shlibpath_overrides_runpath=no
1080811239 hardcode_into_libs=yes
1080911240 dynamic_linker='ldqnx.so'
1081011241 ;;
1081111242
10812 openbsd*)
11243 openbsd* | bitrig*)
1081311244 version_type=sunos
10814 sys_lib_dlsearch_path_spec="/usr/lib"
11245 sys_lib_dlsearch_path_spec=/usr/lib
1081511246 need_lib_prefix=no
10816 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10817 case $host_os in
10818 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10819 *) need_version=no ;;
10820 esac
10821 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11247 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
11248 need_version=no
11249 else
11250 need_version=yes
11251 fi
11252 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
1082211253 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
1082311254 shlibpath_var=LD_LIBRARY_PATH
10824 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10825 case $host_os in
10826 openbsd2.[89] | openbsd2.[89].*)
10827 shlibpath_overrides_runpath=no
10828 ;;
10829 *)
10830 shlibpath_overrides_runpath=yes
10831 ;;
10832 esac
10833 else
10834 shlibpath_overrides_runpath=yes
10835 fi
11255 shlibpath_overrides_runpath=yes
1083611256 ;;
1083711257
1083811258 os2*)
1083911259 libname_spec='$name'
10840 shrext_cmds=".dll"
11260 version_type=windows
11261 shrext_cmds=.dll
11262 need_version=no
1084111263 need_lib_prefix=no
10842 library_names_spec='$libname${shared_ext} $libname.a'
11264 # OS/2 can only load a DLL with a base name of 8 characters or less.
11265 soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
11266 v=$($ECHO $release$versuffix | tr -d .-);
11267 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
11268 $ECHO $n$v`$shared_ext'
11269 library_names_spec='${libname}_dll.$libext'
1084311270 dynamic_linker='OS/2 ld.exe'
10844 shlibpath_var=LIBPATH
11271 shlibpath_var=BEGINLIBPATH
11272 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11273 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
11274 postinstall_cmds='base_file=`basename \$file`~
11275 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
11276 dldir=$destdir/`dirname \$dlpath`~
11277 test -d \$dldir || mkdir -p \$dldir~
11278 $install_prog $dir/$dlname \$dldir/$dlname~
11279 chmod a+x \$dldir/$dlname~
11280 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11281 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11282 fi'
11283 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
11284 dlpath=$dir/\$dldll~
11285 $RM \$dlpath'
1084511286 ;;
1084611287
1084711288 osf3* | osf4* | osf5*)
1084811289 version_type=osf
1084911290 need_lib_prefix=no
1085011291 need_version=no
10851 soname_spec='${libname}${release}${shared_ext}$major'
10852 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11292 soname_spec='$libname$release$shared_ext$major'
11293 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
1085311294 shlibpath_var=LD_LIBRARY_PATH
1085411295 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10855 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
11296 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
1085611297 ;;
1085711298
1085811299 rdos*)
1086311304 version_type=linux # correct to gnu/linux during the next big refactor
1086411305 need_lib_prefix=no
1086511306 need_version=no
10866 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10867 soname_spec='${libname}${release}${shared_ext}$major'
11307 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11308 soname_spec='$libname$release$shared_ext$major'
1086811309 shlibpath_var=LD_LIBRARY_PATH
1086911310 shlibpath_overrides_runpath=yes
1087011311 hardcode_into_libs=yes
1087411315
1087511316 sunos4*)
1087611317 version_type=sunos
10877 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11318 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
1087811319 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
1087911320 shlibpath_var=LD_LIBRARY_PATH
1088011321 shlibpath_overrides_runpath=yes
10881 if test "$with_gnu_ld" = yes; then
11322 if test yes = "$with_gnu_ld"; then
1088211323 need_lib_prefix=no
1088311324 fi
1088411325 need_version=yes
1088611327
1088711328 sysv4 | sysv4.3*)
1088811329 version_type=linux # correct to gnu/linux during the next big refactor
10889 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10890 soname_spec='${libname}${release}${shared_ext}$major'
11330 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11331 soname_spec='$libname$release$shared_ext$major'
1089111332 shlibpath_var=LD_LIBRARY_PATH
1089211333 case $host_vendor in
1089311334 sni)
1090811349 ;;
1090911350
1091011351 sysv4*MP*)
10911 if test -d /usr/nec ;then
11352 if test -d /usr/nec; then
1091211353 version_type=linux # correct to gnu/linux during the next big refactor
10913 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10914 soname_spec='$libname${shared_ext}.$major'
11354 library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
11355 soname_spec='$libname$shared_ext.$major'
1091511356 shlibpath_var=LD_LIBRARY_PATH
1091611357 fi
1091711358 ;;
1091811359
1091911360 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10920 version_type=freebsd-elf
11361 version_type=sco
1092111362 need_lib_prefix=no
1092211363 need_version=no
10923 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10924 soname_spec='${libname}${release}${shared_ext}$major'
11364 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
11365 soname_spec='$libname$release$shared_ext$major'
1092511366 shlibpath_var=LD_LIBRARY_PATH
1092611367 shlibpath_overrides_runpath=yes
1092711368 hardcode_into_libs=yes
10928 if test "$with_gnu_ld" = yes; then
11369 if test yes = "$with_gnu_ld"; then
1092911370 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
1093011371 else
1093111372 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
1094311384 version_type=linux # correct to gnu/linux during the next big refactor
1094411385 need_lib_prefix=no
1094511386 need_version=no
10946 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11387 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
1094711388 shlibpath_var=LD_LIBRARY_PATH
1094811389 shlibpath_overrides_runpath=no
1094911390 hardcode_into_libs=yes
1095111392
1095211393 uts4*)
1095311394 version_type=linux # correct to gnu/linux during the next big refactor
10954 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10955 soname_spec='${libname}${release}${shared_ext}$major'
11395 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
11396 soname_spec='$libname$release$shared_ext$major'
1095611397 shlibpath_var=LD_LIBRARY_PATH
1095711398 ;;
1095811399
1096211403 esac
1096311404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
1096411405 $as_echo "$dynamic_linker" >&6; }
10965 test "$dynamic_linker" = no && can_build_shared=no
11406 test no = "$dynamic_linker" && can_build_shared=no
1096611407
1096711408 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10968 if test "$GCC" = yes; then
11409 if test yes = "$GCC"; then
1096911410 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
1097011411 fi
1097111412
10972 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10973 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10974 fi
10975 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10976 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10977 fi
11413 if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
11414 sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
11415 fi
11416
11417 if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
11418 sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
11419 fi
11420
11421 # remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
11422 configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
11423
11424 # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
11425 func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
11426
11427 # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
11428 configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
11429
11430
11431
11432
11433
1097811434
1097911435
1098011436
1107211528 hardcode_action=
1107311529 if test -n "$hardcode_libdir_flag_spec" ||
1107411530 test -n "$runpath_var" ||
11075 test "X$hardcode_automatic" = "Xyes" ; then
11531 test yes = "$hardcode_automatic"; then
1107611532
1107711533 # We can hardcode non-existent directories.
11078 if test "$hardcode_direct" != no &&
11534 if test no != "$hardcode_direct" &&
1107911535 # If the only mechanism to avoid hardcoding is shlibpath_var, we
1108011536 # have to relink, otherwise we might link with an installed library
1108111537 # when we should be linking with a yet-to-be-installed one
11082 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11083 test "$hardcode_minus_L" != no; then
11538 ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, )" &&
11539 test no != "$hardcode_minus_L"; then
1108411540 # Linking always hardcodes the temporary library directory.
1108511541 hardcode_action=relink
1108611542 else
1109511551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
1109611552 $as_echo "$hardcode_action" >&6; }
1109711553
11098 if test "$hardcode_action" = relink ||
11099 test "$inherit_rpath" = yes; then
11554 if test relink = "$hardcode_action" ||
11555 test yes = "$inherit_rpath"; then
1110011556 # Fast installation is not supported
1110111557 enable_fast_install=no
11102 elif test "$shlibpath_overrides_runpath" = yes ||
11103 test "$enable_shared" = no; then
11558 elif test yes = "$shlibpath_overrides_runpath" ||
11559 test no = "$enable_shared"; then
1110411560 # Fast installation is not necessary
1110511561 enable_fast_install=needless
1110611562 fi
1111011566
1111111567
1111211568
11113 if test "x$enable_dlopen" != xyes; then
11569 if test yes != "$enable_dlopen"; then
1111411570 enable_dlopen=unknown
1111511571 enable_dlopen_self=unknown
1111611572 enable_dlopen_self_static=unknown
1112011576
1112111577 case $host_os in
1112211578 beos*)
11123 lt_cv_dlopen="load_add_on"
11579 lt_cv_dlopen=load_add_on
1112411580 lt_cv_dlopen_libs=
1112511581 lt_cv_dlopen_self=yes
1112611582 ;;
1112711583
1112811584 mingw* | pw32* | cegcc*)
11129 lt_cv_dlopen="LoadLibrary"
11585 lt_cv_dlopen=LoadLibrary
1113011586 lt_cv_dlopen_libs=
1113111587 ;;
1113211588
1113311589 cygwin*)
11134 lt_cv_dlopen="dlopen"
11590 lt_cv_dlopen=dlopen
1113511591 lt_cv_dlopen_libs=
1113611592 ;;
1113711593
1113811594 darwin*)
11139 # if libdl is installed we need to link against it
11595 # if libdl is installed we need to link against it
1114011596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1114111597 $as_echo_n "checking for dlopen in -ldl... " >&6; }
1114211598 if ${ac_cv_lib_dl_dlopen+:} false; then :
1117411630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1117511631 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
1117611632 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11177 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11178 else
11179
11180 lt_cv_dlopen="dyld"
11633 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
11634 else
11635
11636 lt_cv_dlopen=dyld
1118111637 lt_cv_dlopen_libs=
1118211638 lt_cv_dlopen_self=yes
1118311639
1118411640 fi
1118511641
11642 ;;
11643
11644 tpf*)
11645 # Don't try to run any link tests for TPF. We know it's impossible
11646 # because TPF is a cross-compiler, and we know how we open DSOs.
11647 lt_cv_dlopen=dlopen
11648 lt_cv_dlopen_libs=
11649 lt_cv_dlopen_self=no
1118611650 ;;
1118711651
1118811652 *)
1118911653 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
1119011654 if test "x$ac_cv_func_shl_load" = xyes; then :
11191 lt_cv_dlopen="shl_load"
11655 lt_cv_dlopen=shl_load
1119211656 else
1119311657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
1119411658 $as_echo_n "checking for shl_load in -ldld... " >&6; }
1122711691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
1122811692 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
1122911693 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11230 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11694 lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld
1123111695 else
1123211696 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
1123311697 if test "x$ac_cv_func_dlopen" = xyes; then :
11234 lt_cv_dlopen="dlopen"
11698 lt_cv_dlopen=dlopen
1123511699 else
1123611700 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
1123711701 $as_echo_n "checking for dlopen in -ldl... " >&6; }
1127011734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
1127111735 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
1127211736 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11273 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11737 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl
1127411738 else
1127511739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
1127611740 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
1130911773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
1131011774 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
1131111775 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11312 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11776 lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld
1131311777 else
1131411778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
1131511779 $as_echo_n "checking for dld_link in -ldld... " >&6; }
1134811812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
1134911813 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
1135011814 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11351 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11815 lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld
1135211816 fi
1135311817
1135411818
1136911833 ;;
1137011834 esac
1137111835
11372 if test "x$lt_cv_dlopen" != xno; then
11836 if test no = "$lt_cv_dlopen"; then
11837 enable_dlopen=no
11838 else
1137311839 enable_dlopen=yes
11374 else
11375 enable_dlopen=no
1137611840 fi
1137711841
1137811842 case $lt_cv_dlopen in
1137911843 dlopen)
11380 save_CPPFLAGS="$CPPFLAGS"
11381 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11382
11383 save_LDFLAGS="$LDFLAGS"
11844 save_CPPFLAGS=$CPPFLAGS
11845 test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11846
11847 save_LDFLAGS=$LDFLAGS
1138411848 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
1138511849
11386 save_LIBS="$LIBS"
11850 save_LIBS=$LIBS
1138711851 LIBS="$lt_cv_dlopen_libs $LIBS"
1138811852
1138911853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
1139111855 if ${lt_cv_dlopen_self+:} false; then :
1139211856 $as_echo_n "(cached) " >&6
1139311857 else
11394 if test "$cross_compiling" = yes; then :
11858 if test yes = "$cross_compiling"; then :
1139511859 lt_cv_dlopen_self=cross
1139611860 else
1139711861 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1143811902 # endif
1143911903 #endif
1144011904
11441 /* When -fvisbility=hidden is used, assume the code has been annotated
11905 /* When -fvisibility=hidden is used, assume the code has been annotated
1144211906 correspondingly for the symbols needed. */
11443 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11907 #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
1144411908 int fnord () __attribute__((visibility("default")));
1144511909 #endif
1144611910
1147011934 (eval $ac_link) 2>&5
1147111935 ac_status=$?
1147211936 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11473 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11937 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
1147411938 (./conftest; exit; ) >&5 2>/dev/null
1147511939 lt_status=$?
1147611940 case x$lt_status in
1149011954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
1149111955 $as_echo "$lt_cv_dlopen_self" >&6; }
1149211956
11493 if test "x$lt_cv_dlopen_self" = xyes; then
11957 if test yes = "$lt_cv_dlopen_self"; then
1149411958 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
1149511959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
1149611960 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
1149711961 if ${lt_cv_dlopen_self_static+:} false; then :
1149811962 $as_echo_n "(cached) " >&6
1149911963 else
11500 if test "$cross_compiling" = yes; then :
11964 if test yes = "$cross_compiling"; then :
1150111965 lt_cv_dlopen_self_static=cross
1150211966 else
1150311967 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
1154412008 # endif
1154512009 #endif
1154612010
11547 /* When -fvisbility=hidden is used, assume the code has been annotated
12011 /* When -fvisibility=hidden is used, assume the code has been annotated
1154812012 correspondingly for the symbols needed. */
11549 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12013 #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
1155012014 int fnord () __attribute__((visibility("default")));
1155112015 #endif
1155212016
1157612040 (eval $ac_link) 2>&5
1157712041 ac_status=$?
1157812042 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11579 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12043 test $ac_status = 0; } && test -s "conftest$ac_exeext" 2>/dev/null; then
1158012044 (./conftest; exit; ) >&5 2>/dev/null
1158112045 lt_status=$?
1158212046 case x$lt_status in
1159712061 $as_echo "$lt_cv_dlopen_self_static" >&6; }
1159812062 fi
1159912063
11600 CPPFLAGS="$save_CPPFLAGS"
11601 LDFLAGS="$save_LDFLAGS"
11602 LIBS="$save_LIBS"
12064 CPPFLAGS=$save_CPPFLAGS
12065 LDFLAGS=$save_LDFLAGS
12066 LIBS=$save_LIBS
1160312067 ;;
1160412068 esac
1160512069
1164312107 # FIXME - insert some real tests, host_os isn't really good enough
1164412108 case $host_os in
1164512109 darwin*)
11646 if test -n "$STRIP" ; then
12110 if test -n "$STRIP"; then
1164712111 striplib="$STRIP -x"
1164812112 old_striplib="$STRIP -S"
1164912113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1167112135
1167212136
1167312137
11674 # Report which library types will actually be built
12138 # Report what library types will actually be built
1167512139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
1167612140 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
1167712141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
1167912143
1168012144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
1168112145 $as_echo_n "checking whether to build shared libraries... " >&6; }
11682 test "$can_build_shared" = "no" && enable_shared=no
12146 test no = "$can_build_shared" && enable_shared=no
1168312147
1168412148 # On AIX, shared libraries and static libraries use the same namespace, and
1168512149 # are all built from PIC.
1168612150 case $host_os in
1168712151 aix3*)
11688 test "$enable_shared" = yes && enable_static=no
12152 test yes = "$enable_shared" && enable_static=no
1168912153 if test -n "$RANLIB"; then
1169012154 archive_cmds="$archive_cmds~\$RANLIB \$lib"
1169112155 postinstall_cmds='$RANLIB $lib'
1169312157 ;;
1169412158
1169512159 aix[4-9]*)
11696 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11697 test "$enable_shared" = yes && enable_static=no
12160 if test ia64 != "$host_cpu"; then
12161 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
12162 yes,aix,yes) ;; # shared object as lib.so file only
12163 yes,svr4,*) ;; # shared object as lib.so archive member only
12164 yes,*) enable_static=no ;; # shared object in lib.a archive as well
12165 esac
1169812166 fi
1169912167 ;;
1170012168 esac
1170412172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
1170512173 $as_echo_n "checking whether to build static libraries... " >&6; }
1170612174 # Make sure either enable_shared or enable_static is yes.
11707 test "$enable_shared" = yes || enable_static=yes
12175 test yes = "$enable_shared" || enable_static=yes
1170812176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
1170912177 $as_echo "$enable_static" >&6; }
1171012178
1171812186 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1171912187 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1172012188
11721 CC="$lt_save_CC"
12189 CC=$lt_save_CC
1172212190
1172312191
1172412192
1326113729 # Substitute ALL_LINGUAS so we can use it in po/Makefile
1326213730
1326313731
13264 # Set DATADIRNAME correctly if it is not set yet
13265 # (copied from glib-gettext.m4)
13266 if test -z "$DATADIRNAME"; then
13267 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13268 /* end confdefs.h. */
13269
13270 int
13271 main ()
13272 {
13273 extern int _nl_msg_cat_cntr;
13274 return _nl_msg_cat_cntr
13275 ;
13276 return 0;
13277 }
13278 _ACEOF
13279 if ac_fn_c_try_link "$LINENO"; then :
13280 DATADIRNAME=share
13281 else
13282 case $host in
13283 *-*-solaris*)
13284 ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset"
13285 if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then :
13286 DATADIRNAME=share
13287 else
13288 DATADIRNAME=lib
13289 fi
13290
13291 ;;
13292 *)
13293 DATADIRNAME=lib
13294 ;;
13295 esac
13296 fi
13297 rm -f core conftest.err conftest.$ac_objext \
13298 conftest$ac_exeext conftest.$ac_ext
13299 fi
13300
13301
1330213732
1330313733
1330413734
1361614046 fi
1361714047
1361814048
13619 if test "x$with_libvirt" != "xno"; then :
14049 if test "x$with_libvirt" != "xno" && test "x$with_libvirt" != "xyes"; then :
14050 if test -n "$PKG_CONFIG" && \
14051 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libvirt >= \$LIBVIRT_REQUIRED\""; } >&5
14052 ($PKG_CONFIG --exists --print-errors "libvirt >= $LIBVIRT_REQUIRED") 2>&5
14053 ac_status=$?
14054 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14055 test $ac_status = 0; }; then
14056 with_libvirt=yes
14057 else
14058 with_libvirt=no
14059 fi
14060 fi
14061
14062 if test "x$with_libvirt" = "xyes"; then :
1362014063
1362114064 pkg_failed=no
1362214065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBVIRT" >&5
1367614119 # Put the nasty error message in config.log where it belongs
1367714120 echo "$LIBVIRT_PKG_ERRORS" >&5
1367814121
13679 have_libvirt=no
14122 as_fn_error $? "Package requirements (libvirt >= $LIBVIRT_REQUIRED) were not met:
14123
14124 $LIBVIRT_PKG_ERRORS
14125
14126 Consider adjusting the PKG_CONFIG_PATH environment variable if you
14127 installed software in a non-standard prefix.
14128
14129 Alternatively, you may set the environment variables LIBVIRT_CFLAGS
14130 and LIBVIRT_LIBS to avoid the need to call pkg-config.
14131 See the pkg-config man page for more details." "$LINENO" 5
1368014132 elif test $pkg_failed = untried; then
1368114133 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1368214134 $as_echo "no" >&6; }
13683 have_libvirt=no
14135 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14136 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14137 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
14138 is in your PATH or set the PKG_CONFIG environment variable to the full
14139 path to pkg-config.
14140
14141 Alternatively, you may set the environment variables LIBVIRT_CFLAGS
14142 and LIBVIRT_LIBS to avoid the need to call pkg-config.
14143 See the pkg-config man page for more details.
14144
14145 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14146 See \`config.log' for more details" "$LINENO" 5; }
1368414147 else
1368514148 LIBVIRT_CFLAGS=$pkg_cv_LIBVIRT_CFLAGS
1368614149 LIBVIRT_LIBS=$pkg_cv_LIBVIRT_LIBS
1368714150 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1368814151 $as_echo "yes" >&6; }
13689 have_libvirt=yes
13690 fi
13691 else
13692 have_libvirt=no
13693 fi
13694
13695 if test "x$have_libvirt" = "xyes"; then :
14152
14153 fi
1369614154
1369714155 $as_echo "#define HAVE_LIBVIRT 1" >>confdefs.h
1369814156
13699 else
13700 if test "x$with_libvirt" = "xyes"; then :
13701 as_fn_error $? "libvirt requested but not found" "$LINENO" 5
13702
13703 fi
13704
13705 fi
13706 if test "x$have_libvirt" = "xyes"; then
14157
14158 fi
14159 if test "x$with_libvirt" = "xyes"; then
1370714160 HAVE_LIBVIRT_TRUE=
1370814161 HAVE_LIBVIRT_FALSE='#'
1370914162 else
1371114164 HAVE_LIBVIRT_FALSE=
1371214165 fi
1371314166
14167
14168 old_LIBS=$LIBS
14169 LIBS=$LIBVIRT_LIBS
14170 # virDomainOpenGraphicsFD was introduced in libvirt 1.2.8
14171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for virDomainOpenGraphicsFD in -lvirt" >&5
14172 $as_echo_n "checking for virDomainOpenGraphicsFD in -lvirt... " >&6; }
14173 if ${ac_cv_lib_virt_virDomainOpenGraphicsFD+:} false; then :
14174 $as_echo_n "(cached) " >&6
14175 else
14176 ac_check_lib_save_LIBS=$LIBS
14177 LIBS="-lvirt $LIBS"
14178 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14179 /* end confdefs.h. */
14180
14181 /* Override any GCC internal prototype to avoid an error.
14182 Use char because int might match the return type of a GCC
14183 builtin and then its argument prototype would still apply. */
14184 #ifdef __cplusplus
14185 extern "C"
14186 #endif
14187 char virDomainOpenGraphicsFD ();
14188 int
14189 main ()
14190 {
14191 return virDomainOpenGraphicsFD ();
14192 ;
14193 return 0;
14194 }
14195 _ACEOF
14196 if ac_fn_c_try_link "$LINENO"; then :
14197 ac_cv_lib_virt_virDomainOpenGraphicsFD=yes
14198 else
14199 ac_cv_lib_virt_virDomainOpenGraphicsFD=no
14200 fi
14201 rm -f core conftest.err conftest.$ac_objext \
14202 conftest$ac_exeext conftest.$ac_ext
14203 LIBS=$ac_check_lib_save_LIBS
14204 fi
14205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_virt_virDomainOpenGraphicsFD" >&5
14206 $as_echo "$ac_cv_lib_virt_virDomainOpenGraphicsFD" >&6; }
14207 if test "x$ac_cv_lib_virt_virDomainOpenGraphicsFD" = xyes; then :
14208
14209 $as_echo "#define HAVE_VIR_DOMAIN_OPEN_GRAPHICS_FD 1" >>confdefs.h
14210
14211 fi
14212
14213 LIBS=$old_LIBS
1371414214
1371514215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which gtk+ version to compile against" >&5
1371614216 $as_echo_n "checking which gtk+ version to compile against... " >&6; }
1386214362 fi
1386314363
1386414364
13865 if test "x$with_gtk_vnc" != "xno"; then :
14365 if test "x$with_gtk_vnc" != "xno" && test "x$with_gtk_vnc" != "xyes"; then :
14366 if test -n "$PKG_CONFIG" && \
14367 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk-vnc-\$GTK_VNC_API_VERSION >= \$GTK_VNC_REQUIRED\""; } >&5
14368 ($PKG_CONFIG --exists --print-errors "gtk-vnc-$GTK_VNC_API_VERSION >= $GTK_VNC_REQUIRED") 2>&5
14369 ac_status=$?
14370 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14371 test $ac_status = 0; }; then
14372 with_gtk_vnc=yes
14373 else
14374 with_gtk_vnc=no
14375 fi
14376 fi
14377
14378 if test "x$with_gtk_vnc" = "xyes"; then :
1386614379
1386714380 pkg_failed=no
1386814381 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GTK_VNC" >&5
1392214435 # Put the nasty error message in config.log where it belongs
1392314436 echo "$GTK_VNC_PKG_ERRORS" >&5
1392414437
13925 have_gtk_vnc=no
14438 as_fn_error $? "Package requirements (gtk-vnc-$GTK_VNC_API_VERSION >= $GTK_VNC_REQUIRED) were not met:
14439
14440 $GTK_VNC_PKG_ERRORS
14441
14442 Consider adjusting the PKG_CONFIG_PATH environment variable if you
14443 installed software in a non-standard prefix.
14444
14445 Alternatively, you may set the environment variables GTK_VNC_CFLAGS
14446 and GTK_VNC_LIBS to avoid the need to call pkg-config.
14447 See the pkg-config man page for more details." "$LINENO" 5
1392614448 elif test $pkg_failed = untried; then
1392714449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1392814450 $as_echo "no" >&6; }
13929 have_gtk_vnc=no
14451 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14452 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14453 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
14454 is in your PATH or set the PKG_CONFIG environment variable to the full
14455 path to pkg-config.
14456
14457 Alternatively, you may set the environment variables GTK_VNC_CFLAGS
14458 and GTK_VNC_LIBS to avoid the need to call pkg-config.
14459 See the pkg-config man page for more details.
14460
14461 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14462 See \`config.log' for more details" "$LINENO" 5; }
1393014463 else
1393114464 GTK_VNC_CFLAGS=$pkg_cv_GTK_VNC_CFLAGS
1393214465 GTK_VNC_LIBS=$pkg_cv_GTK_VNC_LIBS
1393314466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1393414467 $as_echo "yes" >&6; }
13935 have_gtk_vnc=yes
13936 fi
13937 else
13938 have_gtk_vnc=no
13939 fi
13940
13941 if test "x$have_gtk_vnc" = "xyes"; then :
14468
14469 fi
1394214470
1394314471 $as_echo "#define HAVE_GTK_VNC 1" >>confdefs.h
1394414472
13945 else
13946 if test "x$with_gtk_vnc" = "xyes"; then :
13947 as_fn_error $? "gtk-vnc requested but not found" "$LINENO" 5
13948
13949 fi
13950
13951 fi
13952 if test "x$have_gtk_vnc" = "xyes"; then
14473
14474 fi
14475 if test "x$with_gtk_vnc" = "xyes"; then
1395314476 HAVE_GTK_VNC_TRUE=
1395414477 HAVE_GTK_VNC_FALSE='#'
1395514478 else
1396514488 fi
1396614489
1396714490
13968 if test "x$with_spice_gtk" != "xno"; then :
14491 if test "x$with_spice_gtk" != "xno" && test "x$with_spice_gtk" != "xyes"; then :
14492 if test -n "$PKG_CONFIG" && \
14493 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"spice-client-gtk-\$SPICE_GTK_API_VERSION >= \$SPICE_GTK_REQUIRED
14494 spice-controller spice-protocol >= \$SPICE_PROTOCOL_REQUIRED\""; } >&5
14495 ($PKG_CONFIG --exists --print-errors "spice-client-gtk-$SPICE_GTK_API_VERSION >= $SPICE_GTK_REQUIRED
14496 spice-controller spice-protocol >= $SPICE_PROTOCOL_REQUIRED") 2>&5
14497 ac_status=$?
14498 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14499 test $ac_status = 0; }; then
14500 with_spice_gtk=yes
14501 else
14502 with_spice_gtk=no
14503 fi
14504 fi
14505
14506 if test "x$with_spice_gtk" = "xyes"; then :
1396914507
1397014508 pkg_failed=no
1397114509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SPICE_GTK" >&5
1402514563 # Put the nasty error message in config.log where it belongs
1402614564 echo "$SPICE_GTK_PKG_ERRORS" >&5
1402714565
14028 have_spice_gtk=no
14566 as_fn_error $? "Package requirements (spice-client-gtk-$SPICE_GTK_API_VERSION >= $SPICE_GTK_REQUIRED) were not met:
14567
14568 $SPICE_GTK_PKG_ERRORS
14569
14570 Consider adjusting the PKG_CONFIG_PATH environment variable if you
14571 installed software in a non-standard prefix.
14572
14573 Alternatively, you may set the environment variables SPICE_GTK_CFLAGS
14574 and SPICE_GTK_LIBS to avoid the need to call pkg-config.
14575 See the pkg-config man page for more details." "$LINENO" 5
1402914576 elif test $pkg_failed = untried; then
1403014577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1403114578 $as_echo "no" >&6; }
14032 have_spice_gtk=no
14579 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14580 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14581 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
14582 is in your PATH or set the PKG_CONFIG environment variable to the full
14583 path to pkg-config.
14584
14585 Alternatively, you may set the environment variables SPICE_GTK_CFLAGS
14586 and SPICE_GTK_LIBS to avoid the need to call pkg-config.
14587 See the pkg-config man page for more details.
14588
14589 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14590 See \`config.log' for more details" "$LINENO" 5; }
1403314591 else
1403414592 SPICE_GTK_CFLAGS=$pkg_cv_SPICE_GTK_CFLAGS
1403514593 SPICE_GTK_LIBS=$pkg_cv_SPICE_GTK_LIBS
1403614594 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1403714595 $as_echo "yes" >&6; }
14038 have_spice_gtk=yes
14039 fi
14040 else
14041 have_spice_gtk=no
14042 fi
14043
14044 if test "x$have_spice_gtk" = "xyes"; then :
14596
14597 fi
1404514598
1404614599 pkg_failed=no
1404714600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SPICE_CONTROLLER" >&5
1422714780
1422814781 $as_echo "#define HAVE_SPICE_GTK 1" >>confdefs.h
1422914782
14230 else
14231 if test "x$with_spice_gtk" = "xyes"; then :
14232 as_fn_error $? "spice-gtk requested but not found" "$LINENO" 5
14233
14234 fi
14235
14236 fi
14237 if test "x$have_spice_gtk" = "xyes"; then
14783
14784 fi
14785 if test "x$with_spice_gtk" = "xyes"; then
1423814786 HAVE_SPICE_GTK_TRUE=
1423914787 HAVE_SPICE_GTK_FALSE='#'
1424014788 else
1425014798 fi
1425114799
1425214800
14253 if test "x$with_ovirt" != "xno"; then :
14801 if test "x$with_ovirt" != "xno" && test "x$with_ovirt" != "xyes"; then :
14802 if test -n "$PKG_CONFIG" && \
14803 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"govirt-1.0 >= \$GOVIRT_REQUIRED\""; } >&5
14804 ($PKG_CONFIG --exists --print-errors "govirt-1.0 >= $GOVIRT_REQUIRED") 2>&5
14805 ac_status=$?
14806 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14807 test $ac_status = 0; }; then
14808 with_ovirt=yes
14809 else
14810 with_ovirt=no
14811 fi
14812 fi
14813
14814 if test "x$with_ovirt" = "xyes"; then :
1425414815
1425514816 pkg_failed=no
1425614817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OVIRT" >&5
1431014871 # Put the nasty error message in config.log where it belongs
1431114872 echo "$OVIRT_PKG_ERRORS" >&5
1431214873
14313 have_ovirt=no
14874 as_fn_error $? "Package requirements (govirt-1.0 >= $GOVIRT_REQUIRED) were not met:
14875
14876 $OVIRT_PKG_ERRORS
14877
14878 Consider adjusting the PKG_CONFIG_PATH environment variable if you
14879 installed software in a non-standard prefix.
14880
14881 Alternatively, you may set the environment variables OVIRT_CFLAGS
14882 and OVIRT_LIBS to avoid the need to call pkg-config.
14883 See the pkg-config man page for more details." "$LINENO" 5
1431414884 elif test $pkg_failed = untried; then
1431514885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
1431614886 $as_echo "no" >&6; }
14317 have_ovirt=no
14887 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14888 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14889 as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
14890 is in your PATH or set the PKG_CONFIG environment variable to the full
14891 path to pkg-config.
14892
14893 Alternatively, you may set the environment variables OVIRT_CFLAGS
14894 and OVIRT_LIBS to avoid the need to call pkg-config.
14895 See the pkg-config man page for more details.
14896
14897 To get pkg-config, see <http://pkg-config.freedesktop.org/>.
14898 See \`config.log' for more details" "$LINENO" 5; }
1431814899 else
1431914900 OVIRT_CFLAGS=$pkg_cv_OVIRT_CFLAGS
1432014901 OVIRT_LIBS=$pkg_cv_OVIRT_LIBS
1432114902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
1432214903 $as_echo "yes" >&6; }
14323 have_ovirt=yes
14324 fi
14325 else
14326 have_ovirt=no
14327 fi
14328
14329 if test "x$have_ovirt" = "xyes"; then :
14904
14905 fi
1433014906
1433114907 $as_echo "#define HAVE_OVIRT 1" >>confdefs.h
1433214908
14333 else
14334 if test "x$with_ovirt" = "xyes"; then :
14335 as_fn_error $? "oVirt support requested but libgovirt not found" "$LINENO" 5
14336
14337 fi
14338
14339 fi
14909 SAVED_CFLAGS="$CFLAGS"
14910 SAVED_LIBS="$LIBS"
14911 CFLAGS="$OVIRT_CFLAGS"
14912 LIBS="$OVIRT_LIBS"
14913 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14914 /* end confdefs.h. */
14915 #include <govirt/govirt.h>
14916 int
14917 main ()
14918 {
14919 static int err = OVIRT_REST_CALL_ERROR_CANCELLED;
14920 void *fun = rest_proxy_auth_cancel;
14921 ;
14922 return 0;
14923 }
14924 _ACEOF
14925 if ac_fn_c_try_compile "$LINENO"; then :
14926
14927 $as_echo "#define HAVE_OVIRT_CANCEL 1" >>confdefs.h
14928
14929 fi
14930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14931 CFLAGS="$SAVED_CFLAGS"
14932 LIBS="$SAVED_LIBS"
14933
14934 fi
14935 if test "x$with_ovirt" = "xyes"; then
14936 HAVE_OVIRT_TRUE=
14937 HAVE_OVIRT_FALSE='#'
14938 else
14939 HAVE_OVIRT_TRUE='#'
14940 HAVE_OVIRT_FALSE=
14941 fi
14942
1434014943
1434114944 for ac_header in sys/socket.h sys/un.h windows.h
1434214945 do :
1436514968
1436614969
1436714970
14368 if test "x$have_gtk_vnc" != "xyes" && test "x$have_spice_gtk" != "xyes"; then
14971 if test "x$with_gtk_vnc" != "xyes" && test "x$with_spice_gtk" != "xyes"; then
1436914972 as_fn_error $? "At least one of spice or vnc must be used" "$LINENO" 5
14973 fi
14974
14975
14976 # Check whether --with-osid was given.
14977 if test "${with_osid+set}" = set; then :
14978 withval=$with_osid;
14979 fi
14980
14981 if test -n "$with_osid"; then
14982
14983 cat >>confdefs.h <<_ACEOF
14984 #define REMOTE_VIEWER_OS_ID "$with_osid"
14985 _ACEOF
14986
1437014987 fi
1437114988
1437214989
1437814995 fi
1437914996
1438014997
14998 if test "x$buildid" != "x0"; then
14999
1438115000 cat >>confdefs.h <<_ACEOF
14382 #define BUILDID "$buildid"
15001 #define BUILDID "-$buildid"
1438315002 _ACEOF
1438415003
14385 BUILDID="$buildid"
14386
15004 BUILDID="-$buildid"
15005
15006 else
15007
15008 cat >>confdefs.h <<_ACEOF
15009 #define BUILDID ""
15010 _ACEOF
15011
15012 fi
1438715013
1438815014 major=`echo $PACKAGE_VERSION | cut -d. -f1`
1438915015 minor=`echo $PACKAGE_VERSION | cut -d. -f2`
1445015076
1445115077
1445215078
14453 ac_config_files="$ac_config_files Makefile data/Makefile data/virt-viewer.wxs data/virt-viewer.nsis data/virt-viewer-debug.nsis icons/Makefile icons/16x16/Makefile icons/22x22/Makefile icons/24x24/Makefile icons/32x32/Makefile icons/48x48/Makefile icons/256x256/Makefile man/Makefile mingw-virt-viewer.spec po/Makefile.in src/Makefile src/virt-viewer.rc virt-viewer.spec"
15079 ac_config_files="$ac_config_files Makefile data/Makefile data/adwaita-icons-needed.wxi data/virt-viewer.wxs data/virt-viewer.nsis data/virt-viewer-debug.nsis icons/Makefile icons/16x16/Makefile icons/22x22/Makefile icons/24x24/Makefile icons/32x32/Makefile icons/48x48/Makefile icons/256x256/Makefile man/Makefile mingw-virt-viewer.spec po/Makefile.in src/Makefile src/virt-viewer.rc virt-viewer.spec"
1445415080
1445515081 cat >confcache <<\_ACEOF
1445615082 # This file is a shell script that caches the results of configure
1461315239 as_fn_error $? "conditional \"HAVE_SPICE_GTK\" was never defined.
1461415240 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1461515241 fi
15242 if test -z "${HAVE_OVIRT_TRUE}" && test -z "${HAVE_OVIRT_FALSE}"; then
15243 as_fn_error $? "conditional \"HAVE_OVIRT\" was never defined.
15244 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15245 fi
1461615246 if test -z "${ENABLE_UPDATE_MIMEDB_TRUE}" && test -z "${ENABLE_UPDATE_MIMEDB_FALSE}"; then
1461715247 as_fn_error $? "conditional \"ENABLE_UPDATE_MIMEDB\" was never defined.
1461815248 Usually this means the macro was only invoked conditionally." "$LINENO" 5
1501415644 # report actual input values of CONFIG_FILES etc. instead of their
1501515645 # values after options handling.
1501615646 ac_log="
15017 This file was extended by virt-viewer $as_me 1.0, which was
15647 This file was extended by virt-viewer $as_me 3.1, which was
1501815648 generated by GNU Autoconf 2.69. Invocation command line was
1501915649
1502015650 CONFIG_FILES = $CONFIG_FILES
1508415714 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1508515715 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1508615716 ac_cs_version="\\
15087 virt-viewer config.status 1.0
15717 virt-viewer config.status 3.1
1508815718 configured by $0, generated by GNU Autoconf 2.69,
1508915719 with options \\"\$ac_cs_config\\"
1509015720
1521915849 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
1522015850 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
1522115851 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15852 shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
1522215853 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
1522315854 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
1522415855 PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
1526815899 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
1526915900 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
1527015901 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15902 lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
1527115903 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
1527215904 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
15905 lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
1527315906 nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
1527415907 lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
15908 lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
1527515909 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
1527615910 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
1527715911 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
1533615970 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
1533715971 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
1533815972 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15339 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15973 configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
15974 configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
1534015975 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
1534115976 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
1534215977 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
1538716022 compiler \
1538816023 lt_cv_sys_global_symbol_pipe \
1538916024 lt_cv_sys_global_symbol_to_cdecl \
16025 lt_cv_sys_global_symbol_to_import \
1539016026 lt_cv_sys_global_symbol_to_c_name_address \
1539116027 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16028 lt_cv_nm_interface \
1539216029 nm_file_list_spec \
16030 lt_cv_truncate_bin \
1539316031 lt_prog_compiler_no_builtin_flag \
1539416032 lt_prog_compiler_pic \
1539516033 lt_prog_compiler_wl \
1542416062 striplib; do
1542516063 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
1542616064 *[\\\\\\\`\\"\\\$]*)
15427 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16065 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
1542816066 ;;
1542916067 *)
1543016068 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
1545116089 postuninstall_cmds \
1545216090 finish_cmds \
1545316091 sys_lib_search_path_spec \
15454 sys_lib_dlsearch_path_spec; do
16092 configure_time_dlsearch_path \
16093 configure_time_lt_sys_library_path; do
1545516094 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
1545616095 *[\\\\\\\`\\"\\\$]*)
15457 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16096 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
1545816097 ;;
1545916098 *)
1546016099 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
1546316102 done
1546416103
1546516104 ac_aux_dir='$ac_aux_dir'
15466 xsi_shell='$xsi_shell'
15467 lt_shell_append='$lt_shell_append'
15468
15469 # See if we are running on zsh, and set the options which allow our
16105
16106 # See if we are running on zsh, and set the options that allow our
1547016107 # commands through without removal of \ escapes INIT.
15471 if test -n "\${ZSH_VERSION+set}" ; then
16108 if test -n "\${ZSH_VERSION+set}"; then
1547216109 setopt NO_GLOB_SUBST
1547316110 fi
1547416111
1547516112
1547616113 PACKAGE='$PACKAGE'
1547716114 VERSION='$VERSION'
15478 TIMESTAMP='$TIMESTAMP'
1547916115 RM='$RM'
1548016116 ofile='$ofile'
1548116117
1549916135 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
1550016136 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
1550116137 "data/Makefile") CONFIG_FILES="$CONFIG_FILES data/Makefile" ;;
16138 "data/adwaita-icons-needed.wxi") CONFIG_FILES="$CONFIG_FILES data/adwaita-icons-needed.wxi" ;;
1550216139 "data/virt-viewer.wxs") CONFIG_FILES="$CONFIG_FILES data/virt-viewer.wxs" ;;
1550316140 "data/virt-viewer.nsis") CONFIG_FILES="$CONFIG_FILES data/virt-viewer.nsis" ;;
1550416141 "data/virt-viewer-debug.nsis") CONFIG_FILES="$CONFIG_FILES data/virt-viewer-debug.nsis" ;;
1623816875 ;;
1623916876 "libtool":C)
1624016877
16241 # See if we are running on zsh, and set the options which allow our
16878 # See if we are running on zsh, and set the options that allow our
1624216879 # commands through without removal of \ escapes.
16243 if test -n "${ZSH_VERSION+set}" ; then
16880 if test -n "${ZSH_VERSION+set}"; then
1624416881 setopt NO_GLOB_SUBST
1624516882 fi
1624616883
16247 cfgfile="${ofile}T"
16884 cfgfile=${ofile}T
1624816885 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
1624916886 $RM "$cfgfile"
1625016887
1625116888 cat <<_LT_EOF >> "$cfgfile"
1625216889 #! $SHELL
16253
16254 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
16255 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
16890 # Generated automatically by $as_me ($PACKAGE) $VERSION
1625616891 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
1625716892 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16893
16894 # Provide generalized library-building support services.
16895 # Written by Gordon Matzigkeit, 1996
16896
16897 # Copyright (C) 2014 Free Software Foundation, Inc.
16898 # This is free software; see the source for copying conditions. There is NO
16899 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16900
16901 # GNU Libtool is free software; you can redistribute it and/or modify
16902 # it under the terms of the GNU General Public License as published by
16903 # the Free Software Foundation; either version 2 of of the License, or
16904 # (at your option) any later version.
1625816905 #
16259 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16260 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
16261 # Foundation, Inc.
16262 # Written by Gordon Matzigkeit, 1996
16906 # As a special exception to the GNU General Public License, if you
16907 # distribute this file as part of a program or library that is built
16908 # using GNU Libtool, you may include this file under the same
16909 # distribution terms that you use for the rest of that program.
1626316910 #
16264 # This file is part of GNU Libtool.
16265 #
16266 # GNU Libtool is free software; you can redistribute it and/or
16267 # modify it under the terms of the GNU General Public License as
16268 # published by the Free Software Foundation; either version 2 of
16269 # the License, or (at your option) any later version.
16270 #
16271 # As a special exception to the GNU General Public License,
16272 # if you distribute this file as part of a program or library that
16273 # is built using GNU Libtool, you may include this file under the
16274 # same distribution terms that you use for the rest of that program.
16275 #
16276 # GNU Libtool is distributed in the hope that it will be useful,
16277 # but WITHOUT ANY WARRANTY; without even the implied warranty of
16911 # GNU Libtool is distributed in the hope that it will be useful, but
16912 # WITHOUT ANY WARRANTY; without even the implied warranty of
1627816913 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1627916914 # GNU General Public License for more details.
1628016915 #
1628116916 # You should have received a copy of the GNU General Public License
16282 # along with GNU Libtool; see the file COPYING. If not, a copy
16283 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
16284 # obtained by writing to the Free Software Foundation, Inc.,
16285 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
16917 # along with this program. If not, see <http://www.gnu.org/licenses/>.
1628616918
1628716919
1628816920 # The names of the tagged configurations supported by this script.
16289 available_tags=""
16921 available_tags=''
16922
16923 # Configured defaults for sys_lib_dlsearch_path munging.
16924 : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
1629016925
1629116926 # ### BEGIN LIBTOOL CONFIG
1629216927
1630516940
1630616941 # Whether or not to optimize for fast installation.
1630716942 fast_install=$enable_fast_install
16943
16944 # Shared archive member basename,for filename based shared library versioning on AIX.
16945 shared_archive_member_spec=$shared_archive_member_spec
1630816946
1630916947 # Shell to use when invoking shell scripts.
1631016948 SHELL=$lt_SHELL
1642317061 # Transform the output of nm in a proper C declaration.
1642417062 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
1642517063
17064 # Transform the output of nm into a list of symbols to manually relocate.
17065 global_symbol_to_import=$lt_lt_cv_sys_global_symbol_to_import
17066
1642617067 # Transform the output of nm in a C name address pair.
1642717068 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
1642817069
1642917070 # Transform the output of nm in a C name address pair when lib prefix is needed.
1643017071 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
1643117072
17073 # The name lister interface.
17074 nm_interface=$lt_lt_cv_nm_interface
17075
1643217076 # Specify filename containing input files for \$NM.
1643317077 nm_file_list_spec=$lt_nm_file_list_spec
1643417078
16435 # The root where to search for dependent libraries,and in which our libraries should be installed.
17079 # The root where to search for dependent libraries,and where our libraries should be installed.
1643617080 lt_sysroot=$lt_sysroot
17081
17082 # Command to truncate a binary pipe.
17083 lt_truncate_bin=$lt_lt_cv_truncate_bin
1643717084
1643817085 # The name of the directory that contains temporary libtool files.
1643917086 objdir=$objdir
1652517172 # Compile-time system search path for libraries.
1652617173 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
1652717174
16528 # Run-time system search path for libraries.
16529 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17175 # Detected run-time system search path for libraries.
17176 sys_lib_dlsearch_path_spec=$lt_configure_time_dlsearch_path
17177
17178 # Explicit LT_SYS_LIBRARY_PATH set during ./configure time.
17179 configure_time_lt_sys_library_path=$lt_configure_time_lt_sys_library_path
1653017180
1653117181 # Whether dlopen is supported.
1653217182 dlopen_support=$enable_dlopen
1661917269 # Whether we need a single "-rpath" flag with a separated argument.
1662017270 hardcode_libdir_separator=$lt_hardcode_libdir_separator
1662117271
16622 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17272 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
1662317273 # DIR into the resulting binary.
1662417274 hardcode_direct=$hardcode_direct
1662517275
16626 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17276 # Set to "yes" if using DIR/libNAME\$shared_ext during linking hardcodes
1662717277 # DIR into the resulting binary and the resulting library dependency is
16628 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17278 # "absolute",i.e impossible to change by setting \$shlibpath_var if the
1662917279 # library is relocated.
1663017280 hardcode_direct_absolute=$hardcode_direct_absolute
1663117281
1667417324 hardcode_action=$hardcode_action
1667517325
1667617326 # ### END LIBTOOL CONFIG
17327
17328 _LT_EOF
17329
17330 cat <<'_LT_EOF' >> "$cfgfile"
17331
17332 # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
17333
17334 # func_munge_path_list VARIABLE PATH
17335 # -----------------------------------
17336 # VARIABLE is name of variable containing _space_ separated list of
17337 # directories to be munged by the contents of PATH, which is string
17338 # having a format:
17339 # "DIR[:DIR]:"
17340 # string "DIR[ DIR]" will be prepended to VARIABLE
17341 # ":DIR[:DIR]"
17342 # string "DIR[ DIR]" will be appended to VARIABLE
17343 # "DIRP[:DIRP]::[DIRA:]DIRA"
17344 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
17345 # "DIRA[ DIRA]" will be appended to VARIABLE
17346 # "DIR[:DIR]"
17347 # VARIABLE will be replaced by "DIR[ DIR]"
17348 func_munge_path_list ()
17349 {
17350 case x$2 in
17351 x)
17352 ;;
17353 *:)
17354 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
17355 ;;
17356 x:*)
17357 eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
17358 ;;
17359 *::*)
17360 eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
17361 eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
17362 ;;
17363 *)
17364 eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
17365 ;;
17366 esac
17367 }
17368
17369
17370 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
17371 func_cc_basename ()
17372 {
17373 for cc_temp in $*""; do
17374 case $cc_temp in
17375 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
17376 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
17377 \-*) ;;
17378 *) break;;
17379 esac
17380 done
17381 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
17382 }
17383
17384
17385 # ### END FUNCTIONS SHARED WITH CONFIGURE
1667717386
1667817387 _LT_EOF
1667917388
1668317392 # AIX sometimes has problems with the GCC collect2 program. For some
1668417393 # reason, if we set the COLLECT_NAMES environment variable, the problems
1668517394 # vanish in a puff of smoke.
16686 if test "X${COLLECT_NAMES+set}" != Xset; then
17395 if test set != "${COLLECT_NAMES+set}"; then
1668717396 COLLECT_NAMES=
1668817397 export COLLECT_NAMES
1668917398 fi
1669217401 esac
1669317402
1669417403
16695 ltmain="$ac_aux_dir/ltmain.sh"
17404 ltmain=$ac_aux_dir/ltmain.sh
1669617405
1669717406
1669817407 # We use sed instead of cat because bash on DJGPP gets confused if
1670117410 # is reportedly fixed, but why not run on old versions too?
1670217411 sed '$q' "$ltmain" >> "$cfgfile" \
1670317412 || (rm -f "$cfgfile"; exit 1)
16704
16705 if test x"$xsi_shell" = xyes; then
16706 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
16707 func_dirname ()\
16708 {\
16709 \ case ${1} in\
16710 \ */*) func_dirname_result="${1%/*}${2}" ;;\
16711 \ * ) func_dirname_result="${3}" ;;\
16712 \ esac\
16713 } # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
16714 && mv -f "$cfgfile.tmp" "$cfgfile" \
16715 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
16716 test 0 -eq $? || _lt_function_replace_fail=:
16717
16718
16719 sed -e '/^func_basename ()$/,/^} # func_basename /c\
16720 func_basename ()\
16721 {\
16722 \ func_basename_result="${1##*/}"\
16723 } # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
16724 && mv -f "$cfgfile.tmp" "$cfgfile" \
16725 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
16726 test 0 -eq $? || _lt_function_replace_fail=:
16727
16728
16729 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
16730 func_dirname_and_basename ()\
16731 {\
16732 \ case ${1} in\
16733 \ */*) func_dirname_result="${1%/*}${2}" ;;\
16734 \ * ) func_dirname_result="${3}" ;;\
16735 \ esac\
16736 \ func_basename_result="${1##*/}"\
16737 } # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
16738 && mv -f "$cfgfile.tmp" "$cfgfile" \
16739 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
16740 test 0 -eq $? || _lt_function_replace_fail=:
16741
16742
16743 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
16744 func_stripname ()\
16745 {\
16746 \ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
16747 \ # positional parameters, so assign one to ordinary parameter first.\
16748 \ func_stripname_result=${3}\
16749 \ func_stripname_result=${func_stripname_result#"${1}"}\
16750 \ func_stripname_result=${func_stripname_result%"${2}"}\
16751 } # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
16752 && mv -f "$cfgfile.tmp" "$cfgfile" \
16753 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
16754 test 0 -eq $? || _lt_function_replace_fail=:
16755
16756
16757 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
16758 func_split_long_opt ()\
16759 {\
16760 \ func_split_long_opt_name=${1%%=*}\
16761 \ func_split_long_opt_arg=${1#*=}\
16762 } # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
16763 && mv -f "$cfgfile.tmp" "$cfgfile" \
16764 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
16765 test 0 -eq $? || _lt_function_replace_fail=:
16766
16767
16768 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
16769 func_split_short_opt ()\
16770 {\
16771 \ func_split_short_opt_arg=${1#??}\
16772 \ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
16773 } # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
16774 && mv -f "$cfgfile.tmp" "$cfgfile" \
16775 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
16776 test 0 -eq $? || _lt_function_replace_fail=:
16777
16778
16779 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
16780 func_lo2o ()\
16781 {\
16782 \ case ${1} in\
16783 \ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
16784 \ *) func_lo2o_result=${1} ;;\
16785 \ esac\
16786 } # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
16787 && mv -f "$cfgfile.tmp" "$cfgfile" \
16788 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
16789 test 0 -eq $? || _lt_function_replace_fail=:
16790
16791
16792 sed -e '/^func_xform ()$/,/^} # func_xform /c\
16793 func_xform ()\
16794 {\
16795 func_xform_result=${1%.*}.lo\
16796 } # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
16797 && mv -f "$cfgfile.tmp" "$cfgfile" \
16798 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
16799 test 0 -eq $? || _lt_function_replace_fail=:
16800
16801
16802 sed -e '/^func_arith ()$/,/^} # func_arith /c\
16803 func_arith ()\
16804 {\
16805 func_arith_result=$(( $* ))\
16806 } # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
16807 && mv -f "$cfgfile.tmp" "$cfgfile" \
16808 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
16809 test 0 -eq $? || _lt_function_replace_fail=:
16810
16811
16812 sed -e '/^func_len ()$/,/^} # func_len /c\
16813 func_len ()\
16814 {\
16815 func_len_result=${#1}\
16816 } # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
16817 && mv -f "$cfgfile.tmp" "$cfgfile" \
16818 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
16819 test 0 -eq $? || _lt_function_replace_fail=:
16820
16821 fi
16822
16823 if test x"$lt_shell_append" = xyes; then
16824 sed -e '/^func_append ()$/,/^} # func_append /c\
16825 func_append ()\
16826 {\
16827 eval "${1}+=\\${2}"\
16828 } # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
16829 && mv -f "$cfgfile.tmp" "$cfgfile" \
16830 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
16831 test 0 -eq $? || _lt_function_replace_fail=:
16832
16833
16834 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
16835 func_append_quoted ()\
16836 {\
16837 \ func_quote_for_eval "${2}"\
16838 \ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
16839 } # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
16840 && mv -f "$cfgfile.tmp" "$cfgfile" \
16841 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
16842 test 0 -eq $? || _lt_function_replace_fail=:
16843
16844
16845 # Save a `func_append' function call where possible by direct use of '+='
16846 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
16847 && mv -f "$cfgfile.tmp" "$cfgfile" \
16848 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
16849 test 0 -eq $? || _lt_function_replace_fail=:
16850 else
16851 # Save a `func_append' function call even when '+=' is not available
16852 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
16853 && mv -f "$cfgfile.tmp" "$cfgfile" \
16854 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
16855 test 0 -eq $? || _lt_function_replace_fail=:
16856 fi
16857
16858 if test x"$_lt_function_replace_fail" = x":"; then
16859 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
16860 $as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
16861 fi
16862
1686317413
1686417414 mv -f "$cfgfile" "$ofile" ||
1686517415 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
00
1 AC_INIT([virt-viewer],[1.0])
1 AC_INIT([virt-viewer],[3.1])
22 AC_CONFIG_SRCDIR(src/virt-viewer-main.c)
33 AC_CONFIG_MACRO_DIR([m4])
44 AC_CONFIG_AUX_DIR([build-aux])
1818 GTK3_REQUIRED="3.0"
1919 GTK_VNC1_REQUIRED="0.3.8"
2020 GTK_VNC2_REQUIRED="0.4.0"
21 SPICE_GTK_REQUIRED="0.22"
22 SPICE_PROTOCOL_REQUIRED="0.10.1"
23 GOVIRT_REQUIRED="0.3.0"
21 SPICE_GTK_REQUIRED="0.30"
22 SPICE_PROTOCOL_REQUIRED="0.12.7"
23 GOVIRT_REQUIRED="0.3.2"
2424
2525 AC_SUBST([GLIB2_REQUIRED])
2626 AC_SUBST([LIBXML2_REQUIRED])
102102 AC_ARG_WITH([libvirt],
103103 AS_HELP_STRING([--without-libvirt], [Ignore presence of libvirt and disable it]))
104104
105 AS_IF([test "x$with_libvirt" != "xno"],
106 [PKG_CHECK_MODULES(LIBVIRT,
107 [libvirt >= $LIBVIRT_REQUIRED],
108 [have_libvirt=yes], [have_libvirt=no])],
109 [have_libvirt=no])
110
111 AS_IF([test "x$have_libvirt" = "xyes"],
112 [AC_DEFINE([HAVE_LIBVIRT], 1, [Have libvirt?])],
113 [AS_IF([test "x$with_libvirt" = "xyes"],
114 [AC_MSG_ERROR([libvirt requested but not found])
115 ])
116 ])
117 AM_CONDITIONAL([HAVE_LIBVIRT], [test "x$have_libvirt" = "xyes"])
105 AS_IF([test "x$with_libvirt" != "xno" && test "x$with_libvirt" != "xyes"],
106 [PKG_CHECK_EXISTS([libvirt >= $LIBVIRT_REQUIRED],
107 [with_libvirt=yes], [with_libvirt=no])])
108
109 AS_IF([test "x$with_libvirt" = "xyes"],
110 [PKG_CHECK_MODULES(LIBVIRT, [libvirt >= $LIBVIRT_REQUIRED])]
111 [AC_DEFINE([HAVE_LIBVIRT], 1, [Have libvirt?])]
112 )
113 AM_CONDITIONAL([HAVE_LIBVIRT], [test "x$with_libvirt" = "xyes"])
114
115 old_LIBS=$LIBS
116 LIBS=$LIBVIRT_LIBS
117 # virDomainOpenGraphicsFD was introduced in libvirt 1.2.8
118 AC_CHECK_LIB([virt],
119 [virDomainOpenGraphicsFD],
120 [AC_DEFINE([HAVE_VIR_DOMAIN_OPEN_GRAPHICS_FD], 1, [Have virDomainOpenGraphicsFD?])])
121 LIBS=$old_LIBS
118122
119123 AC_MSG_CHECKING([which gtk+ version to compile against])
120124 AC_ARG_WITH([gtk],
152156 AC_ARG_WITH([gtk-vnc],
153157 AS_HELP_STRING([--without-gtk-vnc], [Ignore presence of gtk-vnc and disable it]))
154158
155 AS_IF([test "x$with_gtk_vnc" != "xno"],
156 [PKG_CHECK_MODULES(GTK_VNC,
157 gtk-vnc-$GTK_VNC_API_VERSION >= $GTK_VNC_REQUIRED,
158 [have_gtk_vnc=yes], [have_gtk_vnc=no])],
159 [have_gtk_vnc=no])
160
161 AS_IF([test "x$have_gtk_vnc" = "xyes"],
162 [AC_DEFINE([HAVE_GTK_VNC], 1, [Have gtk-vnc?])],
163 [AS_IF([test "x$with_gtk_vnc" = "xyes"],
164 [AC_MSG_ERROR([gtk-vnc requested but not found])
165 ])
166 ])
167 AM_CONDITIONAL([HAVE_GTK_VNC], [test "x$have_gtk_vnc" = "xyes"])
159 AS_IF([test "x$with_gtk_vnc" != "xno" && test "x$with_gtk_vnc" != "xyes"],
160 [PKG_CHECK_EXISTS([gtk-vnc-$GTK_VNC_API_VERSION >= $GTK_VNC_REQUIRED],
161 [with_gtk_vnc=yes], [with_gtk_vnc=no])])
162
163 AS_IF([test "x$with_gtk_vnc" = "xyes"],
164 [PKG_CHECK_MODULES(GTK_VNC, [gtk-vnc-$GTK_VNC_API_VERSION >= $GTK_VNC_REQUIRED])]
165 [AC_DEFINE([HAVE_GTK_VNC], 1, [Have gtk-vnc?])]
166 )
167 AM_CONDITIONAL([HAVE_GTK_VNC], [test "x$with_gtk_vnc" = "xyes"])
168168
169169 AC_ARG_WITH([spice-gtk],
170170 AS_HELP_STRING([--without-spice-gtk], [Ignore presence of spice-gtk and disable it]))
171171
172 AS_IF([test "x$with_spice_gtk" != "xno"],
173 [PKG_CHECK_MODULES(SPICE_GTK,
174 [spice-client-gtk-$SPICE_GTK_API_VERSION >= $SPICE_GTK_REQUIRED],
175 [have_spice_gtk=yes], [have_spice_gtk=no])],
176 [have_spice_gtk=no])
177
178 AS_IF([test "x$have_spice_gtk" = "xyes"],
172 AS_IF([test "x$with_spice_gtk" != "xno" && test "x$with_spice_gtk" != "xyes"],
173 [PKG_CHECK_EXISTS([spice-client-gtk-$SPICE_GTK_API_VERSION >= $SPICE_GTK_REQUIRED
174 spice-controller spice-protocol >= $SPICE_PROTOCOL_REQUIRED],
175 [with_spice_gtk=yes], [with_spice_gtk=no])])
176
177 AS_IF([test "x$with_spice_gtk" = "xyes"],
178 [PKG_CHECK_MODULES(SPICE_GTK, [spice-client-gtk-$SPICE_GTK_API_VERSION >= $SPICE_GTK_REQUIRED])]
179179 [PKG_CHECK_MODULES(SPICE_CONTROLLER, [spice-controller])]
180180 [PKG_CHECK_MODULES(SPICE_PROTOCOL, [spice-protocol >= $SPICE_PROTOCOL_REQUIRED])]
181 [AC_DEFINE([HAVE_SPICE_GTK], 1, [Have spice-gtk?])],
182 [AS_IF([test "x$with_spice_gtk" = "xyes"],
183 [AC_MSG_ERROR([spice-gtk requested but not found])
184 ])
185 ])
186 AM_CONDITIONAL([HAVE_SPICE_GTK], [test "x$have_spice_gtk" = "xyes"])
181 [AC_DEFINE([HAVE_SPICE_GTK], 1, [Have spice-gtk?])]
182 )
183 AM_CONDITIONAL([HAVE_SPICE_GTK], [test "x$with_spice_gtk" = "xyes"])
187184
188185 AC_ARG_WITH([ovirt],
189186 AS_HELP_STRING([--without-ovirt], [Ignore presence of librest and disable oVirt support]))
190187
191 AS_IF([test "x$with_ovirt" != "xno"],
192 [PKG_CHECK_MODULES([OVIRT], [govirt-1.0 >= $GOVIRT_REQUIRED],
193 [have_ovirt=yes], [have_ovirt=no])],
194 [have_ovirt=no])
195
196 AS_IF([test "x$have_ovirt" = "xyes"],
197 [AC_DEFINE([HAVE_OVIRT], 1, [Have libgovirt?])],
198 [AS_IF([test "x$with_ovirt" = "xyes"],
199 [AC_MSG_ERROR([oVirt support requested but libgovirt not found])
200 ])
201 ])
188 AS_IF([test "x$with_ovirt" != "xno" && test "x$with_ovirt" != "xyes"],
189 [PKG_CHECK_EXISTS([govirt-1.0 >= $GOVIRT_REQUIRED],
190 [with_ovirt=yes], [with_ovirt=no])])
191
192 AS_IF([test "x$with_ovirt" = "xyes"],
193 [PKG_CHECK_MODULES([OVIRT], [govirt-1.0 >= $GOVIRT_REQUIRED])]
194 [AC_DEFINE([HAVE_OVIRT], 1, [Have libgovirt?])]
195 [SAVED_CFLAGS="$CFLAGS"
196 SAVED_LIBS="$LIBS"
197 CFLAGS="$OVIRT_CFLAGS"
198 LIBS="$OVIRT_LIBS"
199 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <govirt/govirt.h>]],
200 [static int err = OVIRT_REST_CALL_ERROR_CANCELLED;
201 void *fun = rest_proxy_auth_cancel;])],
202 [AC_DEFINE([HAVE_OVIRT_CANCEL], 1, [Have rest_proxy_auth_cancel and OVIRT_REST_CALL_ERROR_CANCELLED?])],
203 [])
204 CFLAGS="$SAVED_CFLAGS"
205 LIBS="$SAVED_LIBS"]
206 )
207 AM_CONDITIONAL([HAVE_OVIRT], [test "x$with_ovirt" = "xyes"])
202208
203209 dnl Decide if this platform can support the SSH tunnel feature.
204210 AC_CHECK_HEADERS([sys/socket.h sys/un.h windows.h])
205211 AC_CHECK_FUNCS([fork socketpair])
206212
207213
208 if test "x$have_gtk_vnc" != "xyes" && test "x$have_spice_gtk" != "xyes"; then
214 if test "x$with_gtk_vnc" != "xyes" && test "x$with_spice_gtk" != "xyes"; then
209215 AC_MSG_ERROR([At least one of spice or vnc must be used])
216 fi
217
218 AC_ARG_WITH([osid],
219 AS_HELP_STRING([--with-osid=id], [Set OS ID for use in .vv files]))
220 if test -n "$with_osid"; then
221 AC_DEFINE_UNQUOTED([REMOTE_VIEWER_OS_ID], "$with_osid", [OS ID for this build])
210222 fi
211223
212224 AC_ARG_WITH([buildid],
213225 AS_HELP_STRING([--with-buildid=id], [Set additional build version details]),
214226 [buildid="$with_buildid"], [buildid="0"])
215 AC_DEFINE_UNQUOTED([BUILDID], "$buildid", [Build version details])
216 AC_SUBST([BUILDID], "$buildid")
227
228 if test "x$buildid" != "x0"; then
229 AC_DEFINE_UNQUOTED([BUILDID], "-$buildid", [Build version details])
230 AC_SUBST([BUILDID], "-$buildid")
231 else
232 AC_DEFINE_UNQUOTED([BUILDID], "", [Build version details])
233 fi
217234
218235 major=`echo $PACKAGE_VERSION | cut -d. -f1`
219236 minor=`echo $PACKAGE_VERSION | cut -d. -f2`
233250 AC_CONFIG_FILES([
234251 Makefile
235252 data/Makefile
253 data/adwaita-icons-needed.wxi
236254 data/virt-viewer.wxs
237255 data/virt-viewer.nsis
238256 data/virt-viewer-debug.nsis
33
44 EXTRA_DIST = \
55 spice-xpi-client-remote-viewer \
6 adwaita-icons-needed.wxi.in \
67 virt-viewer.wxs.in \
78 virt-viewer.nsis.in \
89 virt-viewer-debug.nsis.in \
1011
1112 # this make sure those files are regenerated when they change
1213 # (in maintainer-mode)
13 all-local: virt-viewer.wxs virt-viewer.nsis virt-viewer-debug.nsis
14 all-local: adwaita-icons-needed.wxi virt-viewer.wxs virt-viewer.nsis virt-viewer-debug.nsis
1415
1516 if OS_WIN32
17
18 if HAVE_LIBVIRT
19 HaveLibvirt = True
20 else
21 HaveLibvirt = False
22 endif
23
24 if HAVE_OVIRT
25 HaveOVirt = True
26 else
27 HaveOVirt = False
28 endif
29
30 if HAVE_SPICE_GTK
31 HaveSpiceGtk = True
32 else
33 HaveSpiceGtk = False
34 endif
35
36 if HAVE_GTK_VNC
37 HaveGtkVnc = True
38 else
39 HaveGtkVnc = False
40 endif
1641
1742 deps.txt:
1843 $(AM_V_GEN)rpm -qa | grep $(host_os) | sort | unix2dos > $@
2045 virt-viewer-$(VERSION).exe: virt-viewer.nsis deps.txt
2146 $(AM_V_GEN)DESTDIR=`mktemp -d` && \
2247 make -C $(top_builddir) install DESTDIR=$$DESTDIR >/dev/null && \
23 makensis -NOCD -DDESTDIR=$$DESTDIR $< >/dev/null && \
48 makensis -NOCD \
49 -DDESTDIR=$$DESTDIR \
50 -DHaveSpiceGtk=$(HaveSpiceGtk) \
51 -DHaveGtkVnc=$(HaveGtkVnc) \
52 -DHaveLibvirt=$(HaveLibvirt) \
53 -DHaveOVirt=$(HaveOVirt) \
54 $< >/dev/null && \
2455 rm -rf $$DESTDIR
2556
2657 virt-viewer-debug-$(VERSION).exe: virt-viewer-debug.nsis
3768 --directory-ref=INSTALLDIR > virt-viewer-files.wxs && \
3869 MANUFACTURER="$(MANUFACTURER)" wixl -D SourceDir=$(prefix) \
3970 -D DESTDIR=$$DESTDIR$(prefix) \
71 -D HaveSpiceGtk=$(HaveSpiceGtk) \
72 -D HaveGtkVnc=$(HaveGtkVnc) \
73 -D HaveLibvirt=$(HaveLibvirt) \
74 -D HaveOVirt=$(HaveOVirt) \
4075 --arch $(WIXL_ARCH) \
4176 -o $@ \
4277 $< virt-viewer-files.wxs && \
0 # Makefile.in generated by automake 1.13.4 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
1828 am__make_running_with_option = \
1929 case $${target_option-} in \
2030 ?) ;; \
8696 @OS_WIN32_FALSE@am__append_2 = $(mime_DATA) $(desktop_DATA)
8797 @OS_WIN32_FALSE@am__append_3 = $(MIMEFILES) $(DESKTOPFILES)
8898 subdir = data
89 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
90 $(srcdir)/virt-viewer.wxs.in $(srcdir)/virt-viewer.nsis.in \
91 $(srcdir)/virt-viewer-debug.nsis.in
9299 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93100 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
94101 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
97104 $(top_srcdir)/configure.ac
98105 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
99106 $(ACLOCAL_M4)
107 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
100108 mkinstalldirs = $(install_sh) -d
101109 CONFIG_HEADER = $(top_builddir)/config.h
102 CONFIG_CLEAN_FILES = virt-viewer.wxs virt-viewer.nsis \
103 virt-viewer-debug.nsis
110 CONFIG_CLEAN_FILES = adwaita-icons-needed.wxi virt-viewer.wxs \
111 virt-viewer.nsis virt-viewer-debug.nsis
104112 CONFIG_CLEAN_VPATH_FILES =
105113 AM_V_P = $(am__v_P_@AM_V@)
106114 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
151159 am__installdirs = "$(DESTDIR)$(desktopdir)" "$(DESTDIR)$(mimedir)"
152160 DATA = $(desktop_DATA) $(mime_DATA)
153161 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
162 am__DIST_COMMON = $(srcdir)/Makefile.in \
163 $(srcdir)/adwaita-icons-needed.wxi.in \
164 $(srcdir)/virt-viewer-debug.nsis.in \
165 $(srcdir)/virt-viewer.nsis.in $(srcdir)/virt-viewer.wxs.in
154166 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
155167 ACLOCAL = @ACLOCAL@
156168 ALL_LINGUAS = @ALL_LINGUAS@
232244 LIPO = @LIPO@
233245 LN_S = @LN_S@
234246 LTLIBOBJS = @LTLIBOBJS@
247 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
235248 MAKEINFO = @MAKEINFO@
236249 MANIFEST_TOOL = @MANIFEST_TOOL@
237250 MKDIR_P = @MKDIR_P@
340353 NULL =
341354 CLEANFILES = $(am__append_1) $(am__append_2)
342355 MANUFACTURER = Virt Manager Project
343 EXTRA_DIST = spice-xpi-client-remote-viewer virt-viewer.wxs.in \
356 EXTRA_DIST = spice-xpi-client-remote-viewer \
357 adwaita-icons-needed.wxi.in virt-viewer.wxs.in \
344358 virt-viewer.nsis.in virt-viewer-debug.nsis.in $(NULL) \
345359 $(am__append_3)
360 @HAVE_LIBVIRT_FALSE@@OS_WIN32_TRUE@HaveLibvirt = False
361 @HAVE_LIBVIRT_TRUE@@OS_WIN32_TRUE@HaveLibvirt = True
362 @HAVE_OVIRT_FALSE@@OS_WIN32_TRUE@HaveOVirt = False
363 @HAVE_OVIRT_TRUE@@OS_WIN32_TRUE@HaveOVirt = True
364 @HAVE_SPICE_GTK_FALSE@@OS_WIN32_TRUE@HaveSpiceGtk = False
365 @HAVE_SPICE_GTK_TRUE@@OS_WIN32_TRUE@HaveSpiceGtk = True
366 @HAVE_GTK_VNC_FALSE@@OS_WIN32_TRUE@HaveGtkVnc = False
367 @HAVE_GTK_VNC_TRUE@@OS_WIN32_TRUE@HaveGtkVnc = True
346368 @OS_WIN32_FALSE@desktopdir = $(datadir)/applications
347369 @OS_WIN32_FALSE@DESKTOPFILES = remote-viewer.desktop.in
348370 @OS_WIN32_FALSE@desktop_DATA = $(DESKTOPFILES:.desktop.in=.desktop)
364386 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu data/Makefile'; \
365387 $(am__cd) $(top_srcdir) && \
366388 $(AUTOMAKE) --gnu data/Makefile
367 .PRECIOUS: Makefile
368389 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
369390 @case '$?' in \
370391 *config.status*) \
382403 $(ACLOCAL_M4): $(am__aclocal_m4_deps)
383404 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384405 $(am__aclocal_m4_deps):
406 adwaita-icons-needed.wxi: $(top_builddir)/config.status $(srcdir)/adwaita-icons-needed.wxi.in
407 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
385408 virt-viewer.wxs: $(top_builddir)/config.status $(srcdir)/virt-viewer.wxs.in
386409 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
387410 virt-viewer.nsis: $(top_builddir)/config.status $(srcdir)/virt-viewer.nsis.in
598621 uninstall-am uninstall-desktopDATA uninstall-hook \
599622 uninstall-mimeDATA
600623
624 .PRECIOUS: Makefile
625
601626
602627 # this make sure those files are regenerated when they change
603628 # (in maintainer-mode)
604 all-local: virt-viewer.wxs virt-viewer.nsis virt-viewer-debug.nsis
629 all-local: adwaita-icons-needed.wxi virt-viewer.wxs virt-viewer.nsis virt-viewer-debug.nsis
605630
606631 @OS_WIN32_TRUE@deps.txt:
607632 @OS_WIN32_TRUE@ $(AM_V_GEN)rpm -qa | grep $(host_os) | sort | unix2dos > $@
609634 @OS_WIN32_TRUE@virt-viewer-$(VERSION).exe: virt-viewer.nsis deps.txt
610635 @OS_WIN32_TRUE@ $(AM_V_GEN)DESTDIR=`mktemp -d` && \
611636 @OS_WIN32_TRUE@ make -C $(top_builddir) install DESTDIR=$$DESTDIR >/dev/null && \
612 @OS_WIN32_TRUE@ makensis -NOCD -DDESTDIR=$$DESTDIR $< >/dev/null && \
637 @OS_WIN32_TRUE@ makensis -NOCD \
638 @OS_WIN32_TRUE@ -DDESTDIR=$$DESTDIR \
639 @OS_WIN32_TRUE@ -DHaveSpiceGtk=$(HaveSpiceGtk) \
640 @OS_WIN32_TRUE@ -DHaveGtkVnc=$(HaveGtkVnc) \
641 @OS_WIN32_TRUE@ -DHaveLibvirt=$(HaveLibvirt) \
642 @OS_WIN32_TRUE@ -DHaveOVirt=$(HaveOVirt) \
643 @OS_WIN32_TRUE@ $< >/dev/null && \
613644 @OS_WIN32_TRUE@ rm -rf $$DESTDIR
614645
615646 @OS_WIN32_TRUE@virt-viewer-debug-$(VERSION).exe: virt-viewer-debug.nsis
626657 @OS_WIN32_TRUE@ --directory-ref=INSTALLDIR > virt-viewer-files.wxs && \
627658 @OS_WIN32_TRUE@ MANUFACTURER="$(MANUFACTURER)" wixl -D SourceDir=$(prefix) \
628659 @OS_WIN32_TRUE@ -D DESTDIR=$$DESTDIR$(prefix) \
660 @OS_WIN32_TRUE@ -D HaveSpiceGtk=$(HaveSpiceGtk) \
661 @OS_WIN32_TRUE@ -D HaveGtkVnc=$(HaveGtkVnc) \
662 @OS_WIN32_TRUE@ -D HaveLibvirt=$(HaveLibvirt) \
663 @OS_WIN32_TRUE@ -D HaveOVirt=$(HaveOVirt) \
629664 @OS_WIN32_TRUE@ --arch $(WIXL_ARCH) \
630665 @OS_WIN32_TRUE@ -o $@ \
631666 @OS_WIN32_TRUE@ $< virt-viewer-files.wxs && \
0 <?xml version="1.0" encoding="utf-8"?>
1 <Include xmlns="http://schemas.microsoft.com/wix/2006/wi">
2 <Fragment>
3 <DirectoryRef Id="INSTALLDIR">
4 <Directory Id="DirShareDefault" Name="share">
5 <Directory Id="DirIconsDefault" Name="icons">
6 <Directory Id="DirIconsAdwaita" Name="Adwaita">
7 <Directory Id="DirIconsAdwaita16x16" Name="16x16">
8 <Directory Id="DirIconsAdwaita16x16Places" Name="places">
9 <Component Id="CIconsFolderDocuments16" Guid="*">
10 <File Id="FIconsFolderDocuments16" KeyPath="yes"
11 Source="/usr/share/icons/Adwaita/16x16/places/folder-documents-symbolic.symbolic.png"/>
12 </Component>
13 <Component Id="CIconsFolderDownload16" Guid="*">
14 <File Id="FIconsFolderDownload16" KeyPath="yes"
15 Source="/usr/share/icons/Adwaita/16x16/places/folder-download-symbolic.symbolic.png"/>
16 </Component>
17 <Component Id="CIconsFolderMusic16" Guid="*">
18 <File Id="FIconsFolderMusic16" KeyPath="yes"
19 Source="/usr/share/icons/Adwaita/16x16/places/folder-music-symbolic.symbolic.png"/>
20 </Component>
21 <Component Id="CIconsFolderPictures16" Guid="*">
22 <File Id="FIconsFolderPictures16" KeyPath="yes"
23 Source="/usr/share/icons/Adwaita/16x16/places/folder-pictures-symbolic.symbolic.png"/>
24 </Component>
25 <Component Id="CIconsFolderPublicshare16" Guid="*">
26 <File Id="FIconsFolderPublicshare16" KeyPath="yes"
27 Source="/usr/share/icons/Adwaita/16x16/places/folder-publicshare-symbolic.symbolic.png"/>
28 </Component>
29 <Component Id="CIconsFolderRemote16" Guid="*">
30 <File Id="FIconsFolderRemote16" KeyPath="yes"
31 Source="/usr/share/icons/Adwaita/16x16/places/folder-remote-symbolic.symbolic.png"/>
32 </Component>
33 <Component Id="CIconsFolderSavedSearch16" Guid="*">
34 <File Id="FIconsFolderSavedSearch16" KeyPath="yes"
35 Source="/usr/share/icons/Adwaita/16x16/places/folder-saved-search-symbolic.symbolic.png"/>
36 </Component>
37 <Component Id="CIconsFolder16" Guid="*">
38 <File Id="FIconsFolder16" KeyPath="yes"
39 Source="/usr/share/icons/Adwaita/16x16/places/folder-symbolic.symbolic.png"/>
40 </Component>
41 <Component Id="CIconsFolderTemplates16" Guid="*">
42 <File Id="FIconsFolderTemplates16" KeyPath="yes"
43 Source="/usr/share/icons/Adwaita/16x16/places/folder-templates-symbolic.symbolic.png"/>
44 </Component>
45 <Component Id="CIconsFolderVideos16" Guid="*">
46 <File Id="FIconsFolderVideos16" KeyPath="yes"
47 Source="/usr/share/icons/Adwaita/16x16/places/folder-videos-symbolic.symbolic.png"/>
48 </Component>
49 <Component Id="CIconsNetworkServer16" Guid="*">
50 <File Id="FIconsNetworkServer16" KeyPath="yes"
51 Source="/usr/share/icons/Adwaita/16x16/places/network-server-symbolic.symbolic.png"/>
52 </Component>
53 <Component Id="CIconsNetworkWorkgroup16" Guid="*">
54 <File Id="FIconsNetworkWorkgroup16" KeyPath="yes"
55 Source="/usr/share/icons/Adwaita/16x16/places/network-workgroup-symbolic.symbolic.png"/>
56 </Component>
57 <Component Id="CIconsStartHere16" Guid="*">
58 <File Id="FIconsStartHere16" KeyPath="yes"
59 Source="/usr/share/icons/Adwaita/16x16/places/start-here-symbolic.symbolic.png"/>
60 </Component>
61 <Component Id="CIconsUserBookmarks16" Guid="*">
62 <File Id="FIconsUserBookmarks16" KeyPath="yes"
63 Source="/usr/share/icons/Adwaita/16x16/places/user-bookmarks-symbolic.symbolic.png"/>
64 </Component>
65 <Component Id="CIconsUserDesktop16" Guid="*">
66 <File Id="FIconsUserDesktop16" KeyPath="yes"
67 Source="/usr/share/icons/Adwaita/16x16/places/user-desktop-symbolic.symbolic.png"/>
68 </Component>
69 <Component Id="CIconsUserHome16" Guid="*">
70 <File Id="FIconsUserHome16" KeyPath="yes"
71 Source="/usr/share/icons/Adwaita/16x16/places/user-home-symbolic.symbolic.png"/>
72 </Component>
73 <Component Id="CIconsUserTrash16" Guid="*">
74 <File Id="FIconsUserTrash16" KeyPath="yes"
75 Source="/usr/share/icons/Adwaita/16x16/places/user-trash-symbolic.symbolic.png"/>
76 </Component>
77 </Directory>
78 <Directory Id="DirIconsAdwaita16x16Devices" Name="devices">
79 <Component Id="CIconsDriveHarddisk16" Guid="*">
80 <File Id="FIconsDriveHardddisk16" KeyPath="yes"
81 Source="/usr/share/icons/Adwaita/16x16/devices/drive-harddisk-symbolic.symbolic.png"/>
82 </Component>
83 <Component Id="CIconsDriveOptical16" Guid="*">
84 <File Id="FIconsDriveOptical16" KeyPath="yes"
85 Source="/usr/share/icons/Adwaita/16x16/devices/drive-optical-symbolic.symbolic.png"/>
86 </Component>
87 <Component Id="CIconsDriveRemovableMedia16" Guid="*">
88 <File Id="FIconsDriveRemovableMedia16" KeyPath="yes"
89 Source="/usr/share/icons/Adwaita/16x16/devices/drive-removable-media-symbolic.symbolic.png"/>
90 </Component>
91 </Directory>
92 <Directory Id="DirIconsAdwaita16x16Status" Name="status">
93 <Component Id="CIconsCheckbox16" Guid="*">
94 <File Id="FIconsCheckbox16" KeyPath="yes"
95 Source="/usr/share/icons/Adwaita/16x16/status/checkbox-symbolic.symbolic.png"/>
96 </Component>
97 <Component Id="CIconsCheckboxChecked16" Guid="*">
98 <File Id="FIconsCheckBoxChecked16" KeyPath="yes"
99 Source="/usr/share/icons/Adwaita/16x16/status/checkbox-checked-symbolic.symbolic.png"/>
100 </Component>
101 </Directory>
102 <Directory Id="DirIconsAdwaita16x16Actions" Name="actions">
103 <Component Id="CIconsEditClear16" Guid="*">
104 <File Id="FIconsEditClear16" KeyPath="yes"
105 Source="/usr/share/icons/Adwaita/16x16/actions/edit-clear-symbolic.symbolic.png"/>
106 </Component>
107 <Component Id="CIconsViewRestore16" Guid="*">
108 <File Id="FIconsViewRestore16" KeyPath="yes"
109 Source="/usr/share/icons/Adwaita/16x16/actions/view-restore.png"/>
110 </Component>
111 <Component Id="CIconsWindowClose16" Guid="*">
112 <File Id="FIconsWindowClose16" KeyPath="yes"
113 Source="/usr/share/icons/Adwaita/16x16/actions/window-close.png"/>
114 </Component>
115 </Directory>
116 </Directory>
117 <Directory Id="DirIconsAdwaita24x24" Name="24x24">
118 <Directory Id="DirIconsAdwaita24x24Places" Name="places">
119 <Component Id="CIconsFolderDocuments24" Guid="*">
120 <File Id="FIconsFolderDocuments24" KeyPath="yes"
121 Source="/usr/share/icons/Adwaita/24x24/places/folder-documents-symbolic.symbolic.png"/>
122 </Component>
123 <Component Id="CIconsFolderDownload24" Guid="*">
124 <File Id="FIconsFolderDownload24" KeyPath="yes"
125 Source="/usr/share/icons/Adwaita/24x24/places/folder-download-symbolic.symbolic.png"/>
126 </Component>
127 <Component Id="CIconsFolderMusic24" Guid="*">
128 <File Id="FIconsFolderMusic24" KeyPath="yes"
129 Source="/usr/share/icons/Adwaita/24x24/places/folder-music-symbolic.symbolic.png"/>
130 </Component>
131 <Component Id="CIconsFolderPictures24" Guid="*">
132 <File Id="FIconsFolderPictures24" KeyPath="yes"
133 Source="/usr/share/icons/Adwaita/24x24/places/folder-pictures-symbolic.symbolic.png"/>
134 </Component>
135 <Component Id="CIconsFolderPublicshare24" Guid="*">
136 <File Id="FIconsFolderPublicshare24" KeyPath="yes"
137 Source="/usr/share/icons/Adwaita/24x24/places/folder-publicshare-symbolic.symbolic.png"/>
138 </Component>
139 <Component Id="CIconsFolderRemote24" Guid="*">
140 <File Id="FIconsFolderRemote24" KeyPath="yes"
141 Source="/usr/share/icons/Adwaita/24x24/places/folder-remote-symbolic.symbolic.png"/>
142 </Component>
143 <Component Id="CIconsFolderSavedSearch24" Guid="*">
144 <File Id="FIconsFolderSavedSearch24" KeyPath="yes"
145 Source="/usr/share/icons/Adwaita/24x24/places/folder-saved-search-symbolic.symbolic.png"/>
146 </Component>
147 <Component Id="CIconsFolder24" Guid="*">
148 <File Id="FIconsFolder24" KeyPath="yes"
149 Source="/usr/share/icons/Adwaita/24x24/places/folder-symbolic.symbolic.png"/>
150 </Component>
151 <Component Id="CIconsFolderTemplates24" Guid="*">
152 <File Id="FIconsFolderTemplates24" KeyPath="yes"
153 Source="/usr/share/icons/Adwaita/24x24/places/folder-templates-symbolic.symbolic.png"/>
154 </Component>
155 <Component Id="CIconsFolderVideos24" Guid="*">
156 <File Id="FIconsFolderVideos24" KeyPath="yes"
157 Source="/usr/share/icons/Adwaita/24x24/places/folder-videos-symbolic.symbolic.png"/>
158 </Component>
159 <Component Id="CIconsNetworkServer24" Guid="*">
160 <File Id="FIconsNetworkServer24" KeyPath="yes"
161 Source="/usr/share/icons/Adwaita/24x24/places/network-server-symbolic.symbolic.png"/>
162 </Component>
163 <Component Id="CIconsNetworkWorkgroup24" Guid="*">
164 <File Id="FIconsNetworkWorkgroup24" KeyPath="yes"
165 Source="/usr/share/icons/Adwaita/24x24/places/network-workgroup-symbolic.symbolic.png"/>
166 </Component>
167 <Component Id="CIconsStartHere24" Guid="*">
168 <File Id="FIconsStartHere24" KeyPath="yes"
169 Source="/usr/share/icons/Adwaita/24x24/places/start-here-symbolic.symbolic.png"/>
170 </Component>
171 <Component Id="CIconsUserBookmarks24" Guid="*">
172 <File Id="FIconsUserBookmarks24" KeyPath="yes"
173 Source="/usr/share/icons/Adwaita/24x24/places/user-bookmarks-symbolic.symbolic.png"/>
174 </Component>
175 <Component Id="CIconsUserDesktop24" Guid="*">
176 <File Id="FIconsUserDesktop24" KeyPath="yes"
177 Source="/usr/share/icons/Adwaita/24x24/places/user-desktop-symbolic.symbolic.png"/>
178 </Component>
179 <Component Id="CIconsUserHome24" Guid="*">
180 <File Id="FIconsUserHome24" KeyPath="yes"
181 Source="/usr/share/icons/Adwaita/24x24/places/user-home-symbolic.symbolic.png"/>
182 </Component>
183 <Component Id="CIconsUserTrash24" Guid="*">
184 <File Id="FIconsUserTrash24" KeyPath="yes"
185 Source="/usr/share/icons/Adwaita/24x24/places/user-trash-symbolic.symbolic.png"/>
186 </Component>
187 </Directory>
188 <Directory Id="DirIconsAdwaita24x24Devices" Name="devices">
189 <Component Id="CIconsDriveHarddisk24" Guid="*">
190 <File Id="FIconsDriveHardddisk24" KeyPath="yes"
191 Source="/usr/share/icons/Adwaita/24x24/devices/drive-harddisk-symbolic.symbolic.png"/>
192 </Component>
193 <Component Id="CIconsDriveOptical24" Guid="*">
194 <File Id="FIconsDriveOptical24" KeyPath="yes"
195 Source="/usr/share/icons/Adwaita/24x24/devices/drive-optical-symbolic.symbolic.png"/>
196 </Component>
197 <Component Id="CIconsDriveRemovableMedia24" Guid="*">
198 <File Id="FIconsDriveRemovableMedia24" KeyPath="yes"
199 Source="/usr/share/icons/Adwaita/24x24/devices/drive-removable-media-symbolic.symbolic.png"/>
200 </Component>
201 </Directory>
202 <Directory Id="DirIconsAdwaita24x24Status" Name="status">
203 <Component Id="CIconsCheckbox24" Guid="*">
204 <File Id="FIconsCheckbox24" KeyPath="yes"
205 Source="/usr/share/icons/Adwaita/24x24/status/checkbox-symbolic.symbolic.png"/>
206 </Component>
207 <Component Id="CIconsCheckboxChecked24" Guid="*">
208 <File Id="FIconsCheckBoxChecked24" KeyPath="yes"
209 Source="/usr/share/icons/Adwaita/24x24/status/checkbox-checked-symbolic.symbolic.png"/>
210 </Component>
211 </Directory>
212 <Directory Id="DirIconsAdwaita24x24Actions" Name="actions">
213 <Component Id="CIconsEditClear24" Guid="*">
214 <File Id="FIconsEditClear24" KeyPath="yes"
215 Source="/usr/share/icons/Adwaita/24x24/actions/edit-clear-symbolic.symbolic.png"/>
216 </Component>
217 <Component Id="CIconsViewRestore24" Guid="*">
218 <File Id="FIconsViewRestore24" KeyPath="yes"
219 Source="/usr/share/icons/Adwaita/24x24/actions/view-restore.png"/>
220 </Component>
221 <Component Id="CIconsWindowClose24" Guid="*">
222 <File Id="FIconsWindowClose24" KeyPath="yes"
223 Source="/usr/share/icons/Adwaita/24x24/actions/window-close.png"/>
224 </Component>
225 </Directory>
226 </Directory>
227 <Directory Id="DirIconsAdwaita32x32" Name="32x32">
228 <Directory Id="DirIconsAdwaita32x32Places" Name="places">
229 <Component Id="CIconsFolderDocuments32" Guid="*">
230 <File Id="FIconsFolderDocuments32" KeyPath="yes"
231 Source="/usr/share/icons/Adwaita/32x32/places/folder-documents-symbolic.symbolic.png"/>
232 </Component>
233 <Component Id="CIconsFolderDownload32" Guid="*">
234 <File Id="FIconsFolderDownload32" KeyPath="yes"
235 Source="/usr/share/icons/Adwaita/32x32/places/folder-download-symbolic.symbolic.png"/>
236 </Component>
237 <Component Id="CIconsFolderMusic32" Guid="*">
238 <File Id="FIconsFolderMusic32" KeyPath="yes"
239 Source="/usr/share/icons/Adwaita/32x32/places/folder-music-symbolic.symbolic.png"/>
240 </Component>
241 <Component Id="CIconsFolderPictures32" Guid="*">
242 <File Id="FIconsFolderPictures32" KeyPath="yes"
243 Source="/usr/share/icons/Adwaita/32x32/places/folder-pictures-symbolic.symbolic.png"/>
244 </Component>
245 <Component Id="CIconsFolderPublicshare32" Guid="*">
246 <File Id="FIconsFolderPublicshare32" KeyPath="yes"
247 Source="/usr/share/icons/Adwaita/32x32/places/folder-publicshare-symbolic.symbolic.png"/>
248 </Component>
249 <Component Id="CIconsFolderRemote32" Guid="*">
250 <File Id="FIconsFolderRemote32" KeyPath="yes"
251 Source="/usr/share/icons/Adwaita/32x32/places/folder-remote-symbolic.symbolic.png"/>
252 </Component>
253 <Component Id="CIconsFolderSavedSearch32" Guid="*">
254 <File Id="FIconsFolderSavedSearch32" KeyPath="yes"
255 Source="/usr/share/icons/Adwaita/32x32/places/folder-saved-search-symbolic.symbolic.png"/>
256 </Component>
257 <Component Id="CIconsFolder32" Guid="*">
258 <File Id="FIconsFolder32" KeyPath="yes"
259 Source="/usr/share/icons/Adwaita/32x32/places/folder-symbolic.symbolic.png"/>
260 </Component>
261 <Component Id="CIconsFolderTemplates32" Guid="*">
262 <File Id="FIconsFolderTemplates32" KeyPath="yes"
263 Source="/usr/share/icons/Adwaita/32x32/places/folder-templates-symbolic.symbolic.png"/>
264 </Component>
265 <Component Id="CIconsFolderVideos32" Guid="*">
266 <File Id="FIconsFolderVideos32" KeyPath="yes"
267 Source="/usr/share/icons/Adwaita/32x32/places/folder-videos-symbolic.symbolic.png"/>
268 </Component>
269 <Component Id="CIconsNetworkServer32" Guid="*">
270 <File Id="FIconsNetworkServer32" KeyPath="yes"
271 Source="/usr/share/icons/Adwaita/32x32/places/network-server-symbolic.symbolic.png"/>
272 </Component>
273 <Component Id="CIconsNetworkWorkgroup32" Guid="*">
274 <File Id="FIconsNetworkWorkgroup32" KeyPath="yes"
275 Source="/usr/share/icons/Adwaita/32x32/places/network-workgroup-symbolic.symbolic.png"/>
276 </Component>
277 <Component Id="CIconsStartHere32" Guid="*">
278 <File Id="FIconsStartHere32" KeyPath="yes"
279 Source="/usr/share/icons/Adwaita/32x32/places/start-here-symbolic.symbolic.png"/>
280 </Component>
281 <Component Id="CIconsUserBookmarks32" Guid="*">
282 <File Id="FIconsUserBookmarks32" KeyPath="yes"
283 Source="/usr/share/icons/Adwaita/32x32/places/user-bookmarks-symbolic.symbolic.png"/>
284 </Component>
285 <Component Id="CIconsUserDesktop32" Guid="*">
286 <File Id="FIconsUserDesktop32" KeyPath="yes"
287 Source="/usr/share/icons/Adwaita/32x32/places/user-desktop-symbolic.symbolic.png"/>
288 </Component>
289 <Component Id="CIconsUserHome32" Guid="*">
290 <File Id="FIconsUserHome32" KeyPath="yes"
291 Source="/usr/share/icons/Adwaita/32x32/places/user-home-symbolic.symbolic.png"/>
292 </Component>
293 <Component Id="CIconsUserTrash32" Guid="*">
294 <File Id="FIconsUserTrash32" KeyPath="yes"
295 Source="/usr/share/icons/Adwaita/32x32/places/user-trash-symbolic.symbolic.png"/>
296 </Component>
297 </Directory>
298 <Directory Id="DirIconsAdwaita32x32Devices" Name="devices">
299 <Component Id="CIconsDriveHarddisk32" Guid="*">
300 <File Id="FIconsDriveHardddisk32" KeyPath="yes"
301 Source="/usr/share/icons/Adwaita/32x32/devices/drive-harddisk-symbolic.symbolic.png"/>
302 </Component>
303 <Component Id="CIconsDriveOptical32" Guid="*">
304 <File Id="FIconsDriveOptical32" KeyPath="yes"
305 Source="/usr/share/icons/Adwaita/32x32/devices/drive-optical-symbolic.symbolic.png"/>
306 </Component>
307 <Component Id="CIconsDriveRemovableMedia32" Guid="*">
308 <File Id="FIconsDriveRemovableMedia32" KeyPath="yes"
309 Source="/usr/share/icons/Adwaita/32x32/devices/drive-removable-media-symbolic.symbolic.png"/>
310 </Component>
311 </Directory>
312 <Directory Id="DirIconsAdwaita32x32Status" Name="status">
313 <Component Id="CIconsCheckbox32" Guid="*">
314 <File Id="FIconsCheckbox32" KeyPath="yes"
315 Source="/usr/share/icons/Adwaita/32x32/status/checkbox-symbolic.symbolic.png"/>
316 </Component>
317 <Component Id="CIconsCheckboxChecked32" Guid="*">
318 <File Id="FIconsCheckBoxChecked32" KeyPath="yes"
319 Source="/usr/share/icons/Adwaita/32x32/status/checkbox-checked-symbolic.symbolic.png"/>
320 </Component>
321 </Directory>
322 <Directory Id="DirIconsAdwaita32x32Actions" Name="actions">
323 <Component Id="CIconsEditClear32" Guid="*">
324 <File Id="FIconsEditClear32" KeyPath="yes"
325 Source="/usr/share/icons/Adwaita/32x32/actions/edit-clear-symbolic.symbolic.png"/>
326 </Component>
327 <Component Id="CIconsViewRestore32" Guid="*">
328 <File Id="FIconsViewRestore32" KeyPath="yes"
329 Source="/usr/share/icons/Adwaita/32x32/actions/view-restore.png"/>
330 </Component>
331 <Component Id="CIconsWindowClose32" Guid="*">
332 <File Id="FIconsWindowClose32" KeyPath="yes"
333 Source="/usr/share/icons/Adwaita/32x32/actions/window-close.png"/>
334 </Component>
335 </Directory>
336 </Directory>
337 <Directory Id="DirIconsAdwaita48x48" Name="48x48">
338 <Directory Id="DirIconsAdwaita48x48Places" Name="places">
339 <Component Id="CIconsFolderDocuments48" Guid="*">
340 <File Id="FIconsFolderDocuments48" KeyPath="yes"
341 Source="/usr/share/icons/Adwaita/48x48/places/folder-documents-symbolic.symbolic.png"/>
342 </Component>
343 <Component Id="CIconsFolderDownload48" Guid="*">
344 <File Id="FIconsFolderDownload48" KeyPath="yes"
345 Source="/usr/share/icons/Adwaita/48x48/places/folder-download-symbolic.symbolic.png"/>
346 </Component>
347 <Component Id="CIconsFolderMusic48" Guid="*">
348 <File Id="FIconsFolderMusic48" KeyPath="yes"
349 Source="/usr/share/icons/Adwaita/48x48/places/folder-music-symbolic.symbolic.png"/>
350 </Component>
351 <Component Id="CIconsFolderPictures48" Guid="*">
352 <File Id="FIconsFolderPictures48" KeyPath="yes"
353 Source="/usr/share/icons/Adwaita/48x48/places/folder-pictures-symbolic.symbolic.png"/>
354 </Component>
355 <Component Id="CIconsFolderPublicshare48" Guid="*">
356 <File Id="FIconsFolderPublicshare48" KeyPath="yes"
357 Source="/usr/share/icons/Adwaita/48x48/places/folder-publicshare-symbolic.symbolic.png"/>
358 </Component>
359 <Component Id="CIconsFolderRemote48" Guid="*">
360 <File Id="FIconsFolderRemote48" KeyPath="yes"
361 Source="/usr/share/icons/Adwaita/48x48/places/folder-remote-symbolic.symbolic.png"/>
362 </Component>
363 <Component Id="CIconsFolderSavedSearch48" Guid="*">
364 <File Id="FIconsFolderSavedSearch48" KeyPath="yes"
365 Source="/usr/share/icons/Adwaita/48x48/places/folder-saved-search-symbolic.symbolic.png"/>
366 </Component>
367 <Component Id="CIconsFolder48" Guid="*">
368 <File Id="FIconsFolder48" KeyPath="yes"
369 Source="/usr/share/icons/Adwaita/48x48/places/folder-symbolic.symbolic.png"/>
370 </Component>
371 <Component Id="CIconsFolderTemplates48" Guid="*">
372 <File Id="FIconsFolderTemplates48" KeyPath="yes"
373 Source="/usr/share/icons/Adwaita/48x48/places/folder-templates-symbolic.symbolic.png"/>
374 </Component>
375 <Component Id="CIconsFolderVideos48" Guid="*">
376 <File Id="FIconsFolderVideos48" KeyPath="yes"
377 Source="/usr/share/icons/Adwaita/48x48/places/folder-videos-symbolic.symbolic.png"/>
378 </Component>
379 <Component Id="CIconsNetworkServer48" Guid="*">
380 <File Id="FIconsNetworkServer48" KeyPath="yes"
381 Source="/usr/share/icons/Adwaita/48x48/places/network-server-symbolic.symbolic.png"/>
382 </Component>
383 <Component Id="CIconsNetworkWorkgroup48" Guid="*">
384 <File Id="FIconsNetworkWorkgroup48" KeyPath="yes"
385 Source="/usr/share/icons/Adwaita/48x48/places/network-workgroup-symbolic.symbolic.png"/>
386 </Component>
387 <Component Id="CIconsStartHere48" Guid="*">
388 <File Id="FIconsStartHere48" KeyPath="yes"
389 Source="/usr/share/icons/Adwaita/48x48/places/start-here-symbolic.symbolic.png"/>
390 </Component>
391 <Component Id="CIconsUserBookmarks48" Guid="*">
392 <File Id="FIconsUserBookmarks48" KeyPath="yes"
393 Source="/usr/share/icons/Adwaita/48x48/places/user-bookmarks-symbolic.symbolic.png"/>
394 </Component>
395 <Component Id="CIconsUserDesktop48" Guid="*">
396 <File Id="FIconsUserDesktop48" KeyPath="yes"
397 Source="/usr/share/icons/Adwaita/48x48/places/user-desktop-symbolic.symbolic.png"/>
398 </Component>
399 <Component Id="CIconsUserHome48" Guid="*">
400 <File Id="FIconsUserHome48" KeyPath="yes"
401 Source="/usr/share/icons/Adwaita/48x48/places/user-home-symbolic.symbolic.png"/>
402 </Component>
403 <Component Id="CIconsUserTrash48" Guid="*">
404 <File Id="FIconsUserTrash48" KeyPath="yes"
405 Source="/usr/share/icons/Adwaita/48x48/places/user-trash-symbolic.symbolic.png"/>
406 </Component>
407 </Directory>
408 <Directory Id="DirIconsAdwaita48x48Devices" Name="devices">
409 <Component Id="CIconsDriveHarddisk48" Guid="*">
410 <File Id="FIconsDriveHardddisk48" KeyPath="yes"
411 Source="/usr/share/icons/Adwaita/48x48/devices/drive-harddisk-symbolic.symbolic.png"/>
412 </Component>
413 <Component Id="CIconsDriveOptical48" Guid="*">
414 <File Id="FIconsDriveOptical48" KeyPath="yes"
415 Source="/usr/share/icons/Adwaita/48x48/devices/drive-optical-symbolic.symbolic.png"/>
416 </Component>
417 <Component Id="CIconsDriveRemovableMedia48" Guid="*">
418 <File Id="FIconsDriveRemovableMedia48" KeyPath="yes"
419 Source="/usr/share/icons/Adwaita/48x48/devices/drive-removable-media-symbolic.symbolic.png"/>
420 </Component>
421 </Directory>
422 <Directory Id="DirIconsAdwaita48x48Status" Name="status">
423 <Component Id="CIconsCheckbox48" Guid="*">
424 <File Id="FIconsCheckbox48" KeyPath="yes"
425 Source="/usr/share/icons/Adwaita/48x48/status/checkbox-symbolic.symbolic.png"/>
426 </Component>
427 <Component Id="CIconsCheckboxChecked48" Guid="*">
428 <File Id="FIconsCheckBoxChecked48" KeyPath="yes"
429 Source="/usr/share/icons/Adwaita/48x48/status/checkbox-checked-symbolic.symbolic.png"/>
430 </Component>
431 </Directory>
432 <Directory Id="DirIconsAdwaita48x48Actions" Name="actions">
433 <Component Id="CIconsEditClear48" Guid="*">
434 <File Id="FIconsEditClear48" KeyPath="yes"
435 Source="/usr/share/icons/Adwaita/48x48/actions/edit-clear-symbolic.symbolic.png"/>
436 </Component>
437 <Component Id="CIconsViewRestore48" Guid="*">
438 <File Id="FIconsViewRestore48" KeyPath="yes"
439 Source="/usr/share/icons/Adwaita/48x48/actions/view-restore.png"/>
440 </Component>
441 <Component Id="CIconsWindowClose48" Guid="*">
442 <File Id="FIconsWindowClose48" KeyPath="yes"
443 Source="/usr/share/icons/Adwaita/48x48/actions/window-close.png"/>
444 </Component>
445 </Directory>
446 </Directory>
447 <Directory Id="DirIconsAdwaita64x64" Name="64x64">
448 <Directory Id="DirIconsAdwaita64x64Places" Name="places">
449 <Component Id="CIconsFolderDocuments64" Guid="*">
450 <File Id="FIconsFolderDocuments64" KeyPath="yes"
451 Source="/usr/share/icons/Adwaita/64x64/places/folder-documents-symbolic.symbolic.png"/>
452 </Component>
453 <Component Id="CIconsFolderDownload64" Guid="*">
454 <File Id="FIconsFolderDownload64" KeyPath="yes"
455 Source="/usr/share/icons/Adwaita/64x64/places/folder-download-symbolic.symbolic.png"/>
456 </Component>
457 <Component Id="CIconsFolderMusic64" Guid="*">
458 <File Id="FIconsFolderMusic64" KeyPath="yes"
459 Source="/usr/share/icons/Adwaita/64x64/places/folder-music-symbolic.symbolic.png"/>
460 </Component>
461 <Component Id="CIconsFolderPictures64" Guid="*">
462 <File Id="FIconsFolderPictures64" KeyPath="yes"
463 Source="/usr/share/icons/Adwaita/64x64/places/folder-pictures-symbolic.symbolic.png"/>
464 </Component>
465 <Component Id="CIconsFolderPublicshare64" Guid="*">
466 <File Id="FIconsFolderPublicshare64" KeyPath="yes"
467 Source="/usr/share/icons/Adwaita/64x64/places/folder-publicshare-symbolic.symbolic.png"/>
468 </Component>
469 <Component Id="CIconsFolderRemote64" Guid="*">
470 <File Id="FIconsFolderRemote64" KeyPath="yes"
471 Source="/usr/share/icons/Adwaita/64x64/places/folder-remote-symbolic.symbolic.png"/>
472 </Component>
473 <Component Id="CIconsFolderSavedSearch64" Guid="*">
474 <File Id="FIconsFolderSavedSearch64" KeyPath="yes"
475 Source="/usr/share/icons/Adwaita/64x64/places/folder-saved-search-symbolic.symbolic.png"/>
476 </Component>
477 <Component Id="CIconsFolder64" Guid="*">
478 <File Id="FIconsFolder64" KeyPath="yes"
479 Source="/usr/share/icons/Adwaita/64x64/places/folder-symbolic.symbolic.png"/>
480 </Component>
481 <Component Id="CIconsFolderTemplates64" Guid="*">
482 <File Id="FIconsFolderTemplates64" KeyPath="yes"
483 Source="/usr/share/icons/Adwaita/64x64/places/folder-templates-symbolic.symbolic.png"/>
484 </Component>
485 <Component Id="CIconsFolderVideos64" Guid="*">
486 <File Id="FIconsFolderVideos64" KeyPath="yes"
487 Source="/usr/share/icons/Adwaita/64x64/places/folder-videos-symbolic.symbolic.png"/>
488 </Component>
489 <Component Id="CIconsNetworkServer64" Guid="*">
490 <File Id="FIconsNetworkServer64" KeyPath="yes"
491 Source="/usr/share/icons/Adwaita/64x64/places/network-server-symbolic.symbolic.png"/>
492 </Component>
493 <Component Id="CIconsNetworkWorkgroup64" Guid="*">
494 <File Id="FIconsNetworkWorkgroup64" KeyPath="yes"
495 Source="/usr/share/icons/Adwaita/64x64/places/network-workgroup-symbolic.symbolic.png"/>
496 </Component>
497 <Component Id="CIconsStartHere64" Guid="*">
498 <File Id="FIconsStartHere64" KeyPath="yes"
499 Source="/usr/share/icons/Adwaita/64x64/places/start-here-symbolic.symbolic.png"/>
500 </Component>
501 <Component Id="CIconsUserBookmarks64" Guid="*">
502 <File Id="FIconsUserBookmarks64" KeyPath="yes"
503 Source="/usr/share/icons/Adwaita/64x64/places/user-bookmarks-symbolic.symbolic.png"/>
504 </Component>
505 <Component Id="CIconsUserDesktop64" Guid="*">
506 <File Id="FIconsUserDesktop64" KeyPath="yes"
507 Source="/usr/share/icons/Adwaita/64x64/places/user-desktop-symbolic.symbolic.png"/>
508 </Component>
509 <Component Id="CIconsUserHome64" Guid="*">
510 <File Id="FIconsUserHome64" KeyPath="yes"
511 Source="/usr/share/icons/Adwaita/64x64/places/user-home-symbolic.symbolic.png"/>
512 </Component>
513 <Component Id="CIconsUserTrash64" Guid="*">
514 <File Id="FIconsUserTrash64" KeyPath="yes"
515 Source="/usr/share/icons/Adwaita/64x64/places/user-trash-symbolic.symbolic.png"/>
516 </Component>
517 </Directory>
518 <Directory Id="DirIconsAdwaita64x64Devices" Name="devices">
519 <Component Id="CIconsDriveHarddisk64" Guid="*">
520 <File Id="FIconsDriveHardddisk64" KeyPath="yes"
521 Source="/usr/share/icons/Adwaita/64x64/devices/drive-harddisk-symbolic.symbolic.png"/>
522 </Component>
523 <Component Id="CIconsDriveOptical64" Guid="*">
524 <File Id="FIconsDriveOptical64" KeyPath="yes"
525 Source="/usr/share/icons/Adwaita/64x64/devices/drive-optical-symbolic.symbolic.png"/>
526 </Component>
527 <Component Id="CIconsDriveRemovableMedia64" Guid="*">
528 <File Id="FIconsDriveRemovableMedia64" KeyPath="yes"
529 Source="/usr/share/icons/Adwaita/64x64/devices/drive-removable-media-symbolic.symbolic.png"/>
530 </Component>
531 </Directory>
532 <Directory Id="DirIconsAdwaita64x64Status" Name="status">
533 <Component Id="CIconsCheckbox64" Guid="*">
534 <File Id="FIconsCheckbox64" KeyPath="yes"
535 Source="/usr/share/icons/Adwaita/64x64/status/checkbox-symbolic.symbolic.png"/>
536 </Component>
537 <Component Id="CIconsCheckboxChecked64" Guid="*">
538 <File Id="FIconsCheckBoxChecked64" KeyPath="yes"
539 Source="/usr/share/icons/Adwaita/64x64/status/checkbox-checked-symbolic.symbolic.png"/>
540 </Component>
541 </Directory>
542 <Directory Id="DirIconsAdwaita64x64Actions" Name="actions">
543 <Component Id="CIconsEditClear64" Guid="*">
544 <File Id="FIconsEditClear64" KeyPath="yes"
545 Source="/usr/share/icons/Adwaita/64x64/actions/edit-clear-symbolic.symbolic.png"/>
546 </Component>
547 </Directory>
548 </Directory>
549 <Directory Id="DirIconsAdwaita96x96" Name="96x96">
550 <Directory Id="DirIconsAdwaita96x96Places" Name="places">
551 <Component Id="CIconsFolderDocuments96" Guid="*">
552 <File Id="FIconsFolderDocuments96" KeyPath="yes"
553 Source="/usr/share/icons/Adwaita/96x96/places/folder-documents-symbolic.symbolic.png"/>
554 </Component>
555 <Component Id="CIconsFolderDownload96" Guid="*">
556 <File Id="FIconsFolderDownload96" KeyPath="yes"
557 Source="/usr/share/icons/Adwaita/96x96/places/folder-download-symbolic.symbolic.png"/>
558 </Component>
559 <Component Id="CIconsFolderMusic96" Guid="*">
560 <File Id="FIconsFolderMusic96" KeyPath="yes"
561 Source="/usr/share/icons/Adwaita/96x96/places/folder-music-symbolic.symbolic.png"/>
562 </Component>
563 <Component Id="CIconsFolderPictures96" Guid="*">
564 <File Id="FIconsFolderPictures96" KeyPath="yes"
565 Source="/usr/share/icons/Adwaita/96x96/places/folder-pictures-symbolic.symbolic.png"/>
566 </Component>
567 <Component Id="CIconsFolderPublicshare96" Guid="*">
568 <File Id="FIconsFolderPublicshare96" KeyPath="yes"
569 Source="/usr/share/icons/Adwaita/96x96/places/folder-publicshare-symbolic.symbolic.png"/>
570 </Component>
571 <Component Id="CIconsFolderRemote96" Guid="*">
572 <File Id="FIconsFolderRemote96" KeyPath="yes"
573 Source="/usr/share/icons/Adwaita/96x96/places/folder-remote-symbolic.symbolic.png"/>
574 </Component>
575 <Component Id="CIconsFolderSavedSearch96" Guid="*">
576 <File Id="FIconsFolderSavedSearch96" KeyPath="yes"
577 Source="/usr/share/icons/Adwaita/96x96/places/folder-saved-search-symbolic.symbolic.png"/>
578 </Component>
579 <Component Id="CIconsFolder96" Guid="*">
580 <File Id="FIconsFolder96" KeyPath="yes"
581 Source="/usr/share/icons/Adwaita/96x96/places/folder-symbolic.symbolic.png"/>
582 </Component>
583 <Component Id="CIconsFolderTemplates96" Guid="*">
584 <File Id="FIconsFolderTemplates96" KeyPath="yes"
585 Source="/usr/share/icons/Adwaita/96x96/places/folder-templates-symbolic.symbolic.png"/>
586 </Component>
587 <Component Id="CIconsFolderVideos96" Guid="*">
588 <File Id="FIconsFolderVideos96" KeyPath="yes"
589 Source="/usr/share/icons/Adwaita/96x96/places/folder-videos-symbolic.symbolic.png"/>
590 </Component>
591 <Component Id="CIconsNetworkServer96" Guid="*">
592 <File Id="FIconsNetworkServer96" KeyPath="yes"
593 Source="/usr/share/icons/Adwaita/96x96/places/network-server-symbolic.symbolic.png"/>
594 </Component>
595 <Component Id="CIconsNetworkWorkgroup96" Guid="*">
596 <File Id="FIconsNetworkWorkgroup96" KeyPath="yes"
597 Source="/usr/share/icons/Adwaita/96x96/places/network-workgroup-symbolic.symbolic.png"/>
598 </Component>
599 <Component Id="CIconsStartHere96" Guid="*">
600 <File Id="FIconsStartHere96" KeyPath="yes"
601 Source="/usr/share/icons/Adwaita/96x96/places/start-here-symbolic.symbolic.png"/>
602 </Component>
603 <Component Id="CIconsUserBookmarks96" Guid="*">
604 <File Id="FIconsUserBookmarks96" KeyPath="yes"
605 Source="/usr/share/icons/Adwaita/96x96/places/user-bookmarks-symbolic.symbolic.png"/>
606 </Component>
607 <Component Id="CIconsUserDesktop96" Guid="*">
608 <File Id="FIconsUserDesktop96" KeyPath="yes"
609 Source="/usr/share/icons/Adwaita/96x96/places/user-desktop-symbolic.symbolic.png"/>
610 </Component>
611 <Component Id="CIconsUserHome96" Guid="*">
612 <File Id="FIconsUserHome96" KeyPath="yes"
613 Source="/usr/share/icons/Adwaita/96x96/places/user-home-symbolic.symbolic.png"/>
614 </Component>
615 <Component Id="CIconsUserTrash96" Guid="*">
616 <File Id="FIconsUserTrash96" KeyPath="yes"
617 Source="/usr/share/icons/Adwaita/96x96/places/user-trash-symbolic.symbolic.png"/>
618 </Component>
619 </Directory>
620 <Directory Id="DirIconsAdwaita96x96Devices" Name="devices">
621 <Component Id="CIconsDriveHarddisk96" Guid="*">
622 <File Id="FIconsDriveHardddisk96" KeyPath="yes"
623 Source="/usr/share/icons/Adwaita/96x96/devices/drive-harddisk-symbolic.symbolic.png"/>
624 </Component>
625 <Component Id="CIconsDriveOptical96" Guid="*">
626 <File Id="FIconsDriveOptical96" KeyPath="yes"
627 Source="/usr/share/icons/Adwaita/96x96/devices/drive-optical-symbolic.symbolic.png"/>
628 </Component>
629 <Component Id="CIconsDriveRemovableMedia96" Guid="*">
630 <File Id="FIconsDriveRemovableMedia96" KeyPath="yes"
631 Source="/usr/share/icons/Adwaita/96x96/devices/drive-removable-media-symbolic.symbolic.png"/>
632 </Component>
633 </Directory>
634 <Directory Id="DirIconsAdwaita96x96Status" Name="status">
635 <Component Id="CIconsCheckbox96" Guid="*">
636 <File Id="FIconsCheckbox96" KeyPath="yes"
637 Source="/usr/share/icons/Adwaita/96x96/status/checkbox-symbolic.symbolic.png"/>
638 </Component>
639 <Component Id="CIconsCheckboxChecked96" Guid="*">
640 <File Id="FIconsCheckBoxChecked96" KeyPath="yes"
641 Source="/usr/share/icons/Adwaita/96x96/status/checkbox-checked-symbolic.symbolic.png"/>
642 </Component>
643 </Directory>
644 <Directory Id="DirIconsAdwaita96x96Actions" Name="actions">
645 <Component Id="CIconsEditClear96" Guid="*">
646 <File Id="FIconsEditClear96" KeyPath="yes"
647 Source="/usr/share/icons/Adwaita/96x96/actions/edit-clear-symbolic.symbolic.png"/>
648 </Component>
649 </Directory>
650 </Directory>
651 </Directory>
652 </Directory>
653 </Directory>
654 </DirectoryRef>
655 </Fragment>
656 <Fragment>
657 <ComponentGroup Id="CG.adwaita-icons-needed">
658 <ComponentRef Id="CIconsFolderDocuments16"/>
659 <ComponentRef Id="CIconsFolderDownload16"/>
660 <ComponentRef Id="CIconsFolderMusic16"/>
661 <ComponentRef Id="CIconsFolderPictures16"/>
662 <ComponentRef Id="CIconsFolderPublicshare16"/>
663 <ComponentRef Id="CIconsFolderRemote16"/>
664 <ComponentRef Id="CIconsFolderSavedSearch16"/>
665 <ComponentRef Id="CIconsFolder16"/>
666 <ComponentRef Id="CIconsFolderTemplates16"/>
667 <ComponentRef Id="CIconsFolderVideos16"/>
668 <ComponentRef Id="CIconsNetworkServer16"/>
669 <ComponentRef Id="CIconsNetworkWorkgroup16"/>
670 <ComponentRef Id="CIconsStartHere16"/>
671 <ComponentRef Id="CIconsUserBookmarks16"/>
672 <ComponentRef Id="CIconsUserDesktop16"/>
673 <ComponentRef Id="CIconsUserHome16"/>
674 <ComponentRef Id="CIconsUserTrash16"/>
675 <ComponentRef Id="CIconsDriveHarddisk16"/>
676 <ComponentRef Id="CIconsDriveOptical16"/>
677 <ComponentRef Id="CIconsDriveRemovableMedia16"/>
678 <ComponentRef Id="CIconsCheckbox16"/>
679 <ComponentRef Id="CIconsCheckboxChecked16"/>
680 <ComponentRef Id="CIconsEditClear16"/>
681 <ComponentRef Id="CIconsViewRestore16"/>
682 <ComponentRef Id="CIconsWindowClose16"/>
683 <ComponentRef Id="CIconsFolderDocuments24"/>
684 <ComponentRef Id="CIconsFolderDownload24"/>
685 <ComponentRef Id="CIconsFolderMusic24"/>
686 <ComponentRef Id="CIconsFolderPictures24"/>
687 <ComponentRef Id="CIconsFolderPublicshare24"/>
688 <ComponentRef Id="CIconsFolderRemote24"/>
689 <ComponentRef Id="CIconsFolderSavedSearch24"/>
690 <ComponentRef Id="CIconsFolder24"/>
691 <ComponentRef Id="CIconsFolderTemplates24"/>
692 <ComponentRef Id="CIconsFolderVideos24"/>
693 <ComponentRef Id="CIconsNetworkServer24"/>
694 <ComponentRef Id="CIconsNetworkWorkgroup24"/>
695 <ComponentRef Id="CIconsStartHere24"/>
696 <ComponentRef Id="CIconsUserBookmarks24"/>
697 <ComponentRef Id="CIconsUserDesktop24"/>
698 <ComponentRef Id="CIconsUserHome24"/>
699 <ComponentRef Id="CIconsUserTrash24"/>
700 <ComponentRef Id="CIconsDriveHarddisk24"/>
701 <ComponentRef Id="CIconsDriveOptical24"/>
702 <ComponentRef Id="CIconsDriveRemovableMedia24"/>
703 <ComponentRef Id="CIconsCheckbox24"/>
704 <ComponentRef Id="CIconsCheckboxChecked24"/>
705 <ComponentRef Id="CIconsEditClear24"/>
706 <ComponentRef Id="CIconsViewRestore24"/>
707 <ComponentRef Id="CIconsWindowClose24"/>
708 <ComponentRef Id="CIconsFolderDocuments32"/>
709 <ComponentRef Id="CIconsFolderDownload32"/>
710 <ComponentRef Id="CIconsFolderMusic32"/>
711 <ComponentRef Id="CIconsFolderPictures32"/>
712 <ComponentRef Id="CIconsFolderPublicshare32"/>
713 <ComponentRef Id="CIconsFolderRemote32"/>
714 <ComponentRef Id="CIconsFolderSavedSearch32"/>
715 <ComponentRef Id="CIconsFolder32"/>
716 <ComponentRef Id="CIconsFolderTemplates32"/>
717 <ComponentRef Id="CIconsFolderVideos32"/>
718 <ComponentRef Id="CIconsNetworkServer32"/>
719 <ComponentRef Id="CIconsNetworkWorkgroup32"/>
720 <ComponentRef Id="CIconsStartHere32"/>
721 <ComponentRef Id="CIconsUserBookmarks32"/>
722 <ComponentRef Id="CIconsUserDesktop32"/>
723 <ComponentRef Id="CIconsUserHome32"/>
724 <ComponentRef Id="CIconsUserTrash32"/>
725 <ComponentRef Id="CIconsDriveHarddisk32"/>
726 <ComponentRef Id="CIconsDriveOptical32"/>
727 <ComponentRef Id="CIconsDriveRemovableMedia32"/>
728 <ComponentRef Id="CIconsCheckbox32"/>
729 <ComponentRef Id="CIconsCheckboxChecked32"/>
730 <ComponentRef Id="CIconsEditClear32"/>
731 <ComponentRef Id="CIconsViewRestore32"/>
732 <ComponentRef Id="CIconsWindowClose32"/>
733 <ComponentRef Id="CIconsFolderDocuments48"/>
734 <ComponentRef Id="CIconsFolderDownload48"/>
735 <ComponentRef Id="CIconsFolderMusic48"/>
736 <ComponentRef Id="CIconsFolderPictures48"/>
737 <ComponentRef Id="CIconsFolderPublicshare48"/>
738 <ComponentRef Id="CIconsFolderRemote48"/>
739 <ComponentRef Id="CIconsFolderSavedSearch48"/>
740 <ComponentRef Id="CIconsFolder48"/>
741 <ComponentRef Id="CIconsFolderTemplates48"/>
742 <ComponentRef Id="CIconsFolderVideos48"/>
743 <ComponentRef Id="CIconsNetworkServer48"/>
744 <ComponentRef Id="CIconsNetworkWorkgroup48"/>
745 <ComponentRef Id="CIconsStartHere48"/>
746 <ComponentRef Id="CIconsUserBookmarks48"/>
747 <ComponentRef Id="CIconsUserDesktop48"/>
748 <ComponentRef Id="CIconsUserHome48"/>
749 <ComponentRef Id="CIconsUserTrash48"/>
750 <ComponentRef Id="CIconsDriveHarddisk48"/>
751 <ComponentRef Id="CIconsDriveOptical48"/>
752 <ComponentRef Id="CIconsDriveRemovableMedia48"/>
753 <ComponentRef Id="CIconsCheckbox48"/>
754 <ComponentRef Id="CIconsCheckboxChecked48"/>
755 <ComponentRef Id="CIconsEditClear48"/>
756 <ComponentRef Id="CIconsViewRestore48"/>
757 <ComponentRef Id="CIconsWindowClose48"/>
758 <ComponentRef Id="CIconsFolderDocuments64"/>
759 <ComponentRef Id="CIconsFolderDownload64"/>
760 <ComponentRef Id="CIconsFolderMusic64"/>
761 <ComponentRef Id="CIconsFolderPictures64"/>
762 <ComponentRef Id="CIconsFolderPublicshare64"/>
763 <ComponentRef Id="CIconsFolderRemote64"/>
764 <ComponentRef Id="CIconsFolderSavedSearch64"/>
765 <ComponentRef Id="CIconsFolder64"/>
766 <ComponentRef Id="CIconsFolderTemplates64"/>
767 <ComponentRef Id="CIconsFolderVideos64"/>
768 <ComponentRef Id="CIconsNetworkServer64"/>
769 <ComponentRef Id="CIconsNetworkWorkgroup64"/>
770 <ComponentRef Id="CIconsStartHere64"/>
771 <ComponentRef Id="CIconsUserBookmarks64"/>
772 <ComponentRef Id="CIconsUserDesktop64"/>
773 <ComponentRef Id="CIconsUserHome64"/>
774 <ComponentRef Id="CIconsUserTrash64"/>
775 <ComponentRef Id="CIconsDriveHarddisk64"/>
776 <ComponentRef Id="CIconsDriveOptical64"/>
777 <ComponentRef Id="CIconsDriveRemovableMedia64"/>
778 <ComponentRef Id="CIconsCheckbox64"/>
779 <ComponentRef Id="CIconsCheckboxChecked64"/>
780 <ComponentRef Id="CIconsEditClear64"/>
781 <ComponentRef Id="CIconsFolderDocuments96"/>
782 <ComponentRef Id="CIconsFolderDownload96"/>
783 <ComponentRef Id="CIconsFolderMusic96"/>
784 <ComponentRef Id="CIconsFolderPictures96"/>
785 <ComponentRef Id="CIconsFolderPublicshare96"/>
786 <ComponentRef Id="CIconsFolderRemote96"/>
787 <ComponentRef Id="CIconsFolderSavedSearch96"/>
788 <ComponentRef Id="CIconsFolder96"/>
789 <ComponentRef Id="CIconsFolderTemplates96"/>
790 <ComponentRef Id="CIconsFolderVideos96"/>
791 <ComponentRef Id="CIconsNetworkServer96"/>
792 <ComponentRef Id="CIconsNetworkWorkgroup96"/>
793 <ComponentRef Id="CIconsStartHere96"/>
794 <ComponentRef Id="CIconsUserBookmarks96"/>
795 <ComponentRef Id="CIconsUserDesktop96"/>
796 <ComponentRef Id="CIconsUserHome96"/>
797 <ComponentRef Id="CIconsUserTrash96"/>
798 <ComponentRef Id="CIconsDriveHarddisk96"/>
799 <ComponentRef Id="CIconsDriveOptical96"/>
800 <ComponentRef Id="CIconsDriveRemovableMedia96"/>
801 <ComponentRef Id="CIconsCheckbox96"/>
802 <ComponentRef Id="CIconsCheckboxChecked96"/>
803 <ComponentRef Id="CIconsEditClear96"/>
804 </ComponentGroup>
805 </Fragment>
806 </Include>
6464 File "deps.txt"
6565
6666 SetOutPath "$INSTDIR\bin"
67 File "@prefix@/bin/gst-discoverer-0.10.exe"
68 File "@prefix@/bin/gst-feedback.exe"
69 File "@prefix@/bin/gst-inspect-0.10.exe"
70 File "@prefix@/bin/gst-inspect.exe"
71 File "@prefix@/bin/gst-launch-0.10.exe"
72 File "@prefix@/bin/gst-launch.exe"
73 File "@prefix@/bin/gst-typefind-0.10.exe"
74 File "@prefix@/bin/gst-typefind.exe"
75 File "@prefix@/bin/gst-xmlinspect-0.10.exe"
76 File "@prefix@/bin/gst-xmlinspect.exe"
77 File "@prefix@/bin/gst-xmllaunch-0.10.exe"
78 File "@prefix@/bin/gst-xmllaunch.exe"
67 !if ${HaveSpiceGtk} == True
68 # gstreamer1
69 File "@prefix@/bin/gst-inspect-1.0.exe"
70 File "@prefix@/bin/gst-launch-1.0.exe"
71 File "@prefix@/bin/gst-typefind-1.0.exe"
72 File "@prefix@/bin/libgstbase-1.0-0.dll"
73 File "@prefix@/bin/libgstcontroller-1.0-0.dll"
74 File "@prefix@/bin/libgstreamer-1.0-0.dll"
75 # gstreamer1-plugins-base
76 File "@prefix@/bin/libgstapp-1.0-0.dll"
77 File "@prefix@/bin/libgstaudio-1.0-0.dll"
78 File "@prefix@/bin/libgstfft-1.0-0.dll"
79 File "@prefix@/bin/libgstpbutils-1.0-0.dll"
80 File "@prefix@/bin/libgsttag-1.0-0.dll"
81
82 File "@prefix@/bin/libusb-1.0.dll"
83 File "@prefix@/bin/libusbredirhost-1.dll"
84 File "@prefix@/bin/libusbredirparser-1.dll"
85
86 File "@prefix@/bin/libcelt051-0.dll"
87 File "@prefix@/bin/libopus-0.dll"
88 File "@prefix@/bin/liborc-0.4-0.dll"
89 File "@prefix@/bin/liborc-test-0.4-0.dll"
90
91 File "@prefix@/bin/libspice-client-glib-2.0-8.dll"
92 File "@prefix@/bin/libspice-controller-0.dll"
93 File "@prefix@/bin/libspice-client-gtk-3.0-4.dll"
94 !endif
95
7996 File "@prefix@/bin/libatk-1.0-0.dll"
97 File "@prefix@/bin/libbz2-1.dll"
8098 File "@prefix@/bin/libcairo-2.dll"
81 File "@prefix@/bin/libcelt051-0.dll"
99 File "@prefix@/bin/libcairo-gobject-2.dll"
100 File "@prefix@/bin/libepoxy-0.dll"
82101 File "@prefix@/bin/libcrypto-10.dll"
83102 File "@prefix@/bin/libexpat-1.dll"
84103 File "@prefix@/bin/libffi-6.dll"
85104 File "@prefix@/bin/libfontconfig-1.dll"
86105 File "@prefix@/bin/libfreetype-6.dll"
87 File "@prefix@/bin/libgdk-win32-2.0-0.dll"
88 File "@prefix@/bin/libgdk-win32-2.0-0.dll"
89 File "@prefix@/bin/libgdk_pixbuf-2.0-0.dll"
106 File "@prefix@/bin/libgdk-3-0.dll"
90107 File "@prefix@/bin/libgdk_pixbuf-2.0-0.dll"
91108 File "@prefix@/bin/libgio-2.0-0.dll"
92109 File "@prefix@/bin/libglib-2.0-0.dll"
93110 File "@prefix@/bin/libgmodule-2.0-0.dll"
94111 File "@prefix@/bin/libgobject-2.0-0.dll"
95 File "@prefix@/bin/libgstapp-0.10-0.dll"
96 File "@prefix@/bin/libgstaudio-0.10-0.dll"
97 File "@prefix@/bin/libgstbase-0.10-0.dll"
98 File "@prefix@/bin/libgstcontroller-0.10-0.dll"
99 File "@prefix@/bin/libgstfft-0.10-0.dll"
100 File "@prefix@/bin/libgstinterfaces-0.10-0.dll"
101 File "@prefix@/bin/libgstpbutils-0.10-0.dll"
102 File "@prefix@/bin/libgstreamer-0.10-0.dll"
103 File "@prefix@/bin/libgstvideo-0.10-0.dll"
104112 File "@prefix@/bin/libgthread-2.0-0.dll"
105 File "@prefix@/bin/libgtk-win32-2.0-0.dll"
113 File "@prefix@/bin/libgtk-3-0.dll"
106114 File "@prefix@/bin/iconv.dll"
107115 File "@prefix@/bin/libintl-8.dll"
108116 File "@prefix@/bin/libjpeg-62.dll"
109 File "@prefix@/bin/liborc-0.4-0.dll"
110 File "@prefix@/bin/liborc-test-0.4-0.dll"
111117 File "@prefix@/bin/libpango-1.0-0.dll"
112118 File "@prefix@/bin/libpangocairo-1.0-0.dll"
113119 File "@prefix@/bin/libpangoft2-1.0-0.dll"
114120 File "@prefix@/bin/libpangowin32-1.0-0.dll"
115121 File "@prefix@/bin/libpixman-1-0.dll"
116 File "@prefix@/bin/libpng15-15.dll"
117 File "@prefix@/bin/libspice-client-glib-2.0-8.dll"
118 File "@prefix@/bin/libspice-client-gtk-2.0-4.dll"
119 File "@prefix@/bin/libspice-controller-0.dll"
122 File "@prefix@/bin/libpng16-16.dll"
120123 File "@prefix@/bin/libssl-10.dll"
121 File "@prefix@/bin/libtasn1-3.dll"
122 File "@prefix@/bin/libusb-1.0.dll"
123 File "@prefix@/bin/libusbredirhost-1.dll"
124 File "@prefix@/bin/libusbredirparser-1.dll"
124 File "@prefix@/bin/libtasn1-6.dll"
125125 File "@prefix@/bin/libxml2-2.dll"
126126 File "@prefix@/bin/libp11-kit-0.dll"
127 File "@prefix@/bin/libssh2-1.dll"
128 File "@prefix@/bin/libcurl-4.dll"
129 File "@prefix@/bin/libportablexdr-0.dll"
130 File "@prefix@/bin/libidn-11.dll"
131127 File "@prefix@/bin/libssp-0.dll"
132 File "@prefix@/bin/libvirt-0.dll"
133 File "@prefix@/bin/libvirt-qemu-0.dll"
134 File "@prefix@/bin/virsh.exe"
135 File "@prefix@/bin/virt-pki-validate"
136 File "@prefix@/bin/virt-xml-validate"
128 File "@prefix@/bin/libwinpthread-1.dll"
129 !if ${HaveLibvirt} == True
130 File "@prefix@/bin/libssh2-1.dll"
131 File "@prefix@/bin/libcurl-4.dll"
132 File "@prefix@/bin/libportablexdr-0.dll"
133 File "@prefix@/bin/libidn-11.dll"
134 File "@prefix@/bin/libvirt-0.dll"
135 File "@prefix@/bin/libvirt-qemu-0.dll"
136 File "@prefix@/bin/libvirt-lxc-0.dll"
137 File "@prefix@/bin/virsh.exe"
138 File "@prefix@/bin/virt-pki-validate"
139 File "@prefix@/bin/virt-xml-validate"
140 !endif
137141
138142 #gtkvnc
139 File "@prefix@/bin/libgnutls-26.dll"
140 File "@prefix@/bin/libgpg-error-0.dll"
141 File "@prefix@/bin/libgcrypt-11.dll"
142 File "@prefix@/bin/libgvnc-1.0-0.dll"
143 File "@prefix@/bin/libgtk-vnc-1.0-0.dll"
144
145 File "@prefix@/bin/pango-querymodules.exe"
143 !if ${HaveGtkVnc} == True
144 File "@prefix@/bin/libgpg-error-0.dll"
145 File "@prefix@/bin/libgcrypt-20.dll"
146 File "@prefix@/bin/libgvnc-1.0-0.dll"
147 File "@prefix@/bin/libgtk-vnc-2.0-0.dll"
148 !endif
149
150 File "@prefix@/bin/libgnutls-30.dll"
151 File "@prefix@/bin/libgmp-10.dll"
152 File "@prefix@/bin/libhogweed-4-1.dll"
153 File "@prefix@/bin/libnettle-6-1.dll"
154 File /nonfatal "@prefix@/bin/libgcc_s_sjlj-1.dll"
155 File /nonfatal "@prefix@/bin/libgcc_s_seh-1.dll"
156
157 #libgovirt (and its dependencies)
158 !if ${HaveOVirt} == True
159 File "@prefix@/bin/libgovirt-2.dll"
160 File "@prefix@/bin/librest-0.7-0.dll"
161 File "@prefix@/bin/librest-extras-0.7-0.dll"
162 File "@prefix@/bin/libsoup-2.4-1.dll"
163 File "@prefix@/bin/libsqlite3-0.dll"
164 File "@prefix@/bin/libsoup-gnome-2.4-1.dll"
165 !endif
166
146167 File /oname=remote-viewer.com "${DESTDIR}@prefix@/bin/windows-cmdline-wrapper.exe"
147168 File "${DESTDIR}@prefix@/bin/remote-viewer.exe"
148 File "${DESTDIR}@prefix@/bin/virt-viewer.exe"
169 !if ${HaveLibvirt} == True
170 File "${DESTDIR}@prefix@/bin/virt-viewer.exe"
171 !endif
149172 File "@prefix@/bin/libreadline6.dll"
150173 File "@prefix@/bin/zlib1.dll"
151174
152175 SetOutPath "$INSTDIR\etc"
153176 File /r "@prefix@/etc/fonts"
154 File /r "@prefix@/etc/gtk-2.0"
177 File /r "@prefix@/etc/gtk-3.0"
155178 File /r "@prefix@/etc/libvirt"
156 CreateDirectory "$INSTDIR\etc\pango"
157
158 CreateDirectory "$INSTDIR\etc\gtk-2.0"
179
180 CreateDirectory "$INSTDIR\etc\gtk-3.0"
159181
160182 SetOutPath "$INSTDIR\lib"
161183 File /r "@prefix@/lib/gdk-pixbuf-2.0"
162 File /r "@prefix@/lib/gtk-2.0"
163 File /r "@prefix@/lib/pango"
164
165 SetOutPath "$INSTDIR\lib\gstreamer-0.10"
166 File "@prefix@/lib/gstreamer-0.10/libgstapp.dll"
167 File "@prefix@/lib/gstreamer-0.10/libgstaudioconvert.dll"
168 File "@prefix@/lib/gstreamer-0.10/libgstaudiorate.dll"
169 File "@prefix@/lib/gstreamer-0.10/libgstaudioresample.dll"
170 File "@prefix@/lib/gstreamer-0.10/libgstaudiotestsrc.dll"
171 File "@prefix@/lib/gstreamer-0.10/libgstautodetect.dll"
172 File "@prefix@/lib/gstreamer-0.10/libgstcoreelements.dll"
173 File "@prefix@/lib/gstreamer-0.10/libgstdirectsoundsink.dll"
174 File "@prefix@/lib/gstreamer-0.10/libgstdirectsoundsrc.dll"
184 File /r "@prefix@/lib/gtk-3.0"
185
186 !if ${HaveSpiceGtk} == True
187 SetOutPath "$INSTDIR\lib\gstreamer-1.0"
188 # gstreamer1
189 File "@prefix@/lib/gstreamer-1.0/libgstcoreelements.dll"
190 # gstreamer1-plugins-base
191 File "@prefix@/lib/gstreamer-1.0/libgstapp.dll"
192 File "@prefix@/lib/gstreamer-1.0/libgstaudioconvert.dll"
193 File "@prefix@/lib/gstreamer-1.0/libgstaudiorate.dll"
194 File "@prefix@/lib/gstreamer-1.0/libgstaudioresample.dll"
195 # gstreamer1-plugins-good
196 File "@prefix@/lib/gstreamer-1.0/libgstautodetect.dll"
197 File "@prefix@/lib/gstreamer-1.0/libgstdirectsoundsink.dll"
198 # gstreamer1-plugins-bad
199 File "@prefix@/lib/gstreamer-1.0/libgstdirectsoundsrc.dll"
200 !endif
201
202 !if ${HaveOVirt} == True
203 SetOutPath "$INSTDIR\lib\gio\modules"
204 File "@prefix@/lib/gio/modules/libgiognutls.dll"
205 !endif
175206
176207 SetOutPath "$INSTDIR\share"
177 File /r "@prefix@/share/libvirt"
208 !if ${HaveLibvirt} == True
209 File /r "@prefix@/share/libvirt"
210 !endif
211 File /r "@prefix@/share/glib-2.0"
178212
179213 # fixme for all languages
180214 SetOutPath "$INSTDIR\share\locale\fr"
181 File "@prefix@/share/locale/fr/LC_MESSAGES/libvirt.*"
182 File "${DESTDIR}@prefix@/share/locale/fr/LC_MESSAGES/virt-viewer.*"
183
215 !if ${HaveLibvirt} == True
216 File "@prefix@/share/locale/fr/LC_MESSAGES/libvirt.*"
217 File "${DESTDIR}@prefix@/share/locale/fr/LC_MESSAGES/virt-viewer.*"
218 !endif
219
220 # fixme: are the UI files shared between virt-viewer and remote-viewer?
184221 SetOutPath "$INSTDIR\share\virt-viewer\ui"
185222 File "${DESTDIR}@prefix@/share/virt-viewer/ui/*.xml"
186223
187 SetOutPath "$INSTDIR\share\themes\MS-Windows\gtk-2.0"
188 File "@prefix@/share/themes/MS-Windows/gtk-2.0/gtkrc"
189
190 SetOutPath "$INSTDIR\etc\gtk-2.0"
191 FileOpen $0 gtkrc w
192 FileWrite $0 "gtk-theme-name = $\"MS-Windows$\" $\n"
193 FileWrite $0 "gtk-icon-theme-name = $\"hicolor$\" $\n"
194 FileClose $0
195
196224 SetOutPath "$INSTDIR\share\icons\hicolor"
197225 File "/usr/share/icons/hicolor/index.theme"
198226
199227 SetOutPath "$INSTDIR\share\icons\hicolor\16x16\apps"
200228 File "${DESTDIR}@prefix@/share/icons/hicolor/16x16/apps/virt-viewer.png"
201 File "/usr/share/icons/gnome/16x16/apps/preferences-desktop-keyboard-shortcuts.png"
229 File "/usr/share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-shortcuts.png"
230 SetOutPath "$INSTDIR\share\icons\hicolor\24x24\apps"
231 File "${DESTDIR}@prefix@/share/icons/hicolor/24x24/apps/virt-viewer.png"
232 SetOutPath "$INSTDIR\share\icons\hicolor\24x24\devices"
233 File "${DESTDIR}@prefix@/share/icons/hicolor/24x24/devices/virt-viewer-usb.png"
202234 SetOutPath "$INSTDIR\share\icons\hicolor\32x32\apps"
203235 File "${DESTDIR}@prefix@/share/icons/hicolor/32x32/apps/virt-viewer.png"
204236 SetOutPath "$INSTDIR\share\icons\hicolor\48x48\apps"
205237 File "${DESTDIR}@prefix@/share/icons/hicolor/48x48/apps/virt-viewer.png"
206238
239 CreateDirectory "$INSTDIR\share\icons\Adwaita"
240 SetOutPath "$INSTDIR\share\icons\Adwaita\16x16\places"
241 File "/usr/share/icons/Adwaita/16x16/places/folder-documents-symbolic.symbolic.png"
242 File "/usr/share/icons/Adwaita/16x16/places/folder-download-symbolic.symbolic.png"
243 File "/usr/share/icons/Adwaita/16x16/places/folder-music-symbolic.symbolic.png"
244 File "/usr/share/icons/Adwaita/16x16/places/folder-pictures-symbolic.symbolic.png"
245 File "/usr/share/icons/Adwaita/16x16/places/folder-publicshare-symbolic.symbolic.png"
246 File "/usr/share/icons/Adwaita/16x16/places/folder-remote-symbolic.symbolic.png"
247 File "/usr/share/icons/Adwaita/16x16/places/folder-saved-search-symbolic.symbolic.png"
248 File "/usr/share/icons/Adwaita/16x16/places/folder-symbolic.symbolic.png"
249 File "/usr/share/icons/Adwaita/16x16/places/folder-templates-symbolic.symbolic.png"
250 File "/usr/share/icons/Adwaita/16x16/places/folder-videos-symbolic.symbolic.png"
251 File "/usr/share/icons/Adwaita/16x16/places/network-server-symbolic.symbolic.png"
252 File "/usr/share/icons/Adwaita/16x16/places/network-workgroup-symbolic.symbolic.png"
253 File "/usr/share/icons/Adwaita/16x16/places/start-here-symbolic.symbolic.png"
254 File "/usr/share/icons/Adwaita/16x16/places/user-bookmarks-symbolic.symbolic.png"
255 File "/usr/share/icons/Adwaita/16x16/places/user-desktop-symbolic.symbolic.png"
256 File "/usr/share/icons/Adwaita/16x16/places/user-home-symbolic.symbolic.png"
257 File "/usr/share/icons/Adwaita/16x16/places/user-trash-symbolic.symbolic.png"
258
259 SetOutPath "$INSTDIR\share\icons\Adwaita\24x24\places"
260 File "/usr/share/icons/Adwaita/24x24/places/folder-documents-symbolic.symbolic.png"
261 File "/usr/share/icons/Adwaita/24x24/places/folder-download-symbolic.symbolic.png"
262 File "/usr/share/icons/Adwaita/24x24/places/folder-music-symbolic.symbolic.png"
263 File "/usr/share/icons/Adwaita/24x24/places/folder-pictures-symbolic.symbolic.png"
264 File "/usr/share/icons/Adwaita/24x24/places/folder-publicshare-symbolic.symbolic.png"
265 File "/usr/share/icons/Adwaita/24x24/places/folder-remote-symbolic.symbolic.png"
266 File "/usr/share/icons/Adwaita/24x24/places/folder-saved-search-symbolic.symbolic.png"
267 File "/usr/share/icons/Adwaita/24x24/places/folder-symbolic.symbolic.png"
268 File "/usr/share/icons/Adwaita/24x24/places/folder-templates-symbolic.symbolic.png"
269 File "/usr/share/icons/Adwaita/24x24/places/folder-videos-symbolic.symbolic.png"
270 File "/usr/share/icons/Adwaita/24x24/places/network-server-symbolic.symbolic.png"
271 File "/usr/share/icons/Adwaita/24x24/places/network-workgroup-symbolic.symbolic.png"
272 File "/usr/share/icons/Adwaita/24x24/places/start-here-symbolic.symbolic.png"
273 File "/usr/share/icons/Adwaita/24x24/places/user-bookmarks-symbolic.symbolic.png"
274 File "/usr/share/icons/Adwaita/24x24/places/user-desktop-symbolic.symbolic.png"
275 File "/usr/share/icons/Adwaita/24x24/places/user-home-symbolic.symbolic.png"
276 File "/usr/share/icons/Adwaita/24x24/places/user-trash-symbolic.symbolic.png"
277
278 SetOutPath "$INSTDIR\share\icons\Adwaita\32x32\places"
279 File "/usr/share/icons/Adwaita/32x32/places/folder-documents-symbolic.symbolic.png"
280 File "/usr/share/icons/Adwaita/32x32/places/folder-download-symbolic.symbolic.png"
281 File "/usr/share/icons/Adwaita/32x32/places/folder-music-symbolic.symbolic.png"
282 File "/usr/share/icons/Adwaita/32x32/places/folder-pictures-symbolic.symbolic.png"
283 File "/usr/share/icons/Adwaita/32x32/places/folder-publicshare-symbolic.symbolic.png"
284 File "/usr/share/icons/Adwaita/32x32/places/folder-remote-symbolic.symbolic.png"
285 File "/usr/share/icons/Adwaita/32x32/places/folder-saved-search-symbolic.symbolic.png"
286 File "/usr/share/icons/Adwaita/32x32/places/folder-symbolic.symbolic.png"
287 File "/usr/share/icons/Adwaita/32x32/places/folder-templates-symbolic.symbolic.png"
288 File "/usr/share/icons/Adwaita/32x32/places/folder-videos-symbolic.symbolic.png"
289 File "/usr/share/icons/Adwaita/32x32/places/network-server-symbolic.symbolic.png"
290 File "/usr/share/icons/Adwaita/32x32/places/network-workgroup-symbolic.symbolic.png"
291 File "/usr/share/icons/Adwaita/32x32/places/start-here-symbolic.symbolic.png"
292 File "/usr/share/icons/Adwaita/32x32/places/user-bookmarks-symbolic.symbolic.png"
293 File "/usr/share/icons/Adwaita/32x32/places/user-desktop-symbolic.symbolic.png"
294 File "/usr/share/icons/Adwaita/32x32/places/user-home-symbolic.symbolic.png"
295 File "/usr/share/icons/Adwaita/32x32/places/user-trash-symbolic.symbolic.png"
296
297 SetOutPath "$INSTDIR\share\icons\Adwaita\48x48\places"
298 File "/usr/share/icons/Adwaita/48x48/places/folder-documents-symbolic.symbolic.png"
299 File "/usr/share/icons/Adwaita/48x48/places/folder-download-symbolic.symbolic.png"
300 File "/usr/share/icons/Adwaita/48x48/places/folder-music-symbolic.symbolic.png"
301 File "/usr/share/icons/Adwaita/48x48/places/folder-pictures-symbolic.symbolic.png"
302 File "/usr/share/icons/Adwaita/48x48/places/folder-publicshare-symbolic.symbolic.png"
303 File "/usr/share/icons/Adwaita/48x48/places/folder-remote-symbolic.symbolic.png"
304 File "/usr/share/icons/Adwaita/48x48/places/folder-saved-search-symbolic.symbolic.png"
305 File "/usr/share/icons/Adwaita/48x48/places/folder-symbolic.symbolic.png"
306 File "/usr/share/icons/Adwaita/48x48/places/folder-templates-symbolic.symbolic.png"
307 File "/usr/share/icons/Adwaita/48x48/places/folder-videos-symbolic.symbolic.png"
308 File "/usr/share/icons/Adwaita/48x48/places/network-server-symbolic.symbolic.png"
309 File "/usr/share/icons/Adwaita/48x48/places/network-workgroup-symbolic.symbolic.png"
310 File "/usr/share/icons/Adwaita/48x48/places/start-here-symbolic.symbolic.png"
311 File "/usr/share/icons/Adwaita/48x48/places/user-bookmarks-symbolic.symbolic.png"
312 File "/usr/share/icons/Adwaita/48x48/places/user-desktop-symbolic.symbolic.png"
313 File "/usr/share/icons/Adwaita/48x48/places/user-home-symbolic.symbolic.png"
314 File "/usr/share/icons/Adwaita/48x48/places/user-trash-symbolic.symbolic.png"
315
316 SetOutPath "$INSTDIR\share\icons\Adwaita\64x64\places"
317 File "/usr/share/icons/Adwaita/64x64/places/folder-documents-symbolic.symbolic.png"
318 File "/usr/share/icons/Adwaita/64x64/places/folder-download-symbolic.symbolic.png"
319 File "/usr/share/icons/Adwaita/64x64/places/folder-music-symbolic.symbolic.png"
320 File "/usr/share/icons/Adwaita/64x64/places/folder-pictures-symbolic.symbolic.png"
321 File "/usr/share/icons/Adwaita/64x64/places/folder-publicshare-symbolic.symbolic.png"
322 File "/usr/share/icons/Adwaita/64x64/places/folder-remote-symbolic.symbolic.png"
323 File "/usr/share/icons/Adwaita/64x64/places/folder-saved-search-symbolic.symbolic.png"
324 File "/usr/share/icons/Adwaita/64x64/places/folder-symbolic.symbolic.png"
325 File "/usr/share/icons/Adwaita/64x64/places/folder-templates-symbolic.symbolic.png"
326 File "/usr/share/icons/Adwaita/64x64/places/folder-videos-symbolic.symbolic.png"
327 File "/usr/share/icons/Adwaita/64x64/places/network-server-symbolic.symbolic.png"
328 File "/usr/share/icons/Adwaita/64x64/places/network-workgroup-symbolic.symbolic.png"
329 File "/usr/share/icons/Adwaita/64x64/places/start-here-symbolic.symbolic.png"
330 File "/usr/share/icons/Adwaita/64x64/places/user-bookmarks-symbolic.symbolic.png"
331 File "/usr/share/icons/Adwaita/64x64/places/user-desktop-symbolic.symbolic.png"
332 File "/usr/share/icons/Adwaita/64x64/places/user-home-symbolic.symbolic.png"
333 File "/usr/share/icons/Adwaita/64x64/places/user-trash-symbolic.symbolic.png"
334
335 SetOutPath "$INSTDIR\share\icons\Adwaita\96x96\places"
336 File "/usr/share/icons/Adwaita/96x96/places/folder-documents-symbolic.symbolic.png"
337 File "/usr/share/icons/Adwaita/96x96/places/folder-download-symbolic.symbolic.png"
338 File "/usr/share/icons/Adwaita/96x96/places/folder-music-symbolic.symbolic.png"
339 File "/usr/share/icons/Adwaita/96x96/places/folder-pictures-symbolic.symbolic.png"
340 File "/usr/share/icons/Adwaita/96x96/places/folder-publicshare-symbolic.symbolic.png"
341 File "/usr/share/icons/Adwaita/96x96/places/folder-remote-symbolic.symbolic.png"
342 File "/usr/share/icons/Adwaita/96x96/places/folder-saved-search-symbolic.symbolic.png"
343 File "/usr/share/icons/Adwaita/96x96/places/folder-symbolic.symbolic.png"
344 File "/usr/share/icons/Adwaita/96x96/places/folder-templates-symbolic.symbolic.png"
345 File "/usr/share/icons/Adwaita/96x96/places/folder-videos-symbolic.symbolic.png"
346 File "/usr/share/icons/Adwaita/96x96/places/network-server-symbolic.symbolic.png"
347 File "/usr/share/icons/Adwaita/96x96/places/network-workgroup-symbolic.symbolic.png"
348 File "/usr/share/icons/Adwaita/96x96/places/start-here-symbolic.symbolic.png"
349 File "/usr/share/icons/Adwaita/96x96/places/user-bookmarks-symbolic.symbolic.png"
350 File "/usr/share/icons/Adwaita/96x96/places/user-desktop-symbolic.symbolic.png"
351 File "/usr/share/icons/Adwaita/96x96/places/user-home-symbolic.symbolic.png"
352 File "/usr/share/icons/Adwaita/96x96/places/user-trash-symbolic.symbolic.png"
353
354 SetOutPath "$INSTDIR\share\icons\Adwaita\16x16\devices"
355 File "/usr/share/icons/Adwaita/16x16/devices/drive-harddisk-symbolic.symbolic.png"
356 File "/usr/share/icons/Adwaita/16x16/devices/drive-optical-symbolic.symbolic.png"
357 File "/usr/share/icons/Adwaita/16x16/devices/drive-removable-media-symbolic.symbolic.png"
358
359 SetOutPath "$INSTDIR\share\icons\Adwaita\24x24\devices"
360 File "/usr/share/icons/Adwaita/24x24/devices/drive-harddisk-symbolic.symbolic.png"
361 File "/usr/share/icons/Adwaita/24x24/devices/drive-optical-symbolic.symbolic.png"
362 File "/usr/share/icons/Adwaita/24x24/devices/drive-removable-media-symbolic.symbolic.png"
363
364 SetOutPath "$INSTDIR\share\icons\Adwaita\32x32\devices"
365 File "/usr/share/icons/Adwaita/32x32/devices/drive-harddisk-symbolic.symbolic.png"
366 File "/usr/share/icons/Adwaita/32x32/devices/drive-optical-symbolic.symbolic.png"
367 File "/usr/share/icons/Adwaita/32x32/devices/drive-removable-media-symbolic.symbolic.png"
368
369 SetOutPath "$INSTDIR\share\icons\Adwaita\48x48\devices"
370 File "/usr/share/icons/Adwaita/48x48/devices/drive-harddisk-symbolic.symbolic.png"
371 File "/usr/share/icons/Adwaita/48x48/devices/drive-optical-symbolic.symbolic.png"
372 File "/usr/share/icons/Adwaita/48x48/devices/drive-removable-media-symbolic.symbolic.png"
373
374 SetOutPath "$INSTDIR\share\icons\Adwaita\64x64\devices"
375 File "/usr/share/icons/Adwaita/64x64/devices/drive-harddisk-symbolic.symbolic.png"
376 File "/usr/share/icons/Adwaita/64x64/devices/drive-optical-symbolic.symbolic.png"
377 File "/usr/share/icons/Adwaita/64x64/devices/drive-removable-media-symbolic.symbolic.png"
378
379 SetOutPath "$INSTDIR\share\icons\Adwaita\96x96\devices"
380 File "/usr/share/icons/Adwaita/96x96/devices/drive-harddisk-symbolic.symbolic.png"
381 File "/usr/share/icons/Adwaita/96x96/devices/drive-optical-symbolic.symbolic.png"
382 File "/usr/share/icons/Adwaita/96x96/devices/drive-removable-media-symbolic.symbolic.png"
383
384 SetOutPath "$INSTDIR\share\icons\Adwaita\16x16\status"
385 File "/usr/share/icons/Adwaita/16x16/status/checkbox-symbolic.symbolic.png"
386 File "/usr/share/icons/Adwaita/16x16/status/checkbox-checked-symbolic.symbolic.png"
387
388 SetOutPath "$INSTDIR\share\icons\Adwaita\24x24\status"
389 File "/usr/share/icons/Adwaita/24x24/status/checkbox-symbolic.symbolic.png"
390 File "/usr/share/icons/Adwaita/24x24/status/checkbox-checked-symbolic.symbolic.png"
391
392 SetOutPath "$INSTDIR\share\icons\Adwaita\32x32\status"
393 File "/usr/share/icons/Adwaita/32x32/status/checkbox-symbolic.symbolic.png"
394 File "/usr/share/icons/Adwaita/32x32/status/checkbox-checked-symbolic.symbolic.png"
395
396 SetOutPath "$INSTDIR\share\icons\Adwaita\48x48\status"
397 File "/usr/share/icons/Adwaita/48x48/status/checkbox-symbolic.symbolic.png"
398 File "/usr/share/icons/Adwaita/48x48/status/checkbox-checked-symbolic.symbolic.png"
399
400 SetOutPath "$INSTDIR\share\icons\Adwaita\64x64\status"
401 File "/usr/share/icons/Adwaita/64x64/status/checkbox-symbolic.symbolic.png"
402 File "/usr/share/icons/Adwaita/64x64/status/checkbox-checked-symbolic.symbolic.png"
403
404 SetOutPath "$INSTDIR\share\icons\Adwaita\96x96\status"
405 File "/usr/share/icons/Adwaita/96x96/status/checkbox-symbolic.symbolic.png"
406 File "/usr/share/icons/Adwaita/96x96/status/checkbox-checked-symbolic.symbolic.png"
407
408 SetOutPath "$INSTDIR\share\icons\Adwaita\16x16\actions"
409 File "/usr/share/icons/Adwaita/16x16/actions/edit-clear-symbolic.symbolic.png"
410 File "/usr/share/icons/Adwaita/16x16/actions/view-restore.png"
411 File "/usr/share/icons/Adwaita/16x16/actions/window-close.png"
412
413 SetOutPath "$INSTDIR\share\icons\Adwaita\24x24\actions"
414 File "/usr/share/icons/Adwaita/24x24/actions/edit-clear-symbolic.symbolic.png"
415 File "/usr/share/icons/Adwaita/24x24/actions/view-restore.png"
416 File "/usr/share/icons/Adwaita/24x24/actions/window-close.png"
417
418 SetOutPath "$INSTDIR\share\icons\Adwaita\32x32\actions"
419 File "/usr/share/icons/Adwaita/32x32/actions/edit-clear-symbolic.symbolic.png"
420 File "/usr/share/icons/Adwaita/32x32/actions/view-restore.png"
421 File "/usr/share/icons/Adwaita/32x32/actions/window-close.png"
422
423 SetOutPath "$INSTDIR\share\icons\Adwaita\48x48\actions"
424 File "/usr/share/icons/Adwaita/48x48/actions/edit-clear-symbolic.symbolic.png"
425 File "/usr/share/icons/Adwaita/48x48/actions/view-restore.png"
426 File "/usr/share/icons/Adwaita/48x48/actions/window-close.png"
427
428 SetOutPath "$INSTDIR\share\icons\Adwaita\64x64\actions"
429 File "/usr/share/icons/Adwaita/64x64/actions/edit-clear-symbolic.symbolic.png"
430
431 SetOutPath "$INSTDIR\share\icons\Adwaita\96x96\actions"
432 File "/usr/share/icons/Adwaita/96x96/actions/edit-clear-symbolic.symbolic.png"
433
207434 ReadEnvStr $0 COMSPEC
208435 SetOutPath "$INSTDIR"
209 nsExec::ExecToLog '$0 /C bin\pango-querymodules.exe > etc\pango\pango.modules'
210436
211437 # make virt-viewer the default spice-x client
212438 WriteRegStr HKCU "Software\spice-space.org\spicex" "client" "$INSTDIR\bin\remote-viewer.exe --spice-controller"
231457 DeleteRegKey HKCU "${REG_UNINSTALL}"
232458 DeleteRegKey HKCU "${REG_IEPOLICY}"
233459
234
235460 RMDir /r "$INSTDIR\share"
236461
237 RMDir /r "$INSTDIR\lib\pango"
238 RMDir /r "$INSTDIR\lib\gtk-2.0"
239 Delete /rebootok "$INSTDIR\lib\gstreamer-0.10\libgstdirectsoundsrc.dll"
240 Delete /rebootok "$INSTDIR\lib\gstreamer-0.10\libgstdirectsoundsink.dll"
241 Delete /rebootok "$INSTDIR\lib\gstreamer-0.10\libgstcoreelements.dll"
242 Delete /rebootok "$INSTDIR\lib\gstreamer-0.10\libgstautodetect.dll"
243 Delete /rebootok "$INSTDIR\lib\gstreamer-0.10\libgstaudiotestsrc.dll"
244 Delete /rebootok "$INSTDIR\lib\gstreamer-0.10\libgstaudioresample.dll"
245 Delete /rebootok "$INSTDIR\lib\gstreamer-0.10\libgstaudiorate.dll"
246 Delete /rebootok "$INSTDIR\lib\gstreamer-0.10\libgstaudioconvert.dll"
247 Delete /rebootok "$INSTDIR\lib\gstreamer-0.10\libgstapp.dll"
248 RMDir "$INSTDIR\lib\gstreamer-0.10"
462 RMDir /r "$INSTDIR\lib\gtk-3.0"
463
464 !if ${HaveSpiceGtk} == True
465 # gstreamer1
466 Delete /rebootok "$INSTDIR\lib\gstreamer-1.0\libgstcoreelements.dll"
467 # gstreamer1-plugins-base
468 Delete /rebootok "$INSTDIR\lib\gstreamer-1.0\libgstapp.dll"
469 Delete /rebootok "$INSTDIR\lib\gstreamer-1.0\libgstaudioconvert.dll"
470 Delete /rebootok "$INSTDIR\lib\gstreamer-1.0\libgstaudiorate.dll"
471 Delete /rebootok "$INSTDIR\lib\gstreamer-1.0\libgstaudioresample.dll"
472 # gstreamer1-plugins-good
473 Delete /rebootok "$INSTDIR\lib\gstreamer-1.0\libgstautodetect.dll"
474 Delete /rebootok "$INSTDIR\lib\gstreamer-1.0\libgstdirectsoundsink.dll"
475 # gstreamer1-plugins-bad
476 Delete /rebootok "$INSTDIR\lib\gstreamer-1.0\libgstdirectsoundsrc.dll"
477 RMDir "$INSTDIR\lib\gstreamer-1.0"
478 !endif
249479 RMDir /r "$INSTDIR\lib\gdk-pixbuf-2.0"
250480
251 RMDir /r "$INSTDIR\etc\pango"
252 RMDir /r "$INSTDIR\etc\gtk-2.0"
481 RMDir /r "$INSTDIR\etc\gtk-3.0"
253482 RMDir /r "$INSTDIR\etc\fonts"
483 !if {HaveLibvirt} == True
484 RMDir /r "$INSTDIR\etc\libvirt"
485 !endif
254486
255487 Delete /rebootok "$INSTDIR\bin\remote-viewer.com"
256488 Delete /rebootok "$INSTDIR\bin\remote-viewer.exe"
257 Delete /rebootok "$INSTDIR\bin\virt-viewer.exe"
258 Delete /rebootok "$INSTDIR\bin\virsh.exe"
259 Delete /rebootok "$INSTDIR\bin\pango-querymodules.exe"
260 Delete /rebootok "$INSTDIR\bin\virt-pki-validate"
261 Delete /rebootok "$INSTDIR\bin\virt-xml-validate"
262489 Delete /rebootok "$INSTDIR\bin\libpangoft2-1.0-0.dll"
263490 Delete /rebootok "$INSTDIR\bin\libgdk_pixbuf-2.0-0.dll"
264 Delete /rebootok "$INSTDIR\bin\libgdk-win32-2.0-0.dll"
265 Delete /rebootok "$INSTDIR\bin\gst-xmllaunch.exe"
266 Delete /rebootok "$INSTDIR\bin\gst-xmllaunch-0.10.exe"
267 Delete /rebootok "$INSTDIR\bin\gst-xmlinspect.exe"
268 Delete /rebootok "$INSTDIR\bin\gst-xmlinspect-0.10.exe"
269 Delete /rebootok "$INSTDIR\bin\gst-typefind.exe"
270 Delete /rebootok "$INSTDIR\bin\gst-typefind-0.10.exe"
271 Delete /rebootok "$INSTDIR\bin\gst-launch.exe"
272 Delete /rebootok "$INSTDIR\bin\gst-launch-0.10.exe"
273 Delete /rebootok "$INSTDIR\bin\gst-inspect.exe"
274 Delete /rebootok "$INSTDIR\bin\gst-inspect-0.10.exe"
275 Delete /rebootok "$INSTDIR\bin\gst-feedback.exe"
276 Delete /rebootok "$INSTDIR\bin\gst-discoverer-0.10.exe"
491 Delete /rebootok "$INSTDIR\bin\libgdk-3-0.dll"
492 !if ${HaveSpiceGtk} == True
493 # gstreamer1
494 Delete /rebootok "$INSTDIR\bin\gst-inspect-1.0.exe"
495 Delete /rebootok "$INSTDIR\bin\gst-launch-1.0.exe"
496 Delete /rebootok "$INSTDIR\bin\gst-typefind-1.0.exe"
497 Delete /rebootok "$INSTDIR\bin\libgstbase-1.0-0.dll"
498 Delete /rebootok "$INSTDIR\bin\libgstcontroller-1.0-0.dll"
499 Delete /rebootok "$INSTDIR\bin\libgstreamer-1.0-0.dll"
500 # gstreamer1-plugins-base
501 Delete /rebootok "$INSTDIR\bin\libgstapp-1.0-0.dll"
502 Delete /rebootok "$INSTDIR\bin\libgstaudio-1.0-0.dll"
503 Delete /rebootok "$INSTDIR\bin\libgstfft-1.0-0.dll"
504 Delete /rebootok "$INSTDIR\bin\libgstpbutils-1.0-0.dll"
505 Delete /rebootok "$INSTDIR\bin\libgsttag-1.0-0.dll"
506
507 Delete /rebootok "$INSTDIR\bin\libusb-1.0.dll"
508 Delete /rebootok "$INSTDIR\bin\libusbredirhost-1.dll"
509 Delete /rebootok "$INSTDIR\bin\libusbredirparser-1.dll"
510
511 Delete /rebootok "$INSTDIR\bin\libcelt051-0.dll"
512 Delete /rebootok "$INSTDIR\bin\libopus-0.dll"
513 Delete /rebootok "$INSTDIR\bin\liborc-test-0.4-0.dll"
514 Delete /rebootok "$INSTDIR\bin\liborc-0.4-0.dll"
515
516 Delete /rebootok "$INSTDIR\bin\libspice-client-glib-2.0-8.dll"
517 Delete /rebootok "$INSTDIR\bin\libspice-controller-0.dll"
518 Delete /rebootok "$INSTDIR\bin\libspice-client-gtk-3.0-4.dll"
519 !endif
277520 Delete /rebootok "$INSTDIR\bin\zlib1.dll"
278521 Delete /rebootok "$INSTDIR\bin\libreadline6.dll"
279522 Delete /rebootok "$INSTDIR\bin\libffi-6.dll"
280523 Delete /rebootok "$INSTDIR\bin\libp11-kit-0.dll"
281524 Delete /rebootok "$INSTDIR\bin\libxml2-2.dll"
282 Delete /rebootok "$INSTDIR\bin\libtasn1-3.dll"
525 Delete /rebootok "$INSTDIR\bin\libtasn1-6.dll"
283526 Delete /rebootok "$INSTDIR\bin\libssl-10.dll"
284 Delete /rebootok "$INSTDIR\bin\libspice-client-gtk-2.0-4.dll"
285 Delete /rebootok "$INSTDIR\bin\libspice-client-glib-2.0-8.dll"
286 Delete /rebootok "$INSTDIR\bin\libspice-controller-0.dll"
287 Delete /rebootok "$INSTDIR\bin\libpng15-15.dll"
527 Delete /rebootok "$INSTDIR\bin\libpng16-16.dll"
288528 Delete /rebootok "$INSTDIR\bin\libpixman-1-0.dll"
289529 Delete /rebootok "$INSTDIR\bin\libpangowin32-1.0-0.dll"
290530 Delete /rebootok "$INSTDIR\bin\libpangocairo-1.0-0.dll"
291531 Delete /rebootok "$INSTDIR\bin\libpango-1.0-0.dll"
292 Delete /rebootok "$INSTDIR\bin\liborc-test-0.4-0.dll"
293 Delete /rebootok "$INSTDIR\bin\liborc-0.4-0.dll"
294532 Delete /rebootok "$INSTDIR\bin\libjpeg-62.dll"
295533 Delete /rebootok "$INSTDIR\bin\libintl-8.dll"
296 Delete /rebootok "$INSTDIR\bin\libusb-1.0.dll"
297 Delete /rebootok "$INSTDIR\bin\libusbredirhost-1.dll"
298 Delete /rebootok "$INSTDIR\bin\libusbredirparser-1.dll"
299 Delete /rebootok "$INSTDIR\bin\libvirt-0.dll"
300 Delete /rebootok "$INSTDIR\bin\libcurl-4.dll"
301 Delete /rebootok "$INSTDIR\bin\libidn-11.dll"
302 Delete /rebootok "$INSTDIR\bin\libssh2-1.dll"
303 Delete /rebootok "$INSTDIR\bin\libgvnc-1.0-0.dll"
304 Delete /rebootok "$INSTDIR\bin\libgtk-vnc-1.0-0.dll"
305 Delete /rebootok "$INSTDIR\bin\libgpg-error-0.dll"
306 Delete /rebootok "$INSTDIR\bin\libportablexdr-0.dll"
307 Delete /rebootok "$INSTDIR\bin\libvirt-qemu-0.dll"
534 !if ${HaveLibvirt} == True
535 Delete /rebootok "$INSTDIR\bin\libvirt-0.dll"
536 Delete /rebootok "$INSTDIR\bin\libwinpthread-1.dll"
537 Delete /rebootok "$INSTDIR\bin\libcurl-4.dll"
538 Delete /rebootok "$INSTDIR\bin\libidn-11.dll"
539 Delete /rebootok "$INSTDIR\bin\libssh2-1.dll"
540 Delete /rebootok "$INSTDIR\bin\libportablexdr-0.dll"
541 Delete /rebootok "$INSTDIR\bin\libvirt-qemu-0.dll"
542 Delete /rebootok "$INSTDIR\bin\libvirt-lxc-0.dll"
543 Delete /rebootok "$INSTDIR\bin\virsh.exe"
544 Delete /rebootok "$INSTDIR\bin\virt-pki-validate"
545 Delete /rebootok "$INSTDIR\bin\virt-xml-validate"
546 Delete /rebootok "$INSTDIR\bin\virt-viewer.exe"
547 !endif
548 Delete /rebootok "$INSTDIR\bin\libgmp-10.dll"
549 Delete /rebootok "$INSTDIR\bin\libhogweed-4-1.dll"
550 Delete /rebootok "$INSTDIR\bin\libnettle-6-1.dll"
551 Delete /rebootok "$INSTDIR\bin\libgcc_s_sjlj-1.dll"
552 Delete /rebootok "$INSTDIR\bin\libgcc_s_seh-1.dll"
553 !if ${HaveGtkVnc} == True
554 Delete /rebootok "$INSTDIR\bin\libgpg-error-0.dll"
555 Delete /rebootok "$INSTDIR\bin\libgcrypt-20.dll"
556 Delete /rebootok "$INSTDIR\bin\libgvnc-1.0-0.dll"
557 Delete /rebootok "$INSTDIR\bin\libgtk-vnc-2.0-0.dll"
558 !endif
308559 Delete /rebootok "$INSTDIR\bin\libssp-0.dll"
309560 Delete /rebootok "$INSTDIR\bin\iconv.dll"
310 Delete /rebootok "$INSTDIR\bin\libgtk-win32-2.0-0.dll"
561 Delete /rebootok "$INSTDIR\bin\libgtk-3-0.dll"
311562 Delete /rebootok "$INSTDIR\bin\libgthread-2.0-0.dll"
312 Delete /rebootok "$INSTDIR\bin\libgstvideo-0.10-0.dll"
313 Delete /rebootok "$INSTDIR\bin\libgstreamer-0.10-0.dll"
314 Delete /rebootok "$INSTDIR\bin\libgstpbutils-0.10-0.dll"
315 Delete /rebootok "$INSTDIR\bin\libgstinterfaces-0.10-0.dll"
316 Delete /rebootok "$INSTDIR\bin\libgstfft-0.10-0.dll"
317 Delete /rebootok "$INSTDIR\bin\libgstcontroller-0.10-0.dll"
318 Delete /rebootok "$INSTDIR\bin\libgstbase-0.10-0.dll"
319 Delete /rebootok "$INSTDIR\bin\libgstaudio-0.10-0.dll"
320 Delete /rebootok "$INSTDIR\bin\libgstapp-0.10-0.dll"
321563 Delete /rebootok "$INSTDIR\bin\libgobject-2.0-0.dll"
322 Delete /rebootok "$INSTDIR\bin\libgnutls-26.dll"
323 Delete /rebootok "$INSTDIR\bin\libgcrypt-11.dll"
564 Delete /rebootok "$INSTDIR\bin\libgnutls-30.dll"
324565 Delete /rebootok "$INSTDIR\bin\libgmodule-2.0-0.dll"
325566 Delete /rebootok "$INSTDIR\bin\libglib-2.0-0.dll"
326567 Delete /rebootok "$INSTDIR\bin\libgio-2.0-0.dll"
327 Delete /rebootok "$INSTDIR\bin\libgdk_pixbuf-2.0-0.dll"
328 Delete /rebootok "$INSTDIR\bin\libgdk-win32-2.0-0.dll"
329568 Delete /rebootok "$INSTDIR\bin\libfreetype-6.dll"
330569 Delete /rebootok "$INSTDIR\bin\libfontconfig-1.dll"
331570 Delete /rebootok "$INSTDIR\bin\libexpat-1.dll"
332571 Delete /rebootok "$INSTDIR\bin\libcrypto-10.dll"
333 Delete /rebootok "$INSTDIR\bin\libcelt051-0.dll"
334572 Delete /rebootok "$INSTDIR\bin\libcairo-2.dll"
573 Delete /rebootok "$INSTDIR\bin\libcairo-gobject-2.dll"
574 Delete /rebootok "$INSTDIR\bin\libepoxy-0.dll"
575 Delete /rebootok "$INSTDIR\bin\libbz2-1.dll"
335576 Delete /rebootok "$INSTDIR\bin\libatk-1.0-0.dll"
577 !if ${HaveOVirt} == True
578 Delete /rebootok "$INSTDIR\bin\libgovirt-2.dll"
579 Delete /rebootok "$INSTDIR\bin\librest-0.7-0.dll"
580 Delete /rebootok "$INSTDIR\bin\librest-extras-0.7-0.dll"
581 Delete /rebootok "$INSTDIR\bin\libsoup-2.4-1.dll"
582 Delete /rebootok "$INSTDIR\bin\libsqlite3-0.dll"
583 Delete /rebootok "$INSTDIR\bin\libsoup-gnome-2.4-1.dll"
584 !endif
585
586 !if ${HaveOVirt} == True
587 Delete /rebootok "$INSTDIR\lib\gio\modules\libgiognutls.dll"
588 RMDir /r "$INSTDIR\lib\gio"
589 !endif
590
336591 RMDir "$INSTDIR\bin"
337592 RMDir "$INSTDIR\lib"
338593
1515 <?define Win64 = "no"?>
1616 <?endif?>
1717
18 <?require spice-gtk.wxi?>
19 <?require gtk-vnc.wxi?>
20 <?require libvirt.wxi?>
18 <?if $(var.HaveSpiceGtk) = "True"?>
19 <?require spice-gtk3.wxi?>
20 <?endif?>
21 <?if $(var.HaveGtkVnc) = "True"?>
22 <?require gtk-vnc2.wxi?>
23 <?endif?>
24 <?require adwaita-icons-needed.wxi?>
25 <?if $(var.HaveLibvirt) = "True"?>
26 <?require libvirt.wxi?>
27 <?endif?>
28 <?if $(var.HaveOVirt) = "True"?>
29 <?require libgovirt.wxi?>
30 <?endif?>
31 <?require libxml2.wxi?>
2132
2233 <?define UpgradeCode = "5B027138-1A63-49E6-877E-055E5EEC1903"?>
2334 <Product Id="*"
2738 UpgradeCode="$(var.UpgradeCode)"
2839 Language="1033">
2940
30 <Package InstallerVersion="200" Compressed="yes" Comments="comments"/>
41 <Package InstallerVersion="200" Compressed="yes" Comments="comments" InstallScope="perMachine"/>
3142 <Media Id="1" Cabinet="cabinet.cab" EmbedCab="yes"/>
3243
3344 <Property Id="ARPHELPLINK" Value="http://www.virt-tools.org"/>
5566 <Component Id="CProgIds" Guid="89D6F46D-9C5E-4D65-8456-58FC361E553E">
5667 <ProgId Id='VirtViewer.vvfile' Description='VirtViewer connection file'>
5768 <Extension Id='vv' ContentType='application/x-virt-viewer'>
58 <Verb Id='open' Command='Open' TargetFile='fil808B4A5BAB4ACD727D3823632E798743' Argument='"%1"' />
69 <Verb Id='open' Command='Open' TargetFile='fil610DF9E49759B1DEC646290195F96F8A' Argument='"%1"' />
5970 <MIME ContentType="application/x-virt-viewer" Default="yes"/>
6071 </Extension>
6172 </ProgId>
6475
6576 <Directory Id="TARGETDIR" Name="SourceDir">
6677 <Directory Id="$(var.ArchProgramFilesFolder)">
67 <Directory Id="INSTALLDIR" Name="VirtViewer">
78 <Directory Id="INSTALLDIR" Name="VirtViewer v@VERSION@@BUILDID@">
6879 <Component Id="CDepsFile" Guid="*">
6980 <File Id="filA1E799D196006E6DF67DACE15B8C6193" KeyPath="yes" Source="deps.txt"/>
7081 </Component>
89100 <Directory Id="DirIconsHi16x16Apps" Name="apps">
90101 <Component Id="CIconsHi16x16Apps" Guid="*">
91102 <File Id="FIconskeyboardshortcuts" KeyPath="yes"
92 Source="/usr/share/icons/gnome/16x16/apps/preferences-desktop-keyboard-shortcuts.png"/>
103 Source="/usr/share/icons/Adwaita/16x16/apps/preferences-desktop-keyboard-shortcuts.png"/>
93104 </Component>
94105 </Directory>
95106 </Directory>
111122 </DirectoryRef>
112123
113124 <Feature Id="Complete" Level="1">
114 <ComponentGroupRef Id="CG.spice-gtk"/>
115 <ComponentGroupRef Id="CG.libvirt"/>
116 <ComponentGroupRef Id="CG.gtk-vnc"/>
125 <?if $(var.HaveSpiceGtk) = "True"?>
126 <ComponentGroupRef Id="CG.spice-gtk3"/>
127 <?endif?>
128 <?if $(var.HaveGtkVnc) = "True"?>
129 <ComponentGroupRef Id="CG.gtk-vnc2"/>
130 <?endif?>
131 <ComponentGroupRef Id="CG.adwaita-icons-needed"/>
132 <?if $(var.HaveLibvirt) = "True"?>
133 <ComponentGroupRef Id="CG.libvirt"/>
134 <?endif?>
135 <?if $(var.HaveOVirt) = "True"?>
136 <ComponentGroupRef Id="CG.libgovirt"/>
137 <?endif?>
138 <ComponentGroupRef Id="CG.libxml2"/>
117139 <ComponentGroupRef Id="CG.virt-viewer"/>
118140 <ComponentRef Id="CDepsFile"/>
119141 <ComponentRef Id="CShortcut"/>
0 # Makefile.in generated by automake 1.13.4 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
1828 am__make_running_with_option = \
1929 case $${target_option-} in \
2030 ?) ;; \
7888 build_triplet = @build@
7989 host_triplet = @host@
8090 subdir = icons/16x16
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
8291 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8392 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
8493 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
8796 $(top_srcdir)/configure.ac
8897 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
8998 $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
90100 mkinstalldirs = $(install_sh) -d
91101 CONFIG_HEADER = $(top_builddir)/config.h
92102 CONFIG_CLEAN_FILES =
140150 am__installdirs = "$(DESTDIR)$(icondir)"
141151 DATA = $(icon_DATA)
142152 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
153 am__DIST_COMMON = $(srcdir)/Makefile.in
143154 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
144155 ACLOCAL = @ACLOCAL@
145156 ALL_LINGUAS = @ALL_LINGUAS@
221232 LIPO = @LIPO@
222233 LN_S = @LN_S@
223234 LTLIBOBJS = @LTLIBOBJS@
235 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
224236 MAKEINFO = @MAKEINFO@
225237 MANIFEST_TOOL = @MANIFEST_TOOL@
226238 MKDIR_P = @MKDIR_P@
345357 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/16x16/Makefile'; \
346358 $(am__cd) $(top_srcdir) && \
347359 $(AUTOMAKE) --gnu icons/16x16/Makefile
348 .PRECIOUS: Makefile
349360 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350361 @case '$?' in \
351362 *config.status*) \
544555 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
545556 ps ps-am tags-am uninstall uninstall-am uninstall-iconDATA
546557
558 .PRECIOUS: Makefile
559
547560
548561 -include $(top_srcdir)/git.mk
549562
0 # Makefile.in generated by automake 1.13.4 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
1828 am__make_running_with_option = \
1929 case $${target_option-} in \
2030 ?) ;; \
7888 build_triplet = @build@
7989 host_triplet = @host@
8090 subdir = icons/22x22
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
8291 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8392 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
8493 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
8796 $(top_srcdir)/configure.ac
8897 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
8998 $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
90100 mkinstalldirs = $(install_sh) -d
91101 CONFIG_HEADER = $(top_builddir)/config.h
92102 CONFIG_CLEAN_FILES =
140150 am__installdirs = "$(DESTDIR)$(icondir)"
141151 DATA = $(icon_DATA)
142152 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
153 am__DIST_COMMON = $(srcdir)/Makefile.in
143154 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
144155 ACLOCAL = @ACLOCAL@
145156 ALL_LINGUAS = @ALL_LINGUAS@
221232 LIPO = @LIPO@
222233 LN_S = @LN_S@
223234 LTLIBOBJS = @LTLIBOBJS@
235 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
224236 MAKEINFO = @MAKEINFO@
225237 MANIFEST_TOOL = @MANIFEST_TOOL@
226238 MKDIR_P = @MKDIR_P@
345357 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/22x22/Makefile'; \
346358 $(am__cd) $(top_srcdir) && \
347359 $(AUTOMAKE) --gnu icons/22x22/Makefile
348 .PRECIOUS: Makefile
349360 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350361 @case '$?' in \
351362 *config.status*) \
544555 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
545556 ps ps-am tags-am uninstall uninstall-am uninstall-iconDATA
546557
558 .PRECIOUS: Makefile
559
547560
548561 -include $(top_srcdir)/git.mk
549562
55 EXTRA_DIST += $(apps_icon_DATA)
66
77 devices_icondir = $(datadir)/icons/hicolor/$(size)/devices/
8 devices_icon_DATA = virt-viewer-usb.svg
8 devices_icon_DATA = virt-viewer-usb.png virt-viewer-usb.svg
99 EXTRA_DIST += $(devices_icon_DATA)
1010
1111 -include $(top_srcdir)/git.mk
0 # Makefile.in generated by automake 1.13.4 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
1828 am__make_running_with_option = \
1929 case $${target_option-} in \
2030 ?) ;; \
7888 build_triplet = @build@
7989 host_triplet = @host@
8090 subdir = icons/24x24
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
8291 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8392 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
8493 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
8796 $(top_srcdir)/configure.ac
8897 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
8998 $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
90100 mkinstalldirs = $(install_sh) -d
91101 CONFIG_HEADER = $(top_builddir)/config.h
92102 CONFIG_CLEAN_FILES =
141151 "$(DESTDIR)$(devices_icondir)"
142152 DATA = $(apps_icon_DATA) $(devices_icon_DATA)
143153 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154 am__DIST_COMMON = $(srcdir)/Makefile.in
144155 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
145156 ACLOCAL = @ACLOCAL@
146157 ALL_LINGUAS = @ALL_LINGUAS@
222233 LIPO = @LIPO@
223234 LN_S = @LN_S@
224235 LTLIBOBJS = @LTLIBOBJS@
236 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
225237 MAKEINFO = @MAKEINFO@
226238 MANIFEST_TOOL = @MANIFEST_TOOL@
227239 MKDIR_P = @MKDIR_P@
332344 apps_icondir = $(datadir)/icons/hicolor/$(size)/apps/
333345 apps_icon_DATA = $(PACKAGE).png
334346 devices_icondir = $(datadir)/icons/hicolor/$(size)/devices/
335 devices_icon_DATA = virt-viewer-usb.svg
347 devices_icon_DATA = virt-viewer-usb.png virt-viewer-usb.svg
336348 all: all-am
337349
338350 .SUFFIXES:
348360 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/24x24/Makefile'; \
349361 $(am__cd) $(top_srcdir) && \
350362 $(AUTOMAKE) --gnu icons/24x24/Makefile
351 .PRECIOUS: Makefile
352363 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
353364 @case '$?' in \
354365 *config.status*) \
570581 tags-am uninstall uninstall-am uninstall-apps_iconDATA \
571582 uninstall-devices_iconDATA
572583
584 .PRECIOUS: Makefile
585
573586
574587 -include $(top_srcdir)/git.mk
575588
0 # Makefile.in generated by automake 1.13.4 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
1828 am__make_running_with_option = \
1929 case $${target_option-} in \
2030 ?) ;; \
7888 build_triplet = @build@
7989 host_triplet = @host@
8090 subdir = icons/256x256
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
8291 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8392 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
8493 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
8796 $(top_srcdir)/configure.ac
8897 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
8998 $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
90100 mkinstalldirs = $(install_sh) -d
91101 CONFIG_HEADER = $(top_builddir)/config.h
92102 CONFIG_CLEAN_FILES =
140150 am__installdirs = "$(DESTDIR)$(icondir)"
141151 DATA = $(icon_DATA)
142152 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
153 am__DIST_COMMON = $(srcdir)/Makefile.in
143154 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
144155 ACLOCAL = @ACLOCAL@
145156 ALL_LINGUAS = @ALL_LINGUAS@
221232 LIPO = @LIPO@
222233 LN_S = @LN_S@
223234 LTLIBOBJS = @LTLIBOBJS@
235 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
224236 MAKEINFO = @MAKEINFO@
225237 MANIFEST_TOOL = @MANIFEST_TOOL@
226238 MKDIR_P = @MKDIR_P@
345357 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/256x256/Makefile'; \
346358 $(am__cd) $(top_srcdir) && \
347359 $(AUTOMAKE) --gnu icons/256x256/Makefile
348 .PRECIOUS: Makefile
349360 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350361 @case '$?' in \
351362 *config.status*) \
544555 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
545556 ps ps-am tags-am uninstall uninstall-am uninstall-iconDATA
546557
558 .PRECIOUS: Makefile
559
547560
548561 -include $(top_srcdir)/git.mk
549562
0 # Makefile.in generated by automake 1.13.4 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
1828 am__make_running_with_option = \
1929 case $${target_option-} in \
2030 ?) ;; \
7888 build_triplet = @build@
7989 host_triplet = @host@
8090 subdir = icons/32x32
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
8291 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8392 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
8493 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
8796 $(top_srcdir)/configure.ac
8897 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
8998 $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
90100 mkinstalldirs = $(install_sh) -d
91101 CONFIG_HEADER = $(top_builddir)/config.h
92102 CONFIG_CLEAN_FILES =
140150 am__installdirs = "$(DESTDIR)$(icondir)"
141151 DATA = $(icon_DATA)
142152 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
153 am__DIST_COMMON = $(srcdir)/Makefile.in
143154 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
144155 ACLOCAL = @ACLOCAL@
145156 ALL_LINGUAS = @ALL_LINGUAS@
221232 LIPO = @LIPO@
222233 LN_S = @LN_S@
223234 LTLIBOBJS = @LTLIBOBJS@
235 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
224236 MAKEINFO = @MAKEINFO@
225237 MANIFEST_TOOL = @MANIFEST_TOOL@
226238 MKDIR_P = @MKDIR_P@
345357 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/32x32/Makefile'; \
346358 $(am__cd) $(top_srcdir) && \
347359 $(AUTOMAKE) --gnu icons/32x32/Makefile
348 .PRECIOUS: Makefile
349360 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350361 @case '$?' in \
351362 *config.status*) \
544555 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
545556 ps ps-am tags-am uninstall uninstall-am uninstall-iconDATA
546557
558 .PRECIOUS: Makefile
559
547560
548561 -include $(top_srcdir)/git.mk
549562
0 # Makefile.in generated by automake 1.13.4 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
1828 am__make_running_with_option = \
1929 case $${target_option-} in \
2030 ?) ;; \
7888 build_triplet = @build@
7989 host_triplet = @host@
8090 subdir = icons/48x48
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
8291 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8392 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
8493 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
8796 $(top_srcdir)/configure.ac
8897 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
8998 $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
90100 mkinstalldirs = $(install_sh) -d
91101 CONFIG_HEADER = $(top_builddir)/config.h
92102 CONFIG_CLEAN_FILES =
140150 am__installdirs = "$(DESTDIR)$(icondir)"
141151 DATA = $(icon_DATA)
142152 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
153 am__DIST_COMMON = $(srcdir)/Makefile.in
143154 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
144155 ACLOCAL = @ACLOCAL@
145156 ALL_LINGUAS = @ALL_LINGUAS@
221232 LIPO = @LIPO@
222233 LN_S = @LN_S@
223234 LTLIBOBJS = @LTLIBOBJS@
235 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
224236 MAKEINFO = @MAKEINFO@
225237 MANIFEST_TOOL = @MANIFEST_TOOL@
226238 MKDIR_P = @MKDIR_P@
345357 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/48x48/Makefile'; \
346358 $(am__cd) $(top_srcdir) && \
347359 $(AUTOMAKE) --gnu icons/48x48/Makefile
348 .PRECIOUS: Makefile
349360 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
350361 @case '$?' in \
351362 *config.status*) \
544555 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
545556 ps ps-am tags-am uninstall uninstall-am uninstall-iconDATA
546557
558 .PRECIOUS: Makefile
559
547560
548561 -include $(top_srcdir)/git.mk
549562
0 # Makefile.in generated by automake 1.13.4 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616 VPATH = @srcdir@
17 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
17 am__is_gnu_make = { \
18 if test -z '$(MAKELEVEL)'; then \
19 false; \
20 elif test -n '$(MAKE_HOST)'; then \
21 true; \
22 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
23 true; \
24 else \
25 false; \
26 fi; \
27 }
1828 am__make_running_with_option = \
1929 case $${target_option-} in \
2030 ?) ;; \
7888 build_triplet = @build@
7989 host_triplet = @host@
8090 subdir = icons
81 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
8291 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8392 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
8493 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
8796 $(top_srcdir)/configure.ac
8897 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
8998 $(ACLOCAL_M4)
99 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
90100 mkinstalldirs = $(install_sh) -d
91101 CONFIG_HEADER = $(top_builddir)/config.h
92102 CONFIG_CLEAN_FILES =
147157 ETAGS = etags
148158 CTAGS = ctags
149159 DIST_SUBDIRS = $(SUBDIRS)
160 am__DIST_COMMON = $(srcdir)/Makefile.in
150161 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
151162 am__relativize = \
152163 dir0=`pwd`; \
253264 LIPO = @LIPO@
254265 LN_S = @LN_S@
255266 LTLIBOBJS = @LTLIBOBJS@
267 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
256268 MAKEINFO = @MAKEINFO@
257269 MANIFEST_TOOL = @MANIFEST_TOOL@
258270 MKDIR_P = @MKDIR_P@
379391 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu icons/Makefile'; \
380392 $(am__cd) $(top_srcdir) && \
381393 $(AUTOMAKE) --gnu icons/Makefile
382 .PRECIOUS: Makefile
383394 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
384395 @case '$?' in \
385396 *config.status*) \
675686 mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
676687 ps ps-am tags tags-am uninstall uninstall-am
677688
689 .PRECIOUS: Makefile
690
678691 %.ico: $(foreach s,$(ico_sizes),$(s)x$(s)/%.png)
679692 $(AM_V_GEN)$(ICOTOOL) -c -o $@ $^
680693
153153
154154 # Substitute ALL_LINGUAS so we can use it in po/Makefile
155155 AC_SUBST(ALL_LINGUAS)
156
157 # Set DATADIRNAME correctly if it is not set yet
158 # (copied from glib-gettext.m4)
159 if test -z "$DATADIRNAME"; then
160 AC_LINK_IFELSE(
161 [AC_LANG_PROGRAM([[]],
162 [[extern int _nl_msg_cat_cntr;
163 return _nl_msg_cat_cntr]])],
164 [DATADIRNAME=share],
165 [case $host in
166 *-*-solaris*)
167 dnl On Solaris, if bind_textdomain_codeset is in libc,
168 dnl GNU format message catalog is always supported,
169 dnl since both are added to the libc all together.
170 dnl Hence, we'd like to go with DATADIRNAME=share
171 dnl in this case.
172 AC_CHECK_FUNC(bind_textdomain_codeset,
173 [DATADIRNAME=share], [DATADIRNAME=lib])
174 ;;
175 *)
176 [DATADIRNAME=lib]
177 ;;
178 esac])
179 fi
180 AC_SUBST(DATADIRNAME)
181156
182157 IT_PO_SUBDIR([po])
183158
00 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
11 #
2 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
3 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
4 # Foundation, Inc.
2 # Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
53 # Written by Gordon Matzigkeit, 1996
64 #
75 # This file is free software; the Free Software Foundation gives
97 # modifications, as long as this notice is preserved.
108
119 m4_define([_LT_COPYING], [dnl
12 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13 # 2006, 2007, 2008, 2009, 2010, 2011 Free Software
14 # Foundation, Inc.
15 # Written by Gordon Matzigkeit, 1996
10 # Copyright (C) 2014 Free Software Foundation, Inc.
11 # This is free software; see the source for copying conditions. There is NO
12 # warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
13
14 # GNU Libtool is free software; you can redistribute it and/or modify
15 # it under the terms of the GNU General Public License as published by
16 # the Free Software Foundation; either version 2 of of the License, or
17 # (at your option) any later version.
1618 #
17 # This file is part of GNU Libtool.
19 # As a special exception to the GNU General Public License, if you
20 # distribute this file as part of a program or library that is built
21 # using GNU Libtool, you may include this file under the same
22 # distribution terms that you use for the rest of that program.
1823 #
19 # GNU Libtool is free software; you can redistribute it and/or
20 # modify it under the terms of the GNU General Public License as
21 # published by the Free Software Foundation; either version 2 of
22 # the License, or (at your option) any later version.
23 #
24 # As a special exception to the GNU General Public License,
25 # if you distribute this file as part of a program or library that
26 # is built using GNU Libtool, you may include this file under the
27 # same distribution terms that you use for the rest of that program.
28 #
29 # GNU Libtool is distributed in the hope that it will be useful,
30 # but WITHOUT ANY WARRANTY; without even the implied warranty of
24 # GNU Libtool is distributed in the hope that it will be useful, but
25 # WITHOUT ANY WARRANTY; without even the implied warranty of
3126 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
3227 # GNU General Public License for more details.
3328 #
3429 # You should have received a copy of the GNU General Public License
35 # along with GNU Libtool; see the file COPYING. If not, a copy
36 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
37 # obtained by writing to the Free Software Foundation, Inc.,
38 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
30 # along with this program. If not, see <http://www.gnu.org/licenses/>.
3931 ])
4032
41 # serial 57 LT_INIT
33 # serial 58 LT_INIT
4234
4335
4436 # LT_PREREQ(VERSION)
6658 # LT_INIT([OPTIONS])
6759 # ------------------
6860 AC_DEFUN([LT_INIT],
69 [AC_PREREQ([2.58])dnl We use AC_INCLUDES_DEFAULT
61 [AC_PREREQ([2.62])dnl We use AC_PATH_PROGS_FEATURE_CHECK
7062 AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
7163 AC_BEFORE([$0], [LT_LANG])dnl
7264 AC_BEFORE([$0], [LT_OUTPUT])dnl
9082 _LT_SET_OPTIONS([$0], [$1])
9183
9284 # This can be used to rebuild libtool when needed
93 LIBTOOL_DEPS="$ltmain"
85 LIBTOOL_DEPS=$ltmain
9486
9587 # Always use our own libtool.
9688 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
110102 dnl AC_DEFUN([AM_PROG_LIBTOOL], [])
111103
112104
105 # _LT_PREPARE_CC_BASENAME
106 # -----------------------
107 m4_defun([_LT_PREPARE_CC_BASENAME], [
108 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
109 func_cc_basename ()
110 {
111 for cc_temp in @S|@*""; do
112 case $cc_temp in
113 compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
114 distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
115 \-*) ;;
116 *) break;;
117 esac
118 done
119 func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
120 }
121 ])# _LT_PREPARE_CC_BASENAME
122
123
113124 # _LT_CC_BASENAME(CC)
114125 # -------------------
115 # Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
126 # It would be clearer to call AC_REQUIREs from _LT_PREPARE_CC_BASENAME,
127 # but that macro is also expanded into generated libtool script, which
128 # arranges for $SED and $ECHO to be set by different means.
116129 m4_defun([_LT_CC_BASENAME],
117 [for cc_temp in $1""; do
118 case $cc_temp in
119 compile | *[[\\/]]compile | ccache | *[[\\/]]ccache ) ;;
120 distcc | *[[\\/]]distcc | purify | *[[\\/]]purify ) ;;
121 \-*) ;;
122 *) break;;
123 esac
124 done
125 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
130 [m4_require([_LT_PREPARE_CC_BASENAME])dnl
131 AC_REQUIRE([_LT_DECL_SED])dnl
132 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])dnl
133 func_cc_basename $1
134 cc_basename=$func_cc_basename_result
126135 ])
127136
128137
129138 # _LT_FILEUTILS_DEFAULTS
130139 # ----------------------
131140 # It is okay to use these file commands and assume they have been set
132 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
141 # sensibly after 'm4_require([_LT_FILEUTILS_DEFAULTS])'.
133142 m4_defun([_LT_FILEUTILS_DEFAULTS],
134143 [: ${CP="cp -f"}
135144 : ${MV="mv -f"}
176185 m4_require([_LT_CMD_OLD_ARCHIVE])dnl
177186 m4_require([_LT_CMD_GLOBAL_SYMBOLS])dnl
178187 m4_require([_LT_WITH_SYSROOT])dnl
188 m4_require([_LT_CMD_TRUNCATE])dnl
179189
180190 _LT_CONFIG_LIBTOOL_INIT([
181 # See if we are running on zsh, and set the options which allow our
191 # See if we are running on zsh, and set the options that allow our
182192 # commands through without removal of \ escapes INIT.
183 if test -n "\${ZSH_VERSION+set}" ; then
193 if test -n "\${ZSH_VERSION+set}"; then
184194 setopt NO_GLOB_SUBST
185195 fi
186196 ])
187 if test -n "${ZSH_VERSION+set}" ; then
197 if test -n "${ZSH_VERSION+set}"; then
188198 setopt NO_GLOB_SUBST
189199 fi
190200
197207 # AIX sometimes has problems with the GCC collect2 program. For some
198208 # reason, if we set the COLLECT_NAMES environment variable, the problems
199209 # vanish in a puff of smoke.
200 if test "X${COLLECT_NAMES+set}" != Xset; then
210 if test set != "${COLLECT_NAMES+set}"; then
201211 COLLECT_NAMES=
202212 export COLLECT_NAMES
203213 fi
208218 ofile=libtool
209219 can_build_shared=yes
210220
211 # All known linkers require a `.a' archive for static linking (except MSVC,
221 # All known linkers require a '.a' archive for static linking (except MSVC,
212222 # which needs '.lib').
213223 libext=a
214224
215 with_gnu_ld="$lt_cv_prog_gnu_ld"
216
217 old_CC="$CC"
218 old_CFLAGS="$CFLAGS"
225 with_gnu_ld=$lt_cv_prog_gnu_ld
226
227 old_CC=$CC
228 old_CFLAGS=$CFLAGS
219229
220230 # Set sane defaults for various variables
221231 test -z "$CC" && CC=cc
268278
269279 # _LT_PROG_LTMAIN
270280 # ---------------
271 # Note that this code is called both from `configure', and `config.status'
281 # Note that this code is called both from 'configure', and 'config.status'
272282 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
273 # `config.status' has no value for ac_aux_dir unless we are using Automake,
283 # 'config.status' has no value for ac_aux_dir unless we are using Automake,
274284 # so we pass a copy along to make sure it has a sensible value anyway.
275285 m4_defun([_LT_PROG_LTMAIN],
276286 [m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([ltmain.sh])])dnl
277287 _LT_CONFIG_LIBTOOL_INIT([ac_aux_dir='$ac_aux_dir'])
278 ltmain="$ac_aux_dir/ltmain.sh"
288 ltmain=$ac_aux_dir/ltmain.sh
279289 ])# _LT_PROG_LTMAIN
280290
281291
285295
286296 # So that we can recreate a full libtool script including additional
287297 # tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
288 # in macros and then make a single call at the end using the `libtool'
298 # in macros and then make a single call at the end using the 'libtool'
289299 # label.
290300
291301
420430
421431 # _LT_CONFIG_STATUS_DECLARE([VARNAME])
422432 # ------------------------------------
423 # Quote a variable value, and forward it to `config.status' so that its
424 # declaration there will have the same value as in `configure'. VARNAME
433 # Quote a variable value, and forward it to 'config.status' so that its
434 # declaration there will have the same value as in 'configure'. VARNAME
425435 # must have a single quote delimited value for this to work.
426436 m4_define([_LT_CONFIG_STATUS_DECLARE],
427437 [$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
445455 # Output comment and list of tags supported by the script
446456 m4_defun([_LT_LIBTOOL_TAGS],
447457 [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
448 available_tags="_LT_TAGS"dnl
458 available_tags='_LT_TAGS'dnl
449459 ])
450460
451461
473483 # _LT_LIBTOOL_CONFIG_VARS
474484 # -----------------------
475485 # Produce commented declarations of non-tagged libtool config variables
476 # suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
486 # suitable for insertion in the LIBTOOL CONFIG section of the 'libtool'
477487 # script. Tagged libtool config variables (even for the LIBTOOL CONFIG
478488 # section) are produced by _LT_LIBTOOL_TAG_VARS.
479489 m4_defun([_LT_LIBTOOL_CONFIG_VARS],
499509 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
500510 # variables for single and double quote escaping we saved from calls
501511 # to _LT_DECL, we can put quote escaped variables declarations
502 # into `config.status', and then the shell code to quote escape them in
503 # for loops in `config.status'. Finally, any additional code accumulated
512 # into 'config.status', and then the shell code to quote escape them in
513 # for loops in 'config.status'. Finally, any additional code accumulated
504514 # from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
505515 m4_defun([_LT_CONFIG_COMMANDS],
506516 [AC_PROVIDE_IFELSE([LT_OUTPUT],
546556 ]], lt_decl_quote_varnames); do
547557 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
548558 *[[\\\\\\\`\\"\\\$]]*)
549 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
559 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
550560 ;;
551561 *)
552562 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
559569 ]], lt_decl_dquote_varnames); do
560570 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
561571 *[[\\\\\\\`\\"\\\$]]*)
562 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
572 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
563573 ;;
564574 *)
565575 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
575585 # Generate a child script FILE with all initialization necessary to
576586 # reuse the environment learned by the parent script, and make the
577587 # file executable. If COMMENT is supplied, it is inserted after the
578 # `#!' sequence but before initialization text begins. After this
588 # '#!' sequence but before initialization text begins. After this
579589 # macro, additional text can be appended to FILE to form the body of
580590 # the child script. The macro ends with non-zero status if the
581591 # file could not be fully written (such as if the disk is full).
597607 _AS_PREPARE
598608 exec AS_MESSAGE_FD>&1
599609 _ASEOF
600 test $lt_write_fail = 0 && chmod +x $1[]dnl
610 test 0 = "$lt_write_fail" && chmod +x $1[]dnl
601611 m4_popdef([AS_MESSAGE_LOG_FD])])])# _LT_GENERATED_FILE_INIT
602612
603613 # LT_OUTPUT
620630 } >&AS_MESSAGE_LOG_FD
621631
622632 lt_cl_help="\
623 \`$as_me' creates a local libtool stub from the current configuration,
633 '$as_me' creates a local libtool stub from the current configuration,
624634 for use in further configure time tests before the real libtool is
625635 generated.
626636
642652 This config.lt script is free software; the Free Software Foundation
643653 gives unlimited permision to copy, distribute and modify it."
644654
645 while test $[#] != 0
655 while test 0 != $[#]
646656 do
647657 case $[1] in
648658 --version | --v* | -V )
655665 lt_cl_silent=: ;;
656666
657667 -*) AC_MSG_ERROR([unrecognized option: $[1]
658 Try \`$[0] --help' for more information.]) ;;
668 Try '$[0] --help' for more information.]) ;;
659669
660670 *) AC_MSG_ERROR([unrecognized argument: $[1]
661 Try \`$[0] --help' for more information.]) ;;
671 Try '$[0] --help' for more information.]) ;;
662672 esac
663673 shift
664674 done
684694 # open by configure. Here we exec the FD to /dev/null, effectively closing
685695 # config.log, so it can be properly (re)opened and appended to by config.lt.
686696 lt_cl_success=:
687 test "$silent" = yes &&
697 test yes = "$silent" &&
688698 lt_config_lt_args="$lt_config_lt_args --quiet"
689699 exec AS_MESSAGE_LOG_FD>/dev/null
690700 $SHELL "$CONFIG_LT" $lt_config_lt_args || lt_cl_success=false
704714 _LT_CONFIG_SAVE_COMMANDS([
705715 m4_define([_LT_TAG], m4_if([$1], [], [C], [$1]))dnl
706716 m4_if(_LT_TAG, [C], [
707 # See if we are running on zsh, and set the options which allow our
717 # See if we are running on zsh, and set the options that allow our
708718 # commands through without removal of \ escapes.
709 if test -n "${ZSH_VERSION+set}" ; then
719 if test -n "${ZSH_VERSION+set}"; then
710720 setopt NO_GLOB_SUBST
711721 fi
712722
713 cfgfile="${ofile}T"
723 cfgfile=${ofile}T
714724 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
715725 $RM "$cfgfile"
716726
717727 cat <<_LT_EOF >> "$cfgfile"
718728 #! $SHELL
719
720 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
721 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
729 # Generated automatically by $as_me ($PACKAGE) $VERSION
722730 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
723731 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
724 #
732
733 # Provide generalized library-building support services.
734 # Written by Gordon Matzigkeit, 1996
735
725736 _LT_COPYING
726737 _LT_LIBTOOL_TAGS
738
739 # Configured defaults for sys_lib_dlsearch_path munging.
740 : \${LT_SYS_LIBRARY_PATH="$configure_time_lt_sys_library_path"}
727741
728742 # ### BEGIN LIBTOOL CONFIG
729743 _LT_LIBTOOL_CONFIG_VARS
730744 _LT_LIBTOOL_TAG_VARS
731745 # ### END LIBTOOL CONFIG
746
747 _LT_EOF
748
749 cat <<'_LT_EOF' >> "$cfgfile"
750
751 # ### BEGIN FUNCTIONS SHARED WITH CONFIGURE
752
753 _LT_PREPARE_MUNGE_PATH_LIST
754 _LT_PREPARE_CC_BASENAME
755
756 # ### END FUNCTIONS SHARED WITH CONFIGURE
732757
733758 _LT_EOF
734759
738763 # AIX sometimes has problems with the GCC collect2 program. For some
739764 # reason, if we set the COLLECT_NAMES environment variable, the problems
740765 # vanish in a puff of smoke.
741 if test "X${COLLECT_NAMES+set}" != Xset; then
766 if test set != "${COLLECT_NAMES+set}"; then
742767 COLLECT_NAMES=
743768 export COLLECT_NAMES
744769 fi
754779 # is reportedly fixed, but why not run on old versions too?
755780 sed '$q' "$ltmain" >> "$cfgfile" \
756781 || (rm -f "$cfgfile"; exit 1)
757
758 _LT_PROG_REPLACE_SHELLFNS
759782
760783 mv -f "$cfgfile" "$ofile" ||
761784 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
774797 [m4_if([$1], [], [
775798 PACKAGE='$PACKAGE'
776799 VERSION='$VERSION'
777 TIMESTAMP='$TIMESTAMP'
778800 RM='$RM'
779801 ofile='$ofile'], [])
780802 ])dnl /_LT_CONFIG_SAVE_COMMANDS
973995
974996 AC_CACHE_CHECK([for -single_module linker flag],[lt_cv_apple_cc_single_mod],
975997 [lt_cv_apple_cc_single_mod=no
976 if test -z "${LT_MULTI_MODULE}"; then
998 if test -z "$LT_MULTI_MODULE"; then
977999 # By default we will add the -single_module flag. You can override
9781000 # by either setting the environment variable LT_MULTI_MODULE
9791001 # non-empty at configure time, or by adding -multi_module to the
9911013 cat conftest.err >&AS_MESSAGE_LOG_FD
9921014 # Otherwise, if the output was created with a 0 exit code from
9931015 # the compiler, it worked.
994 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
1016 elif test -f libconftest.dylib && test 0 = "$_lt_result"; then
9951017 lt_cv_apple_cc_single_mod=yes
9961018 else
9971019 cat conftest.err >&AS_MESSAGE_LOG_FD
10091031 AC_LINK_IFELSE([AC_LANG_PROGRAM([],[])],
10101032 [lt_cv_ld_exported_symbols_list=yes],
10111033 [lt_cv_ld_exported_symbols_list=no])
1012 LDFLAGS="$save_LDFLAGS"
1034 LDFLAGS=$save_LDFLAGS
10131035 ])
10141036
10151037 AC_CACHE_CHECK([for -force_load linker flag],[lt_cv_ld_force_load],
10311053 _lt_result=$?
10321054 if test -s conftest.err && $GREP force_load conftest.err; then
10331055 cat conftest.err >&AS_MESSAGE_LOG_FD
1034 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
1056 elif test -f conftest && test 0 = "$_lt_result" && $GREP forced_load conftest >/dev/null 2>&1; then
10351057 lt_cv_ld_force_load=yes
10361058 else
10371059 cat conftest.err >&AS_MESSAGE_LOG_FD
10411063 ])
10421064 case $host_os in
10431065 rhapsody* | darwin1.[[012]])
1044 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
1066 _lt_dar_allow_undefined='$wl-undefined ${wl}suppress' ;;
10451067 darwin1.*)
1046 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1068 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
10471069 darwin*) # darwin 5.x on
10481070 # if running on 10.5 or later, the deployment target defaults
10491071 # to the OS version, if on x86, and 10.4, the deployment
10501072 # target defaults to 10.4. Don't you love it?
10511073 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
10521074 10.0,*86*-darwin8*|10.0,*-darwin[[91]]*)
1053 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1054 10.[[012]]*)
1055 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
1075 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
1076 10.[[012]][[,.]]*)
1077 _lt_dar_allow_undefined='$wl-flat_namespace $wl-undefined ${wl}suppress' ;;
10561078 10.*)
1057 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
1079 _lt_dar_allow_undefined='$wl-undefined ${wl}dynamic_lookup' ;;
10581080 esac
10591081 ;;
10601082 esac
1061 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
1083 if test yes = "$lt_cv_apple_cc_single_mod"; then
10621084 _lt_dar_single_mod='$single_module'
10631085 fi
1064 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
1065 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
1086 if test yes = "$lt_cv_ld_exported_symbols_list"; then
1087 _lt_dar_export_syms=' $wl-exported_symbols_list,$output_objdir/$libname-symbols.expsym'
10661088 else
1067 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
1089 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/$libname-symbols.expsym $lib'
10681090 fi
1069 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
1091 if test : != "$DSYMUTIL" && test no = "$lt_cv_ld_force_load"; then
10701092 _lt_dsymutil='~$DSYMUTIL $lib || :'
10711093 else
10721094 _lt_dsymutil=
10861108 _LT_TAGVAR(hardcode_direct, $1)=no
10871109 _LT_TAGVAR(hardcode_automatic, $1)=yes
10881110 _LT_TAGVAR(hardcode_shlibpath_var, $1)=unsupported
1089 if test "$lt_cv_ld_force_load" = "yes"; then
1090 _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
1111 if test yes = "$lt_cv_ld_force_load"; then
1112 _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
10911113 m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
10921114 [FC], [_LT_TAGVAR(compiler_needs_object, $1)=yes])
10931115 else
10941116 _LT_TAGVAR(whole_archive_flag_spec, $1)=''
10951117 fi
10961118 _LT_TAGVAR(link_all_deplibs, $1)=yes
1097 _LT_TAGVAR(allow_undefined_flag, $1)="$_lt_dar_allow_undefined"
1119 _LT_TAGVAR(allow_undefined_flag, $1)=$_lt_dar_allow_undefined
10981120 case $cc_basename in
1099 ifort*) _lt_dar_can_shared=yes ;;
1121 ifort*|nagfor*) _lt_dar_can_shared=yes ;;
11001122 *) _lt_dar_can_shared=$GCC ;;
11011123 esac
1102 if test "$_lt_dar_can_shared" = "yes"; then
1124 if test yes = "$_lt_dar_can_shared"; then
11031125 output_verbose_link_cmd=func_echo_all
1104 _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
1105 _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
1106 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
1107 _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
1126 _LT_TAGVAR(archive_cmds, $1)="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dsymutil"
1127 _LT_TAGVAR(module_cmds, $1)="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dsymutil"
1128 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod$_lt_dar_export_syms$_lt_dsymutil"
1129 _LT_TAGVAR(module_expsym_cmds, $1)="sed -e 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags$_lt_dar_export_syms$_lt_dsymutil"
11081130 m4_if([$1], [CXX],
1109 [ if test "$lt_cv_apple_cc_single_mod" != "yes"; then
1110 _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dsymutil}"
1111 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \${lib}-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \${lib}-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring${_lt_dar_export_syms}${_lt_dsymutil}"
1131 [ if test yes != "$lt_cv_apple_cc_single_mod"; then
1132 _LT_TAGVAR(archive_cmds, $1)="\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dsymutil"
1133 _LT_TAGVAR(archive_expsym_cmds, $1)="sed 's|^|_|' < \$export_symbols > \$output_objdir/\$libname-symbols.expsym~\$CC -r -keep_private_externs -nostdlib -o \$lib-master.o \$libobjs~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$lib-master.o \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring$_lt_dar_export_syms$_lt_dsymutil"
11121134 fi
11131135 ],[])
11141136 else
11281150 # Allow to override them for all tags through lt_cv_aix_libpath.
11291151 m4_defun([_LT_SYS_MODULE_PATH_AIX],
11301152 [m4_require([_LT_DECL_SED])dnl
1131 if test "${lt_cv_aix_libpath+set}" = set; then
1153 if test set = "${lt_cv_aix_libpath+set}"; then
11321154 aix_libpath=$lt_cv_aix_libpath
11331155 else
11341156 AC_CACHE_VAL([_LT_TAGVAR([lt_cv_aix_libpath_], [$1])],
11461168 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11471169 fi],[])
11481170 if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
1149 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])="/usr/lib:/lib"
1171 _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=/usr/lib:/lib
11501172 fi
11511173 ])
11521174 aix_libpath=$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])
11661188 # -----------------------
11671189 # Find how we can fake an echo command that does not interpret backslash.
11681190 # In particular, with Autoconf 2.60 or later we add some code to the start
1169 # of the generated configure script which will find a shell with a builtin
1170 # printf (which we can use as an echo command).
1191 # of the generated configure script that will find a shell with a builtin
1192 # printf (that we can use as an echo command).
11711193 m4_defun([_LT_PROG_ECHO_BACKSLASH],
11721194 [ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11731195 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
11951217 # Invoke $ECHO with all args, space-separated.
11961218 func_echo_all ()
11971219 {
1198 $ECHO "$*"
1220 $ECHO "$*"
11991221 }
12001222
1201 case "$ECHO" in
1223 case $ECHO in
12021224 printf*) AC_MSG_RESULT([printf]) ;;
12031225 print*) AC_MSG_RESULT([print -r]) ;;
12041226 *) AC_MSG_RESULT([cat]) ;;
12241246 AC_DEFUN([_LT_WITH_SYSROOT],
12251247 [AC_MSG_CHECKING([for sysroot])
12261248 AC_ARG_WITH([sysroot],
1227 [ --with-sysroot[=DIR] Search for dependent libraries within DIR
1228 (or the compiler's sysroot if not specified).],
1249 [AS_HELP_STRING([--with-sysroot@<:@=DIR@:>@],
1250 [Search for dependent libraries within DIR (or the compiler's sysroot
1251 if not specified).])],
12291252 [], [with_sysroot=no])
12301253
12311254 dnl lt_sysroot will always be passed unquoted. We quote it here
12321255 dnl in case the user passed a directory name.
12331256 lt_sysroot=
1234 case ${with_sysroot} in #(
1257 case $with_sysroot in #(
12351258 yes)
1236 if test "$GCC" = yes; then
1259 if test yes = "$GCC"; then
12371260 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
12381261 fi
12391262 ;; #(
12431266 no|'')
12441267 ;; #(
12451268 *)
1246 AC_MSG_RESULT([${with_sysroot}])
1269 AC_MSG_RESULT([$with_sysroot])
12471270 AC_MSG_ERROR([The sysroot must be an absolute path.])
12481271 ;;
12491272 esac
12501273
12511274 AC_MSG_RESULT([${lt_sysroot:-no}])
12521275 _LT_DECL([], [lt_sysroot], [0], [The root where to search for ]dnl
1253 [dependent libraries, and in which our libraries should be installed.])])
1276 [dependent libraries, and where our libraries should be installed.])])
12541277
12551278 # _LT_ENABLE_LOCK
12561279 # ---------------
12581281 [AC_ARG_ENABLE([libtool-lock],
12591282 [AS_HELP_STRING([--disable-libtool-lock],
12601283 [avoid locking (might break parallel builds)])])
1261 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
1284 test no = "$enable_libtool_lock" || enable_libtool_lock=yes
12621285
12631286 # Some flags need to be propagated to the compiler or linker for good
12641287 # libtool support.
12651288 case $host in
12661289 ia64-*-hpux*)
1267 # Find out which ABI we are using.
1290 # Find out what ABI is being produced by ac_compile, and set mode
1291 # options accordingly.
12681292 echo 'int i;' > conftest.$ac_ext
12691293 if AC_TRY_EVAL(ac_compile); then
12701294 case `/usr/bin/file conftest.$ac_objext` in
12711295 *ELF-32*)
1272 HPUX_IA64_MODE="32"
1296 HPUX_IA64_MODE=32
12731297 ;;
12741298 *ELF-64*)
1275 HPUX_IA64_MODE="64"
1299 HPUX_IA64_MODE=64
12761300 ;;
12771301 esac
12781302 fi
12791303 rm -rf conftest*
12801304 ;;
12811305 *-*-irix6*)
1282 # Find out which ABI we are using.
1306 # Find out what ABI is being produced by ac_compile, and set linker
1307 # options accordingly.
12831308 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
12841309 if AC_TRY_EVAL(ac_compile); then
1285 if test "$lt_cv_prog_gnu_ld" = yes; then
1310 if test yes = "$lt_cv_prog_gnu_ld"; then
12861311 case `/usr/bin/file conftest.$ac_objext` in
12871312 *32-bit*)
12881313 LD="${LD-ld} -melf32bsmip"
13111336 rm -rf conftest*
13121337 ;;
13131338
1339 mips64*-*linux*)
1340 # Find out what ABI is being produced by ac_compile, and set linker
1341 # options accordingly.
1342 echo '[#]line '$LINENO' "configure"' > conftest.$ac_ext
1343 if AC_TRY_EVAL(ac_compile); then
1344 emul=elf
1345 case `/usr/bin/file conftest.$ac_objext` in
1346 *32-bit*)
1347 emul="${emul}32"
1348 ;;
1349 *64-bit*)
1350 emul="${emul}64"
1351 ;;
1352 esac
1353 case `/usr/bin/file conftest.$ac_objext` in
1354 *MSB*)
1355 emul="${emul}btsmip"
1356 ;;
1357 *LSB*)
1358 emul="${emul}ltsmip"
1359 ;;
1360 esac
1361 case `/usr/bin/file conftest.$ac_objext` in
1362 *N32*)
1363 emul="${emul}n32"
1364 ;;
1365 esac
1366 LD="${LD-ld} -m $emul"
1367 fi
1368 rm -rf conftest*
1369 ;;
1370
13141371 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
13151372 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
1316 # Find out which ABI we are using.
1373 # Find out what ABI is being produced by ac_compile, and set linker
1374 # options accordingly. Note that the listed cases only cover the
1375 # situations where additional linker options are needed (such as when
1376 # doing 32-bit compilation for a host where ld defaults to 64-bit, or
1377 # vice versa); the common cases where no linker options are needed do
1378 # not appear in the list.
13171379 echo 'int i;' > conftest.$ac_ext
13181380 if AC_TRY_EVAL(ac_compile); then
13191381 case `/usr/bin/file conftest.o` in
13231385 LD="${LD-ld} -m elf_i386_fbsd"
13241386 ;;
13251387 x86_64-*linux*)
1326 LD="${LD-ld} -m elf_i386"
1388 case `/usr/bin/file conftest.o` in
1389 *x86-64*)
1390 LD="${LD-ld} -m elf32_x86_64"
1391 ;;
1392 *)
1393 LD="${LD-ld} -m elf_i386"
1394 ;;
1395 esac
13271396 ;;
13281397 powerpc64le-*linux*)
13291398 LD="${LD-ld} -m elf32lppclinux"
13681437
13691438 *-*-sco3.2v5*)
13701439 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
1371 SAVE_CFLAGS="$CFLAGS"
1440 SAVE_CFLAGS=$CFLAGS
13721441 CFLAGS="$CFLAGS -belf"
13731442 AC_CACHE_CHECK([whether the C compiler needs -belf], lt_cv_cc_needs_belf,
13741443 [AC_LANG_PUSH(C)
13751444 AC_LINK_IFELSE([AC_LANG_PROGRAM([[]],[[]])],[lt_cv_cc_needs_belf=yes],[lt_cv_cc_needs_belf=no])
13761445 AC_LANG_POP])
1377 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
1446 if test yes != "$lt_cv_cc_needs_belf"; then
13781447 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
1379 CFLAGS="$SAVE_CFLAGS"
1448 CFLAGS=$SAVE_CFLAGS
13801449 fi
13811450 ;;
13821451 *-*solaris*)
1383 # Find out which ABI we are using.
1452 # Find out what ABI is being produced by ac_compile, and set linker
1453 # options accordingly.
13841454 echo 'int i;' > conftest.$ac_ext
13851455 if AC_TRY_EVAL(ac_compile); then
13861456 case `/usr/bin/file conftest.o` in
13881458 case $lt_cv_prog_gnu_ld in
13891459 yes*)
13901460 case $host in
1391 i?86-*-solaris*)
1461 i?86-*-solaris*|x86_64-*-solaris*)
13921462 LD="${LD-ld} -m elf_x86_64"
13931463 ;;
13941464 sparc*-*-solaris*)
13971467 esac
13981468 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
13991469 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
1400 LD="${LD-ld}_sol2"
1470 LD=${LD-ld}_sol2
14011471 fi
14021472 ;;
14031473 *)
14131483 ;;
14141484 esac
14151485
1416 need_locks="$enable_libtool_lock"
1486 need_locks=$enable_libtool_lock
14171487 ])# _LT_ENABLE_LOCK
14181488
14191489
14321502 [echo conftest.$ac_objext > conftest.lst
14331503 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&AS_MESSAGE_LOG_FD'
14341504 AC_TRY_EVAL([lt_ar_try])
1435 if test "$ac_status" -eq 0; then
1505 if test 0 -eq "$ac_status"; then
14361506 # Ensure the archiver fails upon bogus file names.
14371507 rm -f conftest.$ac_objext libconftest.a
14381508 AC_TRY_EVAL([lt_ar_try])
1439 if test "$ac_status" -ne 0; then
1509 if test 0 -ne "$ac_status"; then
14401510 lt_cv_ar_at_file=@
14411511 fi
14421512 fi
14441514 ])
14451515 ])
14461516
1447 if test "x$lt_cv_ar_at_file" = xno; then
1517 if test no = "$lt_cv_ar_at_file"; then
14481518 archiver_list_spec=
14491519 else
14501520 archiver_list_spec=$lt_cv_ar_at_file
14751545
14761546 if test -n "$RANLIB"; then
14771547 case $host_os in
1478 openbsd*)
1548 bitrig* | openbsd*)
14791549 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
14801550 ;;
14811551 *)
15111581 [$2=no
15121582 m4_if([$4], , [ac_outfile=conftest.$ac_objext], [ac_outfile=$4])
15131583 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1514 lt_compiler_flag="$3"
1584 lt_compiler_flag="$3" ## exclude from sc_useless_quotes_in_assignment
15151585 # Insert the option either (1) after the last *FLAGS variable, or
15161586 # (2) before a word containing "conftest.", or (3) at the end.
15171587 # Note that $ac_compile itself does not contain backslashes and begins
15381608 $RM conftest*
15391609 ])
15401610
1541 if test x"[$]$2" = xyes; then
1611 if test yes = "[$]$2"; then
15421612 m4_if([$5], , :, [$5])
15431613 else
15441614 m4_if([$6], , :, [$6])
15601630 m4_require([_LT_DECL_SED])dnl
15611631 AC_CACHE_CHECK([$1], [$2],
15621632 [$2=no
1563 save_LDFLAGS="$LDFLAGS"
1633 save_LDFLAGS=$LDFLAGS
15641634 LDFLAGS="$LDFLAGS $3"
15651635 echo "$lt_simple_link_test_code" > conftest.$ac_ext
15661636 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
15791649 fi
15801650 fi
15811651 $RM -r conftest*
1582 LDFLAGS="$save_LDFLAGS"
1652 LDFLAGS=$save_LDFLAGS
15831653 ])
15841654
1585 if test x"[$]$2" = xyes; then
1655 if test yes = "[$]$2"; then
15861656 m4_if([$4], , :, [$4])
15871657 else
15881658 m4_if([$5], , :, [$5])
16031673 AC_MSG_CHECKING([the maximum length of command line arguments])
16041674 AC_CACHE_VAL([lt_cv_sys_max_cmd_len], [dnl
16051675 i=0
1606 teststring="ABCD"
1676 teststring=ABCD
16071677
16081678 case $build_os in
16091679 msdosdjgpp*)
16431713 lt_cv_sys_max_cmd_len=8192;
16441714 ;;
16451715
1646 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
1716 bitrig* | darwin* | dragonfly* | freebsd* | netbsd* | openbsd*)
16471717 # This has been around since 386BSD, at least. Likely further.
16481718 if test -x /sbin/sysctl; then
16491719 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
16931763 ;;
16941764 *)
16951765 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
1696 if test -n "$lt_cv_sys_max_cmd_len"; then
1766 if test -n "$lt_cv_sys_max_cmd_len" && \
1767 test undefined != "$lt_cv_sys_max_cmd_len"; then
16971768 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
16981769 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
16991770 else
17001771 # Make teststring a little bigger before we do anything with it.
17011772 # a 1K string should be a reasonable start.
1702 for i in 1 2 3 4 5 6 7 8 ; do
1773 for i in 1 2 3 4 5 6 7 8; do
17031774 teststring=$teststring$teststring
17041775 done
17051776 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
17061777 # If test is not a shell built-in, we'll probably end up computing a
17071778 # maximum length that is only half of the actual maximum length, but
17081779 # we can't tell.
1709 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
1780 while { test X`env echo "$teststring$teststring" 2>/dev/null` \
17101781 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
1711 test $i != 17 # 1/2 MB should be enough
1782 test 17 != "$i" # 1/2 MB should be enough
17121783 do
17131784 i=`expr $i + 1`
17141785 teststring=$teststring$teststring
17241795 ;;
17251796 esac
17261797 ])
1727 if test -n $lt_cv_sys_max_cmd_len ; then
1798 if test -n "$lt_cv_sys_max_cmd_len"; then
17281799 AC_MSG_RESULT($lt_cv_sys_max_cmd_len)
17291800 else
17301801 AC_MSG_RESULT(none)
17521823 # ----------------------------------------------------------------
17531824 m4_defun([_LT_TRY_DLOPEN_SELF],
17541825 [m4_require([_LT_HEADER_DLFCN])dnl
1755 if test "$cross_compiling" = yes; then :
1826 if test yes = "$cross_compiling"; then :
17561827 [$4]
17571828 else
17581829 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
17991870 # endif
18001871 #endif
18011872
1802 /* When -fvisbility=hidden is used, assume the code has been annotated
1873 /* When -fvisibility=hidden is used, assume the code has been annotated
18031874 correspondingly for the symbols needed. */
1804 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
1875 #if defined __GNUC__ && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
18051876 int fnord () __attribute__((visibility("default")));
18061877 #endif
18071878
18271898 return status;
18281899 }]
18291900 _LT_EOF
1830 if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext} 2>/dev/null; then
1901 if AC_TRY_EVAL(ac_link) && test -s "conftest$ac_exeext" 2>/dev/null; then
18311902 (./conftest; exit; ) >&AS_MESSAGE_LOG_FD 2>/dev/null
18321903 lt_status=$?
18331904 case x$lt_status in
18481919 # ------------------
18491920 AC_DEFUN([LT_SYS_DLOPEN_SELF],
18501921 [m4_require([_LT_HEADER_DLFCN])dnl
1851 if test "x$enable_dlopen" != xyes; then
1922 if test yes != "$enable_dlopen"; then
18521923 enable_dlopen=unknown
18531924 enable_dlopen_self=unknown
18541925 enable_dlopen_self_static=unknown
18581929
18591930 case $host_os in
18601931 beos*)
1861 lt_cv_dlopen="load_add_on"
1932 lt_cv_dlopen=load_add_on
18621933 lt_cv_dlopen_libs=
18631934 lt_cv_dlopen_self=yes
18641935 ;;
18651936
18661937 mingw* | pw32* | cegcc*)
1867 lt_cv_dlopen="LoadLibrary"
1938 lt_cv_dlopen=LoadLibrary
18681939 lt_cv_dlopen_libs=
18691940 ;;
18701941
18711942 cygwin*)
1872 lt_cv_dlopen="dlopen"
1943 lt_cv_dlopen=dlopen
18731944 lt_cv_dlopen_libs=
18741945 ;;
18751946
18761947 darwin*)
1877 # if libdl is installed we need to link against it
1948 # if libdl is installed we need to link against it
18781949 AC_CHECK_LIB([dl], [dlopen],
1879 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],[
1880 lt_cv_dlopen="dyld"
1950 [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],[
1951 lt_cv_dlopen=dyld
18811952 lt_cv_dlopen_libs=
18821953 lt_cv_dlopen_self=yes
18831954 ])
18841955 ;;
18851956
1957 tpf*)
1958 # Don't try to run any link tests for TPF. We know it's impossible
1959 # because TPF is a cross-compiler, and we know how we open DSOs.
1960 lt_cv_dlopen=dlopen
1961 lt_cv_dlopen_libs=
1962 lt_cv_dlopen_self=no
1963 ;;
1964
18861965 *)
18871966 AC_CHECK_FUNC([shl_load],
1888 [lt_cv_dlopen="shl_load"],
1967 [lt_cv_dlopen=shl_load],
18891968 [AC_CHECK_LIB([dld], [shl_load],
1890 [lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"],
1969 [lt_cv_dlopen=shl_load lt_cv_dlopen_libs=-ldld],
18911970 [AC_CHECK_FUNC([dlopen],
1892 [lt_cv_dlopen="dlopen"],
1971 [lt_cv_dlopen=dlopen],
18931972 [AC_CHECK_LIB([dl], [dlopen],
1894 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"],
1973 [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl],
18951974 [AC_CHECK_LIB([svld], [dlopen],
1896 [lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"],
1975 [lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-lsvld],
18971976 [AC_CHECK_LIB([dld], [dld_link],
1898 [lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"])
1977 [lt_cv_dlopen=dld_link lt_cv_dlopen_libs=-ldld])
18991978 ])
19001979 ])
19011980 ])
19041983 ;;
19051984 esac
19061985
1907 if test "x$lt_cv_dlopen" != xno; then
1986 if test no = "$lt_cv_dlopen"; then
1987 enable_dlopen=no
1988 else
19081989 enable_dlopen=yes
1909 else
1910 enable_dlopen=no
19111990 fi
19121991
19131992 case $lt_cv_dlopen in
19141993 dlopen)
1915 save_CPPFLAGS="$CPPFLAGS"
1916 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
1917
1918 save_LDFLAGS="$LDFLAGS"
1994 save_CPPFLAGS=$CPPFLAGS
1995 test yes = "$ac_cv_header_dlfcn_h" && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
1996
1997 save_LDFLAGS=$LDFLAGS
19191998 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
19201999
1921 save_LIBS="$LIBS"
2000 save_LIBS=$LIBS
19222001 LIBS="$lt_cv_dlopen_libs $LIBS"
19232002
19242003 AC_CACHE_CHECK([whether a program can dlopen itself],
19282007 lt_cv_dlopen_self=no, lt_cv_dlopen_self=cross)
19292008 ])
19302009
1931 if test "x$lt_cv_dlopen_self" = xyes; then
2010 if test yes = "$lt_cv_dlopen_self"; then
19322011 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
19332012 AC_CACHE_CHECK([whether a statically linked program can dlopen itself],
19342013 lt_cv_dlopen_self_static, [dnl
19382017 ])
19392018 fi
19402019
1941 CPPFLAGS="$save_CPPFLAGS"
1942 LDFLAGS="$save_LDFLAGS"
1943 LIBS="$save_LIBS"
2020 CPPFLAGS=$save_CPPFLAGS
2021 LDFLAGS=$save_LDFLAGS
2022 LIBS=$save_LIBS
19442023 ;;
19452024 esac
19462025
20322111 m4_require([_LT_FILEUTILS_DEFAULTS])dnl
20332112 _LT_COMPILER_C_O([$1])
20342113
2035 hard_links="nottested"
2036 if test "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" = no && test "$need_locks" != no; then
2114 hard_links=nottested
2115 if test no = "$_LT_TAGVAR(lt_cv_prog_compiler_c_o, $1)" && test no != "$need_locks"; then
20372116 # do not overwrite the value of need_locks provided by the user
20382117 AC_MSG_CHECKING([if we can lock with hard links])
20392118 hard_links=yes
20432122 ln conftest.a conftest.b 2>&5 || hard_links=no
20442123 ln conftest.a conftest.b 2>/dev/null && hard_links=no
20452124 AC_MSG_RESULT([$hard_links])
2046 if test "$hard_links" = no; then
2047 AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
2125 if test no = "$hard_links"; then
2126 AC_MSG_WARN(['$CC' does not support '-c -o', so 'make -j' may be unsafe])
20482127 need_locks=warn
20492128 fi
20502129 else
20712150 _LT_DECL([], [objdir], [0],
20722151 [The name of the directory that contains temporary libtool files])dnl
20732152 m4_pattern_allow([LT_OBJDIR])dnl
2074 AC_DEFINE_UNQUOTED(LT_OBJDIR, "$lt_cv_objdir/",
2075 [Define to the sub-directory in which libtool stores uninstalled libraries.])
2153 AC_DEFINE_UNQUOTED([LT_OBJDIR], "$lt_cv_objdir/",
2154 [Define to the sub-directory where libtool stores uninstalled libraries.])
20762155 ])# _LT_CHECK_OBJDIR
20772156
20782157
20842163 _LT_TAGVAR(hardcode_action, $1)=
20852164 if test -n "$_LT_TAGVAR(hardcode_libdir_flag_spec, $1)" ||
20862165 test -n "$_LT_TAGVAR(runpath_var, $1)" ||
2087 test "X$_LT_TAGVAR(hardcode_automatic, $1)" = "Xyes" ; then
2166 test yes = "$_LT_TAGVAR(hardcode_automatic, $1)"; then
20882167
20892168 # We can hardcode non-existent directories.
2090 if test "$_LT_TAGVAR(hardcode_direct, $1)" != no &&
2169 if test no != "$_LT_TAGVAR(hardcode_direct, $1)" &&
20912170 # If the only mechanism to avoid hardcoding is shlibpath_var, we
20922171 # have to relink, otherwise we might link with an installed library
20932172 # when we should be linking with a yet-to-be-installed one
2094 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" != no &&
2095 test "$_LT_TAGVAR(hardcode_minus_L, $1)" != no; then
2173 ## test no != "$_LT_TAGVAR(hardcode_shlibpath_var, $1)" &&
2174 test no != "$_LT_TAGVAR(hardcode_minus_L, $1)"; then
20962175 # Linking always hardcodes the temporary library directory.
20972176 _LT_TAGVAR(hardcode_action, $1)=relink
20982177 else
21062185 fi
21072186 AC_MSG_RESULT([$_LT_TAGVAR(hardcode_action, $1)])
21082187
2109 if test "$_LT_TAGVAR(hardcode_action, $1)" = relink ||
2110 test "$_LT_TAGVAR(inherit_rpath, $1)" = yes; then
2188 if test relink = "$_LT_TAGVAR(hardcode_action, $1)" ||
2189 test yes = "$_LT_TAGVAR(inherit_rpath, $1)"; then
21112190 # Fast installation is not supported
21122191 enable_fast_install=no
2113 elif test "$shlibpath_overrides_runpath" = yes ||
2114 test "$enable_shared" = no; then
2192 elif test yes = "$shlibpath_overrides_runpath" ||
2193 test no = "$enable_shared"; then
21152194 # Fast installation is not necessary
21162195 enable_fast_install=needless
21172196 fi
21352214 # FIXME - insert some real tests, host_os isn't really good enough
21362215 case $host_os in
21372216 darwin*)
2138 if test -n "$STRIP" ; then
2217 if test -n "$STRIP"; then
21392218 striplib="$STRIP -x"
21402219 old_striplib="$STRIP -S"
21412220 AC_MSG_RESULT([yes])
21532232 ])# _LT_CMD_STRIPLIB
21542233
21552234
2235 # _LT_PREPARE_MUNGE_PATH_LIST
2236 # ---------------------------
2237 # Make sure func_munge_path_list() is defined correctly.
2238 m4_defun([_LT_PREPARE_MUNGE_PATH_LIST],
2239 [[# func_munge_path_list VARIABLE PATH
2240 # -----------------------------------
2241 # VARIABLE is name of variable containing _space_ separated list of
2242 # directories to be munged by the contents of PATH, which is string
2243 # having a format:
2244 # "DIR[:DIR]:"
2245 # string "DIR[ DIR]" will be prepended to VARIABLE
2246 # ":DIR[:DIR]"
2247 # string "DIR[ DIR]" will be appended to VARIABLE
2248 # "DIRP[:DIRP]::[DIRA:]DIRA"
2249 # string "DIRP[ DIRP]" will be prepended to VARIABLE and string
2250 # "DIRA[ DIRA]" will be appended to VARIABLE
2251 # "DIR[:DIR]"
2252 # VARIABLE will be replaced by "DIR[ DIR]"
2253 func_munge_path_list ()
2254 {
2255 case x@S|@2 in
2256 x)
2257 ;;
2258 *:)
2259 eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
2260 ;;
2261 x:*)
2262 eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
2263 ;;
2264 *::*)
2265 eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
2266 eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
2267 ;;
2268 *)
2269 eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
2270 ;;
2271 esac
2272 }
2273 ]])# _LT_PREPARE_PATH_LIST
2274
2275
21562276 # _LT_SYS_DYNAMIC_LINKER([TAG])
21572277 # -----------------------------
21582278 # PORTME Fill in your ld.so characteristics
21632283 m4_require([_LT_DECL_OBJDUMP])dnl
21642284 m4_require([_LT_DECL_SED])dnl
21652285 m4_require([_LT_CHECK_SHELL_FEATURES])dnl
2286 m4_require([_LT_PREPARE_MUNGE_PATH_LIST])dnl
21662287 AC_MSG_CHECKING([dynamic linker characteristics])
21672288 m4_if([$1],
21682289 [], [
2169 if test "$GCC" = yes; then
2290 if test yes = "$GCC"; then
21702291 case $host_os in
2171 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
2172 *) lt_awk_arg="/^libraries:/" ;;
2292 darwin*) lt_awk_arg='/^libraries:/,/LR/' ;;
2293 *) lt_awk_arg='/^libraries:/' ;;
21732294 esac
21742295 case $host_os in
2175 mingw* | cegcc*) lt_sed_strip_eq="s,=\([[A-Za-z]]:\),\1,g" ;;
2176 *) lt_sed_strip_eq="s,=/,/,g" ;;
2296 mingw* | cegcc*) lt_sed_strip_eq='s|=\([[A-Za-z]]:\)|\1|g' ;;
2297 *) lt_sed_strip_eq='s|=/|/|g' ;;
21772298 esac
21782299 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
21792300 case $lt_search_path_spec in
21892310 ;;
21902311 esac
21912312 # Ok, now we have the path, separated by spaces, we can step through it
2192 # and add multilib dir if necessary.
2313 # and add multilib dir if necessary...
21932314 lt_tmp_lt_search_path_spec=
2194 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
2315 lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
2316 # ...but if some path component already ends with the multilib dir we assume
2317 # that all is fine and trust -print-search-dirs as is (GCC 4.2? or newer).
2318 case "$lt_multi_os_dir; $lt_search_path_spec " in
2319 "/; "* | "/.; "* | "/./; "* | *"$lt_multi_os_dir "* | *"$lt_multi_os_dir/ "*)
2320 lt_multi_os_dir=
2321 ;;
2322 esac
21952323 for lt_sys_path in $lt_search_path_spec; do
2196 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
2197 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
2198 else
2324 if test -d "$lt_sys_path$lt_multi_os_dir"; then
2325 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path$lt_multi_os_dir"
2326 elif test -n "$lt_multi_os_dir"; then
21992327 test -d "$lt_sys_path" && \
22002328 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
22012329 fi
22022330 done
22032331 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
2204 BEGIN {RS=" "; FS="/|\n";} {
2205 lt_foo="";
2206 lt_count=0;
2332 BEGIN {RS = " "; FS = "/|\n";} {
2333 lt_foo = "";
2334 lt_count = 0;
22072335 for (lt_i = NF; lt_i > 0; lt_i--) {
22082336 if ($lt_i != "" && $lt_i != ".") {
22092337 if ($lt_i == "..") {
22102338 lt_count++;
22112339 } else {
22122340 if (lt_count == 0) {
2213 lt_foo="/" $lt_i lt_foo;
2341 lt_foo = "/" $lt_i lt_foo;
22142342 } else {
22152343 lt_count--;
22162344 }
22242352 # for these hosts.
22252353 case $host_os in
22262354 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
2227 $SED 's,/\([[A-Za-z]]:\),\1,g'` ;;
2355 $SED 's|/\([[A-Za-z]]:\)|\1|g'` ;;
22282356 esac
22292357 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
22302358 else
22332361 library_names_spec=
22342362 libname_spec='lib$name'
22352363 soname_spec=
2236 shrext_cmds=".so"
2364 shrext_cmds=.so
22372365 postinstall_cmds=
22382366 postuninstall_cmds=
22392367 finish_cmds=
22502378 # flags to be left without arguments
22512379 need_version=unknown
22522380
2381 AC_ARG_VAR([LT_SYS_LIBRARY_PATH],
2382 [User-defined run-time library search path.])
2383
22532384 case $host_os in
22542385 aix3*)
22552386 version_type=linux # correct to gnu/linux during the next big refactor
2256 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
2387 library_names_spec='$libname$release$shared_ext$versuffix $libname.a'
22572388 shlibpath_var=LIBPATH
22582389
22592390 # AIX 3 has no versioning support, so we append a major version to the name.
2260 soname_spec='${libname}${release}${shared_ext}$major'
2391 soname_spec='$libname$release$shared_ext$major'
22612392 ;;
22622393
22632394 aix[[4-9]]*)
22652396 need_lib_prefix=no
22662397 need_version=no
22672398 hardcode_into_libs=yes
2268 if test "$host_cpu" = ia64; then
2399 if test ia64 = "$host_cpu"; then
22692400 # AIX 5 supports IA64
2270 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
2401 library_names_spec='$libname$release$shared_ext$major $libname$release$shared_ext$versuffix $libname$shared_ext'
22712402 shlibpath_var=LD_LIBRARY_PATH
22722403 else
22732404 # With GCC up to 2.95.x, collect2 would create an import file
22742405 # for dependence libraries. The import file would start with
2275 # the line `#! .'. This would cause the generated library to
2276 # depend on `.', always an invalid library. This was fixed in
2406 # the line '#! .'. This would cause the generated library to
2407 # depend on '.', always an invalid library. This was fixed in
22772408 # development snapshots of GCC prior to 3.0.
22782409 case $host_os in
22792410 aix4 | aix4.[[01]] | aix4.[[01]].*)
22802411 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
22812412 echo ' yes '
2282 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
2413 echo '#endif'; } | $CC -E - | $GREP yes > /dev/null; then
22832414 :
22842415 else
22852416 can_build_shared=no
22862417 fi
22872418 ;;
22882419 esac
2289 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
2420 # Using Import Files as archive members, it is possible to support
2421 # filename-based versioning of shared library archives on AIX. While
2422 # this would work for both with and without runtime linking, it will
2423 # prevent static linking of such archives. So we do filename-based
2424 # shared library versioning with .so extension only, which is used
2425 # when both runtime linking and shared linking is enabled.
2426 # Unfortunately, runtime linking may impact performance, so we do
2427 # not want this to be the default eventually. Also, we use the
2428 # versioned .so libs for executables only if there is the -brtl
2429 # linker flag in LDFLAGS as well, or --with-aix-soname=svr4 only.
2430 # To allow for filename-based versioning support, we need to create
2431 # libNAME.so.V as an archive file, containing:
2432 # *) an Import File, referring to the versioned filename of the
2433 # archive as well as the shared archive member, telling the
2434 # bitwidth (32 or 64) of that shared object, and providing the
2435 # list of exported symbols of that shared object, eventually
2436 # decorated with the 'weak' keyword
2437 # *) the shared object with the F_LOADONLY flag set, to really avoid
2438 # it being seen by the linker.
2439 # At run time we better use the real file rather than another symlink,
2440 # but for link time we create the symlink libNAME.so -> libNAME.so.V
2441
2442 case $with_aix_soname,$aix_use_runtimelinking in
2443 # AIX (on Power*) has no versioning support, so currently we cannot hardcode correct
22902444 # soname into executable. Probably we can add versioning support to
22912445 # collect2, so additional links can be useful in future.
2292 if test "$aix_use_runtimelinking" = yes; then
2446 aix,yes) # traditional libtool
2447 dynamic_linker='AIX unversionable lib.so'
22932448 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
22942449 # instead of lib<name>.a to let people know that these are not
22952450 # typical AIX shared libraries.
2296 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2297 else
2451 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2452 ;;
2453 aix,no) # traditional AIX only
2454 dynamic_linker='AIX lib.a[(]lib.so.V[)]'
22982455 # We preserve .a as extension for shared libraries through AIX4.2
22992456 # and later when we are not doing run time linking.
2300 library_names_spec='${libname}${release}.a $libname.a'
2301 soname_spec='${libname}${release}${shared_ext}$major'
2302 fi
2457 library_names_spec='$libname$release.a $libname.a'
2458 soname_spec='$libname$release$shared_ext$major'
2459 ;;
2460 svr4,*) # full svr4 only
2461 dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)]"
2462 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
2463 # We do not specify a path in Import Files, so LIBPATH fires.
2464 shlibpath_overrides_runpath=yes
2465 ;;
2466 *,yes) # both, prefer svr4
2467 dynamic_linker="AIX lib.so.V[(]$shared_archive_member_spec.o[)], lib.a[(]lib.so.V[)]"
2468 library_names_spec='$libname$release$shared_ext$major $libname$shared_ext'
2469 # unpreferred sharedlib libNAME.a needs extra handling
2470 postinstall_cmds='test -n "$linkname" || linkname="$realname"~func_stripname "" ".so" "$linkname"~$install_shared_prog "$dir/$func_stripname_result.$libext" "$destdir/$func_stripname_result.$libext"~test -z "$tstripme" || test -z "$striplib" || $striplib "$destdir/$func_stripname_result.$libext"'
2471 postuninstall_cmds='for n in $library_names $old_library; do :; done~func_stripname "" ".so" "$n"~test "$func_stripname_result" = "$n" || func_append rmfiles " $odir/$func_stripname_result.$libext"'
2472 # We do not specify a path in Import Files, so LIBPATH fires.
2473 shlibpath_overrides_runpath=yes
2474 ;;
2475 *,no) # both, prefer aix
2476 dynamic_linker="AIX lib.a[(]lib.so.V[)], lib.so.V[(]$shared_archive_member_spec.o[)]"
2477 library_names_spec='$libname$release.a $libname.a'
2478 soname_spec='$libname$release$shared_ext$major'
2479 # unpreferred sharedlib libNAME.so.V and symlink libNAME.so need extra handling
2480 postinstall_cmds='test -z "$dlname" || $install_shared_prog $dir/$dlname $destdir/$dlname~test -z "$tstripme" || test -z "$striplib" || $striplib $destdir/$dlname~test -n "$linkname" || linkname=$realname~func_stripname "" ".a" "$linkname"~(cd "$destdir" && $LN_S -f $dlname $func_stripname_result.so)'
2481 postuninstall_cmds='test -z "$dlname" || func_append rmfiles " $odir/$dlname"~for n in $old_library $library_names; do :; done~func_stripname "" ".a" "$n"~func_append rmfiles " $odir/$func_stripname_result.so"'
2482 ;;
2483 esac
23032484 shlibpath_var=LIBPATH
23042485 fi
23052486 ;;
23092490 powerpc)
23102491 # Since July 2007 AmigaOS4 officially supports .so libraries.
23112492 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
2312 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2493 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
23132494 ;;
23142495 m68k)
23152496 library_names_spec='$libname.ixlibrary $libname.a'
23162497 # Create ${libname}_ixlibrary.a entries in /sys/libs.
2317 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
2498 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
23182499 ;;
23192500 esac
23202501 ;;
23212502
23222503 beos*)
2323 library_names_spec='${libname}${shared_ext}'
2504 library_names_spec='$libname$shared_ext'
23242505 dynamic_linker="$host_os ld.so"
23252506 shlibpath_var=LIBRARY_PATH
23262507 ;;
23282509 bsdi[[45]]*)
23292510 version_type=linux # correct to gnu/linux during the next big refactor
23302511 need_version=no
2331 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2332 soname_spec='${libname}${release}${shared_ext}$major'
2512 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2513 soname_spec='$libname$release$shared_ext$major'
23332514 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
23342515 shlibpath_var=LD_LIBRARY_PATH
23352516 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
23412522
23422523 cygwin* | mingw* | pw32* | cegcc*)
23432524 version_type=windows
2344 shrext_cmds=".dll"
2525 shrext_cmds=.dll
23452526 need_version=no
23462527 need_lib_prefix=no
23472528
23502531 # gcc
23512532 library_names_spec='$libname.dll.a'
23522533 # DLL is installed to $(libdir)/../bin by postinstall_cmds
2353 postinstall_cmds='base_file=`basename \${file}`~
2354 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
2534 postinstall_cmds='base_file=`basename \$file`~
2535 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
23552536 dldir=$destdir/`dirname \$dlpath`~
23562537 test -d \$dldir || mkdir -p \$dldir~
23572538 $install_prog $dir/$dlname \$dldir/$dlname~
23672548 case $host_os in
23682549 cygwin*)
23692550 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
2370 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
2551 soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
23712552 m4_if([$1], [],[
23722553 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"])
23732554 ;;
23742555 mingw* | cegcc*)
23752556 # MinGW DLLs use traditional 'lib' prefix
2376 soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
2557 soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
23772558 ;;
23782559 pw32*)
23792560 # pw32 DLLs use 'pw' prefix rather than 'lib'
2380 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
2561 library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
23812562 ;;
23822563 esac
23832564 dynamic_linker='Win32 ld.exe'
23862567 *,cl*)
23872568 # Native MSVC
23882569 libname_spec='$name'
2389 soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
2390 library_names_spec='${libname}.dll.lib'
2570 soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
2571 library_names_spec='$libname.dll.lib'
23912572
23922573 case $build_os in
23932574 mingw*)
24142595 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
24152596 ;;
24162597 *)
2417 sys_lib_search_path_spec="$LIB"
2598 sys_lib_search_path_spec=$LIB
24182599 if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
24192600 # It is most probably a Windows format PATH.
24202601 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
24272608 esac
24282609
24292610 # DLL is installed to $(libdir)/../bin by postinstall_cmds
2430 postinstall_cmds='base_file=`basename \${file}`~
2431 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
2611 postinstall_cmds='base_file=`basename \$file`~
2612 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
24322613 dldir=$destdir/`dirname \$dlpath`~
24332614 test -d \$dldir || mkdir -p \$dldir~
24342615 $install_prog $dir/$dlname \$dldir/$dlname'
24412622
24422623 *)
24432624 # Assume MSVC wrapper
2444 library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
2625 library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
24452626 dynamic_linker='Win32 ld.exe'
24462627 ;;
24472628 esac
24542635 version_type=darwin
24552636 need_lib_prefix=no
24562637 need_version=no
2457 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
2458 soname_spec='${libname}${release}${major}$shared_ext'
2638 library_names_spec='$libname$release$major$shared_ext $libname$shared_ext'
2639 soname_spec='$libname$release$major$shared_ext'
24592640 shlibpath_overrides_runpath=yes
24602641 shlibpath_var=DYLD_LIBRARY_PATH
24612642 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
24682649 version_type=linux # correct to gnu/linux during the next big refactor
24692650 need_lib_prefix=no
24702651 need_version=no
2471 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
2472 soname_spec='${libname}${release}${shared_ext}$major'
2652 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2653 soname_spec='$libname$release$shared_ext$major'
24732654 shlibpath_var=LD_LIBRARY_PATH
24742655 ;;
24752656
24872668 version_type=freebsd-$objformat
24882669 case $version_type in
24892670 freebsd-elf*)
2490 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
2671 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2672 soname_spec='$libname$release$shared_ext$major'
24912673 need_version=no
24922674 need_lib_prefix=no
24932675 ;;
24942676 freebsd-*)
2495 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
2677 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
24962678 need_version=yes
24972679 ;;
24982680 esac
25172699 esac
25182700 ;;
25192701
2520 gnu*)
2521 version_type=linux # correct to gnu/linux during the next big refactor
2522 need_lib_prefix=no
2523 need_version=no
2524 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
2525 soname_spec='${libname}${release}${shared_ext}$major'
2526 shlibpath_var=LD_LIBRARY_PATH
2527 shlibpath_overrides_runpath=no
2528 hardcode_into_libs=yes
2529 ;;
2530
25312702 haiku*)
25322703 version_type=linux # correct to gnu/linux during the next big refactor
25332704 need_lib_prefix=no
25342705 need_version=no
25352706 dynamic_linker="$host_os runtime_loader"
2536 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
2537 soname_spec='${libname}${release}${shared_ext}$major'
2707 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2708 soname_spec='$libname$release$shared_ext$major'
25382709 shlibpath_var=LIBRARY_PATH
2539 shlibpath_overrides_runpath=yes
2710 shlibpath_overrides_runpath=no
25402711 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
25412712 hardcode_into_libs=yes
25422713 ;;
25542725 dynamic_linker="$host_os dld.so"
25552726 shlibpath_var=LD_LIBRARY_PATH
25562727 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
2557 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2558 soname_spec='${libname}${release}${shared_ext}$major'
2559 if test "X$HPUX_IA64_MODE" = X32; then
2728 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2729 soname_spec='$libname$release$shared_ext$major'
2730 if test 32 = "$HPUX_IA64_MODE"; then
25602731 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
2732 sys_lib_dlsearch_path_spec=/usr/lib/hpux32
25612733 else
25622734 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
2735 sys_lib_dlsearch_path_spec=/usr/lib/hpux64
25632736 fi
2564 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
25652737 ;;
25662738 hppa*64*)
25672739 shrext_cmds='.sl'
25692741 dynamic_linker="$host_os dld.sl"
25702742 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
25712743 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
2572 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2573 soname_spec='${libname}${release}${shared_ext}$major'
2744 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2745 soname_spec='$libname$release$shared_ext$major'
25742746 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
25752747 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
25762748 ;;
25792751 dynamic_linker="$host_os dld.sl"
25802752 shlibpath_var=SHLIB_PATH
25812753 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
2582 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2583 soname_spec='${libname}${release}${shared_ext}$major'
2754 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2755 soname_spec='$libname$release$shared_ext$major'
25842756 ;;
25852757 esac
25862758 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
25932765 version_type=linux # correct to gnu/linux during the next big refactor
25942766 need_lib_prefix=no
25952767 need_version=no
2596 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
2597 soname_spec='${libname}${release}${shared_ext}$major'
2768 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2769 soname_spec='$libname$release$shared_ext$major'
25982770 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
25992771 shlibpath_var=LD_LIBRARY_PATH
26002772 shlibpath_overrides_runpath=no
26052777 case $host_os in
26062778 nonstopux*) version_type=nonstopux ;;
26072779 *)
2608 if test "$lt_cv_prog_gnu_ld" = yes; then
2780 if test yes = "$lt_cv_prog_gnu_ld"; then
26092781 version_type=linux # correct to gnu/linux during the next big refactor
26102782 else
26112783 version_type=irix
26132785 esac
26142786 need_lib_prefix=no
26152787 need_version=no
2616 soname_spec='${libname}${release}${shared_ext}$major'
2617 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
2788 soname_spec='$libname$release$shared_ext$major'
2789 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$release$shared_ext $libname$shared_ext'
26182790 case $host_os in
26192791 irix5* | nonstopux*)
26202792 libsuff= shlibsuff=
26332805 esac
26342806 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
26352807 shlibpath_overrides_runpath=no
2636 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
2637 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
2808 sys_lib_search_path_spec="/usr/lib$libsuff /lib$libsuff /usr/local/lib$libsuff"
2809 sys_lib_dlsearch_path_spec="/usr/lib$libsuff /lib$libsuff"
26382810 hardcode_into_libs=yes
26392811 ;;
26402812
26432815 dynamic_linker=no
26442816 ;;
26452817
2818 linux*android*)
2819 version_type=none # Android doesn't support versioned libraries.
2820 need_lib_prefix=no
2821 need_version=no
2822 library_names_spec='$libname$release$shared_ext'
2823 soname_spec='$libname$release$shared_ext'
2824 finish_cmds=
2825 shlibpath_var=LD_LIBRARY_PATH
2826 shlibpath_overrides_runpath=yes
2827
2828 # This implies no fast_install, which is unacceptable.
2829 # Some rework will be needed to allow for fast_install
2830 # before this can be enabled.
2831 hardcode_into_libs=yes
2832
2833 dynamic_linker='Android linker'
2834 # Don't embed -rpath directories since the linker doesn't support them.
2835 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
2836 ;;
2837
26462838 # This must be glibc/ELF.
2647 linux* | k*bsd*-gnu | kopensolaris*-gnu)
2839 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
26482840 version_type=linux # correct to gnu/linux during the next big refactor
26492841 need_lib_prefix=no
26502842 need_version=no
2651 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2652 soname_spec='${libname}${release}${shared_ext}$major'
2843 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2844 soname_spec='$libname$release$shared_ext$major'
26532845 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
26542846 shlibpath_var=LD_LIBRARY_PATH
26552847 shlibpath_overrides_runpath=no
26772869 # Add ABI-specific directories to the system library path.
26782870 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
26792871
2680 # Append ld.so.conf contents to the search path
2872 # Ideally, we could use ldconfig to report *all* directores which are
2873 # searched for libraries, however this is still not possible. Aside from not
2874 # being certain /sbin/ldconfig is available, command
2875 # 'ldconfig -N -X -v | grep ^/' on 64bit Fedora does not report /usr/lib64,
2876 # even though it is searched at run-time. Try to do the best guess by
2877 # appending ld.so.conf contents (and includes) to the search path.
26812878 if test -f /etc/ld.so.conf; then
26822879 lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
26832880 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
2684
26852881 fi
26862882
26872883 # We used to test for /lib/ld.so.1 and disable shared libraries on
26982894 need_lib_prefix=no
26992895 need_version=no
27002896 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
2701 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
2897 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
27022898 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
27032899 dynamic_linker='NetBSD (a.out) ld.so'
27042900 else
2705 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
2706 soname_spec='${libname}${release}${shared_ext}$major'
2901 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2902 soname_spec='$libname$release$shared_ext$major'
27072903 dynamic_linker='NetBSD ld.elf_so'
27082904 fi
27092905 shlibpath_var=LD_LIBRARY_PATH
27132909
27142910 newsos6)
27152911 version_type=linux # correct to gnu/linux during the next big refactor
2716 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2912 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
27172913 shlibpath_var=LD_LIBRARY_PATH
27182914 shlibpath_overrides_runpath=yes
27192915 ;;
27222918 version_type=qnx
27232919 need_lib_prefix=no
27242920 need_version=no
2725 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2726 soname_spec='${libname}${release}${shared_ext}$major'
2921 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2922 soname_spec='$libname$release$shared_ext$major'
27272923 shlibpath_var=LD_LIBRARY_PATH
27282924 shlibpath_overrides_runpath=no
27292925 hardcode_into_libs=yes
27302926 dynamic_linker='ldqnx.so'
27312927 ;;
27322928
2733 openbsd*)
2929 openbsd* | bitrig*)
27342930 version_type=sunos
2735 sys_lib_dlsearch_path_spec="/usr/lib"
2931 sys_lib_dlsearch_path_spec=/usr/lib
27362932 need_lib_prefix=no
2737 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
2738 case $host_os in
2739 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
2740 *) need_version=no ;;
2741 esac
2742 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
2933 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
2934 need_version=no
2935 else
2936 need_version=yes
2937 fi
2938 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
27432939 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
27442940 shlibpath_var=LD_LIBRARY_PATH
2745 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
2746 case $host_os in
2747 openbsd2.[[89]] | openbsd2.[[89]].*)
2748 shlibpath_overrides_runpath=no
2749 ;;
2750 *)
2751 shlibpath_overrides_runpath=yes
2752 ;;
2753 esac
2754 else
2755 shlibpath_overrides_runpath=yes
2756 fi
2941 shlibpath_overrides_runpath=yes
27572942 ;;
27582943
27592944 os2*)
27602945 libname_spec='$name'
2761 shrext_cmds=".dll"
2946 version_type=windows
2947 shrext_cmds=.dll
2948 need_version=no
27622949 need_lib_prefix=no
2763 library_names_spec='$libname${shared_ext} $libname.a'
2950 # OS/2 can only load a DLL with a base name of 8 characters or less.
2951 soname_spec='`test -n "$os2dllname" && libname="$os2dllname";
2952 v=$($ECHO $release$versuffix | tr -d .-);
2953 n=$($ECHO $libname | cut -b -$((8 - ${#v})) | tr . _);
2954 $ECHO $n$v`$shared_ext'
2955 library_names_spec='${libname}_dll.$libext'
27642956 dynamic_linker='OS/2 ld.exe'
2765 shlibpath_var=LIBPATH
2957 shlibpath_var=BEGINLIBPATH
2958 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
2959 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
2960 postinstall_cmds='base_file=`basename \$file`~
2961 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
2962 dldir=$destdir/`dirname \$dlpath`~
2963 test -d \$dldir || mkdir -p \$dldir~
2964 $install_prog $dir/$dlname \$dldir/$dlname~
2965 chmod a+x \$dldir/$dlname~
2966 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
2967 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
2968 fi'
2969 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
2970 dlpath=$dir/\$dldll~
2971 $RM \$dlpath'
27662972 ;;
27672973
27682974 osf3* | osf4* | osf5*)
27692975 version_type=osf
27702976 need_lib_prefix=no
27712977 need_version=no
2772 soname_spec='${libname}${release}${shared_ext}$major'
2773 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2978 soname_spec='$libname$release$shared_ext$major'
2979 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
27742980 shlibpath_var=LD_LIBRARY_PATH
27752981 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
2776 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
2982 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
27772983 ;;
27782984
27792985 rdos*)
27842990 version_type=linux # correct to gnu/linux during the next big refactor
27852991 need_lib_prefix=no
27862992 need_version=no
2787 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2788 soname_spec='${libname}${release}${shared_ext}$major'
2993 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
2994 soname_spec='$libname$release$shared_ext$major'
27892995 shlibpath_var=LD_LIBRARY_PATH
27902996 shlibpath_overrides_runpath=yes
27912997 hardcode_into_libs=yes
27953001
27963002 sunos4*)
27973003 version_type=sunos
2798 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
3004 library_names_spec='$libname$release$shared_ext$versuffix $libname$shared_ext$versuffix'
27993005 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
28003006 shlibpath_var=LD_LIBRARY_PATH
28013007 shlibpath_overrides_runpath=yes
2802 if test "$with_gnu_ld" = yes; then
3008 if test yes = "$with_gnu_ld"; then
28033009 need_lib_prefix=no
28043010 fi
28053011 need_version=yes
28073013
28083014 sysv4 | sysv4.3*)
28093015 version_type=linux # correct to gnu/linux during the next big refactor
2810 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2811 soname_spec='${libname}${release}${shared_ext}$major'
3016 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3017 soname_spec='$libname$release$shared_ext$major'
28123018 shlibpath_var=LD_LIBRARY_PATH
28133019 case $host_vendor in
28143020 sni)
28293035 ;;
28303036
28313037 sysv4*MP*)
2832 if test -d /usr/nec ;then
3038 if test -d /usr/nec; then
28333039 version_type=linux # correct to gnu/linux during the next big refactor
2834 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
2835 soname_spec='$libname${shared_ext}.$major'
3040 library_names_spec='$libname$shared_ext.$versuffix $libname$shared_ext.$major $libname$shared_ext'
3041 soname_spec='$libname$shared_ext.$major'
28363042 shlibpath_var=LD_LIBRARY_PATH
28373043 fi
28383044 ;;
28393045
28403046 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
2841 version_type=freebsd-elf
3047 version_type=sco
28423048 need_lib_prefix=no
28433049 need_version=no
2844 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
2845 soname_spec='${libname}${release}${shared_ext}$major'
3050 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext $libname$shared_ext'
3051 soname_spec='$libname$release$shared_ext$major'
28463052 shlibpath_var=LD_LIBRARY_PATH
28473053 shlibpath_overrides_runpath=yes
28483054 hardcode_into_libs=yes
2849 if test "$with_gnu_ld" = yes; then
3055 if test yes = "$with_gnu_ld"; then
28503056 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
28513057 else
28523058 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
28643070 version_type=linux # correct to gnu/linux during the next big refactor
28653071 need_lib_prefix=no
28663072 need_version=no
2867 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
3073 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
28683074 shlibpath_var=LD_LIBRARY_PATH
28693075 shlibpath_overrides_runpath=no
28703076 hardcode_into_libs=yes
28723078
28733079 uts4*)
28743080 version_type=linux # correct to gnu/linux during the next big refactor
2875 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
2876 soname_spec='${libname}${release}${shared_ext}$major'
3081 library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext'
3082 soname_spec='$libname$release$shared_ext$major'
28773083 shlibpath_var=LD_LIBRARY_PATH
28783084 ;;
28793085
28823088 ;;
28833089 esac
28843090 AC_MSG_RESULT([$dynamic_linker])
2885 test "$dynamic_linker" = no && can_build_shared=no
3091 test no = "$dynamic_linker" && can_build_shared=no
28863092
28873093 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
2888 if test "$GCC" = yes; then
3094 if test yes = "$GCC"; then
28893095 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
28903096 fi
28913097
2892 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
2893 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
3098 if test set = "${lt_cv_sys_lib_search_path_spec+set}"; then
3099 sys_lib_search_path_spec=$lt_cv_sys_lib_search_path_spec
28943100 fi
2895 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
2896 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
3101
3102 if test set = "${lt_cv_sys_lib_dlsearch_path_spec+set}"; then
3103 sys_lib_dlsearch_path_spec=$lt_cv_sys_lib_dlsearch_path_spec
28973104 fi
3105
3106 # remember unaugmented sys_lib_dlsearch_path content for libtool script decls...
3107 configure_time_dlsearch_path=$sys_lib_dlsearch_path_spec
3108
3109 # ... but it needs LT_SYS_LIBRARY_PATH munging for other configure-time code
3110 func_munge_path_list sys_lib_dlsearch_path_spec "$LT_SYS_LIBRARY_PATH"
3111
3112 # to be used as default LT_SYS_LIBRARY_PATH value in generated libtool
3113 configure_time_lt_sys_library_path=$LT_SYS_LIBRARY_PATH
28983114
28993115 _LT_DECL([], [variables_saved_for_relink], [1],
29003116 [Variables whose values should be saved in libtool wrapper scripts and
29283144 [Whether we should hardcode library paths into libraries])
29293145 _LT_DECL([], [sys_lib_search_path_spec], [2],
29303146 [Compile-time system search path for libraries])
2931 _LT_DECL([], [sys_lib_dlsearch_path_spec], [2],
2932 [Run-time system search path for libraries])
3147 _LT_DECL([sys_lib_dlsearch_path_spec], [configure_time_dlsearch_path], [2],
3148 [Detected run-time system search path for libraries])
3149 _LT_DECL([], [configure_time_lt_sys_library_path], [2],
3150 [Explicit LT_SYS_LIBRARY_PATH set during ./configure time])
29333151 ])# _LT_SYS_DYNAMIC_LINKER
29343152
29353153
29363154 # _LT_PATH_TOOL_PREFIX(TOOL)
29373155 # --------------------------
2938 # find a file program which can recognize shared library
3156 # find a file program that can recognize shared library
29393157 AC_DEFUN([_LT_PATH_TOOL_PREFIX],
29403158 [m4_require([_LT_DECL_EGREP])dnl
29413159 AC_MSG_CHECKING([for $1])
29423160 AC_CACHE_VAL(lt_cv_path_MAGIC_CMD,
29433161 [case $MAGIC_CMD in
29443162 [[\\/*] | ?:[\\/]*])
2945 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
3163 lt_cv_path_MAGIC_CMD=$MAGIC_CMD # Let the user override the test with a path.
29463164 ;;
29473165 *)
2948 lt_save_MAGIC_CMD="$MAGIC_CMD"
2949 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
3166 lt_save_MAGIC_CMD=$MAGIC_CMD
3167 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
29503168 dnl $ac_dummy forces splitting on constant user-supplied paths.
29513169 dnl POSIX.2 word splitting is done only on the output of word expansions,
29523170 dnl not every word. This closes a longstanding sh security hole.
29533171 ac_dummy="m4_if([$2], , $PATH, [$2])"
29543172 for ac_dir in $ac_dummy; do
2955 IFS="$lt_save_ifs"
3173 IFS=$lt_save_ifs
29563174 test -z "$ac_dir" && ac_dir=.
2957 if test -f $ac_dir/$1; then
2958 lt_cv_path_MAGIC_CMD="$ac_dir/$1"
3175 if test -f "$ac_dir/$1"; then
3176 lt_cv_path_MAGIC_CMD=$ac_dir/"$1"
29593177 if test -n "$file_magic_test_file"; then
29603178 case $deplibs_check_method in
29613179 "file_magic "*)
29623180 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
2963 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3181 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
29643182 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
29653183 $EGREP "$file_magic_regex" > /dev/null; then
29663184 :
29833201 break
29843202 fi
29853203 done
2986 IFS="$lt_save_ifs"
2987 MAGIC_CMD="$lt_save_MAGIC_CMD"
3204 IFS=$lt_save_ifs
3205 MAGIC_CMD=$lt_save_MAGIC_CMD
29883206 ;;
29893207 esac])
2990 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
3208 MAGIC_CMD=$lt_cv_path_MAGIC_CMD
29913209 if test -n "$MAGIC_CMD"; then
29923210 AC_MSG_RESULT($MAGIC_CMD)
29933211 else
30053223
30063224 # _LT_PATH_MAGIC
30073225 # --------------
3008 # find a file program which can recognize a shared library
3226 # find a file program that can recognize a shared library
30093227 m4_defun([_LT_PATH_MAGIC],
30103228 [_LT_PATH_TOOL_PREFIX(${ac_tool_prefix}file, /usr/bin$PATH_SEPARATOR$PATH)
30113229 if test -z "$lt_cv_path_MAGIC_CMD"; then
30323250 AC_ARG_WITH([gnu-ld],
30333251 [AS_HELP_STRING([--with-gnu-ld],
30343252 [assume the C compiler uses GNU ld @<:@default=no@:>@])],
3035 [test "$withval" = no || with_gnu_ld=yes],
3253 [test no = "$withval" || with_gnu_ld=yes],
30363254 [with_gnu_ld=no])dnl
30373255
30383256 ac_prog=ld
3039 if test "$GCC" = yes; then
3257 if test yes = "$GCC"; then
30403258 # Check if gcc -print-prog-name=ld gives a path.
30413259 AC_MSG_CHECKING([for ld used by $CC])
30423260 case $host in
30433261 *-*-mingw*)
3044 # gcc leaves a trailing carriage return which upsets mingw
3262 # gcc leaves a trailing carriage return, which upsets mingw
30453263 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
30463264 *)
30473265 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
30553273 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
30563274 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
30573275 done
3058 test -z "$LD" && LD="$ac_prog"
3276 test -z "$LD" && LD=$ac_prog
30593277 ;;
30603278 "")
30613279 # If it fails, then pretend we aren't using GCC.
30663284 with_gnu_ld=unknown
30673285 ;;
30683286 esac
3069 elif test "$with_gnu_ld" = yes; then
3287 elif test yes = "$with_gnu_ld"; then
30703288 AC_MSG_CHECKING([for GNU ld])
30713289 else
30723290 AC_MSG_CHECKING([for non-GNU ld])
30733291 fi
30743292 AC_CACHE_VAL(lt_cv_path_LD,
30753293 [if test -z "$LD"; then
3076 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
3294 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
30773295 for ac_dir in $PATH; do
3078 IFS="$lt_save_ifs"
3296 IFS=$lt_save_ifs
30793297 test -z "$ac_dir" && ac_dir=.
30803298 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
3081 lt_cv_path_LD="$ac_dir/$ac_prog"
3299 lt_cv_path_LD=$ac_dir/$ac_prog
30823300 # Check to see if the program is GNU ld. I'd rather use --version,
30833301 # but apparently some variants of GNU ld only accept -v.
30843302 # Break only if it was the GNU/non-GNU ld that we prefer.
30853303 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
30863304 *GNU* | *'with BFD'*)
3087 test "$with_gnu_ld" != no && break
3305 test no != "$with_gnu_ld" && break
30883306 ;;
30893307 *)
3090 test "$with_gnu_ld" != yes && break
3308 test yes != "$with_gnu_ld" && break
30913309 ;;
30923310 esac
30933311 fi
30943312 done
3095 IFS="$lt_save_ifs"
3313 IFS=$lt_save_ifs
30963314 else
3097 lt_cv_path_LD="$LD" # Let the user override the test with a path.
3315 lt_cv_path_LD=$LD # Let the user override the test with a path.
30983316 fi])
3099 LD="$lt_cv_path_LD"
3317 LD=$lt_cv_path_LD
31003318 if test -n "$LD"; then
31013319 AC_MSG_RESULT($LD)
31023320 else
31503368 reload_cmds='$LD$reload_flag -o $output$reload_objs'
31513369 case $host_os in
31523370 cygwin* | mingw* | pw32* | cegcc*)
3153 if test "$GCC" != yes; then
3371 if test yes != "$GCC"; then
31543372 reload_cmds=false
31553373 fi
31563374 ;;
31573375 darwin*)
3158 if test "$GCC" = yes; then
3159 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
3376 if test yes = "$GCC"; then
3377 reload_cmds='$LTCC $LTCFLAGS -nostdlib $wl-r -o $output$reload_objs'
31603378 else
31613379 reload_cmds='$LD$reload_flag -o $output$reload_objs'
31623380 fi
31653383 _LT_TAGDECL([], [reload_flag], [1], [How to create reloadable object files])dnl
31663384 _LT_TAGDECL([], [reload_cmds], [2])dnl
31673385 ])# _LT_CMD_RELOAD
3386
3387
3388 # _LT_PATH_DD
3389 # -----------
3390 # find a working dd
3391 m4_defun([_LT_PATH_DD],
3392 [AC_CACHE_CHECK([for a working dd], [ac_cv_path_lt_DD],
3393 [printf 0123456789abcdef0123456789abcdef >conftest.i
3394 cat conftest.i conftest.i >conftest2.i
3395 : ${lt_DD:=$DD}
3396 AC_PATH_PROGS_FEATURE_CHECK([lt_DD], [dd],
3397 [if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
3398 cmp -s conftest.i conftest.out \
3399 && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
3400 fi])
3401 rm -f conftest.i conftest2.i conftest.out])
3402 ])# _LT_PATH_DD
3403
3404
3405 # _LT_CMD_TRUNCATE
3406 # ----------------
3407 # find command to truncate a binary pipe
3408 m4_defun([_LT_CMD_TRUNCATE],
3409 [m4_require([_LT_PATH_DD])
3410 AC_CACHE_CHECK([how to truncate binary pipes], [lt_cv_truncate_bin],
3411 [printf 0123456789abcdef0123456789abcdef >conftest.i
3412 cat conftest.i conftest.i >conftest2.i
3413 lt_cv_truncate_bin=
3414 if "$ac_cv_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
3415 cmp -s conftest.i conftest.out \
3416 && lt_cv_truncate_bin="$ac_cv_path_lt_DD bs=4096 count=1"
3417 fi
3418 rm -f conftest.i conftest2.i conftest.out
3419 test -z "$lt_cv_truncate_bin" && lt_cv_truncate_bin="$SED -e 4q"])
3420 _LT_DECL([lt_truncate_bin], [lt_cv_truncate_bin], [1],
3421 [Command to truncate a binary pipe])
3422 ])# _LT_CMD_TRUNCATE
31683423
31693424
31703425 # _LT_CHECK_MAGIC_METHOD
31823437 # Need to set the preceding variable on all platforms that support
31833438 # interlibrary dependencies.
31843439 # 'none' -- dependencies not supported.
3185 # `unknown' -- same as none, but documents that we really don't know.
3440 # 'unknown' -- same as none, but documents that we really don't know.
31863441 # 'pass_all' -- all dependencies passed with no checks.
31873442 # 'test_compile' -- check by making test program.
31883443 # 'file_magic [[regex]]' -- check by looking for files in library path
3189 # which responds to the $file_magic_cmd with a given extended regex.
3190 # If you have `file' or equivalent on your system and you're not sure
3191 # whether `pass_all' will *always* work, you probably want this one.
3444 # that responds to the $file_magic_cmd with a given extended regex.
3445 # If you have 'file' or equivalent on your system and you're not sure
3446 # whether 'pass_all' will *always* work, you probably want this one.
31923447
31933448 case $host_os in
31943449 aix[[4-9]]*)
32153470 # Base MSYS/MinGW do not provide the 'file' command needed by
32163471 # func_win32_libid shell function, so use a weaker test based on 'objdump',
32173472 # unless we find 'file', for example because we are cross-compiling.
3218 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
3219 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
3473 if ( file / ) >/dev/null 2>&1; then
32203474 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
32213475 lt_cv_file_magic_cmd='func_win32_libid'
32223476 else
32503504 else
32513505 lt_cv_deplibs_check_method=pass_all
32523506 fi
3253 ;;
3254
3255 gnu*)
3256 lt_cv_deplibs_check_method=pass_all
32573507 ;;
32583508
32593509 haiku*)
32943544 ;;
32953545
32963546 # This must be glibc/ELF.
3297 linux* | k*bsd*-gnu | kopensolaris*-gnu)
3547 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
32983548 lt_cv_deplibs_check_method=pass_all
32993549 ;;
33003550
33163566 lt_cv_deplibs_check_method=pass_all
33173567 ;;
33183568
3319 openbsd*)
3320 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
3569 openbsd* | bitrig*)
3570 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
33213571 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
33223572 else
33233573 lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
33703620 tpf*)
33713621 lt_cv_deplibs_check_method=pass_all
33723622 ;;
3623 os2*)
3624 lt_cv_deplibs_check_method=pass_all
3625 ;;
33733626 esac
33743627 ])
33753628
34103663 AC_CACHE_CHECK([for BSD- or MS-compatible name lister (nm)], lt_cv_path_NM,
34113664 [if test -n "$NM"; then
34123665 # Let the user override the test.
3413 lt_cv_path_NM="$NM"
3666 lt_cv_path_NM=$NM
34143667 else
3415 lt_nm_to_check="${ac_tool_prefix}nm"
3668 lt_nm_to_check=${ac_tool_prefix}nm
34163669 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
34173670 lt_nm_to_check="$lt_nm_to_check nm"
34183671 fi
34193672 for lt_tmp_nm in $lt_nm_to_check; do
3420 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
3673 lt_save_ifs=$IFS; IFS=$PATH_SEPARATOR
34213674 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
3422 IFS="$lt_save_ifs"
3675 IFS=$lt_save_ifs
34233676 test -z "$ac_dir" && ac_dir=.
3424 tmp_nm="$ac_dir/$lt_tmp_nm"
3425 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
3677 tmp_nm=$ac_dir/$lt_tmp_nm
3678 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext"; then
34263679 # Check to see if the nm accepts a BSD-compat flag.
3427 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3680 # Adding the 'sed 1q' prevents false positives on HP-UX, which says:
34283681 # nm: unknown option "B" ignored
34293682 # Tru64's nm complains that /dev/null is an invalid object file
3430 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
3431 */dev/null* | *'Invalid file or object type'*)
3683 # MSYS converts /dev/null to NUL, MinGW nm treats NUL as empty
3684 case $build_os in
3685 mingw*) lt_bad_file=conftest.nm/nofile ;;
3686 *) lt_bad_file=/dev/null ;;
3687 esac
3688 case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
3689 *$lt_bad_file* | *'Invalid file or object type'*)
34323690 lt_cv_path_NM="$tmp_nm -B"
3433 break
3691 break 2
34343692 ;;
34353693 *)
34363694 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
34373695 */dev/null*)
34383696 lt_cv_path_NM="$tmp_nm -p"
3439 break
3697 break 2
34403698 ;;
34413699 *)
34423700 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
34473705 esac
34483706 fi
34493707 done
3450 IFS="$lt_save_ifs"
3708 IFS=$lt_save_ifs
34513709 done
34523710 : ${lt_cv_path_NM=no}
34533711 fi])
3454 if test "$lt_cv_path_NM" != "no"; then
3455 NM="$lt_cv_path_NM"
3712 if test no != "$lt_cv_path_NM"; then
3713 NM=$lt_cv_path_NM
34563714 else
34573715 # Didn't find any BSD compatible name lister, look for dumpbin.
34583716 if test -n "$DUMPBIN"; then :
34593717 # Let the user override the test.
34603718 else
34613719 AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
3462 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
3720 case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
34633721 *COFF*)
3464 DUMPBIN="$DUMPBIN -symbols"
3722 DUMPBIN="$DUMPBIN -symbols -headers"
34653723 ;;
34663724 *)
34673725 DUMPBIN=:
34693727 esac
34703728 fi
34713729 AC_SUBST([DUMPBIN])
3472 if test "$DUMPBIN" != ":"; then
3473 NM="$DUMPBIN"
3730 if test : != "$DUMPBIN"; then
3731 NM=$DUMPBIN
34743732 fi
34753733 fi
34763734 test -z "$NM" && NM=nm
35163774
35173775 case $host_os in
35183776 cygwin* | mingw* | pw32* | cegcc*)
3519 # two different shell functions defined in ltmain.sh
3520 # decide which to use based on capabilities of $DLLTOOL
3777 # two different shell functions defined in ltmain.sh;
3778 # decide which one to use based on capabilities of $DLLTOOL
35213779 case `$DLLTOOL --help 2>&1` in
35223780 *--identify-strict*)
35233781 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
35293787 ;;
35303788 *)
35313789 # fallback: assume linklib IS sharedlib
3532 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
3790 lt_cv_sharedlib_from_linklib_cmd=$ECHO
35333791 ;;
35343792 esac
35353793 ])
35563814 lt_cv_path_mainfest_tool=yes
35573815 fi
35583816 rm -f conftest*])
3559 if test "x$lt_cv_path_mainfest_tool" != xyes; then
3817 if test yes != "$lt_cv_path_mainfest_tool"; then
35603818 MANIFEST_TOOL=:
35613819 fi
35623820 _LT_DECL([], [MANIFEST_TOOL], [1], [Manifest tool])dnl
35633821 ])# _LT_PATH_MANIFEST_TOOL
3822
3823
3824 # _LT_DLL_DEF_P([FILE])
3825 # ---------------------
3826 # True iff FILE is a Windows DLL '.def' file.
3827 # Keep in sync with func_dll_def_p in the libtool script
3828 AC_DEFUN([_LT_DLL_DEF_P],
3829 [dnl
3830 test DEF = "`$SED -n dnl
3831 -e '\''s/^[[ ]]*//'\'' dnl Strip leading whitespace
3832 -e '\''/^\(;.*\)*$/d'\'' dnl Delete empty lines and comments
3833 -e '\''s/^\(EXPORTS\|LIBRARY\)\([[ ]].*\)*$/DEF/p'\'' dnl
3834 -e q dnl Only consider the first "real" line
3835 $1`" dnl
3836 ])# _LT_DLL_DEF_P
35643837
35653838
35663839 # LT_LIB_M
35743847 # These system don't have libm, or don't need it
35753848 ;;
35763849 *-ncr-sysv4.3*)
3577 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM="-lmw")
3850 AC_CHECK_LIB(mw, _mwvalidcheckl, LIBM=-lmw)
35783851 AC_CHECK_LIB(m, cos, LIBM="$LIBM -lm")
35793852 ;;
35803853 *)
3581 AC_CHECK_LIB(m, cos, LIBM="-lm")
3854 AC_CHECK_LIB(m, cos, LIBM=-lm)
35823855 ;;
35833856 esac
35843857 AC_SUBST([LIBM])
35973870
35983871 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
35993872
3600 if test "$GCC" = yes; then
3873 if test yes = "$GCC"; then
36013874 case $cc_basename in
36023875 nvcc*)
36033876 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -Xcompiler -fno-builtin' ;;
36493922 symcode='[[ABCDGISTW]]'
36503923 ;;
36513924 hpux*)
3652 if test "$host_cpu" = ia64; then
3925 if test ia64 = "$host_cpu"; then
36533926 symcode='[[ABCDEGRST]]'
36543927 fi
36553928 ;;
36823955 symcode='[[ABCDGIRSTW]]' ;;
36833956 esac
36843957
3958 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
3959 # Gets list of data symbols to import.
3960 lt_cv_sys_global_symbol_to_import="sed -n -e 's/^I .* \(.*\)$/\1/p'"
3961 # Adjust the below global symbol transforms to fixup imported variables.
3962 lt_cdecl_hook=" -e 's/^I .* \(.*\)$/extern __declspec(dllimport) char \1;/p'"
3963 lt_c_name_hook=" -e 's/^I .* \(.*\)$/ {\"\1\", (void *) 0},/p'"
3964 lt_c_name_lib_hook="\
3965 -e 's/^I .* \(lib.*\)$/ {\"\1\", (void *) 0},/p'\
3966 -e 's/^I .* \(.*\)$/ {\"lib\1\", (void *) 0},/p'"
3967 else
3968 # Disable hooks by default.
3969 lt_cv_sys_global_symbol_to_import=
3970 lt_cdecl_hook=
3971 lt_c_name_hook=
3972 lt_c_name_lib_hook=
3973 fi
3974
36853975 # Transform an extracted symbol line into a proper C declaration.
36863976 # Some systems (esp. on ia64) link data and code symbols differently,
36873977 # so use this general approach.
3688 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
3978 lt_cv_sys_global_symbol_to_cdecl="sed -n"\
3979 $lt_cdecl_hook\
3980 " -e 's/^T .* \(.*\)$/extern int \1();/p'"\
3981 " -e 's/^$symcode$symcode* .* \(.*\)$/extern char \1;/p'"
36893982
36903983 # Transform an extracted symbol line into symbol name and symbol address
3691 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p'"
3692 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([[^ ]]*\)[[ ]]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([[^ ]]*\) \(lib[[^ ]]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([[^ ]]*\) \([[^ ]]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
3984 lt_cv_sys_global_symbol_to_c_name_address="sed -n"\
3985 $lt_c_name_hook\
3986 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
3987 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/p'"
3988
3989 # Transform an extracted symbol line into symbol name with lib prefix and
3990 # symbol address.
3991 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n"\
3992 $lt_c_name_lib_hook\
3993 " -e 's/^: \(.*\) .*$/ {\"\1\", (void *) 0},/p'"\
3994 " -e 's/^$symcode$symcode* .* \(lib.*\)$/ {\"\1\", (void *) \&\1},/p'"\
3995 " -e 's/^$symcode$symcode* .* \(.*\)$/ {\"lib\1\", (void *) \&\1},/p'"
36933996
36943997 # Handle CRLF in mingw tool chain
36953998 opt_cr=
37074010
37084011 # Write the raw and C identifiers.
37094012 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
3710 # Fake it for dumpbin and say T for any non-static function
3711 # and D for any global variable.
4013 # Fake it for dumpbin and say T for any non-static function,
4014 # D for any global variable and I for any imported variable.
37124015 # Also find C++ and __fastcall symbols from MSVC++,
37134016 # which start with @ or ?.
37144017 lt_cv_sys_global_symbol_pipe="$AWK ['"\
37154018 " {last_section=section; section=\$ 3};"\
37164019 " /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
37174020 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
4021 " /^ *Symbol name *: /{split(\$ 0,sn,\":\"); si=substr(sn[2],2)};"\
4022 " /^ *Type *: code/{print \"T\",si,substr(si,length(prfx))};"\
4023 " /^ *Type *: data/{print \"I\",si,substr(si,length(prfx))};"\
37184024 " \$ 0!~/External *\|/{next};"\
37194025 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
37204026 " {if(hide[section]) next};"\
3721 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
3722 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
3723 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
3724 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
4027 " {f=\"D\"}; \$ 0~/\(\).*\|/{f=\"T\"};"\
4028 " {split(\$ 0,a,/\||\r/); split(a[2],s)};"\
4029 " s[1]~/^[@?]/{print f,s[1],s[1]; next};"\
4030 " s[1]~prfx {split(s[1],t,\"@\"); print f,t[1],substr(t[1],length(prfx))}"\
37254031 " ' prfx=^$ac_symprfx]"
37264032 else
37274033 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[[ ]]\($symcode$symcode*\)[[ ]][[ ]]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
37614067 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
37624068 cat <<_LT_EOF > conftest.$ac_ext
37634069 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
3764 #if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
3765 /* DATA imports from DLLs on WIN32 con't be const, because runtime
4070 #if defined _WIN32 || defined __CYGWIN__ || defined _WIN32_WCE
4071 /* DATA imports from DLLs on WIN32 can't be const, because runtime
37664072 relocations are performed -- see ld's documentation on pseudo-relocs. */
37674073 # define LT@&t@_DLSYM_CONST
3768 #elif defined(__osf__)
4074 #elif defined __osf__
37694075 /* This system does not cope well with relocations in const data. */
37704076 # define LT@&t@_DLSYM_CONST
37714077 #else
37914097 {
37924098 { "@PROGRAM@", (void *) 0 },
37934099 _LT_EOF
3794 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
4100 $SED "s/^$symcode$symcode* .* \(.*\)$/ {\"\1\", (void *) \&\1},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
37954101 cat <<\_LT_EOF >> conftest.$ac_ext
37964102 {0, (void *) 0}
37974103 };
38114117 mv conftest.$ac_objext conftstm.$ac_objext
38124118 lt_globsym_save_LIBS=$LIBS
38134119 lt_globsym_save_CFLAGS=$CFLAGS
3814 LIBS="conftstm.$ac_objext"
4120 LIBS=conftstm.$ac_objext
38154121 CFLAGS="$CFLAGS$_LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)"
3816 if AC_TRY_EVAL(ac_link) && test -s conftest${ac_exeext}; then
4122 if AC_TRY_EVAL(ac_link) && test -s conftest$ac_exeext; then
38174123 pipe_works=yes
38184124 fi
38194125 LIBS=$lt_globsym_save_LIBS
38344140 rm -rf conftest* conftst*
38354141
38364142 # Do not use the global_symbol_pipe unless it works.
3837 if test "$pipe_works" = yes; then
4143 if test yes = "$pipe_works"; then
38384144 break
38394145 else
38404146 lt_cv_sys_global_symbol_pipe=
38614167 [Take the output of nm and produce a listing of raw symbols and C names])
38624168 _LT_DECL([global_symbol_to_cdecl], [lt_cv_sys_global_symbol_to_cdecl], [1],
38634169 [Transform the output of nm in a proper C declaration])
4170 _LT_DECL([global_symbol_to_import], [lt_cv_sys_global_symbol_to_import], [1],
4171 [Transform the output of nm into a list of symbols to manually relocate])
38644172 _LT_DECL([global_symbol_to_c_name_address],
38654173 [lt_cv_sys_global_symbol_to_c_name_address], [1],
38664174 [Transform the output of nm in a C name address pair])
38674175 _LT_DECL([global_symbol_to_c_name_address_lib_prefix],
38684176 [lt_cv_sys_global_symbol_to_c_name_address_lib_prefix], [1],
38694177 [Transform the output of nm in a C name address pair when lib prefix is needed])
4178 _LT_DECL([nm_interface], [lt_cv_nm_interface], [1],
4179 [The name lister interface])
38704180 _LT_DECL([], [nm_file_list_spec], [1],
38714181 [Specify filename containing input files for $NM])
38724182 ]) # _LT_CMD_GLOBAL_SYMBOLS
38824192
38834193 m4_if([$1], [CXX], [
38844194 # C++ specific cases for pic, static, wl, etc.
3885 if test "$GXX" = yes; then
4195 if test yes = "$GXX"; then
38864196 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
38874197 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
38884198
38894199 case $host_os in
38904200 aix*)
38914201 # All AIX code is PIC.
3892 if test "$host_cpu" = ia64; then
4202 if test ia64 = "$host_cpu"; then
38934203 # AIX 5 now supports IA64 processor
38944204 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
38954205 fi
4206 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
38964207 ;;
38974208
38984209 amigaos*)
39034214 ;;
39044215 m68k)
39054216 # FIXME: we need at least 68020 code to build shared libraries, but
3906 # adding the `-m68020' flag to GCC prevents building anything better,
3907 # like `-m68040'.
4217 # adding the '-m68020' flag to GCC prevents building anything better,
4218 # like '-m68040'.
39084219 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
39094220 ;;
39104221 esac
39204231 # (--disable-auto-import) libraries
39214232 m4_if([$1], [GCJ], [],
39224233 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4234 case $host_os in
4235 os2*)
4236 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
4237 ;;
4238 esac
39234239 ;;
39244240 darwin* | rhapsody*)
39254241 # PIC is the default on this platform
39694285 case $host_os in
39704286 aix[[4-9]]*)
39714287 # All AIX code is PIC.
3972 if test "$host_cpu" = ia64; then
4288 if test ia64 = "$host_cpu"; then
39734289 # AIX 5 now supports IA64 processor
39744290 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
39754291 else
40104326 case $cc_basename in
40114327 CC*)
40124328 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4013 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4014 if test "$host_cpu" != ia64; then
4329 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
4330 if test ia64 != "$host_cpu"; then
40154331 _LT_TAGVAR(lt_prog_compiler_pic, $1)='+Z'
40164332 fi
40174333 ;;
40184334 aCC*)
40194335 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4020 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4336 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
40214337 case $host_cpu in
40224338 hppa*64*|ia64*)
40234339 # +Z the default
40464362 ;;
40474363 esac
40484364 ;;
4049 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4365 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
40504366 case $cc_basename in
40514367 KCC*)
40524368 # KAI C++ Compiler
40544370 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
40554371 ;;
40564372 ecpc* )
4057 # old Intel C++ for x86_64 which still supported -KPIC.
4373 # old Intel C++ for x86_64, which still supported -KPIC.
40584374 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
40594375 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
40604376 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
41994515 fi
42004516 ],
42014517 [
4202 if test "$GCC" = yes; then
4518 if test yes = "$GCC"; then
42034519 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
42044520 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
42054521
42064522 case $host_os in
42074523 aix*)
42084524 # All AIX code is PIC.
4209 if test "$host_cpu" = ia64; then
4525 if test ia64 = "$host_cpu"; then
42104526 # AIX 5 now supports IA64 processor
42114527 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
42124528 fi
4529 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
42134530 ;;
42144531
42154532 amigaos*)
42204537 ;;
42214538 m68k)
42224539 # FIXME: we need at least 68020 code to build shared libraries, but
4223 # adding the `-m68020' flag to GCC prevents building anything better,
4224 # like `-m68040'.
4540 # adding the '-m68020' flag to GCC prevents building anything better,
4541 # like '-m68040'.
42254542 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-m68020 -resident32 -malways-restore-a4'
42264543 ;;
42274544 esac
42384555 # (--disable-auto-import) libraries
42394556 m4_if([$1], [GCJ], [],
42404557 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4558 case $host_os in
4559 os2*)
4560 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
4561 ;;
4562 esac
42414563 ;;
42424564
42434565 darwin* | rhapsody*)
43084630 case $host_os in
43094631 aix*)
43104632 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4311 if test "$host_cpu" = ia64; then
4633 if test ia64 = "$host_cpu"; then
43124634 # AIX 5 now supports IA64 processor
43134635 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
43144636 else
43164638 fi
43174639 ;;
43184640
4641 darwin* | rhapsody*)
4642 # PIC is the default on this platform
4643 # Common symbols not allowed in MH_DYLIB files
4644 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fno-common'
4645 case $cc_basename in
4646 nagfor*)
4647 # NAG Fortran compiler
4648 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
4649 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
4650 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4651 ;;
4652 esac
4653 ;;
4654
43194655 mingw* | cygwin* | pw32* | os2* | cegcc*)
43204656 # This hack is so that the source file can tell whether it is being
43214657 # built for inclusion in a dll (and should export symbols for example).
43224658 m4_if([$1], [GCJ], [],
43234659 [_LT_TAGVAR(lt_prog_compiler_pic, $1)='-DDLL_EXPORT'])
4660 case $host_os in
4661 os2*)
4662 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-static'
4663 ;;
4664 esac
43244665 ;;
43254666
43264667 hpux9* | hpux10* | hpux11*)
43364677 ;;
43374678 esac
43384679 # Is there a better lt_prog_compiler_static that works with the bundled CC?
4339 _LT_TAGVAR(lt_prog_compiler_static, $1)='${wl}-a ${wl}archive'
4680 _LT_TAGVAR(lt_prog_compiler_static, $1)='$wl-a ${wl}archive'
43404681 ;;
43414682
43424683 irix5* | irix6* | nonstopux*)
43454686 _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
43464687 ;;
43474688
4348 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4689 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
43494690 case $cc_basename in
4350 # old Intel for x86_64 which still supported -KPIC.
4691 # old Intel for x86_64, which still supported -KPIC.
43514692 ecc*)
43524693 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
43534694 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-KPIC'
43714712 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,-Wl,,'
43724713 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-PIC'
43734714 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
4715 ;;
4716 tcc*)
4717 # Fabrice Bellard et al's Tiny C Compiler
4718 _LT_TAGVAR(lt_prog_compiler_wl, $1)='-Wl,'
4719 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-fPIC'
4720 _LT_TAGVAR(lt_prog_compiler_static, $1)='-static'
43744721 ;;
43754722 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
43764723 # Portland Group compilers (*not* the Pentium gcc compiler,
44694816 ;;
44704817
44714818 sysv4*MP*)
4472 if test -d /usr/nec ;then
4819 if test -d /usr/nec; then
44734820 _LT_TAGVAR(lt_prog_compiler_pic, $1)='-Kconform_pic'
44744821 _LT_TAGVAR(lt_prog_compiler_static, $1)='-Bstatic'
44754822 fi
44984845 fi
44994846 ])
45004847 case $host_os in
4501 # For platforms which do not support PIC, -DPIC is meaningless:
4848 # For platforms that do not support PIC, -DPIC is meaningless:
45024849 *djgpp*)
45034850 _LT_TAGVAR(lt_prog_compiler_pic, $1)=
45044851 ;;
45644911 case $host_os in
45654912 aix[[4-9]]*)
45664913 # If we're using GNU nm, then we don't want the "-C" option.
4567 # -C means demangle to AIX nm, but means don't demangle with GNU nm
4568 # Also, AIX nm treats weak defined symbols like other global defined
4569 # symbols, whereas GNU nm marks them as "W".
4914 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
4915 # Without the "-l" option, or with the "-B" option, AIX nm treats
4916 # weak defined symbols like other global defined symbols, whereas
4917 # GNU nm marks them as "W".
4918 # While the 'weak' keyword is ignored in the Export File, we need
4919 # it in the Import File for the 'aix-soname' feature, so we have
4920 # to replace the "-B" option with "-P" for AIX nm.
45704921 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
4571 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
4922 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
45724923 else
4573 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
4924 _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
45744925 fi
45754926 ;;
45764927 pw32*)
4577 _LT_TAGVAR(export_symbols_cmds, $1)="$ltdll_cmds"
4928 _LT_TAGVAR(export_symbols_cmds, $1)=$ltdll_cmds
45784929 ;;
45794930 cygwin* | mingw* | cegcc*)
45804931 case $cc_basename in
46204971 # included in the symbol list
46214972 _LT_TAGVAR(include_expsyms, $1)=
46224973 # exclude_expsyms can be an extended regexp of symbols to exclude
4623 # it will be wrapped by ` (' and `)$', so one must not match beginning or
4624 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
4625 # as well as any symbol that contains `d'.
4974 # it will be wrapped by ' (' and ')$', so one must not match beginning or
4975 # end of line. Example: 'a|bc|.*d.*' will exclude the symbols 'a' and 'bc',
4976 # as well as any symbol that contains 'd'.
46264977 _LT_TAGVAR(exclude_expsyms, $1)=['_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*']
46274978 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
46284979 # platforms (ab)use it in PIC code, but their linkers get confused if
46384989 # FIXME: the MSVC++ port hasn't been tested in a loooong time
46394990 # When not using gcc, we currently assume that we are using
46404991 # Microsoft Visual C++.
4641 if test "$GCC" != yes; then
4992 if test yes != "$GCC"; then
46424993 with_gnu_ld=no
46434994 fi
46444995 ;;
46464997 # we just hope/assume this is gcc and not c89 (= MSVC++)
46474998 with_gnu_ld=yes
46484999 ;;
4649 openbsd*)
5000 openbsd* | bitrig*)
46505001 with_gnu_ld=no
46515002 ;;
46525003 esac
46565007 # On some targets, GNU ld is compatible enough with the native linker
46575008 # that we're better off using the native interface for both.
46585009 lt_use_gnu_ld_interface=no
4659 if test "$with_gnu_ld" = yes; then
5010 if test yes = "$with_gnu_ld"; then
46605011 case $host_os in
46615012 aix*)
46625013 # The AIX port of GNU ld has always aspired to compatibility
46785029 esac
46795030 fi
46805031
4681 if test "$lt_use_gnu_ld_interface" = yes; then
5032 if test yes = "$lt_use_gnu_ld_interface"; then
46825033 # If archive_cmds runs LD, not CC, wlarc should be empty
4683 wlarc='${wl}'
5034 wlarc='$wl'
46845035
46855036 # Set some defaults for GNU ld with shared library support. These
46865037 # are reset later if shared libraries are not supported. Putting them
46875038 # here allows them to be overridden if necessary.
46885039 runpath_var=LD_RUN_PATH
4689 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
4690 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
5040 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5041 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
46915042 # ancient GNU ld didn't support --whole-archive et. al.
46925043 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
4693 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
5044 _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
46945045 else
46955046 _LT_TAGVAR(whole_archive_flag_spec, $1)=
46965047 fi
46975048 supports_anon_versioning=no
4698 case `$LD -v 2>&1` in
5049 case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
46995050 *GNU\ gold*) supports_anon_versioning=yes ;;
47005051 *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
47015052 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
47085059 case $host_os in
47095060 aix[[3-9]]*)
47105061 # On AIX/PPC, the GNU linker is very broken
4711 if test "$host_cpu" != ia64; then
5062 if test ia64 != "$host_cpu"; then
47125063 _LT_TAGVAR(ld_shlibs, $1)=no
47135064 cat <<_LT_EOF 1>&2
47145065
47275078 case $host_cpu in
47285079 powerpc)
47295080 # see comment about AmigaOS4 .so support
4730 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5081 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
47315082 _LT_TAGVAR(archive_expsym_cmds, $1)=''
47325083 ;;
47335084 m68k)
47435094 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
47445095 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
47455096 # support --undefined. This deserves some investigation. FIXME
4746 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5097 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
47475098 else
47485099 _LT_TAGVAR(ld_shlibs, $1)=no
47495100 fi
47535104 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
47545105 # as there is no search path for DLLs.
47555106 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
4756 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
5107 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
47575108 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
47585109 _LT_TAGVAR(always_export_symbols, $1)=no
47595110 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
47615112 _LT_TAGVAR(exclude_expsyms, $1)=['[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname']
47625113
47635114 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
4764 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
4765 # If the export-symbols file already is a .def file (1st line
4766 # is EXPORTS), use it as is; otherwise, prepend...
4767 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
4768 cp $export_symbols $output_objdir/$soname.def;
4769 else
4770 echo EXPORTS > $output_objdir/$soname.def;
4771 cat $export_symbols >> $output_objdir/$soname.def;
4772 fi~
4773 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5115 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
5116 # If the export-symbols file already is a .def file, use it as
5117 # is; otherwise, prepend EXPORTS...
5118 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
5119 cp $export_symbols $output_objdir/$soname.def;
5120 else
5121 echo EXPORTS > $output_objdir/$soname.def;
5122 cat $export_symbols >> $output_objdir/$soname.def;
5123 fi~
5124 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
47745125 else
47755126 _LT_TAGVAR(ld_shlibs, $1)=no
47765127 fi
47775128 ;;
47785129
47795130 haiku*)
4780 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5131 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
47815132 _LT_TAGVAR(link_all_deplibs, $1)=yes
5133 ;;
5134
5135 os2*)
5136 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
5137 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5138 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5139 shrext_cmds=.dll
5140 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5141 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5142 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5143 $ECHO EXPORTS >> $output_objdir/$libname.def~
5144 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
5145 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5146 emximp -o $lib $output_objdir/$libname.def'
5147 _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5148 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5149 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5150 $ECHO EXPORTS >> $output_objdir/$libname.def~
5151 prefix_cmds="$SED"~
5152 if test EXPORTS = "`$SED 1q $export_symbols`"; then
5153 prefix_cmds="$prefix_cmds -e 1d";
5154 fi~
5155 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
5156 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
5157 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5158 emximp -o $lib $output_objdir/$libname.def'
5159 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
5160 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
47825161 ;;
47835162
47845163 interix[[3-9]]*)
47855164 _LT_TAGVAR(hardcode_direct, $1)=no
47865165 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
4787 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
4788 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5166 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
5167 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
47895168 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
47905169 # Instead, shared libraries are loaded at an image base (0x10000000 by
47915170 # default) and relocated if they conflict, which is a slow very memory
47925171 # consuming and fragmenting process. To avoid this, we pick a random,
47935172 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
47945173 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
4795 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
4796 _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
5174 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
5175 _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
47975176 ;;
47985177
47995178 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
48005179 tmp_diet=no
4801 if test "$host_os" = linux-dietlibc; then
5180 if test linux-dietlibc = "$host_os"; then
48025181 case $cc_basename in
48035182 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
48045183 esac
48055184 fi
48065185 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
4807 && test "$tmp_diet" = no
5186 && test no = "$tmp_diet"
48085187 then
48095188 tmp_addflag=' $pic_flag'
48105189 tmp_sharedflag='-shared'
48115190 case $cc_basename,$host_cpu in
48125191 pgcc*) # Portland Group C compiler
4813 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
5192 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
48145193 tmp_addflag=' $pic_flag'
48155194 ;;
48165195 pgf77* | pgf90* | pgf95* | pgfortran*)
48175196 # Portland Group f77 and f90 compilers
4818 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
5197 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
48195198 tmp_addflag=' $pic_flag -Mnomain' ;;
48205199 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
48215200 tmp_addflag=' -i_dynamic' ;;
48265205 lf95*) # Lahey Fortran 8.1
48275206 _LT_TAGVAR(whole_archive_flag_spec, $1)=
48285207 tmp_sharedflag='--shared' ;;
5208 nagfor*) # NAGFOR 5.3
5209 tmp_sharedflag='-Wl,-shared' ;;
48295210 xl[[cC]]* | bgxl[[cC]]* | mpixl[[cC]]*) # IBM XL C 8.0 on PPC (deal with xlf below)
48305211 tmp_sharedflag='-qmkshrobj'
48315212 tmp_addflag= ;;
48325213 nvcc*) # Cuda Compiler Driver 2.2
4833 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
5214 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
48345215 _LT_TAGVAR(compiler_needs_object, $1)=yes
48355216 ;;
48365217 esac
48375218 case `$CC -V 2>&1 | sed 5q` in
48385219 *Sun\ C*) # Sun C 5.9
4839 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
5220 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
48405221 _LT_TAGVAR(compiler_needs_object, $1)=yes
48415222 tmp_sharedflag='-G' ;;
48425223 *Sun\ F*) # Sun Fortran 8.3
48435224 tmp_sharedflag='-G' ;;
48445225 esac
4845 _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4846
4847 if test "x$supports_anon_versioning" = xyes; then
5226 _LT_TAGVAR(archive_cmds, $1)='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5227
5228 if test yes = "$supports_anon_versioning"; then
48485229 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
4849 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
4850 echo "local: *; };" >> $output_objdir/$libname.ver~
4851 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
5230 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5231 echo "local: *; };" >> $output_objdir/$libname.ver~
5232 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
48525233 fi
48535234
48545235 case $cc_basename in
5236 tcc*)
5237 _LT_TAGVAR(export_dynamic_flag_spec, $1)='-rdynamic'
5238 ;;
48555239 xlf* | bgf* | bgxlf* | mpixlf*)
48565240 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
48575241 _LT_TAGVAR(whole_archive_flag_spec, $1)='--whole-archive$convenience --no-whole-archive'
4858 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5242 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
48595243 _LT_TAGVAR(archive_cmds, $1)='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
4860 if test "x$supports_anon_versioning" = xyes; then
5244 if test yes = "$supports_anon_versioning"; then
48615245 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
4862 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
4863 echo "local: *; };" >> $output_objdir/$libname.ver~
4864 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
5246 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
5247 echo "local: *; };" >> $output_objdir/$libname.ver~
5248 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
48655249 fi
48665250 ;;
48675251 esac
48755259 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
48765260 wlarc=
48775261 else
4878 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4879 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
5262 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5263 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
48805264 fi
48815265 ;;
48825266
48945278
48955279 _LT_EOF
48965280 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
4897 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4898 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
5281 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5282 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
48995283 else
49005284 _LT_TAGVAR(ld_shlibs, $1)=no
49015285 fi
49075291 _LT_TAGVAR(ld_shlibs, $1)=no
49085292 cat <<_LT_EOF 1>&2
49095293
4910 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
5294 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 cannot
49115295 *** reliably create shared libraries on SCO systems. Therefore, libtool
49125296 *** is disabling shared libraries support. We urge you to upgrade GNU
49135297 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
49225306 # DT_RUNPATH tag from executables and libraries. But doing so
49235307 # requires that you compile everything twice, which is a pain.
49245308 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
4925 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
4926 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4927 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
5309 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
5310 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5311 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
49285312 else
49295313 _LT_TAGVAR(ld_shlibs, $1)=no
49305314 fi
49415325
49425326 *)
49435327 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
4944 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
4945 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
5328 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
5329 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
49465330 else
49475331 _LT_TAGVAR(ld_shlibs, $1)=no
49485332 fi
49495333 ;;
49505334 esac
49515335
4952 if test "$_LT_TAGVAR(ld_shlibs, $1)" = no; then
5336 if test no = "$_LT_TAGVAR(ld_shlibs, $1)"; then
49535337 runpath_var=
49545338 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)=
49555339 _LT_TAGVAR(export_dynamic_flag_spec, $1)=
49655349 # Note: this linker hardcodes the directories in LIBPATH if there
49665350 # are no directories specified by -L.
49675351 _LT_TAGVAR(hardcode_minus_L, $1)=yes
4968 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
5352 if test yes = "$GCC" && test -z "$lt_prog_compiler_static"; then
49695353 # Neither direct hardcoding nor static linking is supported with a
49705354 # broken collect2.
49715355 _LT_TAGVAR(hardcode_direct, $1)=unsupported
49735357 ;;
49745358
49755359 aix[[4-9]]*)
4976 if test "$host_cpu" = ia64; then
5360 if test ia64 = "$host_cpu"; then
49775361 # On IA64, the linker does run time linking by default, so we don't
49785362 # have to do anything special.
49795363 aix_use_runtimelinking=no
49805364 exp_sym_flag='-Bexport'
4981 no_entry_flag=""
5365 no_entry_flag=
49825366 else
49835367 # If we're using GNU nm, then we don't want the "-C" option.
4984 # -C means demangle to AIX nm, but means don't demangle with GNU nm
4985 # Also, AIX nm treats weak defined symbols like other global
4986 # defined symbols, whereas GNU nm marks them as "W".
5368 # -C means demangle to GNU nm, but means don't demangle to AIX nm.
5369 # Without the "-l" option, or with the "-B" option, AIX nm treats
5370 # weak defined symbols like other global defined symbols, whereas
5371 # GNU nm marks them as "W".
5372 # While the 'weak' keyword is ignored in the Export File, we need
5373 # it in the Import File for the 'aix-soname' feature, so we have
5374 # to replace the "-B" option with "-P" for AIX nm.
49875375 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
4988 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
5376 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && ([substr](\$ 3,1,1) != ".")) { if (\$ 2 == "W") { print \$ 3 " weak" } else { print \$ 3 } } }'\'' | sort -u > $export_symbols'
49895377 else
4990 _LT_TAGVAR(export_symbols_cmds, $1)='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && ([substr](\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
5378 _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
49915379 fi
49925380 aix_use_runtimelinking=no
49935381
49945382 # Test if we are trying to use run time linking or normal
49955383 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
4996 # need to do runtime linking.
5384 # have runtime linking enabled, and use it for executables.
5385 # For shared libraries, we enable/disable runtime linking
5386 # depending on the kind of the shared library created -
5387 # when "with_aix_soname,aix_use_runtimelinking" is:
5388 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
5389 # "aix,yes" lib.so shared, rtl:yes, for executables
5390 # lib.a static archive
5391 # "both,no" lib.so.V(shr.o) shared, rtl:yes
5392 # lib.a(lib.so.V) shared, rtl:no, for executables
5393 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
5394 # lib.a(lib.so.V) shared, rtl:no
5395 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
5396 # lib.a static archive
49975397 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
49985398 for ld_flag in $LDFLAGS; do
4999 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
5399 if (test x-brtl = "x$ld_flag" || test x-Wl,-brtl = "x$ld_flag"); then
50005400 aix_use_runtimelinking=yes
50015401 break
50025402 fi
50035403 done
5404 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
5405 # With aix-soname=svr4, we create the lib.so.V shared archives only,
5406 # so we don't have lib.a shared libs to link our executables.
5407 # We have to force runtime linking in this case.
5408 aix_use_runtimelinking=yes
5409 LDFLAGS="$LDFLAGS -Wl,-brtl"
5410 fi
50045411 ;;
50055412 esac
50065413
50195426 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
50205427 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
50215428 _LT_TAGVAR(link_all_deplibs, $1)=yes
5022 _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
5023
5024 if test "$GCC" = yes; then
5429 _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
5430 case $with_aix_soname,$aix_use_runtimelinking in
5431 aix,*) ;; # traditional, no import file
5432 svr4,* | *,yes) # use import file
5433 # The Import File defines what to hardcode.
5434 _LT_TAGVAR(hardcode_direct, $1)=no
5435 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
5436 ;;
5437 esac
5438
5439 if test yes = "$GCC"; then
50255440 case $host_os in aix4.[[012]]|aix4.[[012]].*)
50265441 # We only want to do this on AIX 4.2 and lower, the check
50275442 # below for broken collect2 doesn't work under 4.3+
5028 collect2name=`${CC} -print-prog-name=collect2`
5443 collect2name=`$CC -print-prog-name=collect2`
50295444 if test -f "$collect2name" &&
50305445 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
50315446 then
50445459 ;;
50455460 esac
50465461 shared_flag='-shared'
5047 if test "$aix_use_runtimelinking" = yes; then
5048 shared_flag="$shared_flag "'${wl}-G'
5462 if test yes = "$aix_use_runtimelinking"; then
5463 shared_flag="$shared_flag "'$wl-G'
50495464 fi
5465 # Need to ensure runtime linking is disabled for the traditional
5466 # shared library, or the linker may eventually find shared libraries
5467 # /with/ Import File - we do not want to mix them.
5468 shared_flag_aix='-shared'
5469 shared_flag_svr4='-shared $wl-G'
50505470 else
50515471 # not using gcc
5052 if test "$host_cpu" = ia64; then
5472 if test ia64 = "$host_cpu"; then
50535473 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
50545474 # chokes on -Wl,-G. The following line is correct:
50555475 shared_flag='-G'
50565476 else
5057 if test "$aix_use_runtimelinking" = yes; then
5058 shared_flag='${wl}-G'
5477 if test yes = "$aix_use_runtimelinking"; then
5478 shared_flag='$wl-G'
50595479 else
5060 shared_flag='${wl}-bM:SRE'
5480 shared_flag='$wl-bM:SRE'
50615481 fi
5482 shared_flag_aix='$wl-bM:SRE'
5483 shared_flag_svr4='$wl-G'
50625484 fi
50635485 fi
50645486
5065 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
5487 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
50665488 # It seems that -bexpall does not export symbols beginning with
50675489 # underscore (_), so it is better to generate a list of symbols to export.
50685490 _LT_TAGVAR(always_export_symbols, $1)=yes
5069 if test "$aix_use_runtimelinking" = yes; then
5491 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
50705492 # Warning - without using the other runtime loading flags (-brtl),
50715493 # -berok will link without error, but may produce a broken library.
50725494 _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
50735495 # Determine the default libpath from the value encoded in an
50745496 # empty executable.
50755497 _LT_SYS_MODULE_PATH_AIX([$1])
5076 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5077 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
5498 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
5499 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
50785500 else
5079 if test "$host_cpu" = ia64; then
5080 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
5501 if test ia64 = "$host_cpu"; then
5502 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
50815503 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
5082 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
5504 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
50835505 else
50845506 # Determine the default libpath from the value encoded in an
50855507 # empty executable.
50865508 _LT_SYS_MODULE_PATH_AIX([$1])
5087 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
5509 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
50885510 # Warning - without using the other run time loading flags,
50895511 # -berok will link without error, but may produce a broken library.
5090 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
5091 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
5092 if test "$with_gnu_ld" = yes; then
5512 _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
5513 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
5514 if test yes = "$with_gnu_ld"; then
50935515 # We only use this code for GNU lds that support --whole-archive.
5094 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
5516 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
50955517 else
50965518 # Exported symbols can be pulled into shared objects from archives
50975519 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
50985520 fi
50995521 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
5100 # This is similar to how AIX traditionally builds its shared libraries.
5101 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
5522 _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
5523 # -brtl affects multiple linker settings, -berok does not and is overridden later
5524 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
5525 if test svr4 != "$with_aix_soname"; then
5526 # This is similar to how AIX traditionally builds its shared libraries.
5527 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
5528 fi
5529 if test aix != "$with_aix_soname"; then
5530 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
5531 else
5532 # used by -dlpreopen to get the symbols
5533 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
5534 fi
5535 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
51025536 fi
51035537 fi
51045538 ;;
51075541 case $host_cpu in
51085542 powerpc)
51095543 # see comment about AmigaOS4 .so support
5110 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
5544 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
51115545 _LT_TAGVAR(archive_expsym_cmds, $1)=''
51125546 ;;
51135547 m68k)
51375571 # Tell ltmain to make .lib files, not .a files.
51385572 libext=lib
51395573 # Tell ltmain to make .dll files, not .so files.
5140 shrext_cmds=".dll"
5574 shrext_cmds=.dll
51415575 # FIXME: Setting linknames here is a bad hack.
5142 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
5143 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
5144 sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
5145 else
5146 sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
5147 fi~
5148 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
5149 linknames='
5576 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
5577 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
5578 cp "$export_symbols" "$output_objdir/$soname.def";
5579 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
5580 else
5581 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
5582 fi~
5583 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
5584 linknames='
51505585 # The linker will not automatically build a static lib if we build a DLL.
51515586 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
51525587 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
51555590 # Don't use ranlib
51565591 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
51575592 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
5158 lt_tool_outputfile="@TOOL_OUTPUT@"~
5159 case $lt_outputfile in
5160 *.exe|*.EXE) ;;
5161 *)
5162 lt_outputfile="$lt_outputfile.exe"
5163 lt_tool_outputfile="$lt_tool_outputfile.exe"
5164 ;;
5165 esac~
5166 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
5167 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
5168 $RM "$lt_outputfile.manifest";
5169 fi'
5593 lt_tool_outputfile="@TOOL_OUTPUT@"~
5594 case $lt_outputfile in
5595 *.exe|*.EXE) ;;
5596 *)
5597 lt_outputfile=$lt_outputfile.exe
5598 lt_tool_outputfile=$lt_tool_outputfile.exe
5599 ;;
5600 esac~
5601 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
5602 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
5603 $RM "$lt_outputfile.manifest";
5604 fi'
51705605 ;;
51715606 *)
51725607 # Assume MSVC wrapper
51755610 # Tell ltmain to make .lib files, not .a files.
51765611 libext=lib
51775612 # Tell ltmain to make .dll files, not .so files.
5178 shrext_cmds=".dll"
5613 shrext_cmds=.dll
51795614 # FIXME: Setting linknames here is a bad hack.
51805615 _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
51815616 # The linker will automatically build a .lib file if we build a DLL.
52255660 ;;
52265661
52275662 hpux9*)
5228 if test "$GCC" = yes; then
5229 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
5663 if test yes = "$GCC"; then
5664 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
52305665 else
5231 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
5666 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
52325667 fi
5233 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5668 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
52345669 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
52355670 _LT_TAGVAR(hardcode_direct, $1)=yes
52365671
52375672 # hardcode_minus_L: Not really in the search PATH,
52385673 # but as the default location of the library.
52395674 _LT_TAGVAR(hardcode_minus_L, $1)=yes
5240 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5675 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
52415676 ;;
52425677
52435678 hpux10*)
5244 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
5245 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5679 if test yes,no = "$GCC,$with_gnu_ld"; then
5680 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
52465681 else
52475682 _LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
52485683 fi
5249 if test "$with_gnu_ld" = no; then
5250 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5684 if test no = "$with_gnu_ld"; then
5685 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
52515686 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
52525687 _LT_TAGVAR(hardcode_direct, $1)=yes
52535688 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5254 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5689 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
52555690 # hardcode_minus_L: Not really in the search PATH,
52565691 # but as the default location of the library.
52575692 _LT_TAGVAR(hardcode_minus_L, $1)=yes
52595694 ;;
52605695
52615696 hpux11*)
5262 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
5697 if test yes,no = "$GCC,$with_gnu_ld"; then
52635698 case $host_cpu in
52645699 hppa*64*)
5265 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5700 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
52665701 ;;
52675702 ia64*)
5268 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5703 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
52695704 ;;
52705705 *)
5271 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
5706 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
52725707 ;;
52735708 esac
52745709 else
52755710 case $host_cpu in
52765711 hppa*64*)
5277 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5712 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
52785713 ;;
52795714 ia64*)
5280 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
5715 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
52815716 ;;
52825717 *)
52835718 m4_if($1, [], [
52855720 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
52865721 _LT_LINKER_OPTION([if $CC understands -b],
52875722 _LT_TAGVAR(lt_cv_prog_compiler__b, $1), [-b],
5288 [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
5723 [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'],
52895724 [_LT_TAGVAR(archive_cmds, $1)='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'])],
5290 [_LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
5725 [_LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $libobjs $deplibs $compiler_flags'])
52915726 ;;
52925727 esac
52935728 fi
5294 if test "$with_gnu_ld" = no; then
5295 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
5729 if test no = "$with_gnu_ld"; then
5730 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
52965731 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
52975732
52985733 case $host_cpu in
53035738 *)
53045739 _LT_TAGVAR(hardcode_direct, $1)=yes
53055740 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5306 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5741 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
53075742
53085743 # hardcode_minus_L: Not really in the search PATH,
53095744 # but as the default location of the library.
53145749 ;;
53155750
53165751 irix5* | irix6* | nonstopux*)
5317 if test "$GCC" = yes; then
5318 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
5752 if test yes = "$GCC"; then
5753 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
53195754 # Try to use the -exported_symbol ld option, if it does not
53205755 # work, assume that -exports_file does not work either and
53215756 # implicitly export all symbols.
53225757 # This should be the same for all languages, so no per-tag cache variable.
53235758 AC_CACHE_CHECK([whether the $host_os linker accepts -exported_symbol],
53245759 [lt_cv_irix_exported_symbol],
5325 [save_LDFLAGS="$LDFLAGS"
5326 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
5760 [save_LDFLAGS=$LDFLAGS
5761 LDFLAGS="$LDFLAGS -shared $wl-exported_symbol ${wl}foo $wl-update_registry $wl/dev/null"
53275762 AC_LINK_IFELSE(
53285763 [AC_LANG_SOURCE(
53295764 [AC_LANG_CASE([C], [[int foo (void) { return 0; }]],
53365771 end]])])],
53375772 [lt_cv_irix_exported_symbol=yes],
53385773 [lt_cv_irix_exported_symbol=no])
5339 LDFLAGS="$save_LDFLAGS"])
5340 if test "$lt_cv_irix_exported_symbol" = yes; then
5341 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
5774 LDFLAGS=$save_LDFLAGS])
5775 if test yes = "$lt_cv_irix_exported_symbol"; then
5776 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
53425777 fi
53435778 else
5344 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
5345 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
5779 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
5780 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
53465781 fi
53475782 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
5348 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5783 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
53495784 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
53505785 _LT_TAGVAR(inherit_rpath, $1)=yes
53515786 _LT_TAGVAR(link_all_deplibs, $1)=yes
5787 ;;
5788
5789 linux*)
5790 case $cc_basename in
5791 tcc*)
5792 # Fabrice Bellard et al's Tiny C Compiler
5793 _LT_TAGVAR(ld_shlibs, $1)=yes
5794 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5795 ;;
5796 esac
53525797 ;;
53535798
53545799 netbsd*)
53655810 newsos6)
53665811 _LT_TAGVAR(archive_cmds, $1)='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
53675812 _LT_TAGVAR(hardcode_direct, $1)=yes
5368 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5813 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
53695814 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
53705815 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
53715816 ;;
53735818 *nto* | *qnx*)
53745819 ;;
53755820
5376 openbsd*)
5821 openbsd* | bitrig*)
53775822 if test -f /usr/libexec/ld.so; then
53785823 _LT_TAGVAR(hardcode_direct, $1)=yes
53795824 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
53805825 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
5381 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5826 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
53825827 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5383 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
5384 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5385 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
5828 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags $wl-retain-symbols-file,$export_symbols'
5829 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
5830 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
53865831 else
5387 case $host_os in
5388 openbsd[[01]].* | openbsd2.[[0-7]] | openbsd2.[[0-7]].*)
5389 _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
5390 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
5391 ;;
5392 *)
5393 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5394 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
5395 ;;
5396 esac
5832 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
5833 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
53975834 fi
53985835 else
53995836 _LT_TAGVAR(ld_shlibs, $1)=no
54045841 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
54055842 _LT_TAGVAR(hardcode_minus_L, $1)=yes
54065843 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
5407 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~echo DATA >> $output_objdir/$libname.def~echo " SINGLE NONSHARED" >> $output_objdir/$libname.def~echo EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
5408 _LT_TAGVAR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5844 shrext_cmds=.dll
5845 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5846 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5847 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5848 $ECHO EXPORTS >> $output_objdir/$libname.def~
5849 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
5850 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5851 emximp -o $lib $output_objdir/$libname.def'
5852 _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
5853 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
5854 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
5855 $ECHO EXPORTS >> $output_objdir/$libname.def~
5856 prefix_cmds="$SED"~
5857 if test EXPORTS = "`$SED 1q $export_symbols`"; then
5858 prefix_cmds="$prefix_cmds -e 1d";
5859 fi~
5860 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
5861 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
5862 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
5863 emximp -o $lib $output_objdir/$libname.def'
5864 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
5865 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
54095866 ;;
54105867
54115868 osf3*)
5412 if test "$GCC" = yes; then
5413 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5414 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
5869 if test yes = "$GCC"; then
5870 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
5871 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
54155872 else
54165873 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5417 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
5874 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
54185875 fi
54195876 _LT_TAGVAR(archive_cmds_need_lc, $1)='no'
5420 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5877 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
54215878 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
54225879 ;;
54235880
54245881 osf4* | osf5*) # as osf3* with the addition of -msym flag
5425 if test "$GCC" = yes; then
5426 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
5427 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $pic_flag $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
5428 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5882 if test yes = "$GCC"; then
5883 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
5884 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
5885 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
54295886 else
54305887 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
5431 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
5888 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
54325889 _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
5433 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
5890 $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
54345891
54355892 # Both c and cxx compiler support -rpath directly
54365893 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
54415898
54425899 solaris*)
54435900 _LT_TAGVAR(no_undefined_flag, $1)=' -z defs'
5444 if test "$GCC" = yes; then
5445 wlarc='${wl}'
5446 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
5901 if test yes = "$GCC"; then
5902 wlarc='$wl'
5903 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $wl-z ${wl}text $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags'
54475904 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
5448 $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
5905 $CC -shared $pic_flag $wl-z ${wl}text $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
54495906 else
54505907 case `$CC -V 2>&1` in
54515908 *"Compilers 5.0"*)
54525909 wlarc=''
5453 _LT_TAGVAR(archive_cmds, $1)='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
5910 _LT_TAGVAR(archive_cmds, $1)='$LD -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $linker_flags'
54545911 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
5455 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
5912 $LD -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
54565913 ;;
54575914 *)
5458 wlarc='${wl}'
5459 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
5915 wlarc='$wl'
5916 _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h $soname -o $lib $libobjs $deplibs $compiler_flags'
54605917 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
5461 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
5918 $CC -G$allow_undefined_flag -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
54625919 ;;
54635920 esac
54645921 fi
54685925 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
54695926 *)
54705927 # The compiler driver will combine and reorder linker options,
5471 # but understands `-z linker_flag'. GCC discards it without `$wl',
5928 # but understands '-z linker_flag'. GCC discards it without '$wl',
54725929 # but is careful enough not to reorder.
54735930 # Supported since Solaris 2.6 (maybe 2.5.1?)
5474 if test "$GCC" = yes; then
5475 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
5931 if test yes = "$GCC"; then
5932 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
54765933 else
54775934 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
54785935 fi
54825939 ;;
54835940
54845941 sunos4*)
5485 if test "x$host_vendor" = xsequent; then
5942 if test sequent = "$host_vendor"; then
54865943 # Use $CC to link under sequent, because it throws in some extra .o
54875944 # files that make .init and .fini sections work.
5488 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
5945 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h $soname -o $lib $libobjs $deplibs $compiler_flags'
54895946 else
54905947 _LT_TAGVAR(archive_cmds, $1)='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
54915948 fi
55345991 ;;
55355992
55365993 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
5537 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5994 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
55385995 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
55395996 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
55405997 runpath_var='LD_RUN_PATH'
55415998
5542 if test "$GCC" = yes; then
5543 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5544 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5999 if test yes = "$GCC"; then
6000 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6001 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
55456002 else
5546 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5547 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6003 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6004 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
55486005 fi
55496006 ;;
55506007
55516008 sysv5* | sco3.2v5* | sco5v6*)
5552 # Note: We can NOT use -z defs as we might desire, because we do not
6009 # Note: We CANNOT use -z defs as we might desire, because we do not
55536010 # link with -lc, and that would cause any symbols used from libc to
55546011 # always be unresolved, which means just about no library would
55556012 # ever link correctly. If we're not using GNU ld we use -z text
55566013 # though, which does catch some bad symbols but isn't as heavy-handed
55576014 # as -z defs.
5558 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
5559 _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
6015 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
6016 _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
55606017 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
55616018 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
5562 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
6019 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
55636020 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
55646021 _LT_TAGVAR(link_all_deplibs, $1)=yes
5565 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
6022 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
55666023 runpath_var='LD_RUN_PATH'
55676024
5568 if test "$GCC" = yes; then
5569 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5570 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6025 if test yes = "$GCC"; then
6026 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6027 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
55716028 else
5572 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
5573 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6029 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6030 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
55746031 fi
55756032 ;;
55766033
55856042 ;;
55866043 esac
55876044
5588 if test x$host_vendor = xsni; then
6045 if test sni = "$host_vendor"; then
55896046 case $host in
55906047 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
5591 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Blargedynsym'
6048 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Blargedynsym'
55926049 ;;
55936050 esac
55946051 fi
55956052 fi
55966053 ])
55976054 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
5598 test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
6055 test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
55996056
56006057 _LT_TAGVAR(with_gnu_ld, $1)=$with_gnu_ld
56016058
56126069 # Assume -lc should be added
56136070 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
56146071
5615 if test "$enable_shared" = yes && test "$GCC" = yes; then
6072 if test yes,yes = "$GCC,$enable_shared"; then
56166073 case $_LT_TAGVAR(archive_cmds, $1) in
56176074 *'~'*)
56186075 # FIXME: we may have to deal with multi-command sequences.
56926149 _LT_TAGDECL([], [hardcode_libdir_separator], [1],
56936150 [Whether we need a single "-rpath" flag with a separated argument])
56946151 _LT_TAGDECL([], [hardcode_direct], [0],
5695 [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
6152 [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
56966153 DIR into the resulting binary])
56976154 _LT_TAGDECL([], [hardcode_direct_absolute], [0],
5698 [Set to "yes" if using DIR/libNAME${shared_ext} during linking hardcodes
6155 [Set to "yes" if using DIR/libNAME$shared_ext during linking hardcodes
56996156 DIR into the resulting binary and the resulting library dependency is
5700 "absolute", i.e impossible to change by setting ${shlibpath_var} if the
6157 "absolute", i.e impossible to change by setting $shlibpath_var if the
57016158 library is relocated])
57026159 _LT_TAGDECL([], [hardcode_minus_L], [0],
57036160 [Set to "yes" if using the -LDIR flag during linking hardcodes DIR
57386195 # ------------------------
57396196 # Ensure that the configuration variables for a C compiler are suitably
57406197 # defined. These variables are subsequently used by _LT_CONFIG to write
5741 # the compiler configuration to `libtool'.
6198 # the compiler configuration to 'libtool'.
57426199 m4_defun([_LT_LANG_C_CONFIG],
57436200 [m4_require([_LT_DECL_EGREP])dnl
5744 lt_save_CC="$CC"
6201 lt_save_CC=$CC
57456202 AC_LANG_PUSH(C)
57466203
57476204 # Source file extension for C test sources.
57816238 LT_SYS_DLOPEN_SELF
57826239 _LT_CMD_STRIPLIB
57836240
5784 # Report which library types will actually be built
6241 # Report what library types will actually be built
57856242 AC_MSG_CHECKING([if libtool supports shared libraries])
57866243 AC_MSG_RESULT([$can_build_shared])
57876244
57886245 AC_MSG_CHECKING([whether to build shared libraries])
5789 test "$can_build_shared" = "no" && enable_shared=no
6246 test no = "$can_build_shared" && enable_shared=no
57906247
57916248 # On AIX, shared libraries and static libraries use the same namespace, and
57926249 # are all built from PIC.
57936250 case $host_os in
57946251 aix3*)
5795 test "$enable_shared" = yes && enable_static=no
6252 test yes = "$enable_shared" && enable_static=no
57966253 if test -n "$RANLIB"; then
57976254 archive_cmds="$archive_cmds~\$RANLIB \$lib"
57986255 postinstall_cmds='$RANLIB $lib'
58006257 ;;
58016258
58026259 aix[[4-9]]*)
5803 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
5804 test "$enable_shared" = yes && enable_static=no
6260 if test ia64 != "$host_cpu"; then
6261 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
6262 yes,aix,yes) ;; # shared object as lib.so file only
6263 yes,svr4,*) ;; # shared object as lib.so archive member only
6264 yes,*) enable_static=no ;; # shared object in lib.a archive as well
6265 esac
58056266 fi
58066267 ;;
58076268 esac
58096270
58106271 AC_MSG_CHECKING([whether to build static libraries])
58116272 # Make sure either enable_shared or enable_static is yes.
5812 test "$enable_shared" = yes || enable_static=yes
6273 test yes = "$enable_shared" || enable_static=yes
58136274 AC_MSG_RESULT([$enable_static])
58146275
58156276 _LT_CONFIG($1)
58166277 fi
58176278 AC_LANG_POP
5818 CC="$lt_save_CC"
6279 CC=$lt_save_CC
58196280 ])# _LT_LANG_C_CONFIG
58206281
58216282
58236284 # --------------------------
58246285 # Ensure that the configuration variables for a C++ compiler are suitably
58256286 # defined. These variables are subsequently used by _LT_CONFIG to write
5826 # the compiler configuration to `libtool'.
6287 # the compiler configuration to 'libtool'.
58276288 m4_defun([_LT_LANG_CXX_CONFIG],
58286289 [m4_require([_LT_FILEUTILS_DEFAULTS])dnl
58296290 m4_require([_LT_DECL_EGREP])dnl
58306291 m4_require([_LT_PATH_MANIFEST_TOOL])dnl
5831 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
5832 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
5833 (test "X$CXX" != "Xg++"))) ; then
6292 if test -n "$CXX" && ( test no != "$CXX" &&
6293 ( (test g++ = "$CXX" && `g++ -v >/dev/null 2>&1` ) ||
6294 (test g++ != "$CXX"))); then
58346295 AC_PROG_CXXCPP
58356296 else
58366297 _lt_caught_CXX_error=yes
58726333 # the CXX compiler isn't working. Some variables (like enable_shared)
58736334 # are currently assumed to apply to all compilers on this platform,
58746335 # and will be corrupted by setting them based on a non-working compiler.
5875 if test "$_lt_caught_CXX_error" != yes; then
6336 if test yes != "$_lt_caught_CXX_error"; then
58766337 # Code to be used in simple compile tests
58776338 lt_simple_compile_test_code="int some_variable = 0;"
58786339
59146375 if test -n "$compiler"; then
59156376 # We don't want -fno-exception when compiling C++ code, so set the
59166377 # no_builtin_flag separately
5917 if test "$GXX" = yes; then
6378 if test yes = "$GXX"; then
59186379 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=' -fno-builtin'
59196380 else
59206381 _LT_TAGVAR(lt_prog_compiler_no_builtin_flag, $1)=
59216382 fi
59226383
5923 if test "$GXX" = yes; then
6384 if test yes = "$GXX"; then
59246385 # Set up default GNU C++ configuration
59256386
59266387 LT_PATH_LD
59276388
59286389 # Check if GNU C++ uses GNU ld as the underlying linker, since the
59296390 # archiving commands below assume that GNU ld is being used.
5930 if test "$with_gnu_ld" = yes; then
5931 _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
5932 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
5933
5934 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
5935 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
6391 if test yes = "$with_gnu_ld"; then
6392 _LT_TAGVAR(archive_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
6393 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC $pic_flag -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
6394
6395 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
6396 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
59366397
59376398 # If archive_cmds runs LD, not CC, wlarc should be empty
59386399 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
59396400 # investigate it a little bit more. (MM)
5940 wlarc='${wl}'
6401 wlarc='$wl'
59416402
59426403 # ancient GNU ld didn't support --whole-archive et. al.
59436404 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
59446405 $GREP 'no-whole-archive' > /dev/null; then
5945 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
6406 _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
59466407 else
59476408 _LT_TAGVAR(whole_archive_flag_spec, $1)=
59486409 fi
59786439 _LT_TAGVAR(ld_shlibs, $1)=no
59796440 ;;
59806441 aix[[4-9]]*)
5981 if test "$host_cpu" = ia64; then
6442 if test ia64 = "$host_cpu"; then
59826443 # On IA64, the linker does run time linking by default, so we don't
59836444 # have to do anything special.
59846445 aix_use_runtimelinking=no
59856446 exp_sym_flag='-Bexport'
5986 no_entry_flag=""
6447 no_entry_flag=
59876448 else
59886449 aix_use_runtimelinking=no
59896450
59906451 # Test if we are trying to use run time linking or normal
59916452 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
5992 # need to do runtime linking.
6453 # have runtime linking enabled, and use it for executables.
6454 # For shared libraries, we enable/disable runtime linking
6455 # depending on the kind of the shared library created -
6456 # when "with_aix_soname,aix_use_runtimelinking" is:
6457 # "aix,no" lib.a(lib.so.V) shared, rtl:no, for executables
6458 # "aix,yes" lib.so shared, rtl:yes, for executables
6459 # lib.a static archive
6460 # "both,no" lib.so.V(shr.o) shared, rtl:yes
6461 # lib.a(lib.so.V) shared, rtl:no, for executables
6462 # "both,yes" lib.so.V(shr.o) shared, rtl:yes, for executables
6463 # lib.a(lib.so.V) shared, rtl:no
6464 # "svr4,*" lib.so.V(shr.o) shared, rtl:yes, for executables
6465 # lib.a static archive
59936466 case $host_os in aix4.[[23]]|aix4.[[23]].*|aix[[5-9]]*)
59946467 for ld_flag in $LDFLAGS; do
59956468 case $ld_flag in
59996472 ;;
60006473 esac
60016474 done
6475 if test svr4,no = "$with_aix_soname,$aix_use_runtimelinking"; then
6476 # With aix-soname=svr4, we create the lib.so.V shared archives only,
6477 # so we don't have lib.a shared libs to link our executables.
6478 # We have to force runtime linking in this case.
6479 aix_use_runtimelinking=yes
6480 LDFLAGS="$LDFLAGS -Wl,-brtl"
6481 fi
60026482 ;;
60036483 esac
60046484
60176497 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
60186498 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
60196499 _LT_TAGVAR(link_all_deplibs, $1)=yes
6020 _LT_TAGVAR(file_list_spec, $1)='${wl}-f,'
6021
6022 if test "$GXX" = yes; then
6500 _LT_TAGVAR(file_list_spec, $1)='$wl-f,'
6501 case $with_aix_soname,$aix_use_runtimelinking in
6502 aix,*) ;; # no import file
6503 svr4,* | *,yes) # use import file
6504 # The Import File defines what to hardcode.
6505 _LT_TAGVAR(hardcode_direct, $1)=no
6506 _LT_TAGVAR(hardcode_direct_absolute, $1)=no
6507 ;;
6508 esac
6509
6510 if test yes = "$GXX"; then
60236511 case $host_os in aix4.[[012]]|aix4.[[012]].*)
60246512 # We only want to do this on AIX 4.2 and lower, the check
60256513 # below for broken collect2 doesn't work under 4.3+
6026 collect2name=`${CC} -print-prog-name=collect2`
6514 collect2name=`$CC -print-prog-name=collect2`
60276515 if test -f "$collect2name" &&
60286516 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
60296517 then
60416529 fi
60426530 esac
60436531 shared_flag='-shared'
6044 if test "$aix_use_runtimelinking" = yes; then
6045 shared_flag="$shared_flag "'${wl}-G'
6532 if test yes = "$aix_use_runtimelinking"; then
6533 shared_flag=$shared_flag' $wl-G'
60466534 fi
6535 # Need to ensure runtime linking is disabled for the traditional
6536 # shared library, or the linker may eventually find shared libraries
6537 # /with/ Import File - we do not want to mix them.
6538 shared_flag_aix='-shared'
6539 shared_flag_svr4='-shared $wl-G'
60476540 else
60486541 # not using gcc
6049 if test "$host_cpu" = ia64; then
6542 if test ia64 = "$host_cpu"; then
60506543 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
60516544 # chokes on -Wl,-G. The following line is correct:
60526545 shared_flag='-G'
60536546 else
6054 if test "$aix_use_runtimelinking" = yes; then
6055 shared_flag='${wl}-G'
6547 if test yes = "$aix_use_runtimelinking"; then
6548 shared_flag='$wl-G'
60566549 else
6057 shared_flag='${wl}-bM:SRE'
6550 shared_flag='$wl-bM:SRE'
60586551 fi
6552 shared_flag_aix='$wl-bM:SRE'
6553 shared_flag_svr4='$wl-G'
60596554 fi
60606555 fi
60616556
6062 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-bexpall'
6557 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-bexpall'
60636558 # It seems that -bexpall does not export symbols beginning with
60646559 # underscore (_), so it is better to generate a list of symbols to
60656560 # export.
60666561 _LT_TAGVAR(always_export_symbols, $1)=yes
6067 if test "$aix_use_runtimelinking" = yes; then
6562 if test aix,yes = "$with_aix_soname,$aix_use_runtimelinking"; then
60686563 # Warning - without using the other runtime loading flags (-brtl),
60696564 # -berok will link without error, but may produce a broken library.
6070 _LT_TAGVAR(allow_undefined_flag, $1)='-berok'
6565 # The "-G" linker flag allows undefined symbols.
6566 _LT_TAGVAR(no_undefined_flag, $1)='-bernotok'
60716567 # Determine the default libpath from the value encoded in an empty
60726568 # executable.
60736569 _LT_SYS_MODULE_PATH_AIX([$1])
6074 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
6075
6076 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
6570 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
6571
6572 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
60776573 else
6078 if test "$host_cpu" = ia64; then
6079 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $libdir:/usr/lib:/lib'
6574 if test ia64 = "$host_cpu"; then
6575 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $libdir:/usr/lib:/lib'
60806576 _LT_TAGVAR(allow_undefined_flag, $1)="-z nodefs"
6081 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
6577 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\$wl$no_entry_flag"' $compiler_flags $wl$allow_undefined_flag '"\$wl$exp_sym_flag:\$export_symbols"
60826578 else
60836579 # Determine the default libpath from the value encoded in an
60846580 # empty executable.
60856581 _LT_SYS_MODULE_PATH_AIX([$1])
6086 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
6582 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
60876583 # Warning - without using the other run time loading flags,
60886584 # -berok will link without error, but may produce a broken library.
6089 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-bernotok'
6090 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-berok'
6091 if test "$with_gnu_ld" = yes; then
6585 _LT_TAGVAR(no_undefined_flag, $1)=' $wl-bernotok'
6586 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-berok'
6587 if test yes = "$with_gnu_ld"; then
60926588 # We only use this code for GNU lds that support --whole-archive.
6093 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
6589 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
60946590 else
60956591 # Exported symbols can be pulled into shared objects from archives
60966592 _LT_TAGVAR(whole_archive_flag_spec, $1)='$convenience'
60976593 fi
60986594 _LT_TAGVAR(archive_cmds_need_lc, $1)=yes
6099 # This is similar to how AIX traditionally builds its shared
6100 # libraries.
6101 _LT_TAGVAR(archive_expsym_cmds, $1)="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
6595 _LT_TAGVAR(archive_expsym_cmds, $1)='$RM -r $output_objdir/$realname.d~$MKDIR $output_objdir/$realname.d'
6596 # -brtl affects multiple linker settings, -berok does not and is overridden later
6597 compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
6598 if test svr4 != "$with_aix_soname"; then
6599 # This is similar to how AIX traditionally builds its shared
6600 # libraries. Need -bnortl late, we may have -brtl in LDFLAGS.
6601 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_aix' -o $output_objdir/$realname.d/$soname $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$realname.d/$soname'
6602 fi
6603 if test aix != "$with_aix_soname"; then
6604 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$CC '$shared_flag_svr4' -o $output_objdir/$realname.d/$shared_archive_member_spec.o $libobjs $deplibs $wl-bnoentry '$compiler_flags_filtered'$wl-bE:$export_symbols$allow_undefined_flag~$STRIP -e $output_objdir/$realname.d/$shared_archive_member_spec.o~( func_echo_all "#! $soname($shared_archive_member_spec.o)"; if test shr_64 = "$shared_archive_member_spec"; then func_echo_all "# 64"; else func_echo_all "# 32"; fi; cat $export_symbols ) > $output_objdir/$realname.d/$shared_archive_member_spec.imp~$AR $AR_FLAGS $output_objdir/$soname $output_objdir/$realname.d/$shared_archive_member_spec.o $output_objdir/$realname.d/$shared_archive_member_spec.imp'
6605 else
6606 # used by -dlpreopen to get the symbols
6607 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$MV $output_objdir/$realname.d/$soname $output_objdir'
6608 fi
6609 _LT_TAGVAR(archive_expsym_cmds, $1)="$_LT_TAGVAR(archive_expsym_cmds, $1)"'~$RM -r $output_objdir/$realname.d'
61026610 fi
61036611 fi
61046612 ;;
61086616 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
61096617 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
61106618 # support --undefined. This deserves some investigation. FIXME
6111 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6619 _LT_TAGVAR(archive_cmds, $1)='$CC -nostart $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
61126620 else
61136621 _LT_TAGVAR(ld_shlibs, $1)=no
61146622 fi
61366644 # Tell ltmain to make .lib files, not .a files.
61376645 libext=lib
61386646 # Tell ltmain to make .dll files, not .so files.
6139 shrext_cmds=".dll"
6647 shrext_cmds=.dll
61406648 # FIXME: Setting linknames here is a bad hack.
6141 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
6142 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
6143 $SED -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
6144 else
6145 $SED -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
6146 fi~
6147 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
6148 linknames='
6649 _LT_TAGVAR(archive_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
6650 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
6651 cp "$export_symbols" "$output_objdir/$soname.def";
6652 echo "$tool_output_objdir$soname.def" > "$output_objdir/$soname.exp";
6653 else
6654 $SED -e '\''s/^/-link -EXPORT:/'\'' < $export_symbols > $output_objdir/$soname.exp;
6655 fi~
6656 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
6657 linknames='
61496658 # The linker will not automatically build a static lib if we build a DLL.
61506659 # _LT_TAGVAR(old_archive_from_new_cmds, $1)='true'
61516660 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
61526661 # Don't use ranlib
61536662 _LT_TAGVAR(old_postinstall_cmds, $1)='chmod 644 $oldlib'
61546663 _LT_TAGVAR(postlink_cmds, $1)='lt_outputfile="@OUTPUT@"~
6155 lt_tool_outputfile="@TOOL_OUTPUT@"~
6156 case $lt_outputfile in
6157 *.exe|*.EXE) ;;
6158 *)
6159 lt_outputfile="$lt_outputfile.exe"
6160 lt_tool_outputfile="$lt_tool_outputfile.exe"
6161 ;;
6162 esac~
6163 func_to_tool_file "$lt_outputfile"~
6164 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
6165 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
6166 $RM "$lt_outputfile.manifest";
6167 fi'
6664 lt_tool_outputfile="@TOOL_OUTPUT@"~
6665 case $lt_outputfile in
6666 *.exe|*.EXE) ;;
6667 *)
6668 lt_outputfile=$lt_outputfile.exe
6669 lt_tool_outputfile=$lt_tool_outputfile.exe
6670 ;;
6671 esac~
6672 func_to_tool_file "$lt_outputfile"~
6673 if test : != "$MANIFEST_TOOL" && test -f "$lt_outputfile.manifest"; then
6674 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
6675 $RM "$lt_outputfile.manifest";
6676 fi'
61686677 ;;
61696678 *)
61706679 # g++
61716680 # _LT_TAGVAR(hardcode_libdir_flag_spec, $1) is actually meaningless,
61726681 # as there is no search path for DLLs.
61736682 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6174 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-all-symbols'
6683 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-all-symbols'
61756684 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
61766685 _LT_TAGVAR(always_export_symbols, $1)=no
61776686 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
61786687
61796688 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
6180 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
6181 # If the export-symbols file already is a .def file (1st line
6182 # is EXPORTS), use it as is; otherwise, prepend...
6183 _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
6184 cp $export_symbols $output_objdir/$soname.def;
6185 else
6186 echo EXPORTS > $output_objdir/$soname.def;
6187 cat $export_symbols >> $output_objdir/$soname.def;
6188 fi~
6189 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
6689 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
6690 # If the export-symbols file already is a .def file, use it as
6691 # is; otherwise, prepend EXPORTS...
6692 _LT_TAGVAR(archive_expsym_cmds, $1)='if _LT_DLL_DEF_P([$export_symbols]); then
6693 cp $export_symbols $output_objdir/$soname.def;
6694 else
6695 echo EXPORTS > $output_objdir/$soname.def;
6696 cat $export_symbols >> $output_objdir/$soname.def;
6697 fi~
6698 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname $wl--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
61906699 else
61916700 _LT_TAGVAR(ld_shlibs, $1)=no
61926701 fi
61956704 ;;
61966705 darwin* | rhapsody*)
61976706 _LT_DARWIN_LINKER_FEATURES($1)
6707 ;;
6708
6709 os2*)
6710 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-L$libdir'
6711 _LT_TAGVAR(hardcode_minus_L, $1)=yes
6712 _LT_TAGVAR(allow_undefined_flag, $1)=unsupported
6713 shrext_cmds=.dll
6714 _LT_TAGVAR(archive_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
6715 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
6716 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
6717 $ECHO EXPORTS >> $output_objdir/$libname.def~
6718 emxexp $libobjs | $SED /"_DLL_InitTerm"/d >> $output_objdir/$libname.def~
6719 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
6720 emximp -o $lib $output_objdir/$libname.def'
6721 _LT_TAGVAR(archive_expsym_cmds, $1)='$ECHO "LIBRARY ${soname%$shared_ext} INITINSTANCE TERMINSTANCE" > $output_objdir/$libname.def~
6722 $ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~
6723 $ECHO "DATA MULTIPLE NONSHARED" >> $output_objdir/$libname.def~
6724 $ECHO EXPORTS >> $output_objdir/$libname.def~
6725 prefix_cmds="$SED"~
6726 if test EXPORTS = "`$SED 1q $export_symbols`"; then
6727 prefix_cmds="$prefix_cmds -e 1d";
6728 fi~
6729 prefix_cmds="$prefix_cmds -e \"s/^\(.*\)$/_\1/g\""~
6730 cat $export_symbols | $prefix_cmds >> $output_objdir/$libname.def~
6731 $CC -Zdll -Zcrtdll -o $output_objdir/$soname $libobjs $deplibs $compiler_flags $output_objdir/$libname.def~
6732 emximp -o $lib $output_objdir/$libname.def'
6733 _LT_TAGVAR(old_archive_From_new_cmds, $1)='emximp -o $output_objdir/${libname}_dll.a $output_objdir/$libname.def'
6734 _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
61986735 ;;
61996736
62006737 dgux*)
62316768 _LT_TAGVAR(ld_shlibs, $1)=yes
62326769 ;;
62336770
6234 gnu*)
6235 ;;
6236
62376771 haiku*)
6238 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6772 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
62396773 _LT_TAGVAR(link_all_deplibs, $1)=yes
62406774 ;;
62416775
62426776 hpux9*)
6243 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
6777 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
62446778 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
6245 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6779 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
62466780 _LT_TAGVAR(hardcode_direct, $1)=yes
62476781 _LT_TAGVAR(hardcode_minus_L, $1)=yes # Not in the search PATH,
62486782 # but as the default
62546788 _LT_TAGVAR(ld_shlibs, $1)=no
62556789 ;;
62566790 aCC*)
6257 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
6791 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -b $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
62586792 # Commands to make compiler produce verbose output that lists
62596793 # what "hidden" libraries, object files and flags are used when
62606794 # linking a shared library.
62636797 # explicitly linking system object files so we need to strip them
62646798 # from the output so that they don't get included in the library
62656799 # dependencies.
6266 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6800 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
62676801 ;;
62686802 *)
6269 if test "$GXX" = yes; then
6270 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
6803 if test yes = "$GXX"; then
6804 _LT_TAGVAR(archive_cmds, $1)='$RM $output_objdir/$soname~$CC -shared -nostdlib $pic_flag $wl+b $wl$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test "x$output_objdir/$soname" = "x$lib" || mv $output_objdir/$soname $lib'
62716805 else
62726806 # FIXME: insert proper C++ library support
62736807 _LT_TAGVAR(ld_shlibs, $1)=no
62776811 ;;
62786812
62796813 hpux10*|hpux11*)
6280 if test $with_gnu_ld = no; then
6281 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}+b ${wl}$libdir'
6814 if test no = "$with_gnu_ld"; then
6815 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl+b $wl$libdir'
62826816 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
62836817
62846818 case $host_cpu in
62856819 hppa*64*|ia64*)
62866820 ;;
62876821 *)
6288 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6822 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
62896823 ;;
62906824 esac
62916825 fi
63116845 aCC*)
63126846 case $host_cpu in
63136847 hppa*64*)
6314 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6848 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
63156849 ;;
63166850 ia64*)
6317 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6851 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
63186852 ;;
63196853 *)
6320 _LT_TAGVAR(archive_cmds, $1)='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6854 _LT_TAGVAR(archive_cmds, $1)='$CC -b $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
63216855 ;;
63226856 esac
63236857 # Commands to make compiler produce verbose output that lists
63286862 # explicitly linking system object files so we need to strip them
63296863 # from the output so that they don't get included in the library
63306864 # dependencies.
6331 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6865 output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
63326866 ;;
63336867 *)
6334 if test "$GXX" = yes; then
6335 if test $with_gnu_ld = no; then
6868 if test yes = "$GXX"; then
6869 if test no = "$with_gnu_ld"; then
63366870 case $host_cpu in
63376871 hppa*64*)
6338 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6872 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib -fPIC $wl+h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
63396873 ;;
63406874 ia64*)
6341 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6875 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
63426876 ;;
63436877 *)
6344 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6878 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $pic_flag $wl+h $wl$soname $wl+b $wl$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
63456879 ;;
63466880 esac
63476881 fi
63566890 interix[[3-9]]*)
63576891 _LT_TAGVAR(hardcode_direct, $1)=no
63586892 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6359 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
6360 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6893 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
6894 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
63616895 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
63626896 # Instead, shared libraries are loaded at an image base (0x10000000 by
63636897 # default) and relocated if they conflict, which is a slow very memory
63646898 # consuming and fragmenting process. To avoid this, we pick a random,
63656899 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
63666900 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
6367 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
6368 _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
6901 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
6902 _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
63696903 ;;
63706904 irix5* | irix6*)
63716905 case $cc_basename in
63726906 CC*)
63736907 # SGI C++
6374 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
6908 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
63756909
63766910 # Archives containing C++ object files must be created using
63776911 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
63806914 _LT_TAGVAR(old_archive_cmds, $1)='$CC -ar -WR,-u -o $oldlib $oldobjs'
63816915 ;;
63826916 *)
6383 if test "$GXX" = yes; then
6384 if test "$with_gnu_ld" = no; then
6385 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
6917 if test yes = "$GXX"; then
6918 if test no = "$with_gnu_ld"; then
6919 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
63866920 else
6387 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` -o $lib'
6921 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
63886922 fi
63896923 fi
63906924 _LT_TAGVAR(link_all_deplibs, $1)=yes
63916925 ;;
63926926 esac
6393 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6927 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
63946928 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
63956929 _LT_TAGVAR(inherit_rpath, $1)=yes
63966930 ;;
63976931
6398 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6932 linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
63996933 case $cc_basename in
64006934 KCC*)
64016935 # Kuck and Associates, Inc. (KAI) C++ Compiler
64036937 # KCC will only create a shared library if the output file
64046938 # ends with ".so" (or ".sl" for HP-UX), so rename the library
64056939 # to its proper name (with version) after linking.
6406 _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
6407 _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
6940 _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
6941 _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
64086942 # Commands to make compiler produce verbose output that lists
64096943 # what "hidden" libraries, object files and flags are used when
64106944 # linking a shared library.
64136947 # explicitly linking system object files so we need to strip them
64146948 # from the output so that they don't get included in the library
64156949 # dependencies.
6416 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6417
6418 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
6419 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
6950 output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
6951
6952 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
6953 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
64206954
64216955 # Archives containing C++ object files must be created using
64226956 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
64306964 # earlier do not add the objects themselves.
64316965 case `$CC -V 2>&1` in
64326966 *"Version 7."*)
6433 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
6434 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6967 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
6968 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
64356969 ;;
64366970 *) # Version 8.0 or newer
64376971 tmp_idyn=
64386972 case $host_cpu in
64396973 ia64*) tmp_idyn=' -i_dynamic';;
64406974 esac
6441 _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6442 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
6975 _LT_TAGVAR(archive_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
6976 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
64436977 ;;
64446978 esac
64456979 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
6446 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
6447 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
6448 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
6980 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
6981 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
6982 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive$convenience $wl--no-whole-archive'
64496983 ;;
64506984 pgCC* | pgcpp*)
64516985 # Portland Group C++ compiler
64526986 case `$CC -V` in
64536987 *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
64546988 _LT_TAGVAR(prelink_cmds, $1)='tpldir=Template.dir~
6455 rm -rf $tpldir~
6456 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
6457 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
6989 rm -rf $tpldir~
6990 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
6991 compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
64586992 _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
6459 rm -rf $tpldir~
6460 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
6461 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
6462 $RANLIB $oldlib'
6993 rm -rf $tpldir~
6994 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
6995 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
6996 $RANLIB $oldlib'
64636997 _LT_TAGVAR(archive_cmds, $1)='tpldir=Template.dir~
6464 rm -rf $tpldir~
6465 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
6466 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
6998 rm -rf $tpldir~
6999 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
7000 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
64677001 _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
6468 rm -rf $tpldir~
6469 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
6470 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
7002 rm -rf $tpldir~
7003 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
7004 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
64717005 ;;
64727006 *) # Version 6 and above use weak symbols
6473 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
6474 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
7007 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
7008 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
64757009 ;;
64767010 esac
64777011
6478 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}--rpath ${wl}$libdir'
6479 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
6480 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
7012 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl--rpath $wl$libdir'
7013 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
7014 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
64817015 ;;
64827016 cxx*)
64837017 # Compaq C++
6484 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
6485 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
7018 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
7019 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib $wl-retain-symbols-file $wl$export_symbols'
64867020
64877021 runpath_var=LD_RUN_PATH
64887022 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
64967030 # explicitly linking system object files so we need to strip them
64977031 # from the output so that they don't get included in the library
64987032 # dependencies.
6499 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
7033 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
65007034 ;;
65017035 xl* | mpixl* | bgxl*)
65027036 # IBM XL 8.0 on PPC, with GNU ld
6503 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
6504 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
6505 _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
6506 if test "x$supports_anon_versioning" = xyes; then
7037 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
7038 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
7039 _LT_TAGVAR(archive_cmds, $1)='$CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname -o $lib'
7040 if test yes = "$supports_anon_versioning"; then
65077041 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $output_objdir/$libname.ver~
6508 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
6509 echo "local: *; };" >> $output_objdir/$libname.ver~
6510 $CC -qmkshrobj $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
7042 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
7043 echo "local: *; };" >> $output_objdir/$libname.ver~
7044 $CC -qmkshrobj $libobjs $deplibs $compiler_flags $wl-soname $wl$soname $wl-version-script $wl$output_objdir/$libname.ver -o $lib'
65117045 fi
65127046 ;;
65137047 *)
65157049 *Sun\ C*)
65167050 # Sun C++ 5.9
65177051 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
6518 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
6519 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
7052 _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
7053 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file $wl$export_symbols'
65207054 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
6521 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
7055 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
65227056 _LT_TAGVAR(compiler_needs_object, $1)=yes
65237057
65247058 # Not sure whether something based on
65767110 _LT_TAGVAR(ld_shlibs, $1)=yes
65777111 ;;
65787112
6579 openbsd2*)
6580 # C++ shared libraries are fairly broken
6581 _LT_TAGVAR(ld_shlibs, $1)=no
6582 ;;
6583
6584 openbsd*)
7113 openbsd* | bitrig*)
65857114 if test -f /usr/libexec/ld.so; then
65867115 _LT_TAGVAR(hardcode_direct, $1)=yes
65877116 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
65887117 _LT_TAGVAR(hardcode_direct_absolute, $1)=yes
65897118 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
6590 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
6591 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6592 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
6593 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-E'
6594 _LT_TAGVAR(whole_archive_flag_spec, $1)="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7119 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
7120 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
7121 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
7122 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-E'
7123 _LT_TAGVAR(whole_archive_flag_spec, $1)=$wlarc'--whole-archive$convenience '$wlarc'--no-whole-archive'
65957124 fi
65967125 output_verbose_link_cmd=func_echo_all
65977126 else
66077136 # KCC will only create a shared library if the output file
66087137 # ends with ".so" (or ".sl" for HP-UX), so rename the library
66097138 # to its proper name (with version) after linking.
6610 _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
6611
6612 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
7139 _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
7140
7141 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
66137142 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
66147143
66157144 # Archives containing C++ object files must be created using
66277156 cxx*)
66287157 case $host in
66297158 osf3*)
6630 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
6631 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && func_echo_all "${wl}-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
6632 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
7159 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
7160 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
7161 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
66337162 ;;
66347163 *)
66357164 _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
6636 _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
7165 _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
66377166 _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
6638 echo "-hidden">> $lib.exp~
6639 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~
6640 $RM $lib.exp'
7167 echo "-hidden">> $lib.exp~
7168 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
7169 $RM $lib.exp'
66417170 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-rpath $libdir'
66427171 ;;
66437172 esac
66527181 # explicitly linking system object files so we need to strip them
66537182 # from the output so that they don't get included in the library
66547183 # dependencies.
6655 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
7184 output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
66567185 ;;
66577186 *)
6658 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
6659 _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
7187 if test yes,no = "$GXX,$with_gnu_ld"; then
7188 _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
66607189 case $host in
66617190 osf3*)
6662 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
7191 _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
66637192 ;;
66647193 *)
6665 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
7194 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
66667195 ;;
66677196 esac
66687197
6669 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
7198 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
66707199 _LT_TAGVAR(hardcode_libdir_separator, $1)=:
66717200
66727201 # Commands to make compiler produce verbose output that lists
67127241 # Sun C++ 4.2, 5.x and Centerline C++
67137242 _LT_TAGVAR(archive_cmds_need_lc,$1)=yes
67147243 _LT_TAGVAR(no_undefined_flag, $1)=' -zdefs'
6715 _LT_TAGVAR(archive_cmds, $1)='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
7244 _LT_TAGVAR(archive_cmds, $1)='$CC -G$allow_undefined_flag -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
67167245 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
6717 $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
7246 $CC -G$allow_undefined_flag $wl-M $wl$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
67187247
67197248 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
67207249 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
67227251 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
67237252 *)
67247253 # The compiler driver will combine and reorder linker options,
6725 # but understands `-z linker_flag'.
7254 # but understands '-z linker_flag'.
67267255 # Supported since Solaris 2.6 (maybe 2.5.1?)
67277256 _LT_TAGVAR(whole_archive_flag_spec, $1)='-z allextract$convenience -z defaultextract'
67287257 ;;
67397268 ;;
67407269 gcx*)
67417270 # Green Hills C++ Compiler
6742 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
7271 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
67437272
67447273 # The C++ compiler must be used to create the archive.
67457274 _LT_TAGVAR(old_archive_cmds, $1)='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
67467275 ;;
67477276 *)
67487277 # GNU C++ compiler with Solaris linker
6749 if test "$GXX" = yes && test "$with_gnu_ld" = no; then
6750 _LT_TAGVAR(no_undefined_flag, $1)=' ${wl}-z ${wl}defs'
7278 if test yes,no = "$GXX,$with_gnu_ld"; then
7279 _LT_TAGVAR(no_undefined_flag, $1)=' $wl-z ${wl}defs'
67517280 if $CC --version | $GREP -v '^2\.7' > /dev/null; then
6752 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
7281 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
67537282 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
6754 $CC -shared $pic_flag -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
7283 $CC -shared $pic_flag -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
67557284
67567285 # Commands to make compiler produce verbose output that lists
67577286 # what "hidden" libraries, object files and flags are used when
67587287 # linking a shared library.
67597288 output_verbose_link_cmd='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
67607289 else
6761 # g++ 2.7 appears to require `-G' NOT `-shared' on this
7290 # g++ 2.7 appears to require '-G' NOT '-shared' on this
67627291 # platform.
6763 _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
7292 _LT_TAGVAR(archive_cmds, $1)='$CC -G -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-h $wl$soname -o $lib'
67647293 _LT_TAGVAR(archive_expsym_cmds, $1)='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
6765 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
7294 $CC -G -nostdlib $wl-M $wl$lib.exp $wl-h $wl$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
67667295
67677296 # Commands to make compiler produce verbose output that lists
67687297 # what "hidden" libraries, object files and flags are used when
67707299 output_verbose_link_cmd='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP -v "^Configured with:" | $GREP "\-L"'
67717300 fi
67727301
6773 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R $wl$libdir'
7302 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R $wl$libdir'
67747303 case $host_os in
67757304 solaris2.[[0-5]] | solaris2.[[0-5]].*) ;;
67767305 *)
6777 _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
7306 _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl-z ${wl}allextract$convenience $wl-z ${wl}defaultextract'
67787307 ;;
67797308 esac
67807309 fi
67837312 ;;
67847313
67857314 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[[01]].[[10]]* | unixware7* | sco3.2v5.0.[[024]]*)
6786 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
7315 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
67877316 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
67887317 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
67897318 runpath_var='LD_RUN_PATH'
67907319
67917320 case $cc_basename in
67927321 CC*)
6793 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6794 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7322 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7323 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
67957324 ;;
67967325 *)
6797 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6798 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7326 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7327 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
67997328 ;;
68007329 esac
68017330 ;;
68027331
68037332 sysv5* | sco3.2v5* | sco5v6*)
6804 # Note: We can NOT use -z defs as we might desire, because we do not
7333 # Note: We CANNOT use -z defs as we might desire, because we do not
68057334 # link with -lc, and that would cause any symbols used from libc to
68067335 # always be unresolved, which means just about no library would
68077336 # ever link correctly. If we're not using GNU ld we use -z text
68087337 # though, which does catch some bad symbols but isn't as heavy-handed
68097338 # as -z defs.
6810 _LT_TAGVAR(no_undefined_flag, $1)='${wl}-z,text'
6811 _LT_TAGVAR(allow_undefined_flag, $1)='${wl}-z,nodefs'
7339 _LT_TAGVAR(no_undefined_flag, $1)='$wl-z,text'
7340 _LT_TAGVAR(allow_undefined_flag, $1)='$wl-z,nodefs'
68127341 _LT_TAGVAR(archive_cmds_need_lc, $1)=no
68137342 _LT_TAGVAR(hardcode_shlibpath_var, $1)=no
6814 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-R,$libdir'
7343 _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-R,$libdir'
68157344 _LT_TAGVAR(hardcode_libdir_separator, $1)=':'
68167345 _LT_TAGVAR(link_all_deplibs, $1)=yes
6817 _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}-Bexport'
7346 _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl-Bexport'
68187347 runpath_var='LD_RUN_PATH'
68197348
68207349 case $cc_basename in
68217350 CC*)
6822 _LT_TAGVAR(archive_cmds, $1)='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6823 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7351 _LT_TAGVAR(archive_cmds, $1)='$CC -G $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7352 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -G $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
68247353 _LT_TAGVAR(old_archive_cmds, $1)='$CC -Tprelink_objects $oldobjs~
6825 '"$_LT_TAGVAR(old_archive_cmds, $1)"
7354 '"$_LT_TAGVAR(old_archive_cmds, $1)"
68267355 _LT_TAGVAR(reload_cmds, $1)='$CC -Tprelink_objects $reload_objs~
6827 '"$_LT_TAGVAR(reload_cmds, $1)"
7356 '"$_LT_TAGVAR(reload_cmds, $1)"
68287357 ;;
68297358 *)
6830 _LT_TAGVAR(archive_cmds, $1)='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
6831 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7359 _LT_TAGVAR(archive_cmds, $1)='$CC -shared $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
7360 _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $wl-Bexport:$export_symbols $wl-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
68327361 ;;
68337362 esac
68347363 ;;
68597388 esac
68607389
68617390 AC_MSG_RESULT([$_LT_TAGVAR(ld_shlibs, $1)])
6862 test "$_LT_TAGVAR(ld_shlibs, $1)" = no && can_build_shared=no
6863
6864 _LT_TAGVAR(GCC, $1)="$GXX"
6865 _LT_TAGVAR(LD, $1)="$LD"
7391 test no = "$_LT_TAGVAR(ld_shlibs, $1)" && can_build_shared=no
7392
7393 _LT_TAGVAR(GCC, $1)=$GXX
7394 _LT_TAGVAR(LD, $1)=$LD
68667395
68677396 ## CAVEAT EMPTOR:
68687397 ## There is no encapsulation within the following macros, do not change
68897418 lt_cv_path_LD=$lt_save_path_LD
68907419 lt_cv_prog_gnu_ldcxx=$lt_cv_prog_gnu_ld
68917420 lt_cv_prog_gnu_ld=$lt_save_with_gnu_ld
6892 fi # test "$_lt_caught_CXX_error" != yes
7421 fi # test yes != "$_lt_caught_CXX_error"
68937422
68947423 AC_LANG_POP
68957424 ])# _LT_LANG_CXX_CONFIG
69117440 AC_REQUIRE([_LT_PROG_ECHO_BACKSLASH])
69127441 func_stripname_cnf ()
69137442 {
6914 case ${2} in
6915 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
6916 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
7443 case @S|@2 in
7444 .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
7445 *) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
69177446 esac
69187447 } # func_stripname_cnf
69197448 ])# _LT_FUNC_STRIPNAME_CNF
7449
69207450
69217451 # _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
69227452 # ---------------------------------
70017531 pre_test_object_deps_done=no
70027532
70037533 for p in `eval "$output_verbose_link_cmd"`; do
7004 case ${prev}${p} in
7534 case $prev$p in
70057535
70067536 -L* | -R* | -l*)
70077537 # Some compilers place space between "-{L,R}" and the path.
70087538 # Remove the space.
7009 if test $p = "-L" ||
7010 test $p = "-R"; then
7539 if test x-L = "$p" ||
7540 test x-R = "$p"; then
70117541 prev=$p
70127542 continue
70137543 fi
70237553 case $p in
70247554 =*) func_stripname_cnf '=' '' "$p"; p=$lt_sysroot$func_stripname_result ;;
70257555 esac
7026 if test "$pre_test_object_deps_done" = no; then
7027 case ${prev} in
7556 if test no = "$pre_test_object_deps_done"; then
7557 case $prev in
70287558 -L | -R)
70297559 # Internal compiler library paths should come after those
70307560 # provided the user. The postdeps already come after the
70317561 # user supplied libs so there is no need to process them.
70327562 if test -z "$_LT_TAGVAR(compiler_lib_search_path, $1)"; then
7033 _LT_TAGVAR(compiler_lib_search_path, $1)="${prev}${p}"
7563 _LT_TAGVAR(compiler_lib_search_path, $1)=$prev$p
70347564 else
7035 _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} ${prev}${p}"
7565 _LT_TAGVAR(compiler_lib_search_path, $1)="${_LT_TAGVAR(compiler_lib_search_path, $1)} $prev$p"
70367566 fi
70377567 ;;
70387568 # The "-l" case would never come before the object being
70407570 esac
70417571 else
70427572 if test -z "$_LT_TAGVAR(postdeps, $1)"; then
7043 _LT_TAGVAR(postdeps, $1)="${prev}${p}"
7573 _LT_TAGVAR(postdeps, $1)=$prev$p
70447574 else
7045 _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} ${prev}${p}"
7575 _LT_TAGVAR(postdeps, $1)="${_LT_TAGVAR(postdeps, $1)} $prev$p"
70467576 fi
70477577 fi
70487578 prev=
70577587 continue
70587588 fi
70597589
7060 if test "$pre_test_object_deps_done" = no; then
7590 if test no = "$pre_test_object_deps_done"; then
70617591 if test -z "$_LT_TAGVAR(predep_objects, $1)"; then
7062 _LT_TAGVAR(predep_objects, $1)="$p"
7592 _LT_TAGVAR(predep_objects, $1)=$p
70637593 else
70647594 _LT_TAGVAR(predep_objects, $1)="$_LT_TAGVAR(predep_objects, $1) $p"
70657595 fi
70667596 else
70677597 if test -z "$_LT_TAGVAR(postdep_objects, $1)"; then
7068 _LT_TAGVAR(postdep_objects, $1)="$p"
7598 _LT_TAGVAR(postdep_objects, $1)=$p
70697599 else
70707600 _LT_TAGVAR(postdep_objects, $1)="$_LT_TAGVAR(postdep_objects, $1) $p"
70717601 fi
70967626 _LT_TAGVAR(postdep_objects,$1)=
70977627 _LT_TAGVAR(postdeps,$1)=
70987628 ;;
7099
7100 linux*)
7101 case `$CC -V 2>&1 | sed 5q` in
7102 *Sun\ C*)
7103 # Sun C++ 5.9
7104
7105 # The more standards-conforming stlport4 library is
7106 # incompatible with the Cstd library. Avoid specifying
7107 # it if it's in CXXFLAGS. Ignore libCrun as
7108 # -library=stlport4 depends on it.
7109 case " $CXX $CXXFLAGS " in
7110 *" -library=stlport4 "*)
7111 solaris_use_stlport4=yes
7112 ;;
7113 esac
7114
7115 if test "$solaris_use_stlport4" != yes; then
7116 _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
7117 fi
7118 ;;
7119 esac
7120 ;;
7121
7122 solaris*)
7123 case $cc_basename in
7124 CC* | sunCC*)
7125 # The more standards-conforming stlport4 library is
7126 # incompatible with the Cstd library. Avoid specifying
7127 # it if it's in CXXFLAGS. Ignore libCrun as
7128 # -library=stlport4 depends on it.
7129 case " $CXX $CXXFLAGS " in
7130 *" -library=stlport4 "*)
7131 solaris_use_stlport4=yes
7132 ;;
7133 esac
7134
7135 # Adding this requires a known-good setup of shared libraries for
7136 # Sun compiler versions before 5.6, else PIC objects from an old
7137 # archive will be linked into the output, leading to subtle bugs.
7138 if test "$solaris_use_stlport4" != yes; then
7139 _LT_TAGVAR(postdeps,$1)='-library=Cstd -library=Crun'
7140 fi
7141 ;;
7142 esac
7143 ;;
71447629 esac
71457630 ])
71467631
71497634 esac
71507635 _LT_TAGVAR(compiler_lib_search_dirs, $1)=
71517636 if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
7152 _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
7637 _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
71537638 fi
71547639 _LT_TAGDECL([], [compiler_lib_search_dirs], [1],
71557640 [The directories searched by this compiler when creating a shared library])
71697654 # --------------------------
71707655 # Ensure that the configuration variables for a Fortran 77 compiler are
71717656 # suitably defined. These variables are subsequently used by _LT_CONFIG
7172 # to write the compiler configuration to `libtool'.
7657 # to write the compiler configuration to 'libtool'.
71737658 m4_defun([_LT_LANG_F77_CONFIG],
71747659 [AC_LANG_PUSH(Fortran 77)
7175 if test -z "$F77" || test "X$F77" = "Xno"; then
7660 if test -z "$F77" || test no = "$F77"; then
71767661 _lt_disable_F77=yes
71777662 fi
71787663
72097694 # the F77 compiler isn't working. Some variables (like enable_shared)
72107695 # are currently assumed to apply to all compilers on this platform,
72117696 # and will be corrupted by setting them based on a non-working compiler.
7212 if test "$_lt_disable_F77" != yes; then
7697 if test yes != "$_lt_disable_F77"; then
72137698 # Code to be used in simple compile tests
72147699 lt_simple_compile_test_code="\
72157700 subroutine t
72317716 _LT_LINKER_BOILERPLATE
72327717
72337718 # Allow CC to be a program name with arguments.
7234 lt_save_CC="$CC"
7719 lt_save_CC=$CC
72357720 lt_save_GCC=$GCC
72367721 lt_save_CFLAGS=$CFLAGS
72377722 CC=${F77-"f77"}
72457730 AC_MSG_RESULT([$can_build_shared])
72467731
72477732 AC_MSG_CHECKING([whether to build shared libraries])
7248 test "$can_build_shared" = "no" && enable_shared=no
7733 test no = "$can_build_shared" && enable_shared=no
72497734
72507735 # On AIX, shared libraries and static libraries use the same namespace, and
72517736 # are all built from PIC.
72527737 case $host_os in
72537738 aix3*)
7254 test "$enable_shared" = yes && enable_static=no
7739 test yes = "$enable_shared" && enable_static=no
72557740 if test -n "$RANLIB"; then
72567741 archive_cmds="$archive_cmds~\$RANLIB \$lib"
72577742 postinstall_cmds='$RANLIB $lib'
72587743 fi
72597744 ;;
72607745 aix[[4-9]]*)
7261 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
7262 test "$enable_shared" = yes && enable_static=no
7746 if test ia64 != "$host_cpu"; then
7747 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
7748 yes,aix,yes) ;; # shared object as lib.so file only
7749 yes,svr4,*) ;; # shared object as lib.so archive member only
7750 yes,*) enable_static=no ;; # shared object in lib.a archive as well
7751 esac
72637752 fi
72647753 ;;
72657754 esac
72677756
72687757 AC_MSG_CHECKING([whether to build static libraries])
72697758 # Make sure either enable_shared or enable_static is yes.
7270 test "$enable_shared" = yes || enable_static=yes
7759 test yes = "$enable_shared" || enable_static=yes
72717760 AC_MSG_RESULT([$enable_static])
72727761
7273 _LT_TAGVAR(GCC, $1)="$G77"
7274 _LT_TAGVAR(LD, $1)="$LD"
7762 _LT_TAGVAR(GCC, $1)=$G77
7763 _LT_TAGVAR(LD, $1)=$LD
72757764
72767765 ## CAVEAT EMPTOR:
72777766 ## There is no encapsulation within the following macros, do not change
72887777 fi # test -n "$compiler"
72897778
72907779 GCC=$lt_save_GCC
7291 CC="$lt_save_CC"
7292 CFLAGS="$lt_save_CFLAGS"
7293 fi # test "$_lt_disable_F77" != yes
7780 CC=$lt_save_CC
7781 CFLAGS=$lt_save_CFLAGS
7782 fi # test yes != "$_lt_disable_F77"
72947783
72957784 AC_LANG_POP
72967785 ])# _LT_LANG_F77_CONFIG
73007789 # -------------------------
73017790 # Ensure that the configuration variables for a Fortran compiler are
73027791 # suitably defined. These variables are subsequently used by _LT_CONFIG
7303 # to write the compiler configuration to `libtool'.
7792 # to write the compiler configuration to 'libtool'.
73047793 m4_defun([_LT_LANG_FC_CONFIG],
73057794 [AC_LANG_PUSH(Fortran)
73067795
7307 if test -z "$FC" || test "X$FC" = "Xno"; then
7796 if test -z "$FC" || test no = "$FC"; then
73087797 _lt_disable_FC=yes
73097798 fi
73107799
73417830 # the FC compiler isn't working. Some variables (like enable_shared)
73427831 # are currently assumed to apply to all compilers on this platform,
73437832 # and will be corrupted by setting them based on a non-working compiler.
7344 if test "$_lt_disable_FC" != yes; then
7833 if test yes != "$_lt_disable_FC"; then
73457834 # Code to be used in simple compile tests
73467835 lt_simple_compile_test_code="\
73477836 subroutine t
73637852 _LT_LINKER_BOILERPLATE
73647853
73657854 # Allow CC to be a program name with arguments.
7366 lt_save_CC="$CC"
7855 lt_save_CC=$CC
73677856 lt_save_GCC=$GCC
73687857 lt_save_CFLAGS=$CFLAGS
73697858 CC=${FC-"f95"}
73797868 AC_MSG_RESULT([$can_build_shared])
73807869
73817870 AC_MSG_CHECKING([whether to build shared libraries])
7382 test "$can_build_shared" = "no" && enable_shared=no
7871 test no = "$can_build_shared" && enable_shared=no
73837872
73847873 # On AIX, shared libraries and static libraries use the same namespace, and
73857874 # are all built from PIC.
73867875 case $host_os in
73877876 aix3*)
7388 test "$enable_shared" = yes && enable_static=no
7877 test yes = "$enable_shared" && enable_static=no
73897878 if test -n "$RANLIB"; then
73907879 archive_cmds="$archive_cmds~\$RANLIB \$lib"
73917880 postinstall_cmds='$RANLIB $lib'
73927881 fi
73937882 ;;
73947883 aix[[4-9]]*)
7395 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
7396 test "$enable_shared" = yes && enable_static=no
7884 if test ia64 != "$host_cpu"; then
7885 case $enable_shared,$with_aix_soname,$aix_use_runtimelinking in
7886 yes,aix,yes) ;; # shared object as lib.so file only
7887 yes,svr4,*) ;; # shared object as lib.so archive member only
7888 yes,*) enable_static=no ;; # shared object in lib.a archive as well
7889 esac
73977890 fi
73987891 ;;
73997892 esac
74017894
74027895 AC_MSG_CHECKING([whether to build static libraries])
74037896 # Make sure either enable_shared or enable_static is yes.
7404 test "$enable_shared" = yes || enable_static=yes
7897 test yes = "$enable_shared" || enable_static=yes
74057898 AC_MSG_RESULT([$enable_static])
74067899
7407 _LT_TAGVAR(GCC, $1)="$ac_cv_fc_compiler_gnu"
7408 _LT_TAGVAR(LD, $1)="$LD"
7900 _LT_TAGVAR(GCC, $1)=$ac_cv_fc_compiler_gnu
7901 _LT_TAGVAR(LD, $1)=$LD
74097902
74107903 ## CAVEAT EMPTOR:
74117904 ## There is no encapsulation within the following macros, do not change
74257918 GCC=$lt_save_GCC
74267919 CC=$lt_save_CC
74277920 CFLAGS=$lt_save_CFLAGS
7428 fi # test "$_lt_disable_FC" != yes
7921 fi # test yes != "$_lt_disable_FC"
74297922
74307923 AC_LANG_POP
74317924 ])# _LT_LANG_FC_CONFIG
74357928 # --------------------------
74367929 # Ensure that the configuration variables for the GNU Java Compiler compiler
74377930 # are suitably defined. These variables are subsequently used by _LT_CONFIG
7438 # to write the compiler configuration to `libtool'.
7931 # to write the compiler configuration to 'libtool'.
74397932 m4_defun([_LT_LANG_GCJ_CONFIG],
74407933 [AC_REQUIRE([LT_PROG_GCJ])dnl
74417934 AC_LANG_SAVE
74697962 CFLAGS=$GCJFLAGS
74707963 compiler=$CC
74717964 _LT_TAGVAR(compiler, $1)=$CC
7472 _LT_TAGVAR(LD, $1)="$LD"
7965 _LT_TAGVAR(LD, $1)=$LD
74737966 _LT_CC_BASENAME([$compiler])
74747967
74757968 # GCJ did not exist at the time GCC didn't implicitly link libc in.
75067999 # --------------------------
75078000 # Ensure that the configuration variables for the GNU Go compiler
75088001 # are suitably defined. These variables are subsequently used by _LT_CONFIG
7509 # to write the compiler configuration to `libtool'.
8002 # to write the compiler configuration to 'libtool'.
75108003 m4_defun([_LT_LANG_GO_CONFIG],
75118004 [AC_REQUIRE([LT_PROG_GO])dnl
75128005 AC_LANG_SAVE
75408033 CFLAGS=$GOFLAGS
75418034 compiler=$CC
75428035 _LT_TAGVAR(compiler, $1)=$CC
7543 _LT_TAGVAR(LD, $1)="$LD"
8036 _LT_TAGVAR(LD, $1)=$LD
75448037 _LT_CC_BASENAME([$compiler])
75458038
75468039 # Go did not exist at the time GCC didn't implicitly link libc in.
75778070 # -------------------------
75788071 # Ensure that the configuration variables for the Windows resource compiler
75798072 # are suitably defined. These variables are subsequently used by _LT_CONFIG
7580 # to write the compiler configuration to `libtool'.
8073 # to write the compiler configuration to 'libtool'.
75818074 m4_defun([_LT_LANG_RC_CONFIG],
75828075 [AC_REQUIRE([LT_PROG_RC])dnl
75838076 AC_LANG_SAVE
75938086 lt_simple_compile_test_code='sample MENU { MENUITEM "&Soup", 100, CHECKED }'
75948087
75958088 # Code to be used in simple link tests
7596 lt_simple_link_test_code="$lt_simple_compile_test_code"
8089 lt_simple_link_test_code=$lt_simple_compile_test_code
75978090
75988091 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
75998092 _LT_TAG_COMPILER
76038096 _LT_LINKER_BOILERPLATE
76048097
76058098 # Allow CC to be a program name with arguments.
7606 lt_save_CC="$CC"
8099 lt_save_CC=$CC
76078100 lt_save_CFLAGS=$CFLAGS
76088101 lt_save_GCC=$GCC
76098102 GCC=
76328125 [m4_ifdef([AC_PROG_GCJ], [AC_PROG_GCJ],
76338126 [m4_ifdef([A][M_PROG_GCJ], [A][M_PROG_GCJ],
76348127 [AC_CHECK_TOOL(GCJ, gcj,)
7635 test "x${GCJFLAGS+set}" = xset || GCJFLAGS="-g -O2"
8128 test set = "${GCJFLAGS+set}" || GCJFLAGS="-g -O2"
76368129 AC_SUBST(GCJFLAGS)])])[]dnl
76378130 ])
76388131
77438236 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
77448237 # along with /bin/sed that truncates output.
77458238 for lt_ac_sed in $lt_ac_sed_list /usr/xpg4/bin/sed; do
7746 test ! -f $lt_ac_sed && continue
8239 test ! -f "$lt_ac_sed" && continue
77478240 cat /dev/null > conftest.in
77488241 lt_ac_count=0
77498242 echo $ECHO_N "0123456789$ECHO_C" >conftest.in
77608253 $lt_ac_sed -e 's/a$//' < conftest.nl >conftest.out || break
77618254 cmp -s conftest.out conftest.nl || break
77628255 # 10000 chars as input seems more than enough
7763 test $lt_ac_count -gt 10 && break
8256 test 10 -lt "$lt_ac_count" && break
77648257 lt_ac_count=`expr $lt_ac_count + 1`
7765 if test $lt_ac_count -gt $lt_ac_max; then
8258 if test "$lt_ac_count" -gt "$lt_ac_max"; then
77668259 lt_ac_max=$lt_ac_count
77678260 lt_cv_path_SED=$lt_ac_sed
77688261 fi
77868279 # Find out whether the shell is Bourne or XSI compatible,
77878280 # or has some other useful features.
77888281 m4_defun([_LT_CHECK_SHELL_FEATURES],
7789 [AC_MSG_CHECKING([whether the shell understands some XSI constructs])
7790 # Try some XSI features
7791 xsi_shell=no
7792 ( _lt_dummy="a/b/c"
7793 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
7794 = c,a/b,b/c, \
7795 && eval 'test $(( 1 + 1 )) -eq 2 \
7796 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
7797 && xsi_shell=yes
7798 AC_MSG_RESULT([$xsi_shell])
7799 _LT_CONFIG_LIBTOOL_INIT([xsi_shell='$xsi_shell'])
7800
7801 AC_MSG_CHECKING([whether the shell understands "+="])
7802 lt_shell_append=no
7803 ( foo=bar; set foo baz; eval "$[1]+=\$[2]" && test "$foo" = barbaz ) \
7804 >/dev/null 2>&1 \
7805 && lt_shell_append=yes
7806 AC_MSG_RESULT([$lt_shell_append])
7807 _LT_CONFIG_LIBTOOL_INIT([lt_shell_append='$lt_shell_append'])
7808
7809 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
8282 [if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
78108283 lt_unset=unset
78118284 else
78128285 lt_unset=false
78308303 ])# _LT_CHECK_SHELL_FEATURES
78318304
78328305
7833 # _LT_PROG_FUNCTION_REPLACE (FUNCNAME, REPLACEMENT-BODY)
7834 # ------------------------------------------------------
7835 # In `$cfgfile', look for function FUNCNAME delimited by `^FUNCNAME ()$' and
7836 # '^} FUNCNAME ', and replace its body with REPLACEMENT-BODY.
7837 m4_defun([_LT_PROG_FUNCTION_REPLACE],
7838 [dnl {
7839 sed -e '/^$1 ()$/,/^} # $1 /c\
7840 $1 ()\
7841 {\
7842 m4_bpatsubsts([$2], [$], [\\], [^\([ ]\)], [\\\1])
7843 } # Extended-shell $1 implementation' "$cfgfile" > $cfgfile.tmp \
7844 && mv -f "$cfgfile.tmp" "$cfgfile" \
7845 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
7846 test 0 -eq $? || _lt_function_replace_fail=:
7847 ])
7848
7849
7850 # _LT_PROG_REPLACE_SHELLFNS
7851 # -------------------------
7852 # Replace existing portable implementations of several shell functions with
7853 # equivalent extended shell implementations where those features are available..
7854 m4_defun([_LT_PROG_REPLACE_SHELLFNS],
7855 [if test x"$xsi_shell" = xyes; then
7856 _LT_PROG_FUNCTION_REPLACE([func_dirname], [dnl
7857 case ${1} in
7858 */*) func_dirname_result="${1%/*}${2}" ;;
7859 * ) func_dirname_result="${3}" ;;
7860 esac])
7861
7862 _LT_PROG_FUNCTION_REPLACE([func_basename], [dnl
7863 func_basename_result="${1##*/}"])
7864
7865 _LT_PROG_FUNCTION_REPLACE([func_dirname_and_basename], [dnl
7866 case ${1} in
7867 */*) func_dirname_result="${1%/*}${2}" ;;
7868 * ) func_dirname_result="${3}" ;;
7869 esac
7870 func_basename_result="${1##*/}"])
7871
7872 _LT_PROG_FUNCTION_REPLACE([func_stripname], [dnl
7873 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
7874 # positional parameters, so assign one to ordinary parameter first.
7875 func_stripname_result=${3}
7876 func_stripname_result=${func_stripname_result#"${1}"}
7877 func_stripname_result=${func_stripname_result%"${2}"}])
7878
7879 _LT_PROG_FUNCTION_REPLACE([func_split_long_opt], [dnl
7880 func_split_long_opt_name=${1%%=*}
7881 func_split_long_opt_arg=${1#*=}])
7882
7883 _LT_PROG_FUNCTION_REPLACE([func_split_short_opt], [dnl
7884 func_split_short_opt_arg=${1#??}
7885 func_split_short_opt_name=${1%"$func_split_short_opt_arg"}])
7886
7887 _LT_PROG_FUNCTION_REPLACE([func_lo2o], [dnl
7888 case ${1} in
7889 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
7890 *) func_lo2o_result=${1} ;;
7891 esac])
7892
7893 _LT_PROG_FUNCTION_REPLACE([func_xform], [ func_xform_result=${1%.*}.lo])
7894
7895 _LT_PROG_FUNCTION_REPLACE([func_arith], [ func_arith_result=$(( $[*] ))])
7896
7897 _LT_PROG_FUNCTION_REPLACE([func_len], [ func_len_result=${#1}])
7898 fi
7899
7900 if test x"$lt_shell_append" = xyes; then
7901 _LT_PROG_FUNCTION_REPLACE([func_append], [ eval "${1}+=\\${2}"])
7902
7903 _LT_PROG_FUNCTION_REPLACE([func_append_quoted], [dnl
7904 func_quote_for_eval "${2}"
7905 dnl m4 expansion turns \\\\ into \\, and then the shell eval turns that into \
7906 eval "${1}+=\\\\ \\$func_quote_for_eval_result"])
7907
7908 # Save a `func_append' function call where possible by direct use of '+='
7909 sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
7910 && mv -f "$cfgfile.tmp" "$cfgfile" \
7911 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
7912 test 0 -eq $? || _lt_function_replace_fail=:
7913 else
7914 # Save a `func_append' function call even when '+=' is not available
7915 sed -e 's%func_append \([[a-zA-Z_]]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
7916 && mv -f "$cfgfile.tmp" "$cfgfile" \
7917 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
7918 test 0 -eq $? || _lt_function_replace_fail=:
7919 fi
7920
7921 if test x"$_lt_function_replace_fail" = x":"; then
7922 AC_MSG_WARN([Unable to substitute extended shell functions in $ofile])
7923 fi
7924 ])
7925
79268306 # _LT_PATH_CONVERSION_FUNCTIONS
79278307 # -----------------------------
7928 # Determine which file name conversion functions should be used by
8308 # Determine what file name conversion functions should be used by
79298309 # func_to_host_file (and, implicitly, by func_to_host_path). These are needed
79308310 # for certain cross-compile configurations and native mingw.
79318311 m4_defun([_LT_PATH_CONVERSION_FUNCTIONS],
00 # Helper functions for option handling. -*- Autoconf -*-
11 #
2 # Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3 # Inc.
2 # Copyright (C) 2004-2005, 2007-2009, 2011-2015 Free Software
3 # Foundation, Inc.
44 # Written by Gary V. Vaughan, 2004
55 #
66 # This file is free software; the Free Software Foundation gives
77 # unlimited permission to copy and/or distribute it, with or without
88 # modifications, as long as this notice is preserved.
99
10 # serial 7 ltoptions.m4
10 # serial 8 ltoptions.m4
1111
1212 # This is to help aclocal find these macros, as it can't see m4_define.
1313 AC_DEFUN([LTOPTIONS_VERSION], [m4_if([1])])
2828 [m4_define(_LT_MANGLE_OPTION([$1], [$2]))dnl
2929 m4_ifdef(_LT_MANGLE_DEFUN([$1], [$2]),
3030 _LT_MANGLE_DEFUN([$1], [$2]),
31 [m4_warning([Unknown $1 option `$2'])])[]dnl
31 [m4_warning([Unknown $1 option '$2'])])[]dnl
3232 ])
3333
3434
7474 dnl
7575 dnl If no reference was made to various pairs of opposing options, then
7676 dnl we run the default mode handler for the pair. For example, if neither
77 dnl `shared' nor `disable-shared' was passed, we enable building of shared
77 dnl 'shared' nor 'disable-shared' was passed, we enable building of shared
7878 dnl archives by default:
7979 _LT_UNLESS_OPTIONS([LT_INIT], [shared disable-shared], [_LT_ENABLE_SHARED])
8080 _LT_UNLESS_OPTIONS([LT_INIT], [static disable-static], [_LT_ENABLE_STATIC])
8181 _LT_UNLESS_OPTIONS([LT_INIT], [pic-only no-pic], [_LT_WITH_PIC])
8282 _LT_UNLESS_OPTIONS([LT_INIT], [fast-install disable-fast-install],
83 [_LT_ENABLE_FAST_INSTALL])
83 [_LT_ENABLE_FAST_INSTALL])
84 _LT_UNLESS_OPTIONS([LT_INIT], [aix-soname=aix aix-soname=both aix-soname=svr4],
85 [_LT_WITH_AIX_SONAME([aix])])
8486 ])
8587 ])# _LT_SET_OPTIONS
8688
111113 [_LT_SET_OPTION([LT_INIT], [dlopen])
112114 AC_DIAGNOSE([obsolete],
113115 [$0: Remove this warning and the call to _LT_SET_OPTION when you
114 put the `dlopen' option into LT_INIT's first parameter.])
116 put the 'dlopen' option into LT_INIT's first parameter.])
115117 ])
116118
117119 dnl aclocal-1.4 backwards compatibility:
147149 _LT_SET_OPTION([LT_INIT], [win32-dll])
148150 AC_DIAGNOSE([obsolete],
149151 [$0: Remove this warning and the call to _LT_SET_OPTION when you
150 put the `win32-dll' option into LT_INIT's first parameter.])
152 put the 'win32-dll' option into LT_INIT's first parameter.])
151153 ])
152154
153155 dnl aclocal-1.4 backwards compatibility:
156158
157159 # _LT_ENABLE_SHARED([DEFAULT])
158160 # ----------------------------
159 # implement the --enable-shared flag, and supports the `shared' and
160 # `disable-shared' LT_INIT options.
161 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
161 # implement the --enable-shared flag, and supports the 'shared' and
162 # 'disable-shared' LT_INIT options.
163 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
162164 m4_define([_LT_ENABLE_SHARED],
163165 [m4_define([_LT_ENABLE_SHARED_DEFAULT], [m4_if($1, no, no, yes)])dnl
164166 AC_ARG_ENABLE([shared],
171173 *)
172174 enable_shared=no
173175 # Look at the argument we got. We use all the common list separators.
174 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
176 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
175177 for pkg in $enableval; do
176 IFS="$lt_save_ifs"
178 IFS=$lt_save_ifs
177179 if test "X$pkg" = "X$p"; then
178180 enable_shared=yes
179181 fi
180182 done
181 IFS="$lt_save_ifs"
183 IFS=$lt_save_ifs
182184 ;;
183185 esac],
184186 [enable_shared=]_LT_ENABLE_SHARED_DEFAULT)
210212
211213 # _LT_ENABLE_STATIC([DEFAULT])
212214 # ----------------------------
213 # implement the --enable-static flag, and support the `static' and
214 # `disable-static' LT_INIT options.
215 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
215 # implement the --enable-static flag, and support the 'static' and
216 # 'disable-static' LT_INIT options.
217 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
216218 m4_define([_LT_ENABLE_STATIC],
217219 [m4_define([_LT_ENABLE_STATIC_DEFAULT], [m4_if($1, no, no, yes)])dnl
218220 AC_ARG_ENABLE([static],
225227 *)
226228 enable_static=no
227229 # Look at the argument we got. We use all the common list separators.
228 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
230 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
229231 for pkg in $enableval; do
230 IFS="$lt_save_ifs"
232 IFS=$lt_save_ifs
231233 if test "X$pkg" = "X$p"; then
232234 enable_static=yes
233235 fi
234236 done
235 IFS="$lt_save_ifs"
237 IFS=$lt_save_ifs
236238 ;;
237239 esac],
238240 [enable_static=]_LT_ENABLE_STATIC_DEFAULT)
264266
265267 # _LT_ENABLE_FAST_INSTALL([DEFAULT])
266268 # ----------------------------------
267 # implement the --enable-fast-install flag, and support the `fast-install'
268 # and `disable-fast-install' LT_INIT options.
269 # DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
269 # implement the --enable-fast-install flag, and support the 'fast-install'
270 # and 'disable-fast-install' LT_INIT options.
271 # DEFAULT is either 'yes' or 'no'. If omitted, it defaults to 'yes'.
270272 m4_define([_LT_ENABLE_FAST_INSTALL],
271273 [m4_define([_LT_ENABLE_FAST_INSTALL_DEFAULT], [m4_if($1, no, no, yes)])dnl
272274 AC_ARG_ENABLE([fast-install],
279281 *)
280282 enable_fast_install=no
281283 # Look at the argument we got. We use all the common list separators.
282 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
284 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
283285 for pkg in $enableval; do
284 IFS="$lt_save_ifs"
286 IFS=$lt_save_ifs
285287 if test "X$pkg" = "X$p"; then
286288 enable_fast_install=yes
287289 fi
288290 done
289 IFS="$lt_save_ifs"
291 IFS=$lt_save_ifs
290292 ;;
291293 esac],
292294 [enable_fast_install=]_LT_ENABLE_FAST_INSTALL_DEFAULT)
303305 [_LT_SET_OPTION([LT_INIT], m4_if([$1], [no], [disable-])[fast-install])
304306 AC_DIAGNOSE([obsolete],
305307 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
306 the `fast-install' option into LT_INIT's first parameter.])
308 the 'fast-install' option into LT_INIT's first parameter.])
307309 ])
308310
309311 AU_DEFUN([AC_DISABLE_FAST_INSTALL],
310312 [_LT_SET_OPTION([LT_INIT], [disable-fast-install])
311313 AC_DIAGNOSE([obsolete],
312314 [$0: Remove this warning and the call to _LT_SET_OPTION when you put
313 the `disable-fast-install' option into LT_INIT's first parameter.])
315 the 'disable-fast-install' option into LT_INIT's first parameter.])
314316 ])
315317
316318 dnl aclocal-1.4 backwards compatibility:
318320 dnl AC_DEFUN([AM_DISABLE_FAST_INSTALL], [])
319321
320322
323 # _LT_WITH_AIX_SONAME([DEFAULT])
324 # ----------------------------------
325 # implement the --with-aix-soname flag, and support the `aix-soname=aix'
326 # and `aix-soname=both' and `aix-soname=svr4' LT_INIT options. DEFAULT
327 # is either `aix', `both' or `svr4'. If omitted, it defaults to `aix'.
328 m4_define([_LT_WITH_AIX_SONAME],
329 [m4_define([_LT_WITH_AIX_SONAME_DEFAULT], [m4_if($1, svr4, svr4, m4_if($1, both, both, aix))])dnl
330 shared_archive_member_spec=
331 case $host,$enable_shared in
332 power*-*-aix[[5-9]]*,yes)
333 AC_MSG_CHECKING([which variant of shared library versioning to provide])
334 AC_ARG_WITH([aix-soname],
335 [AS_HELP_STRING([--with-aix-soname=aix|svr4|both],
336 [shared library versioning (aka "SONAME") variant to provide on AIX, @<:@default=]_LT_WITH_AIX_SONAME_DEFAULT[@:>@.])],
337 [case $withval in
338 aix|svr4|both)
339 ;;
340 *)
341 AC_MSG_ERROR([Unknown argument to --with-aix-soname])
342 ;;
343 esac
344 lt_cv_with_aix_soname=$with_aix_soname],
345 [AC_CACHE_VAL([lt_cv_with_aix_soname],
346 [lt_cv_with_aix_soname=]_LT_WITH_AIX_SONAME_DEFAULT)
347 with_aix_soname=$lt_cv_with_aix_soname])
348 AC_MSG_RESULT([$with_aix_soname])
349 if test aix != "$with_aix_soname"; then
350 # For the AIX way of multilib, we name the shared archive member
351 # based on the bitwidth used, traditionally 'shr.o' or 'shr_64.o',
352 # and 'shr.imp' or 'shr_64.imp', respectively, for the Import File.
353 # Even when GNU compilers ignore OBJECT_MODE but need '-maix64' flag,
354 # the AIX toolchain works better with OBJECT_MODE set (default 32).
355 if test 64 = "${OBJECT_MODE-32}"; then
356 shared_archive_member_spec=shr_64
357 else
358 shared_archive_member_spec=shr
359 fi
360 fi
361 ;;
362 *)
363 with_aix_soname=aix
364 ;;
365 esac
366
367 _LT_DECL([], [shared_archive_member_spec], [0],
368 [Shared archive member basename, for filename based shared library versioning on AIX])dnl
369 ])# _LT_WITH_AIX_SONAME
370
371 LT_OPTION_DEFINE([LT_INIT], [aix-soname=aix], [_LT_WITH_AIX_SONAME([aix])])
372 LT_OPTION_DEFINE([LT_INIT], [aix-soname=both], [_LT_WITH_AIX_SONAME([both])])
373 LT_OPTION_DEFINE([LT_INIT], [aix-soname=svr4], [_LT_WITH_AIX_SONAME([svr4])])
374
375
321376 # _LT_WITH_PIC([MODE])
322377 # --------------------
323 # implement the --with-pic flag, and support the `pic-only' and `no-pic'
378 # implement the --with-pic flag, and support the 'pic-only' and 'no-pic'
324379 # LT_INIT options.
325 # MODE is either `yes' or `no'. If omitted, it defaults to `both'.
380 # MODE is either 'yes' or 'no'. If omitted, it defaults to 'both'.
326381 m4_define([_LT_WITH_PIC],
327382 [AC_ARG_WITH([pic],
328383 [AS_HELP_STRING([--with-pic@<:@=PKGS@:>@],
333388 *)
334389 pic_mode=default
335390 # Look at the argument we got. We use all the common list separators.
336 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
391 lt_save_ifs=$IFS; IFS=$IFS$PATH_SEPARATOR,
337392 for lt_pkg in $withval; do
338 IFS="$lt_save_ifs"
393 IFS=$lt_save_ifs
339394 if test "X$lt_pkg" = "X$lt_p"; then
340395 pic_mode=yes
341396 fi
342397 done
343 IFS="$lt_save_ifs"
398 IFS=$lt_save_ifs
344399 ;;
345400 esac],
346 [pic_mode=default])
347
348 test -z "$pic_mode" && pic_mode=m4_default([$1], [default])
401 [pic_mode=m4_default([$1], [default])])
349402
350403 _LT_DECL([], [pic_mode], [0], [What type of objects to build])dnl
351404 ])# _LT_WITH_PIC
358411 [_LT_SET_OPTION([LT_INIT], [pic-only])
359412 AC_DIAGNOSE([obsolete],
360413 [$0: Remove this warning and the call to _LT_SET_OPTION when you
361 put the `pic-only' option into LT_INIT's first parameter.])
414 put the 'pic-only' option into LT_INIT's first parameter.])
362415 ])
363416
364417 dnl aclocal-1.4 backwards compatibility:
00 # ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
11 #
2 # Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
2 # Copyright (C) 2004-2005, 2007-2008, 2011-2015 Free Software
3 # Foundation, Inc.
34 # Written by Gary V. Vaughan, 2004
45 #
56 # This file is free software; the Free Software Foundation gives
3233 # ------------
3334 # Manipulate m4 lists.
3435 # These macros are necessary as long as will still need to support
35 # Autoconf-2.59 which quotes differently.
36 # Autoconf-2.59, which quotes differently.
3637 m4_define([lt_car], [[$1]])
3738 m4_define([lt_cdr],
3839 [m4_if([$#], 0, [m4_fatal([$0: cannot be called without arguments])],
4344
4445 # lt_append(MACRO-NAME, STRING, [SEPARATOR])
4546 # ------------------------------------------
46 # Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
47 # Redefine MACRO-NAME to hold its former content plus 'SEPARATOR''STRING'.
4748 # Note that neither SEPARATOR nor STRING are expanded; they are appended
4849 # to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
4950 # No SEPARATOR is output if MACRO-NAME was previously undefined (different
00 # ltversion.m4 -- version numbers -*- Autoconf -*-
11 #
2 # Copyright (C) 2004 Free Software Foundation, Inc.
2 # Copyright (C) 2004, 2011-2015 Free Software Foundation, Inc.
33 # Written by Scott James Remnant, 2004
44 #
55 # This file is free software; the Free Software Foundation gives
88
99 # @configure_input@
1010
11 # serial 3337 ltversion.m4
11 # serial 4179 ltversion.m4
1212 # This file is part of GNU Libtool
1313
14 m4_define([LT_PACKAGE_VERSION], [2.4.2])
15 m4_define([LT_PACKAGE_REVISION], [1.3337])
14 m4_define([LT_PACKAGE_VERSION], [2.4.6])
15 m4_define([LT_PACKAGE_REVISION], [2.4.6])
1616
1717 AC_DEFUN([LTVERSION_VERSION],
18 [macro_version='2.4.2'
19 macro_revision='1.3337'
18 [macro_version='2.4.6'
19 macro_revision='2.4.6'
2020 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
2121 _LT_DECL(, macro_revision, 0)
2222 ])
00 # lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
11 #
2 # Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
2 # Copyright (C) 2004-2005, 2007, 2009, 2011-2015 Free Software
3 # Foundation, Inc.
34 # Written by Scott James Remnant, 2004.
45 #
56 # This file is free software; the Free Software Foundation gives
1011
1112 # These exist entirely to fool aclocal when bootstrapping libtool.
1213 #
13 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
14 # In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN),
1415 # which have later been changed to m4_define as they aren't part of the
1516 # exported API, or moved to Autoconf or Automake where they belong.
1617 #
2425 # included after everything else. This provides aclocal with the
2526 # AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
2627 # because those macros already exist, or will be overwritten later.
27 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
28 # We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
2829 #
2930 # Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3031 # Yes, that means every name once taken will need to remain here until
99 virt-viewer.pod \
1010 $(NULL)
1111
12 MAINTAINERCLEANFILES = $(man_MANS)
12 MAINTAINERCLEANFILES = $(dist_man_MANS)
1313
1414 %.1: %.pod
1515 $(AM_V_GEN)pod2man -c "Virtualization Support" $< > $@
0 # Makefile.in generated by automake 1.13.4 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1313
1414 @SET_MAKE@
1515 VPATH = @srcdir@
16 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
16 am__is_gnu_make = { \
17 if test -z '$(MAKELEVEL)'; then \
18 false; \
19 elif test -n '$(MAKE_HOST)'; then \
20 true; \
21 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
22 true; \
23 else \
24 false; \
25 fi; \
26 }
1727 am__make_running_with_option = \
1828 case $${target_option-} in \
1929 ?) ;; \
7787 build_triplet = @build@
7888 host_triplet = @host@
7989 subdir = man
80 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
81 $(dist_man_MANS)
8290 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
8391 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
8492 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
8795 $(top_srcdir)/configure.ac
8896 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
8997 $(ACLOCAL_M4)
98 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
9099 mkinstalldirs = $(install_sh) -d
91100 CONFIG_HEADER = $(top_builddir)/config.h
92101 CONFIG_CLEAN_FILES =
142151 NROFF = nroff
143152 MANS = $(dist_man_MANS)
144153 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
154 am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in
145155 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
146156 ACLOCAL = @ACLOCAL@
147157 ALL_LINGUAS = @ALL_LINGUAS@
223233 LIPO = @LIPO@
224234 LN_S = @LN_S@
225235 LTLIBOBJS = @LTLIBOBJS@
236 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
226237 MAKEINFO = @MAKEINFO@
227238 MANIFEST_TOOL = @MANIFEST_TOOL@
228239 MKDIR_P = @MKDIR_P@
339350 virt-viewer.pod \
340351 $(NULL)
341352
342 MAINTAINERCLEANFILES = $(man_MANS)
353 MAINTAINERCLEANFILES = $(dist_man_MANS)
343354 all: all-am
344355
345356 .SUFFIXES:
355366 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
356367 $(am__cd) $(top_srcdir) && \
357368 $(AUTOMAKE) --gnu man/Makefile
358 .PRECIOUS: Makefile
359369 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
360370 @case '$?' in \
361371 *config.status*) \
580590 ps ps-am tags-am uninstall uninstall-am uninstall-man \
581591 uninstall-man1
582592
593 .PRECIOUS: Makefile
594
583595
584596 %.1: %.pod
585597 $(AM_V_GEN)pod2man -c "Virtualization Support" $< > $@
0 .\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
0 .\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.31)
11 .\"
22 .\" Standard preamble:
33 .\" ========================================================================
132132 .\" ========================================================================
133133 .\"
134134 .IX Title "REMOTE-VIEWER 1"
135 .TH REMOTE-VIEWER 1 "2014-07-21" "perl v5.18.2" "Virtualization Support"
135 .TH REMOTE-VIEWER 1 "2015-12-17" "perl v5.22.1" "Virtualization Support"
136136 .\" For nroff, turn off justification. Always turn off hyphenation; it makes
137137 .\" way too many mistakes in technical documents.
138138 .if n .ad l
150150 Starting remote-viewer without \s-1URI\s0 will open a simple dialog with an
151151 entry and a list of previously successfully accessed \s-1URI.\s0
152152 .PP
153 The \s-1URI\s0 can also point to a connection settings file, see \s-1FILE\s0 section
154 for a description of the format.
153 The \s-1URI\s0 can also point to a connection settings file, see the \s-1CONNECTION FILE\s0
154 section for a description of the format.
155155 .SH "OPTIONS"
156156 .IX Header "OPTIONS"
157157 The following options are accepted when running \f(CW\*(C`remote\-viewer\*(C'\fR:
171171 .IX Item "-f, --full-screen"
172172 Start with the windows maximized to fullscreen.
173173 .Sp
174 If supported, the remote display will be reconfigured to match at best the
175 client physical monitor configuration on initialization, by enabling or
176 disabling extra monitors as necessary. This is currently implemented by the
177 Spice backend only.
174 If supported, the remote display will be reconfigured to match the physical
175 client monitor configuration, by enabling or disabling extra monitors as
176 necessary. This is currently implemented by the Spice backend only.
177 .Sp
178 To specify which client monitors are used in fullscreen mode, see the
179 \&\s-1CONFIGURATION\s0 section below.
178180 .IP "\-t \s-1TITLE,\s0 \-\-title \s-1TITLE\s0" 4
179181 .IX Item "-t TITLE, --title TITLE"
180182 Set the window title to \fB\s-1TITLE\s0\fR
227229 .SH "HOTKEY"
228230 .IX Header "HOTKEY"
229231 A key binding combination is described by a series of key strings
230 seperated by '+' that must be pressed together in order to activate
232 separated by '+' that must be pressed together in order to activate
231233 the associated action.
232234 .PP
233235 It must be composed of modifiers (shift, ctrl or alt) and a
234236 non-modifier key. For example, \*(L"shift+f11\*(R".
235 .SH "FILE"
236 .IX Header "FILE"
237 .SH "CONNECTION FILE"
238 .IX Header "CONNECTION FILE"
237239 \&\fBremote-viewer\fR connection file is of \s-1INI\s0 file format, with a
238240 mandatory [virt\-viewer] group and \*(L"type\*(R" key.
239241 .SS "Example"
254256 .ie n .IP """version"" (string)" 4
255257 .el .IP "\f(CWversion\fR (string)" 4
256258 .IX Item "version (string)"
257 If remote-viewer version isn't at superior or equal to the required
258 version, an error is raised with the version expected.
259 .Sp
260 The version format accepted is a list of integers seperated by '.'.
259 If remote-viewer version number isn't greater or equal to the required
260 version, an error is raised with the expected version.
261 .Sp
262 The version format accepted is a list of integers separated by '.'. It can
263 be followed by a dash '\-' and an additional build number with the same format.
264 .Sp
265 Version comparison is done by comparing each integer from the list one by
266 one. If any of the component is not a number, the version comparison will fail
267 and consider that the 2 versions are considered to be the same.
268 .ie n .IP """versions"" (osid:version list)" 4
269 .el .IP "\f(CWversions\fR (osid:version list)" 4
270 .IX Item "versions (osid:version list)"
271 This is a list of osid:version couples separated by ';'. osid is an arbitrary string, version is
272 a version number in the same format as in the 'version' field. A given couple indicates that
273 remote-viewer builds matching the given 'osid' (fedora22, debian7, ...) must
274 be at least version 'version'. For consistency, it's recommended to use libosinfo \s-1OS\s0 shortids as
275 the osid.
276 .ie n .IP """newer\-version\-url"" (string)" 4
277 .el .IP "\f(CWnewer\-version\-url\fR (string)" 4
278 .IX Item "newer-version-url (string)"
279 If specified, this field is an \s-1URL\s0 which will be displayed to the user when a version check
280 fails.
261281 .ie n .IP """type"" (string, mandatory)" 4
262282 .el .IP "\f(CWtype\fR (string, mandatory)" 4
263283 .IX Item "type (string, mandatory)"
304324 .ie n .IP """ca"" (string)" 4
305325 .el .IP "\f(CWca\fR (string)" 4
306326 .IX Item "ca (string)"
307 \&\s-1CA\s0 certificate in \s-1PEM\s0 format (using \*(L"\en\*(R" to seperate the lines), for verification purposes.
327 \&\s-1CA\s0 certificate in \s-1PEM\s0 format (using \*(L"\en\*(R" to separate the lines). This will be
328 used to verify the \s-1SSL\s0 certificate used for \s-1SPICE TLS\s0 sessions.
308329 .ie n .IP """host\-subject"" (string)" 4
309330 .el .IP "\f(CWhost\-subject\fR (string)" 4
310331 .IX Item "host-subject (string)"
382403 .Sp
383404 For example, to tunnel connection through foobar host \s-1HTTP\s0 proxy on
384405 port 8080, use the value \*(L"http://foobar:8080\*(R".
406 .SS "oVirt Support"
407 .IX Subsection "oVirt Support"
408 The connection file can also carry some oVirt-specific options when oVirt
409 support is compiled in. These options are used to interact with oVirt \s-1REST API.\s0
410 This is currently only used in order to show a menu allowing to change the \s-1CD\s0
411 image being used by the virtual machine from remote-viewer user interface.
412 These options go in an optional [ovirt] group.
413 .ie n .IP """host"" (string, mandatory)" 4
414 .el .IP "\f(CWhost\fR (string, mandatory)" 4
415 .IX Item "host (string, mandatory)"
416 The oVirt instance to connect to. This corresponds to the hostname one would
417 connect to access the oVirt user or admin portal.
418 .ie n .IP """vm\-guid"" (string, mandatory)" 4
419 .el .IP "\f(CWvm\-guid\fR (string, mandatory)" 4
420 .IX Item "vm-guid (string, mandatory)"
421 \&\s-1GUID\s0 of the oVirt virtual machine to connect to.
422 .ie n .IP """jsessionid"" (string)" 4
423 .el .IP "\f(CWjsessionid\fR (string)" 4
424 .IX Item "jsessionid (string)"
425 Value to set the 'jsessionid' cookie to. Setting this authentication cookie to a valid value
426 will allow to interact with the oVirt \s-1REST API\s0 without being asked for credentials.
427 .ie n .IP """ca"" (string)" 4
428 .el .IP "\f(CWca\fR (string)" 4
429 .IX Item "ca (string)"
430 \&\s-1CA\s0 certificate in \s-1PEM\s0 format (using \*(L"\en\*(R" to separate the lines). This will be used to validate
431 the certificate used for the oVirt \s-1REST\s0 https session remote-viewer will establish.
432 .SH "CONFIGURATION"
433 .IX Header "CONFIGURATION"
434 A small number of configuration options can be controlled by editing the
435 settings file located in the user configuration directory:
436 .PP
437 .Vb 1
438 \& <USER\-CONFIG\-DIR>/virt\-viewer/settings
439 .Ve
440 .PP
441 This file is a text file in \s-1INI\s0 format, with application options in the
442 [virt\-viewer] group and per-guest options in a group identified by the guest's
443 \&\s-1UUID.\s0 The application options should not be edited manually. There is also a
444 special [fallback] group which specifies options for all guests that don't have
445 an explicit group.
446 .PP
447 For each guest, the initial fullscreen monitor configuration can be specified
448 by using the \fBmonitor-mapping\fR key. This configuration only takes effect when
449 the \-f/\-\-full\-screen option is specified.
450 .PP
451 The value of this key is a list of mappings between a guest display and a
452 client monitor. Each mapping is separated by a semicolon character, and the
453 mappings have the format <\s-1GUEST\-DISPLAY\-ID\s0>:<\s-1CLIENT\-MONITOR\-ID\s0>.
454 .PP
455 For example, to map guest displays 1 and 2 to client monitors 2 and 3 for the
456 guest with a \s-1UUID\s0 of e4591275\-d9d3\-4a44\-a18b\-ef2fbc8ac3e2, use:
457 .PP
458 .Vb 2
459 \& [e4591275\-d9d3\-4a44\-a18b\-ef2fbc8ac3e2]
460 \& monitor\-mapping=1:2;2:3
461 .Ve
462 .PP
463 The monitor-mapping must contain ids of all displays from 1 to the last
464 desired display id, e.g. \*(L"monitor\-mapping=3:3\*(R" is invalid because mappings
465 for displays 1 and 2 are not specified.
385466 .SH "EXAMPLES"
386467 .IX Header "EXAMPLES"
387468 To connect to \s-1SPICE\s0 server on host \*(L"makai\*(R" with port 5900
394475 .PP
395476 .Vb 1
396477 \& remote\-viewer vnc://tsingy:5900
478 .Ve
479 .PP
480 To connect to a virtual machine named \*(L"toliara\*(R" on an oVirt server at
481 example.org
482 .PP
483 .Vb 1
484 \& remote\-viewer ovirt://[username@]example.org/toliara
397485 .Ve
398486 .SH "BUGS"
399487 .IX Header "BUGS"
1414 Starting remote-viewer without URI will open a simple dialog with an
1515 entry and a list of previously successfully accessed URI.
1616
17 The URI can also point to a connection settings file, see FILE section
18 for a description of the format.
17 The URI can also point to a connection settings file, see the CONNECTION FILE
18 section for a description of the format.
1919
2020 =head1 OPTIONS
2121
4343
4444 Start with the windows maximized to fullscreen.
4545
46 If supported, the remote display will be reconfigured to match at best the
47 client physical monitor configuration on initialization, by enabling or
48 disabling extra monitors as necessary. This is currently implemented by the
49 Spice backend only.
46 If supported, the remote display will be reconfigured to match the physical
47 client monitor configuration, by enabling or disabling extra monitors as
48 necessary. This is currently implemented by the Spice backend only.
49
50 To specify which client monitors are used in fullscreen mode, see the
51 CONFIGURATION section below.
5052
5153 =item -t TITLE, --title TITLE
5254
106108 =head1 HOTKEY
107109
108110 A key binding combination is described by a series of key strings
109 seperated by '+' that must be pressed together in order to activate
111 separated by '+' that must be pressed together in order to activate
110112 the associated action.
111113
112114 It must be composed of modifiers (shift, ctrl or alt) and a
113115 non-modifier key. For example, "shift+f11".
114116
115 =head1 FILE
117 =head1 CONNECTION FILE
116118
117119 B<remote-viewer> connection file is of INI file format, with a
118120 mandatory [virt-viewer] group and "type" key.
135137
136138 =item C<version> (string)
137139
138 If remote-viewer version isn't at superior or equal to the required
139 version, an error is raised with the version expected.
140
141 The version format accepted is a list of integers seperated by '.'.
140 If remote-viewer version number isn't greater or equal to the required
141 version, an error is raised with the expected version.
142
143 The version format accepted is a list of integers separated by '.'. It can
144 be followed by a dash '-' and an additional build number with the same format.
145
146 Version comparison is done by comparing each integer from the list one by
147 one. If any of the component is not a number, the version comparison will fail
148 and consider that the 2 versions are considered to be the same.
149
150 =item C<versions> (osid:version list)
151
152 This is a list of osid:version couples separated by ';'. osid is an arbitrary string, version is
153 a version number in the same format as in the 'version' field. A given couple indicates that
154 remote-viewer builds matching the given 'osid' (fedora22, debian7, ...) must
155 be at least version 'version'. For consistency, it's recommended to use libosinfo OS shortids as
156 the osid.
157
158 =item C<newer-version-url> (string)
159
160 If specified, this field is an URL which will be displayed to the user when a version check
161 fails.
142162
143163 =item C<type> (string, mandatory)
144164
185205
186206 =item C<ca> (string)
187207
188 CA certificate in PEM format (using "\n" to seperate the lines), for verification purposes.
208 CA certificate in PEM format (using "\n" to separate the lines). This will be
209 used to verify the SSL certificate used for SPICE TLS sessions.
189210
190211 =item C<host-subject> (string)
191212
266287
267288 =back
268289
290 =head2 oVirt Support
291
292 The connection file can also carry some oVirt-specific options when oVirt
293 support is compiled in. These options are used to interact with oVirt REST API.
294 This is currently only used in order to show a menu allowing to change the CD
295 image being used by the virtual machine from remote-viewer user interface.
296 These options go in an optional [ovirt] group.
297
298 =over 4
299
300 =item C<host> (string, mandatory)
301
302 The oVirt instance to connect to. This corresponds to the hostname one would
303 connect to access the oVirt user or admin portal.
304
305 =item C<vm-guid> (string, mandatory)
306
307 GUID of the oVirt virtual machine to connect to.
308
309 =item C<jsessionid> (string)
310
311 Value to set the 'jsessionid' cookie to. Setting this authentication cookie to a valid value
312 will allow to interact with the oVirt REST API without being asked for credentials.
313
314 =item C<ca> (string)
315
316 CA certificate in PEM format (using "\n" to separate the lines). This will be used to validate
317 the certificate used for the oVirt REST https session remote-viewer will establish.
318
319 =back
320
321 =head1 CONFIGURATION
322
323 A small number of configuration options can be controlled by editing the
324 settings file located in the user configuration directory:
325
326 <USER-CONFIG-DIR>/virt-viewer/settings
327
328 This file is a text file in INI format, with application options in the
329 [virt-viewer] group and per-guest options in a group identified by the guest's
330 UUID. The application options should not be edited manually. There is also a
331 special [fallback] group which specifies options for all guests that don't have
332 an explicit group.
333
334 For each guest, the initial fullscreen monitor configuration can be specified
335 by using the B<monitor-mapping> key. This configuration only takes effect when
336 the -f/--full-screen option is specified.
337
338 The value of this key is a list of mappings between a guest display and a
339 client monitor. Each mapping is separated by a semicolon character, and the
340 mappings have the format <GUEST-DISPLAY-ID>:<CLIENT-MONITOR-ID>.
341
342 For example, to map guest displays 1 and 2 to client monitors 2 and 3 for the
343 guest with a UUID of e4591275-d9d3-4a44-a18b-ef2fbc8ac3e2, use:
344
345 [e4591275-d9d3-4a44-a18b-ef2fbc8ac3e2]
346 monitor-mapping=1:2;2:3
347
348 The monitor-mapping must contain ids of all displays from 1 to the last
349 desired display id, e.g. "monitor-mapping=3:3" is invalid because mappings
350 for displays 1 and 2 are not specified.
351
269352 =head1 EXAMPLES
270353
271354 To connect to SPICE server on host "makai" with port 5900
275358 To connect to VNC server on host "tsingy" with port 5900
276359
277360 remote-viewer vnc://tsingy:5900
361
362 To connect to a virtual machine named "toliara" on an oVirt server at
363 example.org
364
365 remote-viewer ovirt://[username@]example.org/toliara
278366
279367 =head1 BUGS
280368
0 .\" Automatically generated by Pod::Man 2.27 (Pod::Simple 3.28)
0 .\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.31)
11 .\"
22 .\" Standard preamble:
33 .\" ========================================================================
132132 .\" ========================================================================
133133 .\"
134134 .IX Title "VIRT-VIEWER 1"
135 .TH VIRT-VIEWER 1 "2014-07-21" "perl v5.18.2" "Virtualization Support"
135 .TH VIRT-VIEWER 1 "2015-12-17" "perl v5.22.1" "Virtualization Support"
136136 .\" For nroff, turn off justification. Always turn off hyphenation; it makes
137137 .\" way too many mistakes in technical documents.
138138 .if n .ad l
141141 virt\-viewer \- display the graphical console for a virtual machine
142142 .SH "SYNOPSIS"
143143 .IX Header "SYNOPSIS"
144 \&\fBvirt-viewer\fR [\s-1OPTIONS\s0] \*(-- DOMAIN\-NAME|ID|UUID
144 \&\fBvirt-viewer\fR [\s-1OPTIONS\s0] [DOMAIN\-NAME|ID|UUID]
145145 .SH "DESCRIPTION"
146146 .IX Header "DESCRIPTION"
147147 \&\fBvirt-viewer\fR is a minimal tool for displaying the graphical console
192192 .IP "\-f, \-\-full\-screen" 4
193193 .IX Item "-f, --full-screen"
194194 Start with the window maximised to fullscreen
195 .Sp
196 If supported, the remote display will be reconfigured to match the physical
197 client monitor configuration, by enabling or disabling extra monitors as
198 necessary. This is currently implemented by the Spice backend only.
199 .Sp
200 To specify which client monitors are used in fullscreen mode, see the
201 \&\s-1CONFIGURATION\s0 section below.
195202 .IP "\-\-debug" 4
196203 .IX Item "--debug"
197204 Print debugging information
234241 kiosk-quit option to \*(L"on-disconnect\*(R" value, virt-viewer will quit
235242 instead. Please note that \-\-reconnect takes precedence over this
236243 option, and will attempt to do a reconnection before it quits.
244 .SH "CONFIGURATION"
245 .IX Header "CONFIGURATION"
246 A small number of configuration options can be controlled by editing the
247 settings file located in the user configuration directory:
248 .PP
249 .Vb 1
250 \& <USER\-CONFIG\-DIR>/virt\-viewer/settings
251 .Ve
252 .PP
253 This file is a text file in \s-1INI\s0 format, with application options in the
254 [virt\-viewer] group and per-guest options in a group identified by the guest's
255 \&\s-1UUID.\s0 The application options should not be edited manually. There is also a
256 special [fallback] group which specifies options for all guests that don't have
257 an explicit group.
258 .PP
259 For each guest, the initial fullscreen monitor configuration can be specified
260 by using the \fBmonitor-mapping\fR key. This configuration only takes effect when
261 the \-f/\-\-full\-screen option is specified.
262 .PP
263 The value of this key is a list of mappings between a guest display and a
264 client monitor. Each mapping is separated by a semicolon character, and the
265 mappings have the format <\s-1GUEST\-DISPLAY\-ID\s0>:<\s-1CLIENT\-MONITOR\-ID\s0>.
266 .PP
267 For example, to map guest displays 1 and 2 to client monitors 2 and 3 for the
268 guest with a \s-1UUID\s0 of e4591275\-d9d3\-4a44\-a18b\-ef2fbc8ac3e2, use:
269 .PP
270 .Vb 2
271 \& [e4591275\-d9d3\-4a44\-a18b\-ef2fbc8ac3e2]
272 \& monitor\-mapping=1:2;2:3
273 .Ve
274 .PP
275 The monitor-mapping must contain ids of all displays from 1 to the last
276 desired display id, e.g. \*(L"monitor\-mapping=3:3\*(R" is invalid because mappings
277 for displays 1 and 2 are not specified.
237278 .SH "EXAMPLES"
238279 .IX Header "EXAMPLES"
239280 To connect to the guest called 'demo' running under Xen
240281 .PP
241282 .Vb 1
242283 \& virt\-viewer demo
284 .Ve
285 .PP
286 To use \s-1GUI\s0 for connecting to a guest running under \s-1QEMU\s0
287 .PP
288 .Vb 1
289 \& virt\-viewer \-\-connect qemu:///system
243290 .Ve
244291 .PP
245292 To connect to the guest with \s-1ID 7\s0 running under \s-1QEMU\s0
44
55 =head1 SYNOPSIS
66
7 B<virt-viewer> [OPTIONS] -- DOMAIN-NAME|ID|UUID
7 B<virt-viewer> [OPTIONS] [DOMAIN-NAME|ID|UUID]
88
99 =head1 DESCRIPTION
1010
7070
7171 Start with the window maximised to fullscreen
7272
73 If supported, the remote display will be reconfigured to match the physical
74 client monitor configuration, by enabling or disabling extra monitors as
75 necessary. This is currently implemented by the Spice backend only.
76
77 To specify which client monitors are used in fullscreen mode, see the
78 CONFIGURATION section below.
79
7380 =item --debug
7481
7582 Print debugging information
116123
117124 =back
118125
126 =head1 CONFIGURATION
127
128 A small number of configuration options can be controlled by editing the
129 settings file located in the user configuration directory:
130
131 <USER-CONFIG-DIR>/virt-viewer/settings
132
133 This file is a text file in INI format, with application options in the
134 [virt-viewer] group and per-guest options in a group identified by the guest's
135 UUID. The application options should not be edited manually. There is also a
136 special [fallback] group which specifies options for all guests that don't have
137 an explicit group.
138
139 For each guest, the initial fullscreen monitor configuration can be specified
140 by using the B<monitor-mapping> key. This configuration only takes effect when
141 the -f/--full-screen option is specified.
142
143 The value of this key is a list of mappings between a guest display and a
144 client monitor. Each mapping is separated by a semicolon character, and the
145 mappings have the format <GUEST-DISPLAY-ID>:<CLIENT-MONITOR-ID>.
146
147 For example, to map guest displays 1 and 2 to client monitors 2 and 3 for the
148 guest with a UUID of e4591275-d9d3-4a44-a18b-ef2fbc8ac3e2, use:
149
150 [e4591275-d9d3-4a44-a18b-ef2fbc8ac3e2]
151 monitor-mapping=1:2;2:3
152
153 The monitor-mapping must contain ids of all displays from 1 to the last
154 desired display id, e.g. "monitor-mapping=3:3" is invalid because mappings
155 for displays 1 and 2 are not specified.
156
119157 =head1 EXAMPLES
120158
121159 To connect to the guest called 'demo' running under Xen
122160
123161 virt-viewer demo
162
163 To use GUI for connecting to a guest running under QEMU
164
165 virt-viewer --connect qemu:///system
124166
125167 To connect to the guest with ID 7 running under QEMU
126168
0 %{?mingw_package_header}
1
2 %define relver 1%{?dist}
3
4 # We want the 1st part of the release number, and
5 # the 3rd part (or 0 if not present). We want to
6 # avoid the autobuild magic 'extra_release' too
7 # which is not purely numeric and larger than 255.
8 # This scheme lets us cope with RHEL-style z-stream
9 # versioning when creating Win product versions
10 %define rel0 %(echo %{relver} | cut -d. -f1)
11 %define rel1 %(test -z "`echo %{relver} | cut -d. -f3`" && echo 0 || (echo %{relver} | cut -d. -f3))
12 %define buildid %(expr %{rel0} \\* 256 + %{rel1})
13
14 Name: mingw-virt-viewer
15 Version: 3.1
16 Release: %{relver}%{?extra_release}
17 Summary: MinGW Windows virt-viewer console application
18
19 License: GPLv2+
20 Group: Applications/Internet
21 URL: http://virt-manager.org/
22 Source0: ftp://virt-manager.org/downloads/virt-viewer/virt-viewer-%{version}.tar.gz
23
24 BuildRequires: mingw32-filesystem >= 23
25 BuildRequires: mingw64-filesystem >= 23
26 BuildRequires: mingw32-glib2 >= 2.22.0
27 BuildRequires: mingw64-glib2 >= 2.22.0
28 BuildRequires: mingw32-glib-networking
29 BuildRequires: mingw64-glib-networking
30 BuildRequires: mingw32-gstreamer1-plugins-bad-free
31 BuildRequires: mingw64-gstreamer1-plugins-bad-free
32 BuildRequires: mingw32-gstreamer1-plugins-good
33 BuildRequires: mingw64-gstreamer1-plugins-good
34 BuildRequires: mingw32-gtk3 >= 3.0
35 BuildRequires: mingw64-gtk3 >= 3.0
36 BuildRequires: mingw32-libgovirt
37 BuildRequires: mingw64-libgovirt
38 BuildRequires: mingw32-libusbx
39 BuildRequires: mingw64-libusbx
40 BuildRequires: mingw32-libvirt >= 0.10.0
41 BuildRequires: mingw64-libvirt >= 0.10.0
42 BuildRequires: mingw32-libxml2 >= 2.6.0
43 BuildRequires: mingw64-libxml2 >= 2.6.0
44 BuildRequires: mingw32-gtk-vnc2 >= 0.4.0
45 BuildRequires: mingw64-gtk-vnc2 >= 0.4.0
46 BuildRequires: mingw32-readline
47 BuildRequires: mingw64-readline
48 BuildRequires: mingw32-rest
49 BuildRequires: mingw64-rest
50 BuildRequires: mingw32-spice-glib
51 BuildRequires: mingw64-spice-glib
52 BuildRequires: mingw32-spice-gtk3 >= 0.30
53 BuildRequires: mingw64-spice-gtk3 >= 0.30
54 BuildRequires: mingw32-usbredir
55 BuildRequires: mingw64-usbredir
56 BuildRequires: pkgconfig
57 BuildRequires: /usr/bin/pod2man
58 BuildRequires: intltool
59 BuildRequires: icoutils
60 BuildRequires: dos2unix
61 BuildRequires: hicolor-icon-theme
62 BuildRequires: adwaita-icon-theme
63 BuildRequires: hwdata
64 BuildRequires: msitools >= 0.94-2
65
66 BuildArch: noarch
67
68 %package -n mingw32-virt-viewer
69 Summary: MinGW Windows virt-viewer console application
70 Group: Applications/Internet
71
72 %package -n mingw64-virt-viewer
73 Summary: MinGW Windows virt-viewer console application
74 Group: Applications/Internet
75
76 %package -n mingw64-virt-viewer-msi
77 Summary: MinGW Windows virt-viewer MSI
78 Group: Applications/Internet
79
80 %package -n mingw32-virt-viewer-msi
81 Summary: MinGW Windows virt-viewer MSI
82 Group: Applications/Internet
83
84 %description
85 MinGW Windows virt-viewer console application
86
87 %description -n mingw32-virt-viewer
88 MinGW Windows virt-viewer console application
89
90 %description -n mingw64-virt-viewer
91 MinGW Windows virt-viewer console application
92
93 %description -n mingw64-virt-viewer-msi
94 MinGW Windows virt-viewer MSI
95
96 %description -n mingw32-virt-viewer-msi
97 MinGW Windows virt-viewer MSI
98
99 %{mingw_debug_package}
100
101 %prep
102 %setup -q -n virt-viewer-%{version}
103
104 %build
105 %mingw_configure --with-gtk=3.0 --with-buildid=%{buildid}
106
107 %mingw_make %{?_smp_mflags} V=1
108 %mingw_make %{?_smp_mflags} V=1 -C data msi
109
110 %install
111 %mingw_make_install DESTDIR=$RPM_BUILD_ROOT
112
113 %if 0%{?mingw_build_win32} == 1
114 cp build_win32$MINGW_BUILDDIR_SUFFIX/data/virt-viewer-x86-3.1.msi $RPM_BUILD_ROOT/%{mingw32_datadir}/virt-viewer
115 %endif
116
117 %if 0%{?mingw_build_win64} == 1
118 cp build_win64$MINGW_BUILDDIR_SUFFIX/data/virt-viewer-x64-3.1.msi $RPM_BUILD_ROOT/%{mingw64_datadir}/virt-viewer
119 %endif
120
121 %find_lang virt-viewer
122
123 # Don't need the XDG desktop files on Windows
124 find $RPM_BUILD_ROOT -name "*.desktop" -delete
125
126 %clean
127 rm -rf $RPM_BUILD_ROOT
128
129
130 %files -n mingw32-virt-viewer -f virt-viewer.lang
131 %defattr(-,root,root)
132 %{mingw32_bindir}/virt-viewer.exe
133 %{mingw32_bindir}/remote-viewer.exe
134 %{mingw32_bindir}/windows-cmdline-wrapper.exe
135 %{mingw32_bindir}/debug-helper.exe
136
137 %dir %{mingw32_datadir}/virt-viewer/
138 %dir %{mingw32_datadir}/virt-viewer/ui/
139 %{mingw32_datadir}/virt-viewer/ui/virt-viewer.xml
140 %{mingw32_datadir}/virt-viewer/ui/virt-viewer-about.xml
141 %{mingw32_datadir}/virt-viewer/ui/virt-viewer-auth.xml
142 %{mingw32_datadir}/virt-viewer/ui/virt-viewer-guest-details.xml
143 %{mingw32_datadir}/virt-viewer/ui/virt-viewer-vm-connection.xml
144 %{mingw32_datadir}/virt-viewer/ui/virt-viewer-preferences.xml
145 %{mingw32_datadir}/virt-viewer/ui/remote-viewer-connect.xml
146 %{mingw32_datadir}/icons/hicolor/*/apps/*
147 %{mingw32_datadir}/icons/hicolor/*/devices/*
148
149 %{mingw32_mandir}/man1/virt-viewer.1*
150 %{mingw32_mandir}/man1/remote-viewer.1*
151
152 %files -n mingw32-virt-viewer-msi
153 %{mingw32_datadir}/virt-viewer/virt-viewer-x86-3.1.msi
154
155 %files -n mingw64-virt-viewer -f virt-viewer.lang
156 %defattr(-,root,root)
157 %{mingw64_bindir}/virt-viewer.exe
158 %{mingw64_bindir}/remote-viewer.exe
159 %{mingw64_bindir}/windows-cmdline-wrapper.exe
160 %{mingw64_bindir}/debug-helper.exe
161
162 %dir %{mingw64_datadir}/virt-viewer/
163 %dir %{mingw64_datadir}/virt-viewer/ui/
164 %{mingw64_datadir}/virt-viewer/ui/virt-viewer.xml
165 %{mingw64_datadir}/virt-viewer/ui/virt-viewer-about.xml
166 %{mingw64_datadir}/virt-viewer/ui/virt-viewer-auth.xml
167 %{mingw64_datadir}/virt-viewer/ui/virt-viewer-guest-details.xml
168 %{mingw64_datadir}/virt-viewer/ui/virt-viewer-vm-connection.xml
169 %{mingw64_datadir}/virt-viewer/ui/virt-viewer-preferences.xml
170 %{mingw64_datadir}/virt-viewer/ui/remote-viewer-connect.xml
171 %{mingw64_datadir}/icons/hicolor/*/apps/*
172 %{mingw64_datadir}/icons/hicolor/*/devices/*
173
174 %{mingw64_mandir}/man1/virt-viewer.1*
175 %{mingw64_mandir}/man1/remote-viewer.1*
176
177 %files -n mingw64-virt-viewer-msi
178 %{mingw64_datadir}/virt-viewer/virt-viewer-x64-3.1.msi
179
180 %changelog
33
44 # We want the 1st part of the release number, and
55 # the 3rd part (or 0 if not present). We want to
6 # avoid the autobuild magic %{extra_release} too
6 # avoid the autobuild magic 'extra_release' too
77 # which is not purely numeric and larger than 255.
88 # This scheme lets us cope with RHEL-style z-stream
99 # versioning when creating Win product versions
2525 BuildRequires: mingw64-filesystem >= 23
2626 BuildRequires: mingw32-glib2 >= @GLIB2_REQUIRED@
2727 BuildRequires: mingw64-glib2 >= @GLIB2_REQUIRED@
28 BuildRequires: mingw32-gstreamer-plugins-bad-free
29 BuildRequires: mingw64-gstreamer-plugins-bad-free
30 BuildRequires: mingw32-gstreamer-plugins-good
31 BuildRequires: mingw64-gstreamer-plugins-good
32 BuildRequires: mingw32-gtk2 >= @GTK2_REQUIRED@
33 BuildRequires: mingw64-gtk2 >= @GTK2_REQUIRED@
28 BuildRequires: mingw32-glib-networking
29 BuildRequires: mingw64-glib-networking
30 BuildRequires: mingw32-gstreamer1-plugins-bad-free
31 BuildRequires: mingw64-gstreamer1-plugins-bad-free
32 BuildRequires: mingw32-gstreamer1-plugins-good
33 BuildRequires: mingw64-gstreamer1-plugins-good
34 BuildRequires: mingw32-gtk3 >= @GTK3_REQUIRED@
35 BuildRequires: mingw64-gtk3 >= @GTK3_REQUIRED@
36 BuildRequires: mingw32-libgovirt
37 BuildRequires: mingw64-libgovirt
3438 BuildRequires: mingw32-libusbx
3539 BuildRequires: mingw64-libusbx
3640 BuildRequires: mingw32-libvirt >= @LIBVIRT_REQUIRED@
3741 BuildRequires: mingw64-libvirt >= @LIBVIRT_REQUIRED@
3842 BuildRequires: mingw32-libxml2 >= @LIBXML2_REQUIRED@
3943 BuildRequires: mingw64-libxml2 >= @LIBXML2_REQUIRED@
40 BuildRequires: mingw32-gtk-vnc >= @GTK_VNC1_REQUIRED@
41 BuildRequires: mingw64-gtk-vnc >= @GTK_VNC1_REQUIRED@
44 BuildRequires: mingw32-gtk-vnc2 >= @GTK_VNC2_REQUIRED@
45 BuildRequires: mingw64-gtk-vnc2 >= @GTK_VNC2_REQUIRED@
4246 BuildRequires: mingw32-readline
4347 BuildRequires: mingw64-readline
48 BuildRequires: mingw32-rest
49 BuildRequires: mingw64-rest
4450 BuildRequires: mingw32-spice-glib
4551 BuildRequires: mingw64-spice-glib
46 BuildRequires: mingw32-spice-gtk >= @SPICE_GTK_REQUIRED@
47 BuildRequires: mingw64-spice-gtk >= @SPICE_GTK_REQUIRED@
52 BuildRequires: mingw32-spice-gtk3 >= @SPICE_GTK_REQUIRED@
53 BuildRequires: mingw64-spice-gtk3 >= @SPICE_GTK_REQUIRED@
4854 BuildRequires: mingw32-usbredir
4955 BuildRequires: mingw64-usbredir
5056 BuildRequires: pkgconfig
5359 BuildRequires: icoutils
5460 BuildRequires: dos2unix
5561 BuildRequires: hicolor-icon-theme
56 BuildRequires: gnome-icon-theme
57 BuildRequires: msitools >= 0.92-2
62 BuildRequires: adwaita-icon-theme
63 BuildRequires: hwdata
64 BuildRequires: msitools >= 0.94-2
5865
5966 BuildArch: noarch
6067
95102 %setup -q -n virt-viewer-%{version}
96103
97104 %build
98 %mingw_configure --with-gtk=2.0 --with-buildid=%{buildid}
105 %mingw_configure --with-gtk=3.0 --with-buildid=%{buildid}
99106
100107 %mingw_make %{?_smp_mflags} V=1
101108 %mingw_make %{?_smp_mflags} V=1 -C data msi
132139 %{mingw32_datadir}/virt-viewer/ui/virt-viewer.xml
133140 %{mingw32_datadir}/virt-viewer/ui/virt-viewer-about.xml
134141 %{mingw32_datadir}/virt-viewer/ui/virt-viewer-auth.xml
142 %{mingw32_datadir}/virt-viewer/ui/virt-viewer-guest-details.xml
143 %{mingw32_datadir}/virt-viewer/ui/virt-viewer-vm-connection.xml
144 %{mingw32_datadir}/virt-viewer/ui/virt-viewer-preferences.xml
145 %{mingw32_datadir}/virt-viewer/ui/remote-viewer-connect.xml
135146 %{mingw32_datadir}/icons/hicolor/*/apps/*
136147 %{mingw32_datadir}/icons/hicolor/*/devices/*
137148
153164 %{mingw64_datadir}/virt-viewer/ui/virt-viewer.xml
154165 %{mingw64_datadir}/virt-viewer/ui/virt-viewer-about.xml
155166 %{mingw64_datadir}/virt-viewer/ui/virt-viewer-auth.xml
167 %{mingw64_datadir}/virt-viewer/ui/virt-viewer-guest-details.xml
168 %{mingw64_datadir}/virt-viewer/ui/virt-viewer-vm-connection.xml
169 %{mingw64_datadir}/virt-viewer/ui/virt-viewer-preferences.xml
170 %{mingw64_datadir}/virt-viewer/ui/remote-viewer-connect.xml
156171 %{mingw64_datadir}/icons/hicolor/*/apps/*
157172 %{mingw64_datadir}/icons/hicolor/*/devices/*
158173
0 ach
10 af
2 af_ZA
3 aln
41 am
2 anp
53 ar
64 as
75 ast
8 az
96 bal
107 be
118 bg
1613 brx
1714 bs
1815 ca
19 cs_CZ
2016 cs
2117 cy
2218 da
2319 de_CH
2420 de
25 dz
2621 el
2722 en_GB
28 en_US
2923 eo
30 es_ES
3124 es
3225 et
33 eu_ES
3426 eu
35 fa_IR
3627 fa
3728 fi
3829 fr
39 ga
4030 gl
4131 gu
4232 he
4333 hi
44 hr_HR
4534 hr
4635 hu
47 hy
4836 ia
4937 id
5038 ilo
5139 is
52 it_IT
5340 it
54 ja_JP
5541 ja
5642 ka
5743 kk
5844 km
5945 kn
6046 ko
61 ks
62 ku
47 kw_GB
48 kw@kkcor
49 kw
50 kw@uccor
6351 ky
64 la
65 lo
6652 lt
6753 lv
6854 mai
69 mg
7055 mk
7156 ml
7257 mn
7358 mr
74 ms_MY
7559 ms
76 my
7760 nb
7861 nds
7962 ne
8063 nl
8164 nn
82 no
8365 nso
8466 or
8567 pa
8870 pt
8971 ro
9072 ru
91 ru_RU
9273 si
9374 sk
9475 sl
9677 sr@latin
9778 sr
9879 sv
99 ta_IN
10080 ta
10181 te
10282 tg
10383 th
104 tl
10584 tr
85 tw
10686 uk
107 uk_UA
10887 ur
109 uz
11088 vi
111 wo
112 xh
89 wba
90 yo
11391 zh_CN
11492 zh_HK
11593 zh_TW
3232 datadir = @datadir@
3333 datarootdir = @datarootdir@
3434 libdir = @libdir@
35 DATADIRNAME = @DATADIRNAME@
36 itlocaledir = $(prefix)/$(DATADIRNAME)/locale
35 localedir = @localedir@
3736 subdir = po
3837 install_sh = @install_sh@
3938 # Automake >= 1.8 provides @mkdir_p@.
7978
8079 .po.pox:
8180 $(MAKE) $(GETTEXT_PACKAGE).pot
82 $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox
81 $(MSGMERGE) $* $(GETTEXT_PACKAGE).pot -o $*.pox
8382
8483 .po.mo:
8584 $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $<
107106 install-data-yes: all
108107 linguas="$(USE_LINGUAS)"; \
109108 for lang in $$linguas; do \
110 dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \
109 dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \
111110 $(mkdir_p) $$dir; \
112111 if test -r $$lang.gmo; then \
113112 $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
141140 uninstall:
142141 linguas="$(USE_LINGUAS)"; \
143142 for lang in $$linguas; do \
144 rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
145 rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
143 rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
144 rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
146145 done
147146
148147 check: all $(GETTEXT_PACKAGE).pot
22 src/gbinding.c
33 src/remote-viewer-main.c
44 src/remote-viewer.c
5 [type: gettext/glade] src/remote-viewer-connect.xml
56 [type: gettext/glade] src/virt-viewer-about.xml
67 src/virt-viewer-app.c
8 src/virt-viewer-auth.c
79 [type: gettext/glade] src/virt-viewer-auth.xml
10 src/virt-viewer-display-vnc.c
811 src/virt-viewer-main.c
912 src/virt-viewer-session-spice.c
1013 src/virt-viewer-session-vnc.c
14 src/virt-viewer-vm-connection.c
1115 src/virt-viewer-window.c
1216 src/virt-viewer-file.c
1317 src/virt-viewer.c
1418 [type: gettext/glade] src/virt-viewer.xml
19 [type: gettext/glade] src/virt-viewer-guest-details.xml
20 [type: gettext/glade] src/virt-viewer-vm-connection.xml
21 [type: gettext/glade] src/virt-viewer-preferences.xml
+0
-610
po/ach.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Acoli (http://www.transifex.com/projects/p/virt-viewer/language/ach/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ach\n"
17 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
+352
-205
po/af.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Afrikaans (http://www.transifex.com/projects/p/virt-viewer/language/af/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Afrikaans\n"
13 "Language: af\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: af\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+0
-612
po/af_ZA.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-01-24 17:29+0000\n"
10 "PO-Revision-Date: 2014-01-24 17:29+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Afrikaans (South Africa) (http://www.transifex.com/projects/p/fedora/language/af_ZA/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: af_ZA\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:111
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #. Setup command line options
89 #: ../src/remote-viewer-main.c:114
90 msgid "- Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:131
94 #, c-format
95 msgid ""
96 "%s\n"
97 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr ""
99
100 #: ../src/remote-viewer-main.c:143
101 #, c-format
102 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr ""
104
105 #: ../src/remote-viewer-main.c:150
106 #, c-format
107 msgid "Error: can't handle multiple URIs\n"
108 msgstr ""
109
110 #: ../src/remote-viewer.c:284 ../src/remote-viewer.c:1030
111 msgid "Failed to initiate connection"
112 msgstr ""
113
114 #: ../src/remote-viewer.c:299
115 msgid "Display disabled by controller"
116 msgstr ""
117
118 #: ../src/remote-viewer.c:597
119 #, c-format
120 msgid "Controller connection failed: %s"
121 msgstr ""
122
123 #. Create the widgets
124 #: ../src/remote-viewer.c:885
125 msgid "Connection details"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:900
129 msgid "URL:"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:908
133 msgid "Recent connections:"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:962
137 msgid "Couldn't create a Spice session"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:976
141 msgid "Setting up Spice session..."
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1001
145 #, c-format
146 msgid "Invalid file %s"
147 msgstr ""
148
149 #: ../src/remote-viewer.c:1008
150 msgid "Cannot determine the connection type from URI"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:1014
154 msgid "Couldn't open oVirt session"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:1021
158 #, c-format
159 msgid "Couldn't create a session for this type: %s"
160 msgstr ""
161
162 #. * Local variables:
163 #. * c-indent-level: 4
164 #. * c-basic-offset: 4
165 #. * indent-tabs-mode: nil
166 #. * End:
167 #: ../src/virt-viewer-about.xml.h:1
168 msgid "About Glade"
169 msgstr ""
170
171 #: ../src/virt-viewer-about.xml.h:2
172 msgid ""
173 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
174 "Copyright (C) 2007-2012 Red Hat, Inc."
175 msgstr ""
176
177 #: ../src/virt-viewer-about.xml.h:4
178 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
179 msgstr ""
180
181 #: ../src/virt-viewer-about.xml.h:5
182 msgid "virt-manager.org"
183 msgstr ""
184
185 #: ../src/virt-viewer-about.xml.h:6
186 msgid ""
187 "This program is free software; you can redistribute it and/or modify\n"
188 "it under the terms of the GNU General Public License as published by\n"
189 "the Free Software Foundation; either version 2 of the License, or\n"
190 "(at your option) any later version.\n"
191 "\n"
192 "This program is distributed in the hope that it will be useful,\n"
193 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
194 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
195 "GNU General Public License for more details.\n"
196 "\n"
197 "You should have received a copy of the GNU General Public License\n"
198 "along with this program; if not, write to the Free Software\n"
199 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
200 msgstr ""
201
202 #: ../src/virt-viewer-about.xml.h:20
203 msgid "The Fedora Translation Team"
204 msgstr ""
205
206 #: ../src/virt-viewer-app.c:383
207 msgid "Do you want to close the session?"
208 msgstr ""
209
210 #: ../src/virt-viewer-app.c:385
211 msgid "Do not ask me again"
212 msgstr ""
213
214 #: ../src/virt-viewer-app.c:806
215 #, c-format
216 msgid "Waiting for display %d..."
217 msgstr ""
218
219 #: ../src/virt-viewer-app.c:914
220 #, c-format
221 msgid "Unknown graphic type for the guest %s"
222 msgstr ""
223
224 #: ../src/virt-viewer-app.c:995
225 msgid "Connect to ssh failed."
226 msgstr ""
227
228 #: ../src/virt-viewer-app.c:997
229 msgid "Can't connect to channel, SSH only supported."
230 msgstr ""
231
232 #: ../src/virt-viewer-app.c:1009
233 msgid "Connect to channel unsupported."
234 msgstr ""
235
236 #: ../src/virt-viewer-app.c:1091
237 msgid "Connecting to graphic server"
238 msgstr ""
239
240 #: ../src/virt-viewer-app.c:1224
241 msgid "Guest domain has shutdown"
242 msgstr ""
243
244 #: ../src/virt-viewer-app.c:1284
245 msgid "Connected to graphic server"
246 msgstr ""
247
248 #: ../src/virt-viewer-app.c:1309
249 #, c-format
250 msgid "Unable to connect to the graphic server %s"
251 msgstr ""
252
253 #: ../src/virt-viewer-app.c:1338
254 #, c-format
255 msgid ""
256 "Unable to authenticate with remote desktop server at %s: %s\n"
257 "Retry connection again?"
258 msgstr ""
259
260 #: ../src/virt-viewer-app.c:1358
261 #, c-format
262 msgid "Unable to authenticate with remote desktop server: %s"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1366
266 #, c-format
267 msgid "USB redirection error: %s"
268 msgstr ""
269
270 #: ../src/virt-viewer-app.c:1584
271 #, c-format
272 msgid "Zoom level must be within %d-%d\n"
273 msgstr ""
274
275 #: ../src/virt-viewer-app.c:2080
276 #, c-format
277 msgid "Display %d"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:2255
281 #, c-format
282 msgid "Invalid kiosk-quit argument: %s"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:2264
286 msgid "Zoom level of window, in percentage"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:2266
290 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:2268
294 msgid "Customise hotkeys"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:2270
298 msgid "Enable kiosk mode"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:2272
302 msgid "Quit on given condition in kiosk mode"
303 msgstr ""
304
305 #: ../src/virt-viewer-app.c:2272
306 msgid "<never|on-disconnect>"
307 msgstr ""
308
309 #: ../src/virt-viewer-app.c:2274
310 msgid "Display verbose information"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:2276
314 msgid "Display debugging information"
315 msgstr ""
316
317 #. * Local variables:
318 #. * c-indent-level: 4
319 #. * c-basic-offset: 4
320 #. * indent-tabs-mode: nil
321 #. * End:
322 #: ../src/virt-viewer-auth.xml.h:1
323 msgid "Authentication required"
324 msgstr ""
325
326 #: ../src/virt-viewer-auth.xml.h:2
327 msgid "label"
328 msgstr ""
329
330 #: ../src/virt-viewer-auth.xml.h:3
331 msgid "Password:"
332 msgstr ""
333
334 #: ../src/virt-viewer-auth.xml.h:4
335 msgid "Username:"
336 msgstr ""
337
338 #: ../src/virt-viewer-main.c:38
339 #, c-format
340 msgid "%s version %s\n"
341 msgstr ""
342
343 #: ../src/virt-viewer-main.c:62
344 msgid "Direct connection with no automatic tunnels"
345 msgstr ""
346
347 #: ../src/virt-viewer-main.c:64
348 msgid "Attach to the local display using libvirt"
349 msgstr ""
350
351 #: ../src/virt-viewer-main.c:66
352 msgid "Connect to hypervisor"
353 msgstr ""
354
355 #: ../src/virt-viewer-main.c:68
356 msgid "Wait for domain to start"
357 msgstr ""
358
359 #: ../src/virt-viewer-main.c:70
360 msgid "Reconnect to domain upon restart"
361 msgstr ""
362
363 #: ../src/virt-viewer-main.c:76
364 msgid "Virt Viewer"
365 msgstr ""
366
367 #: ../src/virt-viewer-main.c:79
368 #, c-format
369 msgid "Run '%s --help' to see a full list of available command line options"
370 msgstr ""
371
372 #. Setup command line options
373 #: ../src/virt-viewer-main.c:84
374 msgid "- Virtual machine graphical console"
375 msgstr ""
376
377 #: ../src/virt-viewer-main.c:105
378 #, c-format
379 msgid ""
380 "\n"
381 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
382 "\n"
383 "%s\n"
384 "\n"
385 msgstr ""
386
387 #: ../src/virt-viewer-session-spice.c:499
388 msgid "invalid password"
389 msgstr ""
390
391 #. Create the widgets
392 #: ../src/virt-viewer-session-spice.c:553
393 msgid "Select USB devices for redirection"
394 msgstr ""
395
396 #: ../src/virt-viewer-session-vnc.c:150
397 #, c-format
398 msgid "Unsupported authentication type %d"
399 msgstr ""
400
401 #: ../src/virt-viewer-window.c:580
402 msgid "Ctrl+Alt+_Del"
403 msgstr ""
404
405 #: ../src/virt-viewer-window.c:581
406 msgid "Ctrl+Alt+_Backspace"
407 msgstr ""
408
409 #: ../src/virt-viewer-window.c:583
410 msgid "Ctrl+Alt+F_1"
411 msgstr ""
412
413 #: ../src/virt-viewer-window.c:584
414 msgid "Ctrl+Alt+F_2"
415 msgstr ""
416
417 #: ../src/virt-viewer-window.c:585
418 msgid "Ctrl+Alt+F_3"
419 msgstr ""
420
421 #: ../src/virt-viewer-window.c:586
422 msgid "Ctrl+Alt+F_4"
423 msgstr ""
424
425 #: ../src/virt-viewer-window.c:587
426 msgid "Ctrl+Alt+F_5"
427 msgstr ""
428
429 #: ../src/virt-viewer-window.c:588
430 msgid "Ctrl+Alt+F_6"
431 msgstr ""
432
433 #: ../src/virt-viewer-window.c:589
434 msgid "Ctrl+Alt+F_7"
435 msgstr ""
436
437 #: ../src/virt-viewer-window.c:590
438 msgid "Ctrl+Alt+F_8"
439 msgstr ""
440
441 #: ../src/virt-viewer-window.c:591
442 msgid "Ctrl+Alt+F_9"
443 msgstr ""
444
445 #: ../src/virt-viewer-window.c:592
446 msgid "Ctrl+Alt+F1_0"
447 msgstr ""
448
449 #: ../src/virt-viewer-window.c:593
450 msgid "Ctrl+Alt+F11"
451 msgstr ""
452
453 #: ../src/virt-viewer-window.c:594
454 msgid "Ctrl+Alt+F12"
455 msgstr ""
456
457 #: ../src/virt-viewer-window.c:985 ../src/virt-viewer.xml.h:2
458 msgid "Screenshot"
459 msgstr ""
460
461 #: ../src/virt-viewer-window.c:1061
462 msgid "Disconnect"
463 msgstr ""
464
465 #: ../src/virt-viewer-window.c:1068 ../src/virt-viewer-window.c:1069
466 #: ../src/virt-viewer.xml.h:3
467 msgid "USB device selection"
468 msgstr ""
469
470 #: ../src/virt-viewer-window.c:1077
471 msgid "Send key combination"
472 msgstr ""
473
474 #: ../src/virt-viewer-window.c:1086 ../src/virt-viewer-window.c:1087
475 msgid "Leave fullscreen"
476 msgstr ""
477
478 #: ../src/virt-viewer-window.c:1166
479 msgid "Ctrl+Alt"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:1169
483 #, c-format
484 msgid "(Press %s to release pointer)"
485 msgstr ""
486
487 #. translators:
488 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
489 #. <appname>"
490 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
491 #. Viewer"
492 #: ../src/virt-viewer-window.c:1180
493 #, c-format
494 msgid "%s%s%s - %s"
495 msgstr ""
496
497 #. translators: <space>
498 #: ../src/virt-viewer-window.c:1184
499 msgid " "
500 msgstr ""
501
502 #: ../src/virt-viewer-file.c:624
503 #, c-format
504 msgid "At least %s version %s is required to setup this connection"
505 msgstr ""
506
507 #: ../src/virt-viewer.c:133
508 msgid "Waiting for guest domain to re-start"
509 msgstr ""
510
511 #: ../src/virt-viewer.c:318
512 #, c-format
513 msgid "Cannot determine the graphic type for the guest %s"
514 msgstr ""
515
516 #: ../src/virt-viewer.c:341
517 #, c-format
518 msgid "Cannot determine the graphic address for the guest %s"
519 msgstr ""
520
521 #: ../src/virt-viewer.c:354
522 #, c-format
523 msgid "Cannot determine the host for the guest %s"
524 msgstr ""
525
526 #: ../src/virt-viewer.c:539
527 msgid "Waiting for libvirt to start"
528 msgstr ""
529
530 #: ../src/virt-viewer.c:543
531 msgid "Finding guest domain"
532 msgstr ""
533
534 #: ../src/virt-viewer.c:547
535 msgid "Waiting for guest domain to be created"
536 msgstr ""
537
538 #: ../src/virt-viewer.c:552
539 #, c-format
540 msgid "Cannot find guest domain %s"
541 msgstr ""
542
543 #: ../src/virt-viewer.c:565
544 msgid "Checking guest domain status"
545 msgstr ""
546
547 #: ../src/virt-viewer.c:572
548 msgid "Waiting for guest domain to start"
549 msgstr ""
550
551 #: ../src/virt-viewer.c:579
552 msgid "Waiting for guest domain to start server"
553 msgstr ""
554
555 #: ../src/virt-viewer.c:693
556 #, c-format
557 msgid "Unable to connect to libvirt with URI %s"
558 msgstr ""
559
560 #: ../src/virt-viewer.c:694
561 msgid "[none]"
562 msgstr ""
563
564 #. * Local variables:
565 #. * c-indent-level: 4
566 #. * c-basic-offset: 4
567 #. * indent-tabs-mode: nil
568 #. * End:
569 #: ../src/virt-viewer.xml.h:1
570 msgid "_File"
571 msgstr ""
572
573 #: ../src/virt-viewer.xml.h:4
574 msgid "Smartcard insertion"
575 msgstr ""
576
577 #: ../src/virt-viewer.xml.h:5
578 msgid "Smartcard removal"
579 msgstr ""
580
581 #: ../src/virt-viewer.xml.h:6
582 msgid "_View"
583 msgstr ""
584
585 #: ../src/virt-viewer.xml.h:7
586 msgid "Full screen"
587 msgstr ""
588
589 #: ../src/virt-viewer.xml.h:8
590 msgid "_Zoom"
591 msgstr ""
592
593 #: ../src/virt-viewer.xml.h:9
594 msgid "Automatically resize"
595 msgstr ""
596
597 #: ../src/virt-viewer.xml.h:10
598 msgid "Displays"
599 msgstr ""
600
601 #: ../src/virt-viewer.xml.h:11
602 msgid "Release cursor"
603 msgstr ""
604
605 #: ../src/virt-viewer.xml.h:12
606 msgid "_Send key"
607 msgstr ""
608
609 #: ../src/virt-viewer.xml.h:13
610 msgid "_Help"
611 msgstr ""
+0
-610
po/aln.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Albanian Gheg (http://www.transifex.com/projects/p/virt-viewer/language/aln/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: aln\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
+352
-205
po/am.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Amharic (http://www.transifex.com/projects/p/virt-viewer/language/am/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Amharic\n"
13 "Language: am\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: am\n"
17 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n > 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: PACKAGE VERSION\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Angika\n"
13 "Language: anp\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
21 msgid "Remote Viewer"
22 msgstr ""
23
24 #: ../data/remote-viewer.desktop.in.h:2
25 msgid "Access remote desktops"
26 msgstr ""
27
28 #: ../data/virt-viewer-mime.xml.in.h:1
29 msgid "Virt-Viewer connection file"
30 msgstr ""
31
32 #: ../src/gbinding.c:637
33 msgid "Source"
34 msgstr ""
35
36 #: ../src/gbinding.c:638
37 msgid "The source of the binding"
38 msgstr ""
39
40 #: ../src/gbinding.c:652
41 msgid "Target"
42 msgstr ""
43
44 #: ../src/gbinding.c:653
45 msgid "The target of the binding"
46 msgstr ""
47
48 #: ../src/gbinding.c:668
49 msgid "Source Property"
50 msgstr ""
51
52 #: ../src/gbinding.c:669
53 msgid "The property on the source to bind"
54 msgstr ""
55
56 #: ../src/gbinding.c:684
57 msgid "Target Property"
58 msgstr ""
59
60 #: ../src/gbinding.c:685
61 msgid "The property on the target to bind"
62 msgstr ""
63
64 #: ../src/gbinding.c:699
65 msgid "Flags"
66 msgstr ""
67
68 #: ../src/gbinding.c:700
69 msgid "The binding flags"
70 msgstr ""
71
72 #: ../src/remote-viewer-main.c:50
73 #, c-format
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
78 msgid "Display version information"
79 msgstr ""
80
81 #: ../src/remote-viewer-main.c:105
82 msgid "Set window title"
83 msgstr ""
84
85 #: ../src/remote-viewer-main.c:108
86 msgid "Open connection using Spice controller communication"
87 msgstr ""
88
89 #: ../src/remote-viewer-main.c:120
90 msgid "Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:138
94 #, c-format
95 msgid ""
96 "%s\n"
97 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr ""
99
100 #: ../src/remote-viewer-main.c:149
101 #, c-format
102 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr ""
104
105 #: ../src/remote-viewer-main.c:156
106 #, c-format
107 msgid "Error: can't handle multiple URIs\n"
108 msgstr ""
109
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
111 msgid "Failed to initiate connection"
112 msgstr ""
113
114 #: ../src/remote-viewer.c:313
115 msgid "Display disabled by controller"
116 msgstr ""
117
118 #: ../src/remote-viewer.c:609
119 #, c-format
120 msgid "Controller connection failed: %s"
121 msgstr ""
122
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
148 msgstr ""
149
150 #: ../src/remote-viewer.c:951
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
156 msgid "Setting up Spice session..."
157 msgstr ""
158
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
169 msgid "Cannot determine the connection type from URI"
170 msgstr ""
171
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
177 #. * Local variables:
178 #. * c-indent-level: 4
179 #. * c-basic-offset: 4
180 #. * indent-tabs-mode: nil
181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
207 #: ../src/virt-viewer-about.xml.h:1
208 msgid "About Glade"
209 msgstr ""
210
211 #: ../src/virt-viewer-about.xml.h:2
212 msgid ""
213 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
214 "Copyright (C) 2007-2014 Red Hat, Inc."
215 msgstr ""
216
217 #: ../src/virt-viewer-about.xml.h:4
218 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
219 msgstr ""
220
221 #: ../src/virt-viewer-about.xml.h:5
222 msgid "virt-manager.org"
223 msgstr ""
224
225 #: ../src/virt-viewer-about.xml.h:6
226 msgid ""
227 "This program is free software; you can redistribute it and/or modify\n"
228 "it under the terms of the GNU General Public License as published by\n"
229 "the Free Software Foundation; either version 2 of the License, or\n"
230 "(at your option) any later version.\n"
231 "\n"
232 "This program is distributed in the hope that it will be useful,\n"
233 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
234 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
235 "GNU General Public License for more details.\n"
236 "\n"
237 "You should have received a copy of the GNU General Public License\n"
238 "along with this program; if not, write to the Free Software\n"
239 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
240 msgstr ""
241
242 #: ../src/virt-viewer-about.xml.h:20
243 msgid "The Fedora Translation Team"
244 msgstr ""
245
246 #: ../src/virt-viewer-app.c:526
247 msgid "Do you want to close the session?"
248 msgstr ""
249
250 #: ../src/virt-viewer-app.c:528
251 msgid "Do not ask me again"
252 msgstr ""
253
254 #: ../src/virt-viewer-app.c:1008
255 #, c-format
256 msgid "Waiting for display %d..."
257 msgstr ""
258
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
265 msgid "Connect to ssh failed."
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1202
269 msgid "Can't connect to channel, SSH only supported."
270 msgstr ""
271
272 #: ../src/virt-viewer-app.c:1214
273 msgid "Connect to channel unsupported."
274 msgstr ""
275
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
281 msgid "Connecting to graphic server"
282 msgstr ""
283
284 #: ../src/virt-viewer-app.c:1398
285 msgid "Guest domain has shutdown"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:1459
289 msgid "Connected to graphic server"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:1486
293 #, c-format
294 msgid "Unable to connect to the graphic server %s"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
360 #, c-format
361 msgid ""
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
374 #. * Local variables:
375 #. * c-indent-level: 4
376 #. * c-basic-offset: 4
377 #. * indent-tabs-mode: nil
378 #. * End:
379 #.
380 #: ../src/virt-viewer-auth.xml.h:1
381 msgid "Authentication required"
382 msgstr ""
383
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
385 msgid "label"
386 msgstr ""
387
388 #: ../src/virt-viewer-auth.xml.h:3
389 msgid "Password:"
390 msgstr ""
391
392 #: ../src/virt-viewer-auth.xml.h:4
393 msgid "Username:"
394 msgstr ""
395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
404 #: ../src/virt-viewer-main.c:38
405 #, c-format
406 msgid "%s version %s\n"
407 msgstr ""
408
409 #: ../src/virt-viewer-main.c:62
410 msgid "Direct connection with no automatic tunnels"
411 msgstr ""
412
413 #: ../src/virt-viewer-main.c:64
414 msgid "Attach to the local display using libvirt"
415 msgstr ""
416
417 #: ../src/virt-viewer-main.c:66
418 msgid "Connect to hypervisor"
419 msgstr ""
420
421 #: ../src/virt-viewer-main.c:68
422 msgid "Wait for domain to start"
423 msgstr ""
424
425 #: ../src/virt-viewer-main.c:70
426 msgid "Reconnect to domain upon restart"
427 msgstr ""
428
429 #: ../src/virt-viewer-main.c:77
430 msgid "Virt Viewer"
431 msgstr ""
432
433 #: ../src/virt-viewer-main.c:80
434 #, c-format
435 msgid "Run '%s --help' to see a full list of available command line options"
436 msgstr ""
437
438 #: ../src/virt-viewer-main.c:86
439 msgid "Virtual machine graphical console"
440 msgstr ""
441
442 #: ../src/virt-viewer-main.c:107
443 #, c-format
444 msgid ""
445 "\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
447 "\n"
448 "%s\n"
449 "\n"
450 msgstr ""
451
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
462 msgstr ""
463
464 #. Create the widgets
465 #: ../src/virt-viewer-session-spice.c:786
466 msgid "Select USB devices for redirection"
467 msgstr ""
468
469 #: ../src/virt-viewer-session-vnc.c:153
470 #, c-format
471 msgid "Unsupported authentication type %d"
472 msgstr ""
473
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
483 msgid "Ctrl+Alt+_Del"
484 msgstr ""
485
486 #: ../src/virt-viewer-window.c:538
487 msgid "Ctrl+Alt+_Backspace"
488 msgstr ""
489
490 #: ../src/virt-viewer-window.c:540
491 msgid "Ctrl+Alt+F_1"
492 msgstr ""
493
494 #: ../src/virt-viewer-window.c:541
495 msgid "Ctrl+Alt+F_2"
496 msgstr ""
497
498 #: ../src/virt-viewer-window.c:542
499 msgid "Ctrl+Alt+F_3"
500 msgstr ""
501
502 #: ../src/virt-viewer-window.c:543
503 msgid "Ctrl+Alt+F_4"
504 msgstr ""
505
506 #: ../src/virt-viewer-window.c:544
507 msgid "Ctrl+Alt+F_5"
508 msgstr ""
509
510 #: ../src/virt-viewer-window.c:545
511 msgid "Ctrl+Alt+F_6"
512 msgstr ""
513
514 #: ../src/virt-viewer-window.c:546
515 msgid "Ctrl+Alt+F_7"
516 msgstr ""
517
518 #: ../src/virt-viewer-window.c:547
519 msgid "Ctrl+Alt+F_8"
520 msgstr ""
521
522 #: ../src/virt-viewer-window.c:548
523 msgid "Ctrl+Alt+F_9"
524 msgstr ""
525
526 #: ../src/virt-viewer-window.c:549
527 msgid "Ctrl+Alt+F1_0"
528 msgstr ""
529
530 #: ../src/virt-viewer-window.c:550
531 msgid "Ctrl+Alt+F11"
532 msgstr ""
533
534 #: ../src/virt-viewer-window.c:551
535 msgid "Ctrl+Alt+F12"
536 msgstr ""
537
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
539 msgid "Screenshot"
540 msgstr ""
541
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
547 msgid "Disconnect"
548 msgstr ""
549
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
551 #: ../src/virt-viewer.xml.h:3
552 msgid "USB device selection"
553 msgstr ""
554
555 #: ../src/virt-viewer-window.c:1081
556 msgid "Send key combination"
557 msgstr ""
558
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
560 msgid "Leave fullscreen"
561 msgstr ""
562
563 #: ../src/virt-viewer-window.c:1173
564 msgid "Ctrl+Alt"
565 msgstr ""
566
567 #: ../src/virt-viewer-window.c:1176
568 #, c-format
569 msgid "(Press %s to release pointer)"
570 msgstr ""
571
572 #. translators:
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
577 #, c-format
578 msgid "%s%s%s - %s"
579 msgstr ""
580
581 #. translators: <space>
582 #: ../src/virt-viewer-window.c:1191
583 msgid " "
584 msgstr ""
585
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
594 #, c-format
595 msgid "At least %s version %s is required to setup this connection"
596 msgstr ""
597
598 #: ../src/virt-viewer.c:163
599 msgid "Waiting for guest domain to re-start"
600 msgstr ""
601
602 #: ../src/virt-viewer.c:409
603 #, c-format
604 msgid "Cannot determine the graphic type for the guest %s"
605 msgstr ""
606
607 #: ../src/virt-viewer.c:448
608 #, c-format
609 msgid "Cannot determine the host for the guest %s"
610 msgstr ""
611
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
623 msgid "Waiting for libvirt to start"
624 msgstr ""
625
626 #: ../src/virt-viewer.c:724
627 msgid "Finding guest domain"
628 msgstr ""
629
630 #: ../src/virt-viewer.c:728
631 msgid "Waiting for guest domain to be created"
632 msgstr ""
633
634 #: ../src/virt-viewer.c:750
635 msgid "Checking guest domain status"
636 msgstr ""
637
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
643 msgid "Waiting for guest domain to start"
644 msgstr ""
645
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
652 msgid "[none]"
653 msgstr ""
654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
664 #. * Local variables:
665 #. * c-indent-level: 4
666 #. * c-basic-offset: 4
667 #. * indent-tabs-mode: nil
668 #. * End:
669 #.
670 #: ../src/virt-viewer.xml.h:1
671 msgid "_File"
672 msgstr ""
673
674 #: ../src/virt-viewer.xml.h:4
675 msgid "Smartcard insertion"
676 msgstr ""
677
678 #: ../src/virt-viewer.xml.h:5
679 msgid "Smartcard removal"
680 msgstr ""
681
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
687 msgid "_View"
688 msgstr ""
689
690 #: ../src/virt-viewer.xml.h:8
691 msgid "Full screen"
692 msgstr ""
693
694 #: ../src/virt-viewer.xml.h:9
695 msgid "_Zoom"
696 msgstr ""
697
698 #: ../src/virt-viewer.xml.h:10
699 msgid "Displays"
700 msgstr ""
701
702 #: ../src/virt-viewer.xml.h:11
703 msgid "Release cursor"
704 msgstr ""
705
706 #: ../src/virt-viewer.xml.h:12
707 msgid "_Send key"
708 msgstr ""
709
710 #: ../src/virt-viewer.xml.h:13
711 msgid "_Help"
712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+353
-205
po/ar.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Arabic (http://www.transifex.com/projects/p/virt-viewer/language/ar/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Arabic\n"
13 "Language: ar\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ar\n"
17 "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=6; plural= n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
18 "&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
19 "X-Generator: Zanata 3.5.1\n"
20
21 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2022 msgid "Remote Viewer"
2123 msgstr ""
2224
7072
7173 #: ../src/remote-viewer-main.c:50
7274 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
75 msgid "remote-viewer version %s"
76 msgstr ""
77
78 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7779 msgid "Display version information"
7880 msgstr ""
7981
80 #: ../src/remote-viewer-main.c:101
82 #: ../src/remote-viewer-main.c:105
8183 msgid "Set window title"
8284 msgstr ""
8385
84 #: ../src/remote-viewer-main.c:104
86 #: ../src/remote-viewer-main.c:108
8587 msgid "Open connection using Spice controller communication"
8688 msgstr ""
8789
88 #: ../src/remote-viewer-main.c:116
90 #: ../src/remote-viewer-main.c:120
8991 msgid "Remote viewer client"
9092 msgstr ""
9193
92 #: ../src/remote-viewer-main.c:134
94 #: ../src/remote-viewer-main.c:138
9395 #, c-format
9496 msgid ""
9597 "%s\n"
9698 "Run '%s --help' to see a full list of available command line options\n"
9799 msgstr ""
98100
99 #: ../src/remote-viewer-main.c:146
101 #: ../src/remote-viewer-main.c:149
100102 #, c-format
101103 msgid "Error: extra arguments given while using Spice controller\n"
102104 msgstr ""
103105
104 #: ../src/remote-viewer-main.c:153
106 #: ../src/remote-viewer-main.c:156
105107 #, c-format
106108 msgid "Error: can't handle multiple URIs\n"
107109 msgstr ""
108110
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
111 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110112 msgid "Failed to initiate connection"
111113 msgstr ""
112114
113 #: ../src/remote-viewer.c:294
115 #: ../src/remote-viewer.c:313
114116 msgid "Display disabled by controller"
115117 msgstr ""
116118
117 #: ../src/remote-viewer.c:592
119 #: ../src/remote-viewer.c:609
118120 #, c-format
119121 msgid "Controller connection failed: %s"
120122 msgstr ""
121123
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
124 #: ../src/remote-viewer.c:755
125 msgid "_Change CD"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:855
129 msgid "failed to parse ovirt uri"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
133 msgid "Authentication was cancelled"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:900
137 #, c-format
138 msgid "oVirt VM %s is not running"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:914
142 #, c-format
143 msgid "oVirt VM %s has no display"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:940
147 #, c-format
148 msgid "oVirt VM %s has no host information"
129149 msgstr ""
130150
131151 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
152 #, c-format
153 msgid "oVirt VM %s has unknown display type: %d"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1094
144157 msgid "Setting up Spice session..."
145158 msgstr ""
146159
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
160 #: ../src/remote-viewer.c:1102
161 msgid "No connection was chosen"
162 msgstr ""
163
164 #: ../src/remote-viewer.c:1120
165 #, c-format
166 msgid "Invalid file %s: "
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1128
153170 msgid "Cannot determine the connection type from URI"
154171 msgstr ""
155172
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
173 #: ../src/remote-viewer.c:1134
174 msgid "Couldn't open oVirt session: "
175 msgstr ""
176
177 #.
165178 #. * Local variables:
166179 #. * c-indent-level: 4
167180 #. * c-basic-offset: 4
168181 #. * indent-tabs-mode: nil
169182 #. * End:
183 #.
184 #: ../src/remote-viewer-connect.xml.h:1
185 msgid "Connection details"
186 msgstr ""
187
188 #: ../src/remote-viewer-connect.xml.h:2
189 msgid "Connection Address"
190 msgstr ""
191
192 #: ../src/remote-viewer-connect.xml.h:3
193 msgid "For example, spice://foo.example.org:5900"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:4
197 msgid "Recent connections"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:5
201 msgid "Cancel"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:6
205 msgid "Connect"
206 msgstr ""
207
170208 #: ../src/virt-viewer-about.xml.h:1
171209 msgid "About Glade"
172210 msgstr ""
206244 msgid "The Fedora Translation Team"
207245 msgstr ""
208246
209 #: ../src/virt-viewer-app.c:400
247 #: ../src/virt-viewer-app.c:526
210248 msgid "Do you want to close the session?"
211249 msgstr ""
212250
213 #: ../src/virt-viewer-app.c:402
251 #: ../src/virt-viewer-app.c:528
214252 msgid "Do not ask me again"
215253 msgstr ""
216254
217 #: ../src/virt-viewer-app.c:841
255 #: ../src/virt-viewer-app.c:1008
218256 #, c-format
219257 msgid "Waiting for display %d..."
220258 msgstr ""
221259
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
260 #: ../src/virt-viewer-app.c:1117
261 #, c-format
262 msgid "Unsupported graphic type '%s'"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1200
228266 msgid "Connect to ssh failed."
229267 msgstr ""
230268
231 #: ../src/virt-viewer-app.c:1029
269 #: ../src/virt-viewer-app.c:1202
232270 msgid "Can't connect to channel, SSH only supported."
233271 msgstr ""
234272
235 #: ../src/virt-viewer-app.c:1041
273 #: ../src/virt-viewer-app.c:1214
236274 msgid "Connect to channel unsupported."
237275 msgstr ""
238276
239 #: ../src/virt-viewer-app.c:1123
277 #: ../src/virt-viewer-app.c:1276
278 msgid "Display can only be attached through libvirt with --attach"
279 msgstr ""
280
281 #: ../src/virt-viewer-app.c:1299
240282 msgid "Connecting to graphic server"
241283 msgstr ""
242284
243 #: ../src/virt-viewer-app.c:1256
285 #: ../src/virt-viewer-app.c:1398
244286 msgid "Guest domain has shutdown"
245287 msgstr ""
246288
247 #: ../src/virt-viewer-app.c:1317
289 #: ../src/virt-viewer-app.c:1459
248290 msgid "Connected to graphic server"
249291 msgstr ""
250292
251 #: ../src/virt-viewer-app.c:1344
293 #: ../src/virt-viewer-app.c:1486
252294 #, c-format
253295 msgid "Unable to connect to the graphic server %s"
254296 msgstr ""
255297
256 #: ../src/virt-viewer-app.c:1376
298 #: ../src/virt-viewer-app.c:1512
299 #, c-format
300 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
301 msgstr ""
302
303 #: ../src/virt-viewer-app.c:1525
304 #, c-format
305 msgid "Unable to authenticate with remote desktop server: %s"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:1533
309 #, c-format
310 msgid "USB redirection error: %s"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:1786
314 #, c-format
315 msgid "Zoom level must be within %d-%d\n"
316 msgstr ""
317
318 #: ../src/virt-viewer-app.c:2296
319 #, c-format
320 msgid "Display %d"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:2552
324 #, c-format
325 msgid "Invalid kiosk-quit argument: %s"
326 msgstr ""
327
328 #: ../src/virt-viewer-app.c:2561
329 msgid "Zoom level of window, in percentage"
330 msgstr ""
331
332 #: ../src/virt-viewer-app.c:2563
333 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
334 msgstr ""
335
336 #: ../src/virt-viewer-app.c:2565
337 msgid "Customise hotkeys"
338 msgstr ""
339
340 #: ../src/virt-viewer-app.c:2567
341 msgid "Enable kiosk mode"
342 msgstr ""
343
344 #: ../src/virt-viewer-app.c:2569
345 msgid "Quit on given condition in kiosk mode"
346 msgstr ""
347
348 #: ../src/virt-viewer-app.c:2569
349 msgid "<never|on-disconnect>"
350 msgstr ""
351
352 #: ../src/virt-viewer-app.c:2571
353 msgid "Display verbose information"
354 msgstr ""
355
356 #: ../src/virt-viewer-app.c:2573
357 msgid "Display debugging information"
358 msgstr ""
359
360 #: ../src/virt-viewer-auth.c:88
257361 #, c-format
258362 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
363 "Authentication is required for the %s connection to:\n"
364 "\n"
365 "<b>%s</b>\n"
366 "\n"
367 msgstr ""
368
369 #: ../src/virt-viewer-auth.c:92
370 #, c-format
371 msgid "Authentication is required for the %s connection:\n"
372 msgstr ""
373
374 #.
320375 #. * Local variables:
321376 #. * c-indent-level: 4
322377 #. * c-basic-offset: 4
323378 #. * indent-tabs-mode: nil
324379 #. * End:
380 #.
325381 #: ../src/virt-viewer-auth.xml.h:1
326382 msgid "Authentication required"
327383 msgstr ""
328384
329 #: ../src/virt-viewer-auth.xml.h:2
385 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330386 msgid "label"
331387 msgstr ""
332388
338394 msgid "Username:"
339395 msgstr ""
340396
397 #: ../src/virt-viewer-auth.xml.h:5
398 msgid "Show password"
399 msgstr ""
400
401 #: ../src/virt-viewer-display-vnc.c:133
402 msgid "VNC does not provide GUID"
403 msgstr ""
404
341405 #: ../src/virt-viewer-main.c:38
342406 #, c-format
343407 msgid "%s version %s\n"
376440 msgid "Virtual machine graphical console"
377441 msgstr ""
378442
379 #: ../src/virt-viewer-main.c:108
443 #: ../src/virt-viewer-main.c:107
380444 #, c-format
381445 msgid ""
382446 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
447 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384448 "\n"
385449 "%s\n"
386450 "\n"
387451 msgstr ""
388452
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
453 #: ../src/virt-viewer-main.c:112
454 #, c-format
455 msgid ""
456 "\n"
457 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
458 "\n"
459 msgstr ""
460
461 #: ../src/virt-viewer-session-spice.c:694
462 msgid "Invalid password"
391463 msgstr ""
392464
393465 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
466 #: ../src/virt-viewer-session-spice.c:786
395467 msgid "Select USB devices for redirection"
396468 msgstr ""
397469
398 #: ../src/virt-viewer-session-vnc.c:148
470 #: ../src/virt-viewer-session-vnc.c:153
399471 #, c-format
400472 msgid "Unsupported authentication type %d"
401473 msgstr ""
402474
403 #: ../src/virt-viewer-window.c:587
475 #: ../src/virt-viewer-vm-connection.c:64
476 msgid "No virtual machine found"
477 msgstr ""
478
479 #: ../src/virt-viewer-vm-connection.c:93
480 msgid "No virtual machine was chosen"
481 msgstr ""
482
483 #: ../src/virt-viewer-window.c:537
404484 msgid "Ctrl+Alt+_Del"
405485 msgstr ""
406486
407 #: ../src/virt-viewer-window.c:588
487 #: ../src/virt-viewer-window.c:538
408488 msgid "Ctrl+Alt+_Backspace"
409489 msgstr ""
410490
411 #: ../src/virt-viewer-window.c:590
491 #: ../src/virt-viewer-window.c:540
412492 msgid "Ctrl+Alt+F_1"
413493 msgstr ""
414494
415 #: ../src/virt-viewer-window.c:591
495 #: ../src/virt-viewer-window.c:541
416496 msgid "Ctrl+Alt+F_2"
417497 msgstr ""
418498
419 #: ../src/virt-viewer-window.c:592
499 #: ../src/virt-viewer-window.c:542
420500 msgid "Ctrl+Alt+F_3"
421501 msgstr ""
422502
423 #: ../src/virt-viewer-window.c:593
503 #: ../src/virt-viewer-window.c:543
424504 msgid "Ctrl+Alt+F_4"
425505 msgstr ""
426506
427 #: ../src/virt-viewer-window.c:594
507 #: ../src/virt-viewer-window.c:544
428508 msgid "Ctrl+Alt+F_5"
429509 msgstr ""
430510
431 #: ../src/virt-viewer-window.c:595
511 #: ../src/virt-viewer-window.c:545
432512 msgid "Ctrl+Alt+F_6"
433513 msgstr ""
434514
435 #: ../src/virt-viewer-window.c:596
515 #: ../src/virt-viewer-window.c:546
436516 msgid "Ctrl+Alt+F_7"
437517 msgstr ""
438518
439 #: ../src/virt-viewer-window.c:597
519 #: ../src/virt-viewer-window.c:547
440520 msgid "Ctrl+Alt+F_8"
441521 msgstr ""
442522
443 #: ../src/virt-viewer-window.c:598
523 #: ../src/virt-viewer-window.c:548
444524 msgid "Ctrl+Alt+F_9"
445525 msgstr ""
446526
447 #: ../src/virt-viewer-window.c:599
527 #: ../src/virt-viewer-window.c:549
448528 msgid "Ctrl+Alt+F1_0"
449529 msgstr ""
450530
451 #: ../src/virt-viewer-window.c:600
531 #: ../src/virt-viewer-window.c:550
452532 msgid "Ctrl+Alt+F11"
453533 msgstr ""
454534
455 #: ../src/virt-viewer-window.c:601
535 #: ../src/virt-viewer-window.c:551
456536 msgid "Ctrl+Alt+F12"
457537 msgstr ""
458538
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
539 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460540 msgid "Screenshot"
461541 msgstr ""
462542
463 #: ../src/virt-viewer-window.c:1051
543 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
544 msgid "Unknown"
545 msgstr ""
546
547 #: ../src/virt-viewer-window.c:1062
464548 msgid "Disconnect"
465549 msgstr ""
466550
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
551 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468552 #: ../src/virt-viewer.xml.h:3
469553 msgid "USB device selection"
470554 msgstr ""
471555
472 #: ../src/virt-viewer-window.c:1070
556 #: ../src/virt-viewer-window.c:1081
473557 msgid "Send key combination"
474558 msgstr ""
475559
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
560 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477561 msgid "Leave fullscreen"
478562 msgstr ""
479563
480 #: ../src/virt-viewer-window.c:1162
564 #: ../src/virt-viewer-window.c:1173
481565 msgid "Ctrl+Alt"
482566 msgstr ""
483567
484 #: ../src/virt-viewer-window.c:1165
568 #: ../src/virt-viewer-window.c:1176
485569 #, c-format
486570 msgid "(Press %s to release pointer)"
487571 msgstr ""
488572
489573 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
574 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
575 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
576 #.
577 #: ../src/virt-viewer-window.c:1187
495578 #, c-format
496579 msgid "%s%s%s - %s"
497580 msgstr ""
498581
499582 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
583 #: ../src/virt-viewer-window.c:1191
501584 msgid " "
502585 msgstr ""
503586
504 #: ../src/virt-viewer-file.c:624
587 #: ../src/virt-viewer-file.c:825
588 #, c-format
589 msgid ""
590 "At least %s version %s is required to setup this connection, see %s for "
591 "details"
592 msgstr ""
593
594 #: ../src/virt-viewer-file.c:833
505595 #, c-format
506596 msgid "At least %s version %s is required to setup this connection"
507597 msgstr ""
508598
509 #: ../src/virt-viewer.c:133
599 #: ../src/virt-viewer.c:163
510600 msgid "Waiting for guest domain to re-start"
511601 msgstr ""
512602
513 #: ../src/virt-viewer.c:318
603 #: ../src/virt-viewer.c:409
514604 #, c-format
515605 msgid "Cannot determine the graphic type for the guest %s"
516606 msgstr ""
517607
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
608 #: ../src/virt-viewer.c:448
524609 #, c-format
525610 msgid "Cannot determine the host for the guest %s"
526611 msgstr ""
527612
528 #: ../src/virt-viewer.c:540
613 #: ../src/virt-viewer.c:476
614 #, c-format
615 msgid "Guest '%s' is not reachable"
616 msgstr ""
617
618 #: ../src/virt-viewer.c:697
619 #, c-format
620 msgid "Virtual machine %s is not running"
621 msgstr ""
622
623 #: ../src/virt-viewer.c:720
529624 msgid "Waiting for libvirt to start"
530625 msgstr ""
531626
532 #: ../src/virt-viewer.c:544
627 #: ../src/virt-viewer.c:724
533628 msgid "Finding guest domain"
534629 msgstr ""
535630
536 #: ../src/virt-viewer.c:548
631 #: ../src/virt-viewer.c:728
537632 msgid "Waiting for guest domain to be created"
538633 msgstr ""
539634
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
635 #: ../src/virt-viewer.c:750
546636 msgid "Checking guest domain status"
547637 msgstr ""
548638
549 #: ../src/virt-viewer.c:573
639 #: ../src/virt-viewer.c:753
640 msgid "Cannot get guest state"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:759
550644 msgid "Waiting for guest domain to start"
551645 msgstr ""
552646
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
647 #: ../src/virt-viewer.c:863
648 #, c-format
649 msgid "Unable to connect to libvirt with URI: %s."
650 msgstr ""
651
652 #: ../src/virt-viewer.c:864
563653 msgid "[none]"
564654 msgstr ""
565655
656 #: ../src/virt-viewer.c:871
657 msgid "Authentication failed."
658 msgstr ""
659
660 #: ../src/virt-viewer.c:931
661 msgid "Failed to connect: "
662 msgstr ""
663
664 #.
566665 #. * Local variables:
567666 #. * c-indent-level: 4
568667 #. * c-basic-offset: 4
569668 #. * indent-tabs-mode: nil
570669 #. * End:
670 #.
571671 #: ../src/virt-viewer.xml.h:1
572672 msgid "_File"
573673 msgstr ""
580680 msgid "Smartcard removal"
581681 msgstr ""
582682
583 #: ../src/virt-viewer.xml.h:6
683 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
684 msgid "Preferences"
685 msgstr ""
686
687 #: ../src/virt-viewer.xml.h:7
584688 msgid "_View"
585689 msgstr ""
586690
587 #: ../src/virt-viewer.xml.h:7
691 #: ../src/virt-viewer.xml.h:8
588692 msgid "Full screen"
589693 msgstr ""
590694
591 #: ../src/virt-viewer.xml.h:8
695 #: ../src/virt-viewer.xml.h:9
592696 msgid "_Zoom"
593697 msgstr ""
594698
595 #: ../src/virt-viewer.xml.h:9
699 #: ../src/virt-viewer.xml.h:10
596700 msgid "Displays"
597701 msgstr ""
598702
599 #: ../src/virt-viewer.xml.h:10
703 #: ../src/virt-viewer.xml.h:11
600704 msgid "Release cursor"
601705 msgstr ""
602706
603 #: ../src/virt-viewer.xml.h:11
707 #: ../src/virt-viewer.xml.h:12
604708 msgid "_Send key"
605709 msgstr ""
606710
607 #: ../src/virt-viewer.xml.h:12
711 #: ../src/virt-viewer.xml.h:13
608712 msgid "_Help"
609713 msgstr ""
714
715 #: ../src/virt-viewer.xml.h:14
716 msgid "_Guest Details"
717 msgstr ""
718
719 #: ../src/virt-viewer-guest-details.xml.h:1
720 msgid "Guest Details"
721 msgstr ""
722
723 #: ../src/virt-viewer-guest-details.xml.h:2
724 msgid "Name:"
725 msgstr ""
726
727 #: ../src/virt-viewer-guest-details.xml.h:3
728 msgid "GUID:"
729 msgstr ""
730
731 #: ../src/virt-viewer-vm-connection.xml.h:1
732 msgid "Choose a virtual machine"
733 msgstr ""
734
735 #: ../src/virt-viewer-vm-connection.xml.h:2
736 msgid "Name"
737 msgstr ""
738
739 #: ../src/virt-viewer-vm-connection.xml.h:3
740 msgid "Available virtual machines"
741 msgstr ""
742
743 #: ../src/virt-viewer-preferences.xml.h:2
744 msgid "Folder sharing"
745 msgstr ""
746
747 #: ../src/virt-viewer-preferences.xml.h:3
748 msgid "Share folder"
749 msgstr ""
750
751 #: ../src/virt-viewer-preferences.xml.h:4
752 msgid "Read-only"
753 msgstr ""
754
755 #: ../src/virt-viewer-preferences.xml.h:5
756 msgid "Spice"
757 msgstr ""
+339
-173
po/as.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Amitakhya Phukan <aphukan@redhat.com>, 2010
66 # Nilamdyuti Goswami <ngoswami@redhat.com>, 2012
77 # Nilamdyuti Goswami <ngoswami@redhat.com>, 2012-2014
88 msgid ""
99 msgstr ""
10 "Project-Id-Version: virt-viewer\n"
10 "Project-Id-Version: PACKAGE VERSION\n"
1111 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
13 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
12 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
13 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1414 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
15 "Language-Team: Assamese (http://www.transifex.com/projects/p/virt-viewer/language/as/)\n"
15 "Language-Team: Assamese (http://www.transifex.com/projects/p/virt-viewer/"
16 "language/as/)\n"
17 "Language: as\n"
1618 "MIME-Version: 1.0\n"
1719 "Content-Type: text/plain; charset=UTF-8\n"
1820 "Content-Transfer-Encoding: 8bit\n"
19 "Language: as\n"
2021 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
22 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
22 "X-Generator: Zanata 3.7.3\n"
23
24 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2325 msgid "Remote Viewer"
2426 msgstr "দূৰৱৰ্তী দৰ্শক"
2527
7375
7476 #: ../src/remote-viewer-main.c:50
7577 #, c-format
76 msgid "remote-viewer version %s\n"
77 msgstr "দুৰৱৰ্তী-দৰ্শক সংস্কৰণ %s\n"
78
79 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
78 msgid "remote-viewer version %s"
79 msgstr ""
80
81 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8082 msgid "Display version information"
8183 msgstr "সংস্কৰণ তথ্য প্ৰদৰ্শন কৰক"
8284
83 #: ../src/remote-viewer-main.c:101
85 #: ../src/remote-viewer-main.c:105
8486 msgid "Set window title"
8587 msgstr "উইন্ডো শীৰ্ষক সংহতি কৰক"
8688
87 #: ../src/remote-viewer-main.c:104
89 #: ../src/remote-viewer-main.c:108
8890 msgid "Open connection using Spice controller communication"
8991 msgstr "Spice নিয়ন্ত্ৰক সংযোগ ব্যৱহাৰ কৰি সংযোগ খোলক"
9092
91 #: ../src/remote-viewer-main.c:116
93 #: ../src/remote-viewer-main.c:120
9294 msgid "Remote viewer client"
93 msgstr ""
94
95 #: ../src/remote-viewer-main.c:134
95 msgstr "দূৰৱৰ্তী দৰ্শক ক্লাএণ্ট"
96
97 #: ../src/remote-viewer-main.c:138
9698 #, c-format
9799 msgid ""
98100 "%s\n"
99101 "Run '%s --help' to see a full list of available command line options\n"
100 msgstr "%s⏎ উপলব্ধ কমান্ড শাৰী বিকল্পসমূহৰ এটা সম্পূৰ্ণ তালিকা চাবলে '%s --help' চাওক⏎\n"
101
102 #: ../src/remote-viewer-main.c:146
102 msgstr ""
103 "%s⏎ উপলব্ধ কমান্ড শাৰী বিকল্পসমূহৰ এটা সম্পূৰ্ণ তালিকা চাবলে '%s --help' চাওক⏎\n"
104
105 #: ../src/remote-viewer-main.c:149
103106 #, c-format
104107 msgid "Error: extra arguments given while using Spice controller\n"
105108 msgstr "ত্ৰুটি: Spice নিয়ন্ত্ৰক ব্যৱহাৰ কৰোতে অতিৰিক্ত ত্ৰকসমূহ দিয়া হৈছে\n"
106109
107 #: ../src/remote-viewer-main.c:153
110 #: ../src/remote-viewer-main.c:156
108111 #, c-format
109112 msgid "Error: can't handle multiple URIs\n"
110113 msgstr "ত্ৰুটি: কেইবাটাও URls নিয়ন্ত্ৰণ কৰিব নোৱাৰি\n"
111114
112 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
115 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
113116 msgid "Failed to initiate connection"
114117 msgstr "সংযোগ আৰম্ভ কৰিবলে ব্যৰ্থ"
115118
116 #: ../src/remote-viewer.c:294
119 #: ../src/remote-viewer.c:313
117120 msgid "Display disabled by controller"
118121 msgstr "প্ৰদৰ্শন নিয়ন্ত্ৰক দ্বাৰা অসামৰ্থবান কৰা হৈছে"
119122
120 #: ../src/remote-viewer.c:592
123 #: ../src/remote-viewer.c:609
121124 #, c-format
122125 msgid "Controller connection failed: %s"
123126 msgstr "নিয়ন্ত্ৰক সংযোগ ব্যৰ্থ হল: %s"
124127
125 #. Create the widgets
126 #: ../src/remote-viewer.c:924
127 msgid "Connection details"
128 msgstr "সংযোগৰ বিৱৰণসমূহ"
129
130 #: ../src/remote-viewer.c:939
131 msgid "_Connection Address"
128 #: ../src/remote-viewer.c:755
129 msgid "_Change CD"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:855
133 msgid "failed to parse ovirt uri"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
137 msgid "Authentication was cancelled"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:900
141 #, c-format
142 msgid "oVirt VM %s is not running"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:914
146 #, c-format
147 msgid "oVirt VM %s has no display"
148 msgstr ""
149
150 #: ../src/remote-viewer.c:940
151 #, c-format
152 msgid "oVirt VM %s has no host information"
132153 msgstr ""
133154
134155 #: ../src/remote-viewer.c:951
135 msgid "For example, spice://foo.example.org:5900"
136 msgstr ""
137
138 #: ../src/remote-viewer.c:964
139 msgid "_Recent Connections"
140 msgstr ""
141
142 #: ../src/remote-viewer.c:1020
143 msgid "Couldn't create a Spice session"
144 msgstr "এটা Spice অধিবেশন সৃষ্টি কৰিব পৰা নগল"
145
146 #: ../src/remote-viewer.c:1034
156 #, c-format
157 msgid "oVirt VM %s has unknown display type: %d"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1094
147161 msgid "Setting up Spice session..."
148162 msgstr "Spice অধিবেশন সংহতি কৰা হৈ আছে..."
149163
150 #: ../src/remote-viewer.c:1055
151 #, c-format
152 msgid "Invalid file %s"
153 msgstr "অবৈধ ফাইল %s"
154
155 #: ../src/remote-viewer.c:1062
164 #: ../src/remote-viewer.c:1102
165 msgid "No connection was chosen"
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1120
169 #, c-format
170 msgid "Invalid file %s: "
171 msgstr ""
172
173 #: ../src/remote-viewer.c:1128
156174 msgid "Cannot determine the connection type from URI"
157175 msgstr "URI ৰ পৰা সংযোগ ধৰণ নিৰ্ধাৰণ কৰিব পৰা নগল"
158176
159 #: ../src/remote-viewer.c:1068
160 msgid "Couldn't open oVirt session"
161 msgstr "oVirt অধিবেশন খোলিব পৰা নগল"
162
163 #: ../src/remote-viewer.c:1075
164 #, c-format
165 msgid "Couldn't create a session for this type: %s"
166 msgstr "এই ধৰণৰ বাবে এটা অধিবেশন সৃষ্টি কৰিব পৰা নগল: %s"
167
177 #: ../src/remote-viewer.c:1134
178 msgid "Couldn't open oVirt session: "
179 msgstr ""
180
181 #.
168182 #. * Local variables:
169183 #. * c-indent-level: 4
170184 #. * c-basic-offset: 4
171185 #. * indent-tabs-mode: nil
172186 #. * End:
187 #.
188 #: ../src/remote-viewer-connect.xml.h:1
189 msgid "Connection details"
190 msgstr "সংযোগৰ বিৱৰণসমূহ"
191
192 #: ../src/remote-viewer-connect.xml.h:2
193 msgid "Connection Address"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:3
197 msgid "For example, spice://foo.example.org:5900"
198 msgstr "উদাহৰণস্বৰূপ, spice://foo.example.org:5900"
199
200 #: ../src/remote-viewer-connect.xml.h:4
201 msgid "Recent connections"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:5
205 msgid "Cancel"
206 msgstr ""
207
208 #: ../src/remote-viewer-connect.xml.h:6
209 msgid "Connect"
210 msgstr ""
211
173212 #: ../src/virt-viewer-about.xml.h:1
174213 msgid "About Glade"
175214 msgstr "Glade ৰ বিষয়ে"
179218 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
180219 "Copyright (C) 2007-2014 Red Hat, Inc."
181220 msgstr ""
221 "স্বত্বাধিকাৰ (C) ২০০৭-২০১২ Daniel P. Berrange\n"
222 "স্বত্বাধিকাৰ (C) ২০০৭-২০১৪ Red Hat, Inc."
182223
183224 #: ../src/virt-viewer-about.xml.h:4
184225 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
185 msgstr "GTK-VNC, SPICE-GTK আৰু libvirt ৰ সৈতে নিৰ্মাণ কৰা এটা দূৰৱৰ্তী ডেস্কটপ ক্লাএন্ট"
226 msgstr ""
227 "GTK-VNC, SPICE-GTK আৰু libvirt ৰ সৈতে নিৰ্মাণ কৰা এটা দূৰৱৰ্তী ডেস্কটপ ক্লাএন্ট"
186228
187229 #: ../src/virt-viewer-about.xml.h:5
188230 msgid "virt-manager.org"
203245 "You should have received a copy of the GNU General Public License\n"
204246 "along with this program; if not, write to the Free Software\n"
205247 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
206 msgstr "এই প্ৰগ্ৰামটো এটা বিনামুলিয়া চফ্টৱেৰ; আপুনি Free Software Foundation ৰ দ্বাৰা প্ৰকাশিত GNU General Public License ৰ চুক্তিসমূহৰ অন্তৰ্গত ইয়াক পুনৰ বিলাব পাৰিব অথবা সলনি কৰিব পাৰিব; হৈতো অনুজ্ঞাৰ সংস্কৰণ ২, অথবা (আপুনাৰ বিকল্পত) যিকোনো পৰৱৰ্তী সংস্কৰণ।\n\nএই প্ৰগ্ৰামটো এইটো আশাত বিলোৱা হৈছে যে ই ব্যৱহাৰযোগ্য হ'ব, কিন্তু কোনো ৱাৰেন্টি নথকাকৈ; ব্যৱসায়ীক অথবা কোনো এটা বিশেষ কাৰণৰ যোগ্যতাৰ বাবে বুজুৱা ৱাৰেন্টি নথকাকৈ। অধিক যানিবলৈ GNU General Public License চাওক।\n\nআপুনি হৈতো ইতিমধ্যে এই প্ৰগ্ৰামৰ সৈতে GNU General Public License ৰ কপি এটা পাইছে; যদি নাই, Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA লে লিখক\n"
248 msgstr ""
249 "এই প্ৰগ্ৰামটো এটা বিনামুলিয়া চফ্টৱেৰ; আপুনি Free Software Foundation ৰ দ্বাৰা "
250 "প্ৰকাশিত GNU General Public License ৰ চুক্তিসমূহৰ অন্তৰ্গত ইয়াক পুনৰ বিলাব পাৰিব "
251 "অথবা সলনি কৰিব পাৰিব; হৈতো অনুজ্ঞাৰ সংস্কৰণ ২, অথবা (আপুনাৰ বিকল্পত) যিকোনো "
252 "পৰৱৰ্তী সংস্কৰণ।\n"
253 "\n"
254 "এই প্ৰগ্ৰামটো এইটো আশাত বিলোৱা হৈছে যে ই ব্যৱহাৰযোগ্য হ'ব, কিন্তু কোনো ৱাৰেন্টি "
255 "নথকাকৈ; ব্যৱসায়ীক অথবা কোনো এটা বিশেষ কাৰণৰ যোগ্যতাৰ বাবে বুজুৱা ৱাৰেন্টি "
256 "নথকাকৈ। অধিক যানিবলৈ GNU General Public License চাওক।\n"
257 "\n"
258 "আপুনি হৈতো ইতিমধ্যে এই প্ৰগ্ৰামৰ সৈতে GNU General Public License ৰ কপি এটা "
259 "পাইছে; যদি নাই, Free Software\n"
260 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA লে "
261 "লিখক\n"
207262
208263 #: ../src/virt-viewer-about.xml.h:20
209264 msgid "The Fedora Translation Team"
210265 msgstr "Fedora অনুবাদ দল"
211266
212 #: ../src/virt-viewer-app.c:400
267 #: ../src/virt-viewer-app.c:526
213268 msgid "Do you want to close the session?"
214269 msgstr "আপুনি অধিবেশন বন্ধ কৰিব বিচাৰে নে?"
215270
216 #: ../src/virt-viewer-app.c:402
271 #: ../src/virt-viewer-app.c:528
217272 msgid "Do not ask me again"
218273 msgstr "মোক আকৌ নুশুধিব"
219274
220 #: ../src/virt-viewer-app.c:841
275 #: ../src/virt-viewer-app.c:1008
221276 #, c-format
222277 msgid "Waiting for display %d..."
223278 msgstr "প্ৰদৰ্শন %d ৰ বাবে অপেক্ষা কৰা হৈ আছে..."
224279
225 #: ../src/virt-viewer-app.c:946
226 #, c-format
227 msgid "Unknown graphic type for the guest %s"
228 msgstr "অতিথি %s ৰ বাবে অজ্ঞাত গ্ৰাফিক ধৰণ"
229
230 #: ../src/virt-viewer-app.c:1027
280 #: ../src/virt-viewer-app.c:1117
281 #, c-format
282 msgid "Unsupported graphic type '%s'"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:1200
231286 msgid "Connect to ssh failed."
232287 msgstr "ssh লে সংযোগ ব্যৰ্থ হল।"
233288
234 #: ../src/virt-viewer-app.c:1029
289 #: ../src/virt-viewer-app.c:1202
235290 msgid "Can't connect to channel, SSH only supported."
236291 msgstr "চেনেলে সংযোগ কৰিব নোৱাৰি, কেৱল SSH সমৰ্থিত।"
237292
238 #: ../src/virt-viewer-app.c:1041
293 #: ../src/virt-viewer-app.c:1214
239294 msgid "Connect to channel unsupported."
240295 msgstr "চেনেললে সংযোগ অসমৰ্থিত।"
241296
242 #: ../src/virt-viewer-app.c:1123
297 #: ../src/virt-viewer-app.c:1276
298 msgid "Display can only be attached through libvirt with --attach"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:1299
243302 msgid "Connecting to graphic server"
244303 msgstr "গ্ৰাফিক চাৰ্ভাৰলে সংযোগ কৰা হৈ আছে"
245304
246 #: ../src/virt-viewer-app.c:1256
305 #: ../src/virt-viewer-app.c:1398
247306 msgid "Guest domain has shutdown"
248307 msgstr "অতিথি ডমেইন বন্ধ হল"
249308
250 #: ../src/virt-viewer-app.c:1317
309 #: ../src/virt-viewer-app.c:1459
251310 msgid "Connected to graphic server"
252311 msgstr "গ্ৰাফিক চাৰ্ভাৰলে সংযোগিত"
253312
254 #: ../src/virt-viewer-app.c:1344
313 #: ../src/virt-viewer-app.c:1486
255314 #, c-format
256315 msgid "Unable to connect to the graphic server %s"
257316 msgstr "গ্ৰাফিক চাৰ্ভাৰ %s লে সংযোগ কৰিবলে অক্ষম"
258317
259 #: ../src/virt-viewer-app.c:1376
260 #, c-format
261 msgid ""
262 "Unable to authenticate with remote desktop server at %s: %s\n"
263 "Retry connection again?"
264 msgstr "%s ত দূৰৱৰ্তী ডেস্কটপ চাৰ্ভাৰৰ সৈতে প্ৰমাণীত কৰিবলে অক্ষম: %s\nসংযোগ পুনৰ চেষ্টা কৰিব নে?"
265
266 #: ../src/virt-viewer-app.c:1396
318 #: ../src/virt-viewer-app.c:1512
319 #, c-format
320 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:1525
267324 #, c-format
268325 msgid "Unable to authenticate with remote desktop server: %s"
269326 msgstr "দূৰৱৰ্তী ডেস্কটপ চাৰ্ভাৰৰ সৈতে প্ৰমাণিত কৰিবলে অক্ষম: %s"
270327
271 #: ../src/virt-viewer-app.c:1404
328 #: ../src/virt-viewer-app.c:1533
272329 #, c-format
273330 msgid "USB redirection error: %s"
274331 msgstr "USB পুনৰনিৰ্দেশ ত্ৰুটি: %s"
275332
276 #: ../src/virt-viewer-app.c:1632
333 #: ../src/virt-viewer-app.c:1786
277334 #, c-format
278335 msgid "Zoom level must be within %d-%d\n"
279336 msgstr "জুম স্তৰ %d-%d ৰ মাজত হব লাগিব\n"
280337
281 #: ../src/virt-viewer-app.c:2126
338 #: ../src/virt-viewer-app.c:2296
282339 #, c-format
283340 msgid "Display %d"
284341 msgstr "%d প্ৰদৰ্শন কৰক"
285342
286 #: ../src/virt-viewer-app.c:2301
343 #: ../src/virt-viewer-app.c:2552
287344 #, c-format
288345 msgid "Invalid kiosk-quit argument: %s"
289346 msgstr "অবৈধ kiosk-quit তৰ্ক: %s"
290347
291 #: ../src/virt-viewer-app.c:2310
348 #: ../src/virt-viewer-app.c:2561
292349 msgid "Zoom level of window, in percentage"
293350 msgstr "উইন্ডোৰ জুম স্তৰ, শতাংশত"
294351
295 #: ../src/virt-viewer-app.c:2312
352 #: ../src/virt-viewer-app.c:2563
296353 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
297 msgstr "পূৰ্ণ পৰ্দা অৱস্থাত খোলক (ক্লাএন্টৰ সৈতে খাপ খোৱাবলে অতিথিৰ বিভেদন ধাৰ্য্য কৰে)"
298
299 #: ../src/virt-viewer-app.c:2314
354 msgstr ""
355 "পূৰ্ণ পৰ্দা অৱস্থাত খোলক (ক্লাএন্টৰ সৈতে খাপ খোৱাবলে অতিথিৰ বিভেদন ধাৰ্য্য কৰে)"
356
357 #: ../src/virt-viewer-app.c:2565
300358 msgid "Customise hotkeys"
301359 msgstr "হটকি'সমূহ স্বনিৰ্বাচন কৰক"
302360
303 #: ../src/virt-viewer-app.c:2316
361 #: ../src/virt-viewer-app.c:2567
304362 msgid "Enable kiosk mode"
305363 msgstr "কিঅস্ক অৱস্থা সামৰ্থবান কৰক"
306364
307 #: ../src/virt-viewer-app.c:2318
365 #: ../src/virt-viewer-app.c:2569
308366 msgid "Quit on given condition in kiosk mode"
309367 msgstr "কিঅস্ক অৱস্থাত দিয়া চুক্তিত প্ৰস্থান কৰিব"
310368
311 #: ../src/virt-viewer-app.c:2318
369 #: ../src/virt-viewer-app.c:2569
312370 msgid "<never|on-disconnect>"
313371 msgstr "<never|on-disconnect>"
314372
315 #: ../src/virt-viewer-app.c:2320
373 #: ../src/virt-viewer-app.c:2571
316374 msgid "Display verbose information"
317375 msgstr "ভাৰভৌচ তথ্য প্ৰদৰ্শন কৰক"
318376
319 #: ../src/virt-viewer-app.c:2322
377 #: ../src/virt-viewer-app.c:2573
320378 msgid "Display debugging information"
321379 msgstr "ডিবাগ তথ্য প্ৰদৰ্শন কৰক"
322380
381 #: ../src/virt-viewer-auth.c:88
382 #, c-format
383 msgid ""
384 "Authentication is required for the %s connection to:\n"
385 "\n"
386 "<b>%s</b>\n"
387 "\n"
388 msgstr ""
389
390 #: ../src/virt-viewer-auth.c:92
391 #, c-format
392 msgid "Authentication is required for the %s connection:\n"
393 msgstr ""
394
395 #.
323396 #. * Local variables:
324397 #. * c-indent-level: 4
325398 #. * c-basic-offset: 4
326399 #. * indent-tabs-mode: nil
327400 #. * End:
401 #.
328402 #: ../src/virt-viewer-auth.xml.h:1
329403 msgid "Authentication required"
330404 msgstr "প্ৰমাণীকৰণৰ প্ৰয়োজন"
331405
332 #: ../src/virt-viewer-auth.xml.h:2
406 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
333407 msgid "label"
334408 msgstr "লেবেল"
335409
341415 msgid "Username:"
342416 msgstr "ব্যৱহাৰকাৰীৰ নাম:"
343417
418 #: ../src/virt-viewer-auth.xml.h:5
419 msgid "Show password"
420 msgstr ""
421
422 #: ../src/virt-viewer-display-vnc.c:133
423 msgid "VNC does not provide GUID"
424 msgstr ""
425
344426 #: ../src/virt-viewer-main.c:38
345427 #, c-format
346428 msgid "%s version %s\n"
377459
378460 #: ../src/virt-viewer-main.c:86
379461 msgid "Virtual machine graphical console"
380 msgstr ""
381
382 #: ../src/virt-viewer-main.c:108
462 msgstr "ভাৰছুৱেল মেচিন গ্ৰাফিকেল কনচৌল"
463
464 #: ../src/virt-viewer-main.c:107
383465 #, c-format
384466 msgid ""
385467 "\n"
386 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
468 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
387469 "\n"
388470 "%s\n"
389471 "\n"
390 msgstr "\nব্যৱহাৰপদ্ধতি: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
391
392 #: ../src/virt-viewer-session-spice.c:506
393 msgid "invalid password"
394 msgstr "অবৈধ পাছৱাৰ্ড"
472 msgstr ""
473
474 #: ../src/virt-viewer-main.c:112
475 #, c-format
476 msgid ""
477 "\n"
478 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
479 "\n"
480 msgstr ""
481
482 #: ../src/virt-viewer-session-spice.c:694
483 msgid "Invalid password"
484 msgstr ""
395485
396486 #. Create the widgets
397 #: ../src/virt-viewer-session-spice.c:588
487 #: ../src/virt-viewer-session-spice.c:786
398488 msgid "Select USB devices for redirection"
399489 msgstr "পুনৰনিৰ্দেশৰ বাবে USB ডিভাইচসমূহ বাছক"
400490
401 #: ../src/virt-viewer-session-vnc.c:148
491 #: ../src/virt-viewer-session-vnc.c:153
402492 #, c-format
403493 msgid "Unsupported authentication type %d"
404494 msgstr "অসমৰ্থিত প্ৰমাণীকৰণ ধৰণ %d"
405495
406 #: ../src/virt-viewer-window.c:587
496 #: ../src/virt-viewer-vm-connection.c:64
497 msgid "No virtual machine found"
498 msgstr ""
499
500 #: ../src/virt-viewer-vm-connection.c:93
501 msgid "No virtual machine was chosen"
502 msgstr ""
503
504 #: ../src/virt-viewer-window.c:537
407505 msgid "Ctrl+Alt+_Del"
408506 msgstr "Ctrl+Alt+_Del"
409507
410 #: ../src/virt-viewer-window.c:588
508 #: ../src/virt-viewer-window.c:538
411509 msgid "Ctrl+Alt+_Backspace"
412510 msgstr "Ctrl+Alt+_Backspace"
413511
414 #: ../src/virt-viewer-window.c:590
512 #: ../src/virt-viewer-window.c:540
415513 msgid "Ctrl+Alt+F_1"
416514 msgstr "Ctrl+Alt+F_1"
417515
418 #: ../src/virt-viewer-window.c:591
516 #: ../src/virt-viewer-window.c:541
419517 msgid "Ctrl+Alt+F_2"
420518 msgstr "Ctrl+Alt+F_2"
421519
422 #: ../src/virt-viewer-window.c:592
520 #: ../src/virt-viewer-window.c:542
423521 msgid "Ctrl+Alt+F_3"
424522 msgstr "Ctrl+Alt+F_3"
425523
426 #: ../src/virt-viewer-window.c:593
524 #: ../src/virt-viewer-window.c:543
427525 msgid "Ctrl+Alt+F_4"
428526 msgstr "Ctrl+Alt+F_4"
429527
430 #: ../src/virt-viewer-window.c:594
528 #: ../src/virt-viewer-window.c:544
431529 msgid "Ctrl+Alt+F_5"
432530 msgstr "Ctrl+Alt+F_5"
433531
434 #: ../src/virt-viewer-window.c:595
532 #: ../src/virt-viewer-window.c:545
435533 msgid "Ctrl+Alt+F_6"
436534 msgstr "Ctrl+Alt+F_6"
437535
438 #: ../src/virt-viewer-window.c:596
536 #: ../src/virt-viewer-window.c:546
439537 msgid "Ctrl+Alt+F_7"
440538 msgstr "Ctrl+Alt+F_7"
441539
442 #: ../src/virt-viewer-window.c:597
540 #: ../src/virt-viewer-window.c:547
443541 msgid "Ctrl+Alt+F_8"
444542 msgstr "Ctrl+Alt+F_8"
445543
446 #: ../src/virt-viewer-window.c:598
544 #: ../src/virt-viewer-window.c:548
447545 msgid "Ctrl+Alt+F_9"
448546 msgstr "Ctrl+Alt+F_9"
449547
450 #: ../src/virt-viewer-window.c:599
548 #: ../src/virt-viewer-window.c:549
451549 msgid "Ctrl+Alt+F1_0"
452550 msgstr "Ctrl+Alt+F1_0"
453551
454 #: ../src/virt-viewer-window.c:600
552 #: ../src/virt-viewer-window.c:550
455553 msgid "Ctrl+Alt+F11"
456554 msgstr "Ctrl+Alt+F11"
457555
458 #: ../src/virt-viewer-window.c:601
556 #: ../src/virt-viewer-window.c:551
459557 msgid "Ctrl+Alt+F12"
460558 msgstr "Ctrl+Alt+F12"
461559
462 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
560 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
463561 msgid "Screenshot"
464562 msgstr "স্ক্ৰিনশ্বট"
465563
466 #: ../src/virt-viewer-window.c:1051
564 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
565 msgid "Unknown"
566 msgstr ""
567
568 #: ../src/virt-viewer-window.c:1062
467569 msgid "Disconnect"
468570 msgstr "বিচ্ছিন্ন কৰক"
469571
470 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
572 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
471573 #: ../src/virt-viewer.xml.h:3
472574 msgid "USB device selection"
473575 msgstr "USB ডিভাইছ নিৰ্বাচন"
474576
475 #: ../src/virt-viewer-window.c:1070
577 #: ../src/virt-viewer-window.c:1081
476578 msgid "Send key combination"
477579 msgstr "চাবি সংযুক্তি পঠাওক"
478580
479 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
581 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
480582 msgid "Leave fullscreen"
481583 msgstr "পূৰ্ণপৰ্দা ত্যাগ কৰক"
482584
483 #: ../src/virt-viewer-window.c:1162
585 #: ../src/virt-viewer-window.c:1173
484586 msgid "Ctrl+Alt"
485587 msgstr "Ctrl+Alt"
486588
487 #: ../src/virt-viewer-window.c:1165
589 #: ../src/virt-viewer-window.c:1176
488590 #, c-format
489591 msgid "(Press %s to release pointer)"
490592 msgstr "(পোইন্টাৰ এৰিবলে %s টিপক)"
491593
492594 #. translators:
493 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
494 #. <appname>"
495 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
496 #. Viewer"
497 #: ../src/virt-viewer-window.c:1176
595 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
596 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
597 #.
598 #: ../src/virt-viewer-window.c:1187
498599 #, c-format
499600 msgid "%s%s%s - %s"
500601 msgstr "%s%s%s - %s"
501602
502603 #. translators: <space>
503 #: ../src/virt-viewer-window.c:1180
604 #: ../src/virt-viewer-window.c:1191
504605 msgid " "
505606 msgstr " "
506607
507 #: ../src/virt-viewer-file.c:624
608 #: ../src/virt-viewer-file.c:825
609 #, c-format
610 msgid ""
611 "At least %s version %s is required to setup this connection, see %s for "
612 "details"
613 msgstr ""
614
615 #: ../src/virt-viewer-file.c:833
508616 #, c-format
509617 msgid "At least %s version %s is required to setup this connection"
510618 msgstr "এই সংযোগ সংস্থাপন কৰিবলে অন্তত %s সংস্কৰণ %s ৰ প্ৰয়োজন"
511619
512 #: ../src/virt-viewer.c:133
620 #: ../src/virt-viewer.c:163
513621 msgid "Waiting for guest domain to re-start"
514622 msgstr "অতিথি ডমেইন পুনৰাম্ভ হোৱাৰ বাবে অপেক্ষা কৰা হৈ আছে"
515623
516 #: ../src/virt-viewer.c:318
624 #: ../src/virt-viewer.c:409
517625 #, c-format
518626 msgid "Cannot determine the graphic type for the guest %s"
519627 msgstr "অতিথি %s ৰ বাবে গ্ৰাফিক ধৰণ নিৰ্ধাৰণ কৰিব নোৱাৰি"
520628
521 #: ../src/virt-viewer.c:341
522 #, c-format
523 msgid "Cannot determine the graphic address for the guest %s"
524 msgstr "অতিথি %s ৰ বাবে গ্ৰাফিক ঠিকনা নিৰ্ধাৰণ কৰিব নোৱাৰি"
525
526 #: ../src/virt-viewer.c:354
629 #: ../src/virt-viewer.c:448
527630 #, c-format
528631 msgid "Cannot determine the host for the guest %s"
529632 msgstr "অতিথি %s ৰ বাবে হস্ট নিৰ্ধাৰণ কৰিব নোৱাৰি"
530633
531 #: ../src/virt-viewer.c:540
634 #: ../src/virt-viewer.c:476
635 #, c-format
636 msgid "Guest '%s' is not reachable"
637 msgstr ""
638
639 #: ../src/virt-viewer.c:697
640 #, c-format
641 msgid "Virtual machine %s is not running"
642 msgstr ""
643
644 #: ../src/virt-viewer.c:720
532645 msgid "Waiting for libvirt to start"
533646 msgstr "libvirt আৰম্ভ হবলে অপেক্ষা কৰা হৈছে"
534647
535 #: ../src/virt-viewer.c:544
648 #: ../src/virt-viewer.c:724
536649 msgid "Finding guest domain"
537650 msgstr "অতিথি ডমেইন বিচৰা"
538651
539 #: ../src/virt-viewer.c:548
652 #: ../src/virt-viewer.c:728
540653 msgid "Waiting for guest domain to be created"
541654 msgstr "অতিথি ডমেইন সৃষ্টি হোৱালে অপেক্ষা কৰা হৈ আছে"
542655
543 #: ../src/virt-viewer.c:553
544 #, c-format
545 msgid "Cannot find guest domain %s"
546 msgstr "%s অতিথিৰ ডোমেইন পোৱা নাযায়"
547
548 #: ../src/virt-viewer.c:566
656 #: ../src/virt-viewer.c:750
549657 msgid "Checking guest domain status"
550658 msgstr "অতিথি ডমেইন অৱস্থা নীৰিক্ষণ কৰা"
551659
552 #: ../src/virt-viewer.c:573
660 #: ../src/virt-viewer.c:753
661 msgid "Cannot get guest state"
662 msgstr ""
663
664 #: ../src/virt-viewer.c:759
553665 msgid "Waiting for guest domain to start"
554666 msgstr "অতিথি ডমেইন আৰম্ভ হোৱালে অপেক্ষা কৰা হৈ আছে"
555667
556 #: ../src/virt-viewer.c:580
557 msgid "Waiting for guest domain to start server"
558 msgstr "অতিথি ডমেইন দ্বাৰা চাৰ্ভাৰ আৰম্ভ কৰিবলে অপেক্ষা কৰা হৈ আছে"
559
560 #: ../src/virt-viewer.c:694
561 #, c-format
562 msgid "Unable to connect to libvirt with URI %s"
563 msgstr "%s URI ৰে libvirt লৈ সংযোগ কৰিব নোৱাৰি"
564
565 #: ../src/virt-viewer.c:695
668 #: ../src/virt-viewer.c:863
669 #, c-format
670 msgid "Unable to connect to libvirt with URI: %s."
671 msgstr ""
672
673 #: ../src/virt-viewer.c:864
566674 msgid "[none]"
567675 msgstr "[none]"
568676
677 #: ../src/virt-viewer.c:871
678 msgid "Authentication failed."
679 msgstr ""
680
681 #: ../src/virt-viewer.c:931
682 msgid "Failed to connect: "
683 msgstr ""
684
685 #.
569686 #. * Local variables:
570687 #. * c-indent-level: 4
571688 #. * c-basic-offset: 4
572689 #. * indent-tabs-mode: nil
573690 #. * End:
691 #.
574692 #: ../src/virt-viewer.xml.h:1
575693 msgid "_File"
576694 msgstr "ফাইল (_F)"
583701 msgid "Smartcard removal"
584702 msgstr "স্মাৰ্টকাৰ্ড আতৰোৱা"
585703
586 #: ../src/virt-viewer.xml.h:6
704 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
705 msgid "Preferences"
706 msgstr ""
707
708 #: ../src/virt-viewer.xml.h:7
587709 msgid "_View"
588710 msgstr "দৰ্শন কৰক (_V)"
589711
590 #: ../src/virt-viewer.xml.h:7
712 #: ../src/virt-viewer.xml.h:8
591713 msgid "Full screen"
592714 msgstr "সম্পূৰ্ণ পৰ্দা"
593715
594 #: ../src/virt-viewer.xml.h:8
716 #: ../src/virt-viewer.xml.h:9
595717 msgid "_Zoom"
596718 msgstr "জুম কৰক (_Z)"
597719
598 #: ../src/virt-viewer.xml.h:9
720 #: ../src/virt-viewer.xml.h:10
599721 msgid "Displays"
600722 msgstr "প্ৰদৰ্শনসমূহ"
601723
602 #: ../src/virt-viewer.xml.h:10
724 #: ../src/virt-viewer.xml.h:11
603725 msgid "Release cursor"
604726 msgstr "উন্মোচন কাৰ্চাৰ"
605727
606 #: ../src/virt-viewer.xml.h:11
728 #: ../src/virt-viewer.xml.h:12
607729 msgid "_Send key"
608730 msgstr "কি পঠাওক (_S)"
609731
610 #: ../src/virt-viewer.xml.h:12
732 #: ../src/virt-viewer.xml.h:13
611733 msgid "_Help"
612734 msgstr "সহায় (_H)"
735
736 #: ../src/virt-viewer.xml.h:14
737 msgid "_Guest Details"
738 msgstr ""
739
740 #: ../src/virt-viewer-guest-details.xml.h:1
741 msgid "Guest Details"
742 msgstr ""
743
744 #: ../src/virt-viewer-guest-details.xml.h:2
745 msgid "Name:"
746 msgstr ""
747
748 #: ../src/virt-viewer-guest-details.xml.h:3
749 msgid "GUID:"
750 msgstr ""
751
752 #: ../src/virt-viewer-vm-connection.xml.h:1
753 msgid "Choose a virtual machine"
754 msgstr ""
755
756 #: ../src/virt-viewer-vm-connection.xml.h:2
757 msgid "Name"
758 msgstr ""
759
760 #: ../src/virt-viewer-vm-connection.xml.h:3
761 msgid "Available virtual machines"
762 msgstr ""
763
764 #: ../src/virt-viewer-preferences.xml.h:2
765 msgid "Folder sharing"
766 msgstr ""
767
768 #: ../src/virt-viewer-preferences.xml.h:3
769 msgid "Share folder"
770 msgstr ""
771
772 #: ../src/virt-viewer-preferences.xml.h:4
773 msgid "Read-only"
774 msgstr ""
775
776 #: ../src/virt-viewer-preferences.xml.h:5
777 msgid "Spice"
778 msgstr ""
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Asturian (http://www.transifex.com/projects/p/virt-viewer/language/ast/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Asturian\n"
13 "Language: ast\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ast\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+0
-610
po/az.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Azerbaijani (http://www.transifex.com/projects/p/virt-viewer/language/az/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: az\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Balochi (http://www.transifex.com/projects/p/virt-viewer/language/bal/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Baluchi\n"
13 "Language: bal\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: bal\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+353
-205
po/be.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Belarusian (http://www.transifex.com/projects/p/virt-viewer/language/be/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Belarusian\n"
13 "Language: be\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: be\n"
17 "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
19 "X-Generator: Zanata 3.5.1\n"
20
21 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2022 msgid "Remote Viewer"
2123 msgstr ""
2224
7072
7173 #: ../src/remote-viewer-main.c:50
7274 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
75 msgid "remote-viewer version %s"
76 msgstr ""
77
78 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7779 msgid "Display version information"
7880 msgstr ""
7981
80 #: ../src/remote-viewer-main.c:101
82 #: ../src/remote-viewer-main.c:105
8183 msgid "Set window title"
8284 msgstr ""
8385
84 #: ../src/remote-viewer-main.c:104
86 #: ../src/remote-viewer-main.c:108
8587 msgid "Open connection using Spice controller communication"
8688 msgstr ""
8789
88 #: ../src/remote-viewer-main.c:116
90 #: ../src/remote-viewer-main.c:120
8991 msgid "Remote viewer client"
9092 msgstr ""
9193
92 #: ../src/remote-viewer-main.c:134
94 #: ../src/remote-viewer-main.c:138
9395 #, c-format
9496 msgid ""
9597 "%s\n"
9698 "Run '%s --help' to see a full list of available command line options\n"
9799 msgstr ""
98100
99 #: ../src/remote-viewer-main.c:146
101 #: ../src/remote-viewer-main.c:149
100102 #, c-format
101103 msgid "Error: extra arguments given while using Spice controller\n"
102104 msgstr ""
103105
104 #: ../src/remote-viewer-main.c:153
106 #: ../src/remote-viewer-main.c:156
105107 #, c-format
106108 msgid "Error: can't handle multiple URIs\n"
107109 msgstr ""
108110
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
111 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110112 msgid "Failed to initiate connection"
111113 msgstr ""
112114
113 #: ../src/remote-viewer.c:294
115 #: ../src/remote-viewer.c:313
114116 msgid "Display disabled by controller"
115117 msgstr ""
116118
117 #: ../src/remote-viewer.c:592
119 #: ../src/remote-viewer.c:609
118120 #, c-format
119121 msgid "Controller connection failed: %s"
120122 msgstr ""
121123
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
124 #: ../src/remote-viewer.c:755
125 msgid "_Change CD"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:855
129 msgid "failed to parse ovirt uri"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
133 msgid "Authentication was cancelled"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:900
137 #, c-format
138 msgid "oVirt VM %s is not running"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:914
142 #, c-format
143 msgid "oVirt VM %s has no display"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:940
147 #, c-format
148 msgid "oVirt VM %s has no host information"
129149 msgstr ""
130150
131151 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
152 #, c-format
153 msgid "oVirt VM %s has unknown display type: %d"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1094
144157 msgid "Setting up Spice session..."
145158 msgstr ""
146159
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
160 #: ../src/remote-viewer.c:1102
161 msgid "No connection was chosen"
162 msgstr ""
163
164 #: ../src/remote-viewer.c:1120
165 #, c-format
166 msgid "Invalid file %s: "
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1128
153170 msgid "Cannot determine the connection type from URI"
154171 msgstr ""
155172
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
173 #: ../src/remote-viewer.c:1134
174 msgid "Couldn't open oVirt session: "
175 msgstr ""
176
177 #.
165178 #. * Local variables:
166179 #. * c-indent-level: 4
167180 #. * c-basic-offset: 4
168181 #. * indent-tabs-mode: nil
169182 #. * End:
183 #.
184 #: ../src/remote-viewer-connect.xml.h:1
185 msgid "Connection details"
186 msgstr ""
187
188 #: ../src/remote-viewer-connect.xml.h:2
189 msgid "Connection Address"
190 msgstr ""
191
192 #: ../src/remote-viewer-connect.xml.h:3
193 msgid "For example, spice://foo.example.org:5900"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:4
197 msgid "Recent connections"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:5
201 msgid "Cancel"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:6
205 msgid "Connect"
206 msgstr ""
207
170208 #: ../src/virt-viewer-about.xml.h:1
171209 msgid "About Glade"
172210 msgstr ""
206244 msgid "The Fedora Translation Team"
207245 msgstr ""
208246
209 #: ../src/virt-viewer-app.c:400
247 #: ../src/virt-viewer-app.c:526
210248 msgid "Do you want to close the session?"
211249 msgstr ""
212250
213 #: ../src/virt-viewer-app.c:402
251 #: ../src/virt-viewer-app.c:528
214252 msgid "Do not ask me again"
215253 msgstr ""
216254
217 #: ../src/virt-viewer-app.c:841
255 #: ../src/virt-viewer-app.c:1008
218256 #, c-format
219257 msgid "Waiting for display %d..."
220258 msgstr ""
221259
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
260 #: ../src/virt-viewer-app.c:1117
261 #, c-format
262 msgid "Unsupported graphic type '%s'"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1200
228266 msgid "Connect to ssh failed."
229267 msgstr ""
230268
231 #: ../src/virt-viewer-app.c:1029
269 #: ../src/virt-viewer-app.c:1202
232270 msgid "Can't connect to channel, SSH only supported."
233271 msgstr ""
234272
235 #: ../src/virt-viewer-app.c:1041
273 #: ../src/virt-viewer-app.c:1214
236274 msgid "Connect to channel unsupported."
237275 msgstr ""
238276
239 #: ../src/virt-viewer-app.c:1123
277 #: ../src/virt-viewer-app.c:1276
278 msgid "Display can only be attached through libvirt with --attach"
279 msgstr ""
280
281 #: ../src/virt-viewer-app.c:1299
240282 msgid "Connecting to graphic server"
241283 msgstr ""
242284
243 #: ../src/virt-viewer-app.c:1256
285 #: ../src/virt-viewer-app.c:1398
244286 msgid "Guest domain has shutdown"
245287 msgstr ""
246288
247 #: ../src/virt-viewer-app.c:1317
289 #: ../src/virt-viewer-app.c:1459
248290 msgid "Connected to graphic server"
249291 msgstr ""
250292
251 #: ../src/virt-viewer-app.c:1344
293 #: ../src/virt-viewer-app.c:1486
252294 #, c-format
253295 msgid "Unable to connect to the graphic server %s"
254296 msgstr ""
255297
256 #: ../src/virt-viewer-app.c:1376
298 #: ../src/virt-viewer-app.c:1512
299 #, c-format
300 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
301 msgstr ""
302
303 #: ../src/virt-viewer-app.c:1525
304 #, c-format
305 msgid "Unable to authenticate with remote desktop server: %s"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:1533
309 #, c-format
310 msgid "USB redirection error: %s"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:1786
314 #, c-format
315 msgid "Zoom level must be within %d-%d\n"
316 msgstr ""
317
318 #: ../src/virt-viewer-app.c:2296
319 #, c-format
320 msgid "Display %d"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:2552
324 #, c-format
325 msgid "Invalid kiosk-quit argument: %s"
326 msgstr ""
327
328 #: ../src/virt-viewer-app.c:2561
329 msgid "Zoom level of window, in percentage"
330 msgstr ""
331
332 #: ../src/virt-viewer-app.c:2563
333 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
334 msgstr ""
335
336 #: ../src/virt-viewer-app.c:2565
337 msgid "Customise hotkeys"
338 msgstr ""
339
340 #: ../src/virt-viewer-app.c:2567
341 msgid "Enable kiosk mode"
342 msgstr ""
343
344 #: ../src/virt-viewer-app.c:2569
345 msgid "Quit on given condition in kiosk mode"
346 msgstr ""
347
348 #: ../src/virt-viewer-app.c:2569
349 msgid "<never|on-disconnect>"
350 msgstr ""
351
352 #: ../src/virt-viewer-app.c:2571
353 msgid "Display verbose information"
354 msgstr ""
355
356 #: ../src/virt-viewer-app.c:2573
357 msgid "Display debugging information"
358 msgstr ""
359
360 #: ../src/virt-viewer-auth.c:88
257361 #, c-format
258362 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
363 "Authentication is required for the %s connection to:\n"
364 "\n"
365 "<b>%s</b>\n"
366 "\n"
367 msgstr ""
368
369 #: ../src/virt-viewer-auth.c:92
370 #, c-format
371 msgid "Authentication is required for the %s connection:\n"
372 msgstr ""
373
374 #.
320375 #. * Local variables:
321376 #. * c-indent-level: 4
322377 #. * c-basic-offset: 4
323378 #. * indent-tabs-mode: nil
324379 #. * End:
380 #.
325381 #: ../src/virt-viewer-auth.xml.h:1
326382 msgid "Authentication required"
327383 msgstr ""
328384
329 #: ../src/virt-viewer-auth.xml.h:2
385 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330386 msgid "label"
331387 msgstr ""
332388
338394 msgid "Username:"
339395 msgstr ""
340396
397 #: ../src/virt-viewer-auth.xml.h:5
398 msgid "Show password"
399 msgstr ""
400
401 #: ../src/virt-viewer-display-vnc.c:133
402 msgid "VNC does not provide GUID"
403 msgstr ""
404
341405 #: ../src/virt-viewer-main.c:38
342406 #, c-format
343407 msgid "%s version %s\n"
376440 msgid "Virtual machine graphical console"
377441 msgstr ""
378442
379 #: ../src/virt-viewer-main.c:108
443 #: ../src/virt-viewer-main.c:107
380444 #, c-format
381445 msgid ""
382446 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
447 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384448 "\n"
385449 "%s\n"
386450 "\n"
387451 msgstr ""
388452
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
453 #: ../src/virt-viewer-main.c:112
454 #, c-format
455 msgid ""
456 "\n"
457 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
458 "\n"
459 msgstr ""
460
461 #: ../src/virt-viewer-session-spice.c:694
462 msgid "Invalid password"
391463 msgstr ""
392464
393465 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
466 #: ../src/virt-viewer-session-spice.c:786
395467 msgid "Select USB devices for redirection"
396468 msgstr ""
397469
398 #: ../src/virt-viewer-session-vnc.c:148
470 #: ../src/virt-viewer-session-vnc.c:153
399471 #, c-format
400472 msgid "Unsupported authentication type %d"
401473 msgstr ""
402474
403 #: ../src/virt-viewer-window.c:587
475 #: ../src/virt-viewer-vm-connection.c:64
476 msgid "No virtual machine found"
477 msgstr ""
478
479 #: ../src/virt-viewer-vm-connection.c:93
480 msgid "No virtual machine was chosen"
481 msgstr ""
482
483 #: ../src/virt-viewer-window.c:537
404484 msgid "Ctrl+Alt+_Del"
405485 msgstr ""
406486
407 #: ../src/virt-viewer-window.c:588
487 #: ../src/virt-viewer-window.c:538
408488 msgid "Ctrl+Alt+_Backspace"
409489 msgstr ""
410490
411 #: ../src/virt-viewer-window.c:590
491 #: ../src/virt-viewer-window.c:540
412492 msgid "Ctrl+Alt+F_1"
413493 msgstr ""
414494
415 #: ../src/virt-viewer-window.c:591
495 #: ../src/virt-viewer-window.c:541
416496 msgid "Ctrl+Alt+F_2"
417497 msgstr ""
418498
419 #: ../src/virt-viewer-window.c:592
499 #: ../src/virt-viewer-window.c:542
420500 msgid "Ctrl+Alt+F_3"
421501 msgstr ""
422502
423 #: ../src/virt-viewer-window.c:593
503 #: ../src/virt-viewer-window.c:543
424504 msgid "Ctrl+Alt+F_4"
425505 msgstr ""
426506
427 #: ../src/virt-viewer-window.c:594
507 #: ../src/virt-viewer-window.c:544
428508 msgid "Ctrl+Alt+F_5"
429509 msgstr ""
430510
431 #: ../src/virt-viewer-window.c:595
511 #: ../src/virt-viewer-window.c:545
432512 msgid "Ctrl+Alt+F_6"
433513 msgstr ""
434514
435 #: ../src/virt-viewer-window.c:596
515 #: ../src/virt-viewer-window.c:546
436516 msgid "Ctrl+Alt+F_7"
437517 msgstr ""
438518
439 #: ../src/virt-viewer-window.c:597
519 #: ../src/virt-viewer-window.c:547
440520 msgid "Ctrl+Alt+F_8"
441521 msgstr ""
442522
443 #: ../src/virt-viewer-window.c:598
523 #: ../src/virt-viewer-window.c:548
444524 msgid "Ctrl+Alt+F_9"
445525 msgstr ""
446526
447 #: ../src/virt-viewer-window.c:599
527 #: ../src/virt-viewer-window.c:549
448528 msgid "Ctrl+Alt+F1_0"
449529 msgstr ""
450530
451 #: ../src/virt-viewer-window.c:600
531 #: ../src/virt-viewer-window.c:550
452532 msgid "Ctrl+Alt+F11"
453533 msgstr ""
454534
455 #: ../src/virt-viewer-window.c:601
535 #: ../src/virt-viewer-window.c:551
456536 msgid "Ctrl+Alt+F12"
457537 msgstr ""
458538
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
539 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460540 msgid "Screenshot"
461541 msgstr ""
462542
463 #: ../src/virt-viewer-window.c:1051
543 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
544 msgid "Unknown"
545 msgstr ""
546
547 #: ../src/virt-viewer-window.c:1062
464548 msgid "Disconnect"
465549 msgstr ""
466550
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
551 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468552 #: ../src/virt-viewer.xml.h:3
469553 msgid "USB device selection"
470554 msgstr ""
471555
472 #: ../src/virt-viewer-window.c:1070
556 #: ../src/virt-viewer-window.c:1081
473557 msgid "Send key combination"
474558 msgstr ""
475559
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
560 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477561 msgid "Leave fullscreen"
478562 msgstr ""
479563
480 #: ../src/virt-viewer-window.c:1162
564 #: ../src/virt-viewer-window.c:1173
481565 msgid "Ctrl+Alt"
482566 msgstr ""
483567
484 #: ../src/virt-viewer-window.c:1165
568 #: ../src/virt-viewer-window.c:1176
485569 #, c-format
486570 msgid "(Press %s to release pointer)"
487571 msgstr ""
488572
489573 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
574 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
575 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
576 #.
577 #: ../src/virt-viewer-window.c:1187
495578 #, c-format
496579 msgid "%s%s%s - %s"
497580 msgstr ""
498581
499582 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
583 #: ../src/virt-viewer-window.c:1191
501584 msgid " "
502585 msgstr ""
503586
504 #: ../src/virt-viewer-file.c:624
587 #: ../src/virt-viewer-file.c:825
588 #, c-format
589 msgid ""
590 "At least %s version %s is required to setup this connection, see %s for "
591 "details"
592 msgstr ""
593
594 #: ../src/virt-viewer-file.c:833
505595 #, c-format
506596 msgid "At least %s version %s is required to setup this connection"
507597 msgstr ""
508598
509 #: ../src/virt-viewer.c:133
599 #: ../src/virt-viewer.c:163
510600 msgid "Waiting for guest domain to re-start"
511601 msgstr ""
512602
513 #: ../src/virt-viewer.c:318
603 #: ../src/virt-viewer.c:409
514604 #, c-format
515605 msgid "Cannot determine the graphic type for the guest %s"
516606 msgstr ""
517607
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
608 #: ../src/virt-viewer.c:448
524609 #, c-format
525610 msgid "Cannot determine the host for the guest %s"
526611 msgstr ""
527612
528 #: ../src/virt-viewer.c:540
613 #: ../src/virt-viewer.c:476
614 #, c-format
615 msgid "Guest '%s' is not reachable"
616 msgstr ""
617
618 #: ../src/virt-viewer.c:697
619 #, c-format
620 msgid "Virtual machine %s is not running"
621 msgstr ""
622
623 #: ../src/virt-viewer.c:720
529624 msgid "Waiting for libvirt to start"
530625 msgstr ""
531626
532 #: ../src/virt-viewer.c:544
627 #: ../src/virt-viewer.c:724
533628 msgid "Finding guest domain"
534629 msgstr ""
535630
536 #: ../src/virt-viewer.c:548
631 #: ../src/virt-viewer.c:728
537632 msgid "Waiting for guest domain to be created"
538633 msgstr ""
539634
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
635 #: ../src/virt-viewer.c:750
546636 msgid "Checking guest domain status"
547637 msgstr ""
548638
549 #: ../src/virt-viewer.c:573
639 #: ../src/virt-viewer.c:753
640 msgid "Cannot get guest state"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:759
550644 msgid "Waiting for guest domain to start"
551645 msgstr ""
552646
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
647 #: ../src/virt-viewer.c:863
648 #, c-format
649 msgid "Unable to connect to libvirt with URI: %s."
650 msgstr ""
651
652 #: ../src/virt-viewer.c:864
563653 msgid "[none]"
564654 msgstr ""
565655
656 #: ../src/virt-viewer.c:871
657 msgid "Authentication failed."
658 msgstr ""
659
660 #: ../src/virt-viewer.c:931
661 msgid "Failed to connect: "
662 msgstr ""
663
664 #.
566665 #. * Local variables:
567666 #. * c-indent-level: 4
568667 #. * c-basic-offset: 4
569668 #. * indent-tabs-mode: nil
570669 #. * End:
670 #.
571671 #: ../src/virt-viewer.xml.h:1
572672 msgid "_File"
573673 msgstr ""
580680 msgid "Smartcard removal"
581681 msgstr ""
582682
583 #: ../src/virt-viewer.xml.h:6
683 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
684 msgid "Preferences"
685 msgstr ""
686
687 #: ../src/virt-viewer.xml.h:7
584688 msgid "_View"
585689 msgstr ""
586690
587 #: ../src/virt-viewer.xml.h:7
691 #: ../src/virt-viewer.xml.h:8
588692 msgid "Full screen"
589693 msgstr ""
590694
591 #: ../src/virt-viewer.xml.h:8
695 #: ../src/virt-viewer.xml.h:9
592696 msgid "_Zoom"
593697 msgstr ""
594698
595 #: ../src/virt-viewer.xml.h:9
699 #: ../src/virt-viewer.xml.h:10
596700 msgid "Displays"
597701 msgstr ""
598702
599 #: ../src/virt-viewer.xml.h:10
703 #: ../src/virt-viewer.xml.h:11
600704 msgid "Release cursor"
601705 msgstr ""
602706
603 #: ../src/virt-viewer.xml.h:11
707 #: ../src/virt-viewer.xml.h:12
604708 msgid "_Send key"
605709 msgstr ""
606710
607 #: ../src/virt-viewer.xml.h:12
711 #: ../src/virt-viewer.xml.h:13
608712 msgid "_Help"
609713 msgstr ""
714
715 #: ../src/virt-viewer.xml.h:14
716 msgid "_Guest Details"
717 msgstr ""
718
719 #: ../src/virt-viewer-guest-details.xml.h:1
720 msgid "Guest Details"
721 msgstr ""
722
723 #: ../src/virt-viewer-guest-details.xml.h:2
724 msgid "Name:"
725 msgstr ""
726
727 #: ../src/virt-viewer-guest-details.xml.h:3
728 msgid "GUID:"
729 msgstr ""
730
731 #: ../src/virt-viewer-vm-connection.xml.h:1
732 msgid "Choose a virtual machine"
733 msgstr ""
734
735 #: ../src/virt-viewer-vm-connection.xml.h:2
736 msgid "Name"
737 msgstr ""
738
739 #: ../src/virt-viewer-vm-connection.xml.h:3
740 msgid "Available virtual machines"
741 msgstr ""
742
743 #: ../src/virt-viewer-preferences.xml.h:2
744 msgid "Folder sharing"
745 msgstr ""
746
747 #: ../src/virt-viewer-preferences.xml.h:3
748 msgid "Share folder"
749 msgstr ""
750
751 #: ../src/virt-viewer-preferences.xml.h:4
752 msgid "Read-only"
753 msgstr ""
754
755 #: ../src/virt-viewer-preferences.xml.h:5
756 msgid "Spice"
757 msgstr ""
+340
-171
po/bg.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Valentin Laskov <laskov@festa.bg>, 2012-2013
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: virt-viewer\n"
8 "Project-Id-Version: PACKAGE VERSION\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
11 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
10 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
11 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1212 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
13 "Language-Team: Bulgarian (http://www.transifex.com/projects/p/virt-viewer/language/bg/)\n"
13 "Language-Team: Bulgarian (http://www.transifex.com/projects/p/virt-viewer/"
14 "language/bg/)\n"
15 "Language: bg\n"
1416 "MIME-Version: 1.0\n"
1517 "Content-Type: text/plain; charset=UTF-8\n"
1618 "Content-Transfer-Encoding: 8bit\n"
17 "Language: bg\n"
1819 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 "X-Generator: Zanata 3.7.3\n"
21
22 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2123 msgid "Remote Viewer"
2224 msgstr "Remote Viewer"
2325
7173
7274 #: ../src/remote-viewer-main.c:50
7375 #, c-format
74 msgid "remote-viewer version %s\n"
75 msgstr "remote-viewer версия %s\n"
76
77 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
76 msgid "remote-viewer version %s"
77 msgstr ""
78
79 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7880 msgid "Display version information"
7981 msgstr "Показва информация за версията"
8082
81 #: ../src/remote-viewer-main.c:101
83 #: ../src/remote-viewer-main.c:105
8284 msgid "Set window title"
8385 msgstr "Задаване заглавие на прозореца"
8486
85 #: ../src/remote-viewer-main.c:104
87 #: ../src/remote-viewer-main.c:108
8688 msgid "Open connection using Spice controller communication"
8789 msgstr "Отвори връзка чрез комуникационния контролер Spice"
8890
89 #: ../src/remote-viewer-main.c:116
91 #: ../src/remote-viewer-main.c:120
9092 msgid "Remote viewer client"
9193 msgstr ""
9294
93 #: ../src/remote-viewer-main.c:134
95 #: ../src/remote-viewer-main.c:138
9496 #, c-format
9597 msgid ""
9698 "%s\n"
9799 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr "%s\nСтартирайте '%s --help' за да видите пълен списък на опциите в командния ред\n"
99
100 #: ../src/remote-viewer-main.c:146
100 msgstr ""
101 "%s\n"
102 "Стартирайте '%s --help' за да видите пълен списък на опциите в командния "
103 "ред\n"
104
105 #: ../src/remote-viewer-main.c:149
101106 #, c-format
102107 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr "Грешка: подадени са излишни аргументи докато се ползва Spice контролер\n"
104
105 #: ../src/remote-viewer-main.c:153
108 msgstr ""
109 "Грешка: подадени са излишни аргументи докато се ползва Spice контролер\n"
110
111 #: ../src/remote-viewer-main.c:156
106112 #, c-format
107113 msgid "Error: can't handle multiple URIs\n"
108114 msgstr "Грешка: не мога да обработя няколко URI-а\n"
109115
110 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
116 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
111117 msgid "Failed to initiate connection"
112118 msgstr "Неуспешно инициализиране на връзка"
113119
114 #: ../src/remote-viewer.c:294
120 #: ../src/remote-viewer.c:313
115121 msgid "Display disabled by controller"
116122 msgstr "Дисплеят е забранен от контролера"
117123
118 #: ../src/remote-viewer.c:592
124 #: ../src/remote-viewer.c:609
119125 #, c-format
120126 msgid "Controller connection failed: %s"
121127 msgstr "Връзката на контролера пропадна: %s"
122128
123 #. Create the widgets
124 #: ../src/remote-viewer.c:924
125 msgid "Connection details"
126 msgstr "Параметри на връзката"
127
128 #: ../src/remote-viewer.c:939
129 msgid "_Connection Address"
129 #: ../src/remote-viewer.c:755
130 msgid "_Change CD"
131 msgstr ""
132
133 #: ../src/remote-viewer.c:855
134 msgid "failed to parse ovirt uri"
135 msgstr ""
136
137 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
138 msgid "Authentication was cancelled"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:900
142 #, c-format
143 msgid "oVirt VM %s is not running"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:914
147 #, c-format
148 msgid "oVirt VM %s has no display"
149 msgstr ""
150
151 #: ../src/remote-viewer.c:940
152 #, c-format
153 msgid "oVirt VM %s has no host information"
130154 msgstr ""
131155
132156 #: ../src/remote-viewer.c:951
133 msgid "For example, spice://foo.example.org:5900"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:964
137 msgid "_Recent Connections"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:1020
141 msgid "Couldn't create a Spice session"
142 msgstr "Не мога да създам Spice сесия"
143
144 #: ../src/remote-viewer.c:1034
157 #, c-format
158 msgid "oVirt VM %s has unknown display type: %d"
159 msgstr ""
160
161 #: ../src/remote-viewer.c:1094
145162 msgid "Setting up Spice session..."
146163 msgstr "Създаване на Spice сесия..."
147164
148 #: ../src/remote-viewer.c:1055
149 #, c-format
150 msgid "Invalid file %s"
151 msgstr "Невалиден файл %s"
152
153 #: ../src/remote-viewer.c:1062
165 #: ../src/remote-viewer.c:1102
166 msgid "No connection was chosen"
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1120
170 #, c-format
171 msgid "Invalid file %s: "
172 msgstr ""
173
174 #: ../src/remote-viewer.c:1128
154175 msgid "Cannot determine the connection type from URI"
155176 msgstr "От това URI не може да се определи типа на връзката"
156177
157 #: ../src/remote-viewer.c:1068
158 msgid "Couldn't open oVirt session"
159 msgstr "Не можах да отворя oVirt сесия"
160
161 #: ../src/remote-viewer.c:1075
162 #, c-format
163 msgid "Couldn't create a session for this type: %s"
164 msgstr "Не може да се създаде сесия от този тип: %s"
165
178 #: ../src/remote-viewer.c:1134
179 msgid "Couldn't open oVirt session: "
180 msgstr ""
181
182 #.
166183 #. * Local variables:
167184 #. * c-indent-level: 4
168185 #. * c-basic-offset: 4
169186 #. * indent-tabs-mode: nil
170187 #. * End:
188 #.
189 #: ../src/remote-viewer-connect.xml.h:1
190 msgid "Connection details"
191 msgstr "Параметри на връзката"
192
193 #: ../src/remote-viewer-connect.xml.h:2
194 msgid "Connection Address"
195 msgstr ""
196
197 #: ../src/remote-viewer-connect.xml.h:3
198 msgid "For example, spice://foo.example.org:5900"
199 msgstr ""
200
201 #: ../src/remote-viewer-connect.xml.h:4
202 msgid "Recent connections"
203 msgstr ""
204
205 #: ../src/remote-viewer-connect.xml.h:5
206 msgid "Cancel"
207 msgstr ""
208
209 #: ../src/remote-viewer-connect.xml.h:6
210 msgid "Connect"
211 msgstr ""
212
171213 #: ../src/virt-viewer-about.xml.h:1
172214 msgid "About Glade"
173215 msgstr "Относно Glade"
201243 "You should have received a copy of the GNU General Public License\n"
202244 "along with this program; if not, write to the Free Software\n"
203245 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
204 msgstr "Тази програма е свободен софтуер; Вие можете да я разпространявате\nи/или променяте под условията на GNU General Public License, както е публикуван от\nFree Software Foundation; версия 2 на лиценза, или по (ваше усмотрение),\nкоято и да е по-късна версия.\n\nТази програма се разпространява с надеждата, че ще бъде полезна,\nно БЕЗ КАКВАТО И ДА Е ГАРАНЦИЯ; без дори косвена гаранция за\nПРОДАВАЕМОСТ или ПРИГОДНОСТ ЗА ОПРЕДЕЛЕНА ЦЕЛ. Вижте\nGNU General Public License за повече подробности.\n\nВие би трябвало да сте получили копие на GNU General Public License\nзаедно с тази програма; ако не, пишете на Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
246 msgstr ""
247 "Тази програма е свободен софтуер; Вие можете да я разпространявате\n"
248 "и/или променяте под условията на GNU General Public License, както е "
249 "публикуван от\n"
250 "Free Software Foundation; версия 2 на лиценза, или по (ваше усмотрение),\n"
251 "която и да е по-късна версия.\n"
252 "\n"
253 "Тази програма се разпространява с надеждата, че ще бъде полезна,\n"
254 "но БЕЗ КАКВАТО И ДА Е ГАРАНЦИЯ; без дори косвена гаранция за\n"
255 "ПРОДАВАЕМОСТ или ПРИГОДНОСТ ЗА ОПРЕДЕЛЕНА ЦЕЛ. Вижте\n"
256 "GNU General Public License за повече подробности.\n"
257 "\n"
258 "Вие би трябвало да сте получили копие на GNU General Public License\n"
259 "заедно с тази програма; ако не, пишете на Free Software\n"
260 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
205261
206262 #: ../src/virt-viewer-about.xml.h:20
207263 msgid "The Fedora Translation Team"
208 msgstr "The Fedora Translation Team\nВалентин Ласков, 2012"
209
210 #: ../src/virt-viewer-app.c:400
264 msgstr ""
265 "The Fedora Translation Team\n"
266 "Валентин Ласков, 2012"
267
268 #: ../src/virt-viewer-app.c:526
211269 msgid "Do you want to close the session?"
212270 msgstr "Желаете ли да прекратите сесията?"
213271
214 #: ../src/virt-viewer-app.c:402
272 #: ../src/virt-viewer-app.c:528
215273 msgid "Do not ask me again"
216274 msgstr "Не ме питай отново"
217275
218 #: ../src/virt-viewer-app.c:841
276 #: ../src/virt-viewer-app.c:1008
219277 #, c-format
220278 msgid "Waiting for display %d..."
221279 msgstr "Изчаквам за да покажа %d..."
222280
223 #: ../src/virt-viewer-app.c:946
224 #, c-format
225 msgid "Unknown graphic type for the guest %s"
226 msgstr "Неизвестен тип графика за госта %s"
227
228 #: ../src/virt-viewer-app.c:1027
281 #: ../src/virt-viewer-app.c:1117
282 #, c-format
283 msgid "Unsupported graphic type '%s'"
284 msgstr ""
285
286 #: ../src/virt-viewer-app.c:1200
229287 msgid "Connect to ssh failed."
230288 msgstr "Връзката към ssh пропадна."
231289
232 #: ../src/virt-viewer-app.c:1029
290 #: ../src/virt-viewer-app.c:1202
233291 msgid "Can't connect to channel, SSH only supported."
234292 msgstr "Не мога да се свържа към канала, поддържа се само SSH."
235293
236 #: ../src/virt-viewer-app.c:1041
294 #: ../src/virt-viewer-app.c:1214
237295 msgid "Connect to channel unsupported."
238296 msgstr "Свързване към канал не се поддържа."
239297
240 #: ../src/virt-viewer-app.c:1123
298 #: ../src/virt-viewer-app.c:1276
299 msgid "Display can only be attached through libvirt with --attach"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1299
241303 msgid "Connecting to graphic server"
242304 msgstr "Свързване към графичен сървър"
243305
244 #: ../src/virt-viewer-app.c:1256
306 #: ../src/virt-viewer-app.c:1398
245307 msgid "Guest domain has shutdown"
246308 msgstr "Виртуализиращата среда на госта беше спряна"
247309
248 #: ../src/virt-viewer-app.c:1317
310 #: ../src/virt-viewer-app.c:1459
249311 msgid "Connected to graphic server"
250312 msgstr "Свързан към графичен сървър"
251313
252 #: ../src/virt-viewer-app.c:1344
314 #: ../src/virt-viewer-app.c:1486
253315 #, c-format
254316 msgid "Unable to connect to the graphic server %s"
255317 msgstr "Невъзможно е да се свържа с графичния сървър %s"
256318
257 #: ../src/virt-viewer-app.c:1376
258 #, c-format
259 msgid ""
260 "Unable to authenticate with remote desktop server at %s: %s\n"
261 "Retry connection again?"
262 msgstr "Невъзможно е удостоверяването пред отдалечения десктоп сървър на %s: %s\nДа опитам ли свързването отново?"
263
264 #: ../src/virt-viewer-app.c:1396
319 #: ../src/virt-viewer-app.c:1512
320 #, c-format
321 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
322 msgstr ""
323
324 #: ../src/virt-viewer-app.c:1525
265325 #, c-format
266326 msgid "Unable to authenticate with remote desktop server: %s"
267327 msgstr "Невъзможно е удостоверяването пред отдалечения десктоп сървър: %s"
268328
269 #: ../src/virt-viewer-app.c:1404
329 #: ../src/virt-viewer-app.c:1533
270330 #, c-format
271331 msgid "USB redirection error: %s"
272332 msgstr "Грешка при USB пренасочването: %s"
273333
274 #: ../src/virt-viewer-app.c:1632
334 #: ../src/virt-viewer-app.c:1786
275335 #, c-format
276336 msgid "Zoom level must be within %d-%d\n"
277337 msgstr "Zoom level трябва да е в рамките %d-%d\n"
278338
279 #: ../src/virt-viewer-app.c:2126
339 #: ../src/virt-viewer-app.c:2296
280340 #, c-format
281341 msgid "Display %d"
282342 msgstr "Дисплей %d"
283343
284 #: ../src/virt-viewer-app.c:2301
344 #: ../src/virt-viewer-app.c:2552
285345 #, c-format
286346 msgid "Invalid kiosk-quit argument: %s"
287347 msgstr "Невалиден kiosk-quit аргумент: %s"
288348
289 #: ../src/virt-viewer-app.c:2310
349 #: ../src/virt-viewer-app.c:2561
290350 msgid "Zoom level of window, in percentage"
291351 msgstr "Размер на прозореца в проценти"
292352
293 #: ../src/virt-viewer-app.c:2312
353 #: ../src/virt-viewer-app.c:2563
294354 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
295355 msgstr ""
296356
297 #: ../src/virt-viewer-app.c:2314
357 #: ../src/virt-viewer-app.c:2565
298358 msgid "Customise hotkeys"
299359 msgstr "Настройка на клавишни комбинации"
300360
301 #: ../src/virt-viewer-app.c:2316
361 #: ../src/virt-viewer-app.c:2567
302362 msgid "Enable kiosk mode"
303363 msgstr "Разрешаване на kiosk режим"
304364
305 #: ../src/virt-viewer-app.c:2318
365 #: ../src/virt-viewer-app.c:2569
306366 msgid "Quit on given condition in kiosk mode"
307367 msgstr "Изход при дадено състояние в kiosk режим"
308368
309 #: ../src/virt-viewer-app.c:2318
369 #: ../src/virt-viewer-app.c:2569
310370 msgid "<never|on-disconnect>"
311371 msgstr "<never|on-disconnect>"
312372
313 #: ../src/virt-viewer-app.c:2320
373 #: ../src/virt-viewer-app.c:2571
314374 msgid "Display verbose information"
315375 msgstr "Показва по-подробна информация"
316376
317 #: ../src/virt-viewer-app.c:2322
377 #: ../src/virt-viewer-app.c:2573
318378 msgid "Display debugging information"
319379 msgstr "Показва информация за отстраняване на грешки"
320380
381 #: ../src/virt-viewer-auth.c:88
382 #, c-format
383 msgid ""
384 "Authentication is required for the %s connection to:\n"
385 "\n"
386 "<b>%s</b>\n"
387 "\n"
388 msgstr ""
389
390 #: ../src/virt-viewer-auth.c:92
391 #, c-format
392 msgid "Authentication is required for the %s connection:\n"
393 msgstr ""
394
395 #.
321396 #. * Local variables:
322397 #. * c-indent-level: 4
323398 #. * c-basic-offset: 4
324399 #. * indent-tabs-mode: nil
325400 #. * End:
401 #.
326402 #: ../src/virt-viewer-auth.xml.h:1
327403 msgid "Authentication required"
328404 msgstr "Изисква се удостоверяване"
329405
330 #: ../src/virt-viewer-auth.xml.h:2
406 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
331407 msgid "label"
332408 msgstr "етикет"
333409
339415 msgid "Username:"
340416 msgstr "Потребител:"
341417
418 #: ../src/virt-viewer-auth.xml.h:5
419 msgid "Show password"
420 msgstr ""
421
422 #: ../src/virt-viewer-display-vnc.c:133
423 msgid "VNC does not provide GUID"
424 msgstr ""
425
342426 #: ../src/virt-viewer-main.c:38
343427 #, c-format
344428 msgid "%s version %s\n"
371455 #: ../src/virt-viewer-main.c:80
372456 #, c-format
373457 msgid "Run '%s --help' to see a full list of available command line options"
374 msgstr "Стартирайте '%s --help' за да видите пълен списък на опциите в командния ред"
458 msgstr ""
459 "Стартирайте '%s --help' за да видите пълен списък на опциите в командния ред"
375460
376461 #: ../src/virt-viewer-main.c:86
377462 msgid "Virtual machine graphical console"
378463 msgstr ""
379464
380 #: ../src/virt-viewer-main.c:108
465 #: ../src/virt-viewer-main.c:107
381466 #, c-format
382467 msgid ""
383468 "\n"
384 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
469 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
385470 "\n"
386471 "%s\n"
387472 "\n"
388 msgstr "\nУпотреба: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
389
390 #: ../src/virt-viewer-session-spice.c:506
391 msgid "invalid password"
392 msgstr "невалидна парола"
473 msgstr ""
474
475 #: ../src/virt-viewer-main.c:112
476 #, c-format
477 msgid ""
478 "\n"
479 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
480 "\n"
481 msgstr ""
482
483 #: ../src/virt-viewer-session-spice.c:694
484 msgid "Invalid password"
485 msgstr ""
393486
394487 #. Create the widgets
395 #: ../src/virt-viewer-session-spice.c:588
488 #: ../src/virt-viewer-session-spice.c:786
396489 msgid "Select USB devices for redirection"
397490 msgstr "Изберете USB устройства за пренасочване"
398491
399 #: ../src/virt-viewer-session-vnc.c:148
492 #: ../src/virt-viewer-session-vnc.c:153
400493 #, c-format
401494 msgid "Unsupported authentication type %d"
402495 msgstr "Не се поддържа удостоверяване тип %d"
403496
404 #: ../src/virt-viewer-window.c:587
497 #: ../src/virt-viewer-vm-connection.c:64
498 msgid "No virtual machine found"
499 msgstr ""
500
501 #: ../src/virt-viewer-vm-connection.c:93
502 msgid "No virtual machine was chosen"
503 msgstr ""
504
505 #: ../src/virt-viewer-window.c:537
405506 msgid "Ctrl+Alt+_Del"
406507 msgstr "Ctrl+Alt+_Del"
407508
408 #: ../src/virt-viewer-window.c:588
509 #: ../src/virt-viewer-window.c:538
409510 msgid "Ctrl+Alt+_Backspace"
410511 msgstr "Ctrl+Alt+_Backspace"
411512
412 #: ../src/virt-viewer-window.c:590
513 #: ../src/virt-viewer-window.c:540
413514 msgid "Ctrl+Alt+F_1"
414515 msgstr "Ctrl+Alt+F_1"
415516
416 #: ../src/virt-viewer-window.c:591
517 #: ../src/virt-viewer-window.c:541
417518 msgid "Ctrl+Alt+F_2"
418519 msgstr "Ctrl+Alt+F_2"
419520
420 #: ../src/virt-viewer-window.c:592
521 #: ../src/virt-viewer-window.c:542
421522 msgid "Ctrl+Alt+F_3"
422523 msgstr "Ctrl+Alt+F_3"
423524
424 #: ../src/virt-viewer-window.c:593
525 #: ../src/virt-viewer-window.c:543
425526 msgid "Ctrl+Alt+F_4"
426527 msgstr "Ctrl+Alt+F_4"
427528
428 #: ../src/virt-viewer-window.c:594
529 #: ../src/virt-viewer-window.c:544
429530 msgid "Ctrl+Alt+F_5"
430531 msgstr "Ctrl+Alt+F_5"
431532
432 #: ../src/virt-viewer-window.c:595
533 #: ../src/virt-viewer-window.c:545
433534 msgid "Ctrl+Alt+F_6"
434535 msgstr "Ctrl+Alt+F_6"
435536
436 #: ../src/virt-viewer-window.c:596
537 #: ../src/virt-viewer-window.c:546
437538 msgid "Ctrl+Alt+F_7"
438539 msgstr "Ctrl+Alt+F_7"
439540
440 #: ../src/virt-viewer-window.c:597
541 #: ../src/virt-viewer-window.c:547
441542 msgid "Ctrl+Alt+F_8"
442543 msgstr "Ctrl+Alt+F_8"
443544
444 #: ../src/virt-viewer-window.c:598
545 #: ../src/virt-viewer-window.c:548
445546 msgid "Ctrl+Alt+F_9"
446547 msgstr "Ctrl+Alt+F_9"
447548
448 #: ../src/virt-viewer-window.c:599
549 #: ../src/virt-viewer-window.c:549
449550 msgid "Ctrl+Alt+F1_0"
450551 msgstr "Ctrl+Alt+F1_0"
451552
452 #: ../src/virt-viewer-window.c:600
553 #: ../src/virt-viewer-window.c:550
453554 msgid "Ctrl+Alt+F11"
454555 msgstr "Ctrl+Alt+F11"
455556
456 #: ../src/virt-viewer-window.c:601
557 #: ../src/virt-viewer-window.c:551
457558 msgid "Ctrl+Alt+F12"
458559 msgstr "Ctrl+Alt+F12"
459560
460 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
561 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
461562 msgid "Screenshot"
462563 msgstr "Снимка на екрана"
463564
464 #: ../src/virt-viewer-window.c:1051
565 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
566 msgid "Unknown"
567 msgstr ""
568
569 #: ../src/virt-viewer-window.c:1062
465570 msgid "Disconnect"
466571 msgstr "Изключване"
467572
468 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
573 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
469574 #: ../src/virt-viewer.xml.h:3
470575 msgid "USB device selection"
471576 msgstr "Избор на USB устройства"
472577
473 #: ../src/virt-viewer-window.c:1070
578 #: ../src/virt-viewer-window.c:1081
474579 msgid "Send key combination"
475580 msgstr "Изпращане на клавишна комбинация"
476581
477 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
582 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
478583 msgid "Leave fullscreen"
479584 msgstr "Изход от Цял екран"
480585
481 #: ../src/virt-viewer-window.c:1162
586 #: ../src/virt-viewer-window.c:1173
482587 msgid "Ctrl+Alt"
483588 msgstr "Ctrl+Alt"
484589
485 #: ../src/virt-viewer-window.c:1165
590 #: ../src/virt-viewer-window.c:1176
486591 #, c-format
487592 msgid "(Press %s to release pointer)"
488593 msgstr "(Натиснете %s за освобождаване на показалеца)"
489594
490595 #. translators:
491 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
492 #. <appname>"
493 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
494 #. Viewer"
495 #: ../src/virt-viewer-window.c:1176
596 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
597 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
598 #.
599 #: ../src/virt-viewer-window.c:1187
496600 #, c-format
497601 msgid "%s%s%s - %s"
498602 msgstr "%s%s%s - %s"
499603
500604 #. translators: <space>
501 #: ../src/virt-viewer-window.c:1180
605 #: ../src/virt-viewer-window.c:1191
502606 msgid " "
503607 msgstr " "
504608
505 #: ../src/virt-viewer-file.c:624
609 #: ../src/virt-viewer-file.c:825
610 #, c-format
611 msgid ""
612 "At least %s version %s is required to setup this connection, see %s for "
613 "details"
614 msgstr ""
615
616 #: ../src/virt-viewer-file.c:833
506617 #, c-format
507618 msgid "At least %s version %s is required to setup this connection"
508619 msgstr "Изисква се %s поне версия %s за създаване на тази връзка"
509620
510 #: ../src/virt-viewer.c:133
621 #: ../src/virt-viewer.c:163
511622 msgid "Waiting for guest domain to re-start"
512623 msgstr "Изчакване виртуализиращата среда на госта да се рестартира"
513624
514 #: ../src/virt-viewer.c:318
625 #: ../src/virt-viewer.c:409
515626 #, c-format
516627 msgid "Cannot determine the graphic type for the guest %s"
517628 msgstr "Не мога да определя графичния тип за госта %s"
518629
519 #: ../src/virt-viewer.c:341
520 #, c-format
521 msgid "Cannot determine the graphic address for the guest %s"
522 msgstr "Не мога да определя графичния адрес за госта %s"
523
524 #: ../src/virt-viewer.c:354
630 #: ../src/virt-viewer.c:448
525631 #, c-format
526632 msgid "Cannot determine the host for the guest %s"
527633 msgstr "Не мога да определя хоста за госта %s"
528634
529 #: ../src/virt-viewer.c:540
635 #: ../src/virt-viewer.c:476
636 #, c-format
637 msgid "Guest '%s' is not reachable"
638 msgstr ""
639
640 #: ../src/virt-viewer.c:697
641 #, c-format
642 msgid "Virtual machine %s is not running"
643 msgstr ""
644
645 #: ../src/virt-viewer.c:720
530646 msgid "Waiting for libvirt to start"
531647 msgstr "Изчаквам стартирането на libvirt"
532648
533 #: ../src/virt-viewer.c:544
649 #: ../src/virt-viewer.c:724
534650 msgid "Finding guest domain"
535651 msgstr "Търсене на виртуализиращата среда на госта"
536652
537 #: ../src/virt-viewer.c:548
653 #: ../src/virt-viewer.c:728
538654 msgid "Waiting for guest domain to be created"
539655 msgstr "Изчакване виртуализиращата среда да бъде създадена"
540656
541 #: ../src/virt-viewer.c:553
542 #, c-format
543 msgid "Cannot find guest domain %s"
544 msgstr "Не мога да намеря виртуализиращата среда на госта %s"
545
546 #: ../src/virt-viewer.c:566
657 #: ../src/virt-viewer.c:750
547658 msgid "Checking guest domain status"
548659 msgstr "Проверка състоянието на виртуализиращата среда"
549660
550 #: ../src/virt-viewer.c:573
661 #: ../src/virt-viewer.c:753
662 msgid "Cannot get guest state"
663 msgstr ""
664
665 #: ../src/virt-viewer.c:759
551666 msgid "Waiting for guest domain to start"
552667 msgstr "Изчакване виртуализиращата среда на госта да бъде стартирана"
553668
554 #: ../src/virt-viewer.c:580
555 msgid "Waiting for guest domain to start server"
556 msgstr "Изчакване виртуализиращата среда на госта да стартира сървър"
557
558 #: ../src/virt-viewer.c:694
559 #, c-format
560 msgid "Unable to connect to libvirt with URI %s"
561 msgstr "Не е възможна връзка към libvirt с URI %s"
562
563 #: ../src/virt-viewer.c:695
669 #: ../src/virt-viewer.c:863
670 #, c-format
671 msgid "Unable to connect to libvirt with URI: %s."
672 msgstr ""
673
674 #: ../src/virt-viewer.c:864
564675 msgid "[none]"
565676 msgstr "[нищо]"
566677
678 #: ../src/virt-viewer.c:871
679 msgid "Authentication failed."
680 msgstr ""
681
682 #: ../src/virt-viewer.c:931
683 msgid "Failed to connect: "
684 msgstr ""
685
686 #.
567687 #. * Local variables:
568688 #. * c-indent-level: 4
569689 #. * c-basic-offset: 4
570690 #. * indent-tabs-mode: nil
571691 #. * End:
692 #.
572693 #: ../src/virt-viewer.xml.h:1
573694 msgid "_File"
574695 msgstr "_Файл"
581702 msgid "Smartcard removal"
582703 msgstr "Премахване на смарткарта"
583704
584 #: ../src/virt-viewer.xml.h:6
705 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
706 msgid "Preferences"
707 msgstr ""
708
709 #: ../src/virt-viewer.xml.h:7
585710 msgid "_View"
586711 msgstr "_Изглед"
587712
588 #: ../src/virt-viewer.xml.h:7
713 #: ../src/virt-viewer.xml.h:8
589714 msgid "Full screen"
590715 msgstr "Цял екран"
591716
592 #: ../src/virt-viewer.xml.h:8
717 #: ../src/virt-viewer.xml.h:9
593718 msgid "_Zoom"
594719 msgstr "_Мащабиране"
595720
596 #: ../src/virt-viewer.xml.h:9
721 #: ../src/virt-viewer.xml.h:10
597722 msgid "Displays"
598723 msgstr "Екрани"
599724
600 #: ../src/virt-viewer.xml.h:10
725 #: ../src/virt-viewer.xml.h:11
601726 msgid "Release cursor"
602727 msgstr "Освобождаване на показалеца"
603728
604 #: ../src/virt-viewer.xml.h:11
729 #: ../src/virt-viewer.xml.h:12
605730 msgid "_Send key"
606731 msgstr "Изпрати _клавиш"
607732
608 #: ../src/virt-viewer.xml.h:12
733 #: ../src/virt-viewer.xml.h:13
609734 msgid "_Help"
610735 msgstr "_Помощ"
736
737 #: ../src/virt-viewer.xml.h:14
738 msgid "_Guest Details"
739 msgstr ""
740
741 #: ../src/virt-viewer-guest-details.xml.h:1
742 msgid "Guest Details"
743 msgstr ""
744
745 #: ../src/virt-viewer-guest-details.xml.h:2
746 msgid "Name:"
747 msgstr ""
748
749 #: ../src/virt-viewer-guest-details.xml.h:3
750 msgid "GUID:"
751 msgstr ""
752
753 #: ../src/virt-viewer-vm-connection.xml.h:1
754 msgid "Choose a virtual machine"
755 msgstr ""
756
757 #: ../src/virt-viewer-vm-connection.xml.h:2
758 msgid "Name"
759 msgstr ""
760
761 #: ../src/virt-viewer-vm-connection.xml.h:3
762 msgid "Available virtual machines"
763 msgstr ""
764
765 #: ../src/virt-viewer-preferences.xml.h:2
766 msgid "Folder sharing"
767 msgstr ""
768
769 #: ../src/virt-viewer-preferences.xml.h:3
770 msgid "Share folder"
771 msgstr ""
772
773 #: ../src/virt-viewer-preferences.xml.h:4
774 msgid "Read-only"
775 msgstr ""
776
777 #: ../src/virt-viewer-preferences.xml.h:5
778 msgid "Spice"
779 msgstr ""
+326
-163
po/bn.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Ayesha Akhtar <ayesha@ankur.org.bd>, 2012
66 # Mahay Alam Khan <mak@ankur.org.bd>, 2012
1010 # runa <runabh@gmail.com>, 2012
1111 msgid ""
1212 msgstr ""
13 "Project-Id-Version: virt-viewer\n"
13 "Project-Id-Version: PACKAGE VERSION\n"
1414 "Report-Msgid-Bugs-To: \n"
15 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
16 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
15 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
16 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1717 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
18 "Language-Team: Bengali (http://www.transifex.com/projects/p/virt-viewer/language/bn/)\n"
18 "Language-Team: Bengali (http://www.transifex.com/projects/p/virt-viewer/"
19 "language/bn/)\n"
20 "Language: bn\n"
1921 "MIME-Version: 1.0\n"
2022 "Content-Type: text/plain; charset=UTF-8\n"
2123 "Content-Transfer-Encoding: 8bit\n"
22 "Language: bn\n"
2324 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
24
25 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
25 "X-Generator: Zanata 3.7.3\n"
26
27 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2628 msgid "Remote Viewer"
2729 msgstr ""
2830
7678
7779 #: ../src/remote-viewer-main.c:50
7880 #, c-format
79 msgid "remote-viewer version %s\n"
80 msgstr "remote-viewer সংস্করণ %s\n"
81
82 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
81 msgid "remote-viewer version %s"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8385 msgid "Display version information"
8486 msgstr "সংস্করণ সংক্রান্ত তথ্য প্রদর্শন করা হবে"
8587
86 #: ../src/remote-viewer-main.c:101
88 #: ../src/remote-viewer-main.c:105
8789 msgid "Set window title"
8890 msgstr ""
8991
90 #: ../src/remote-viewer-main.c:104
92 #: ../src/remote-viewer-main.c:108
9193 msgid "Open connection using Spice controller communication"
9294 msgstr "Spice কন্ট্রোলারের যোগাব্যবস্থার মাধ্যমে সংযোগ আরম্ভ করা হবে"
9395
94 #: ../src/remote-viewer-main.c:116
96 #: ../src/remote-viewer-main.c:120
9597 msgid "Remote viewer client"
9698 msgstr ""
9799
98 #: ../src/remote-viewer-main.c:134
100 #: ../src/remote-viewer-main.c:138
99101 #, c-format
100102 msgid ""
101103 "%s\n"
102104 "Run '%s --help' to see a full list of available command line options\n"
103105 msgstr ""
104106
105 #: ../src/remote-viewer-main.c:146
107 #: ../src/remote-viewer-main.c:149
106108 #, c-format
107109 msgid "Error: extra arguments given while using Spice controller\n"
108110 msgstr ""
109111
110 #: ../src/remote-viewer-main.c:153
112 #: ../src/remote-viewer-main.c:156
111113 #, c-format
112114 msgid "Error: can't handle multiple URIs\n"
113115 msgstr ""
114116
115 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
117 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
116118 msgid "Failed to initiate connection"
117119 msgstr "সংযোগ আরম্ভ করতে ব্যর্থ"
118120
119 #: ../src/remote-viewer.c:294
121 #: ../src/remote-viewer.c:313
120122 msgid "Display disabled by controller"
121123 msgstr "কন্ট্রোলার দ্বারা প্রদর্শন নিষ্ক্রিয় করা হয়েছে"
122124
123 #: ../src/remote-viewer.c:592
125 #: ../src/remote-viewer.c:609
124126 #, c-format
125127 msgid "Controller connection failed: %s"
126128 msgstr "কন্ট্রোলারের সংযোগ স্থাপন করতে ব্যর্থ: %s"
127129
128 #. Create the widgets
129 #: ../src/remote-viewer.c:924
130 msgid "Connection details"
131 msgstr ""
132
133 #: ../src/remote-viewer.c:939
134 msgid "_Connection Address"
130 #: ../src/remote-viewer.c:755
131 msgid "_Change CD"
132 msgstr ""
133
134 #: ../src/remote-viewer.c:855
135 msgid "failed to parse ovirt uri"
136 msgstr ""
137
138 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
139 msgid "Authentication was cancelled"
140 msgstr ""
141
142 #: ../src/remote-viewer.c:900
143 #, c-format
144 msgid "oVirt VM %s is not running"
145 msgstr ""
146
147 #: ../src/remote-viewer.c:914
148 #, c-format
149 msgid "oVirt VM %s has no display"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:940
153 #, c-format
154 msgid "oVirt VM %s has no host information"
135155 msgstr ""
136156
137157 #: ../src/remote-viewer.c:951
138 msgid "For example, spice://foo.example.org:5900"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:964
142 msgid "_Recent Connections"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:1020
146 msgid "Couldn't create a Spice session"
147 msgstr "একটি Spice সেশান প্রস্তুত করতে ব্যর্থ"
148
149 #: ../src/remote-viewer.c:1034
158 #, c-format
159 msgid "oVirt VM %s has unknown display type: %d"
160 msgstr ""
161
162 #: ../src/remote-viewer.c:1094
150163 msgid "Setting up Spice session..."
151164 msgstr "Spice-র সেশান প্রস্তুত করা হচ্ছে..."
152165
153 #: ../src/remote-viewer.c:1055
154 #, c-format
155 msgid "Invalid file %s"
156 msgstr ""
157
158 #: ../src/remote-viewer.c:1062
166 #: ../src/remote-viewer.c:1102
167 msgid "No connection was chosen"
168 msgstr ""
169
170 #: ../src/remote-viewer.c:1120
171 #, c-format
172 msgid "Invalid file %s: "
173 msgstr ""
174
175 #: ../src/remote-viewer.c:1128
159176 msgid "Cannot determine the connection type from URI"
160177 msgstr "URI থেকে সংযোগের ধরন নির্ধারণ করা সম্ভব নয়"
161178
162 #: ../src/remote-viewer.c:1068
163 msgid "Couldn't open oVirt session"
164 msgstr ""
165
166 #: ../src/remote-viewer.c:1075
167 #, c-format
168 msgid "Couldn't create a session for this type: %s"
169 msgstr "এই ধরনের জন্য সেশান প্রস্তুত করা যায়নি: %s"
170
179 #: ../src/remote-viewer.c:1134
180 msgid "Couldn't open oVirt session: "
181 msgstr ""
182
183 #.
171184 #. * Local variables:
172185 #. * c-indent-level: 4
173186 #. * c-basic-offset: 4
174187 #. * indent-tabs-mode: nil
175188 #. * End:
189 #.
190 #: ../src/remote-viewer-connect.xml.h:1
191 msgid "Connection details"
192 msgstr ""
193
194 #: ../src/remote-viewer-connect.xml.h:2
195 msgid "Connection Address"
196 msgstr ""
197
198 #: ../src/remote-viewer-connect.xml.h:3
199 msgid "For example, spice://foo.example.org:5900"
200 msgstr ""
201
202 #: ../src/remote-viewer-connect.xml.h:4
203 msgid "Recent connections"
204 msgstr ""
205
206 #: ../src/remote-viewer-connect.xml.h:5
207 msgid "Cancel"
208 msgstr ""
209
210 #: ../src/remote-viewer-connect.xml.h:6
211 msgid "Connect"
212 msgstr ""
213
176214 #: ../src/virt-viewer-about.xml.h:1
177215 msgid "About Glade"
178216 msgstr "Glade পরিচিতি"
206244 "You should have received a copy of the GNU General Public License\n"
207245 "along with this program; if not, write to the Free Software\n"
208246 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
209 msgstr "এটি একটি মুক্ত সফ্টওয়্যার; Free Software Foundation দ্বারা প্রকাশিত GNU General Public License-র শর্তানুযায়ী এটি বিতরণ ও পরিবর্তন করা যাবে; লাইসেন্সের সংস্করণ ২ অথবা (আপনার সুবিধানুযায়ী) ঊর্ধ্বতন কোনো সংস্করণের অধীন।\n\nএই প্রোগ্রামটি বিতরণ করার মূল উদ্দেশ্য যে ব্যবহারকারীরা এর দ্বারা উপকৃত হবেন, কিন্তু \nএটির জন্য কোনো সুস্পষ্ট ওয়ারেন্টি উপস্থিত নেই; বাণিজ্যিক ও কোনো সুনির্দিষ্ট কর্ম সাধনের \nজন্য অন্তর্নিহীত ওয়ারেন্টিও অনুপস্থিত। অধিক জানতে GNU General Public License পড়ুন।\n\nএই প্রোগ্রামের সাথে GNU General Public License-র একটি প্রতিলিপি উপলব্ধ হওয়া উচিত; \nনা থাকলে নিম্নলিখিত ঠিকানায় লিখে তা সংগ্রহ করুন Free Software Foundation, Inc., \n59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
247 msgstr ""
248 "এটি একটি মুক্ত সফ্টওয়্যার; Free Software Foundation দ্বারা প্রকাশিত GNU General "
249 "Public License-র শর্তানুযায়ী এটি বিতরণ ও পরিবর্তন করা যাবে; লাইসেন্সের সংস্করণ ২ "
250 "অথবা (আপনার সুবিধানুযায়ী) ঊর্ধ্বতন কোনো সংস্করণের অধীন।\n"
251 "\n"
252 "এই প্রোগ্রামটি বিতরণ করার মূল উদ্দেশ্য যে ব্যবহারকারীরা এর দ্বারা উপকৃত হবেন, কিন্তু \n"
253 "এটির জন্য কোনো সুস্পষ্ট ওয়ারেন্টি উপস্থিত নেই; বাণিজ্যিক ও কোনো সুনির্দিষ্ট কর্ম "
254 "সাধনের \n"
255 "জন্য অন্তর্নিহীত ওয়ারেন্টিও অনুপস্থিত। অধিক জানতে GNU General Public License "
256 "পড়ুন।\n"
257 "\n"
258 "এই প্রোগ্রামের সাথে GNU General Public License-র একটি প্রতিলিপি উপলব্ধ হওয়া "
259 "উচিত; \n"
260 "না থাকলে নিম্নলিখিত ঠিকানায় লিখে তা সংগ্রহ করুন Free Software Foundation, "
261 "Inc., \n"
262 "59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
210263
211264 #: ../src/virt-viewer-about.xml.h:20
212265 msgid "The Fedora Translation Team"
213266 msgstr "Fedora-র অনুবাদকদের দল"
214267
215 #: ../src/virt-viewer-app.c:400
268 #: ../src/virt-viewer-app.c:526
216269 msgid "Do you want to close the session?"
217270 msgstr ""
218271
219 #: ../src/virt-viewer-app.c:402
272 #: ../src/virt-viewer-app.c:528
220273 msgid "Do not ask me again"
221274 msgstr ""
222275
223 #: ../src/virt-viewer-app.c:841
276 #: ../src/virt-viewer-app.c:1008
224277 #, c-format
225278 msgid "Waiting for display %d..."
226279 msgstr "%d প্রদর্শনের জন্য অপেক্ষা করা হচ্ছে..."
227280
228 #: ../src/virt-viewer-app.c:946
229 #, c-format
230 msgid "Unknown graphic type for the guest %s"
231 msgstr "%s গেস্ট মেশিনের জন্য অজানা ধরনের গ্রাফিক"
232
233 #: ../src/virt-viewer-app.c:1027
281 #: ../src/virt-viewer-app.c:1117
282 #, c-format
283 msgid "Unsupported graphic type '%s'"
284 msgstr ""
285
286 #: ../src/virt-viewer-app.c:1200
234287 msgid "Connect to ssh failed."
235288 msgstr "ssh-র সাথে সংযোগ করতে ব্যর্থ।"
236289
237 #: ../src/virt-viewer-app.c:1029
290 #: ../src/virt-viewer-app.c:1202
238291 msgid "Can't connect to channel, SSH only supported."
239292 msgstr "চ্যানেলের সাথে সংযোগ করা যায়নি, শুধুমাত্র SSH সমর্থিত হবে।"
240293
241 #: ../src/virt-viewer-app.c:1041
294 #: ../src/virt-viewer-app.c:1214
242295 msgid "Connect to channel unsupported."
243296 msgstr "সমর্থন বিনা চ্যানেলের সাথে সংযোগ করা হবে।"
244297
245 #: ../src/virt-viewer-app.c:1123
298 #: ../src/virt-viewer-app.c:1276
299 msgid "Display can only be attached through libvirt with --attach"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1299
246303 msgid "Connecting to graphic server"
247304 msgstr "গ্রাফিক সার্ভারের সাথে সংযোগ স্থাপন করা হচ্ছে"
248305
249 #: ../src/virt-viewer-app.c:1256
306 #: ../src/virt-viewer-app.c:1398
250307 msgid "Guest domain has shutdown"
251308 msgstr "গেস্ট ডোমেইন বন্ধ হয়েছে"
252309
253 #: ../src/virt-viewer-app.c:1317
310 #: ../src/virt-viewer-app.c:1459
254311 msgid "Connected to graphic server"
255312 msgstr "গ্রাফিক সার্ভারের সাথে সংযোগ স্থাপন করা হয়েছে"
256313
257 #: ../src/virt-viewer-app.c:1344
314 #: ../src/virt-viewer-app.c:1486
258315 #, c-format
259316 msgid "Unable to connect to the graphic server %s"
260317 msgstr "%s গ্রাফিক সার্ভারের সাথে সংযোগ স্থাপন করতে ব্যর্থ"
261318
262 #: ../src/virt-viewer-app.c:1376
263 #, c-format
264 msgid ""
265 "Unable to authenticate with remote desktop server at %s: %s\n"
266 "Retry connection again?"
267 msgstr "%s-এ উপস্থিত দূরবর্তী ডেস্কটপ সার্ভারে অনুমোদন করতে ব্যর্থ: %s\nপুনরায় সংযোগের প্রচেষ্টা করা হবে কি?"
268
269 #: ../src/virt-viewer-app.c:1396
319 #: ../src/virt-viewer-app.c:1512
320 #, c-format
321 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
322 msgstr ""
323
324 #: ../src/virt-viewer-app.c:1525
270325 #, c-format
271326 msgid "Unable to authenticate with remote desktop server: %s"
272327 msgstr "দূরবর্তী ডেস্কটপ সার্ভারের সাথে অনুমোদন করতে ব্যর্থ: %s"
273328
274 #: ../src/virt-viewer-app.c:1404
329 #: ../src/virt-viewer-app.c:1533
275330 #, c-format
276331 msgid "USB redirection error: %s"
277332 msgstr "USB পুনর্নির্দেশে সমস্যা: %s"
278333
279 #: ../src/virt-viewer-app.c:1632
334 #: ../src/virt-viewer-app.c:1786
280335 #, c-format
281336 msgid "Zoom level must be within %d-%d\n"
282337 msgstr ""
283338
284 #: ../src/virt-viewer-app.c:2126
339 #: ../src/virt-viewer-app.c:2296
285340 #, c-format
286341 msgid "Display %d"
287342 msgstr ""
288343
289 #: ../src/virt-viewer-app.c:2301
344 #: ../src/virt-viewer-app.c:2552
290345 #, c-format
291346 msgid "Invalid kiosk-quit argument: %s"
292347 msgstr ""
293348
294 #: ../src/virt-viewer-app.c:2310
349 #: ../src/virt-viewer-app.c:2561
295350 msgid "Zoom level of window, in percentage"
296351 msgstr "উইন্ডোর প্রদর্শনের মাপ, শতাংশে ব্যক্ত"
297352
298 #: ../src/virt-viewer-app.c:2312
353 #: ../src/virt-viewer-app.c:2563
299354 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
300355 msgstr ""
301356
302 #: ../src/virt-viewer-app.c:2314
357 #: ../src/virt-viewer-app.c:2565
303358 msgid "Customise hotkeys"
304359 msgstr ""
305360
306 #: ../src/virt-viewer-app.c:2316
361 #: ../src/virt-viewer-app.c:2567
307362 msgid "Enable kiosk mode"
308363 msgstr ""
309364
310 #: ../src/virt-viewer-app.c:2318
365 #: ../src/virt-viewer-app.c:2569
311366 msgid "Quit on given condition in kiosk mode"
312367 msgstr ""
313368
314 #: ../src/virt-viewer-app.c:2318
369 #: ../src/virt-viewer-app.c:2569
315370 msgid "<never|on-disconnect>"
316371 msgstr ""
317372
318 #: ../src/virt-viewer-app.c:2320
373 #: ../src/virt-viewer-app.c:2571
319374 msgid "Display verbose information"
320375 msgstr "ভার্বোস তথ্য প্রদর্শন করা হবে"
321376
322 #: ../src/virt-viewer-app.c:2322
377 #: ../src/virt-viewer-app.c:2573
323378 msgid "Display debugging information"
324379 msgstr "ডিবাগ সংক্রান্ত তথ্য প্রদর্শন করা হবে"
325380
381 #: ../src/virt-viewer-auth.c:88
382 #, c-format
383 msgid ""
384 "Authentication is required for the %s connection to:\n"
385 "\n"
386 "<b>%s</b>\n"
387 "\n"
388 msgstr ""
389
390 #: ../src/virt-viewer-auth.c:92
391 #, c-format
392 msgid "Authentication is required for the %s connection:\n"
393 msgstr ""
394
395 #.
326396 #. * Local variables:
327397 #. * c-indent-level: 4
328398 #. * c-basic-offset: 4
329399 #. * indent-tabs-mode: nil
330400 #. * End:
401 #.
331402 #: ../src/virt-viewer-auth.xml.h:1
332403 msgid "Authentication required"
333404 msgstr "অনুমোদন প্রয়োজন"
334405
335 #: ../src/virt-viewer-auth.xml.h:2
406 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
336407 msgid "label"
337408 msgstr "label"
338409
344415 msgid "Username:"
345416 msgstr "ব্যবহারকারীর নাম:"
346417
418 #: ../src/virt-viewer-auth.xml.h:5
419 msgid "Show password"
420 msgstr ""
421
422 #: ../src/virt-viewer-display-vnc.c:133
423 msgid "VNC does not provide GUID"
424 msgstr ""
425
347426 #: ../src/virt-viewer-main.c:38
348427 #, c-format
349428 msgid "%s version %s\n"
382461 msgid "Virtual machine graphical console"
383462 msgstr ""
384463
385 #: ../src/virt-viewer-main.c:108
464 #: ../src/virt-viewer-main.c:107
386465 #, c-format
387466 msgid ""
388467 "\n"
389 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
468 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
390469 "\n"
391470 "%s\n"
392471 "\n"
393 msgstr "\nব্যবহার পদ্ধতি: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
394
395 #: ../src/virt-viewer-session-spice.c:506
396 msgid "invalid password"
472 msgstr ""
473
474 #: ../src/virt-viewer-main.c:112
475 #, c-format
476 msgid ""
477 "\n"
478 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
479 "\n"
480 msgstr ""
481
482 #: ../src/virt-viewer-session-spice.c:694
483 msgid "Invalid password"
397484 msgstr ""
398485
399486 #. Create the widgets
400 #: ../src/virt-viewer-session-spice.c:588
487 #: ../src/virt-viewer-session-spice.c:786
401488 msgid "Select USB devices for redirection"
402489 msgstr "পুনর্নির্দেশের জন্য USB ডিভাইস নির্বাচন করুন"
403490
404 #: ../src/virt-viewer-session-vnc.c:148
491 #: ../src/virt-viewer-session-vnc.c:153
405492 #, c-format
406493 msgid "Unsupported authentication type %d"
407494 msgstr "%d ধরনের অনুমোদন সমর্থিত নয়"
408495
409 #: ../src/virt-viewer-window.c:587
496 #: ../src/virt-viewer-vm-connection.c:64
497 msgid "No virtual machine found"
498 msgstr ""
499
500 #: ../src/virt-viewer-vm-connection.c:93
501 msgid "No virtual machine was chosen"
502 msgstr ""
503
504 #: ../src/virt-viewer-window.c:537
410505 msgid "Ctrl+Alt+_Del"
411506 msgstr "Ctrl+Alt+_Del"
412507
413 #: ../src/virt-viewer-window.c:588
508 #: ../src/virt-viewer-window.c:538
414509 msgid "Ctrl+Alt+_Backspace"
415510 msgstr "Ctrl+Alt+_Backspace"
416511
417 #: ../src/virt-viewer-window.c:590
512 #: ../src/virt-viewer-window.c:540
418513 msgid "Ctrl+Alt+F_1"
419514 msgstr "Ctrl+Alt+F_1"
420515
421 #: ../src/virt-viewer-window.c:591
516 #: ../src/virt-viewer-window.c:541
422517 msgid "Ctrl+Alt+F_2"
423518 msgstr "Ctrl+Alt+F_2"
424519
425 #: ../src/virt-viewer-window.c:592
520 #: ../src/virt-viewer-window.c:542
426521 msgid "Ctrl+Alt+F_3"
427522 msgstr "Ctrl+Alt+F_3"
428523
429 #: ../src/virt-viewer-window.c:593
524 #: ../src/virt-viewer-window.c:543
430525 msgid "Ctrl+Alt+F_4"
431526 msgstr "Ctrl+Alt+F_4"
432527
433 #: ../src/virt-viewer-window.c:594
528 #: ../src/virt-viewer-window.c:544
434529 msgid "Ctrl+Alt+F_5"
435530 msgstr "Ctrl+Alt+F_5"
436531
437 #: ../src/virt-viewer-window.c:595
532 #: ../src/virt-viewer-window.c:545
438533 msgid "Ctrl+Alt+F_6"
439534 msgstr "Ctrl+Alt+F_6"
440535
441 #: ../src/virt-viewer-window.c:596
536 #: ../src/virt-viewer-window.c:546
442537 msgid "Ctrl+Alt+F_7"
443538 msgstr "Ctrl+Alt+F_7"
444539
445 #: ../src/virt-viewer-window.c:597
540 #: ../src/virt-viewer-window.c:547
446541 msgid "Ctrl+Alt+F_8"
447542 msgstr "Ctrl+Alt+F_8"
448543
449 #: ../src/virt-viewer-window.c:598
544 #: ../src/virt-viewer-window.c:548
450545 msgid "Ctrl+Alt+F_9"
451546 msgstr "Ctrl+Alt+F_9"
452547
453 #: ../src/virt-viewer-window.c:599
548 #: ../src/virt-viewer-window.c:549
454549 msgid "Ctrl+Alt+F1_0"
455550 msgstr "Ctrl+Alt+F1_0"
456551
457 #: ../src/virt-viewer-window.c:600
552 #: ../src/virt-viewer-window.c:550
458553 msgid "Ctrl+Alt+F11"
459554 msgstr "Ctrl+Alt+F11"
460555
461 #: ../src/virt-viewer-window.c:601
556 #: ../src/virt-viewer-window.c:551
462557 msgid "Ctrl+Alt+F12"
463558 msgstr "Ctrl+Alt+F12"
464559
465 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
560 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
466561 msgid "Screenshot"
467562 msgstr "স্ক্রিন-শট"
468563
469 #: ../src/virt-viewer-window.c:1051
564 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
565 msgid "Unknown"
566 msgstr ""
567
568 #: ../src/virt-viewer-window.c:1062
470569 msgid "Disconnect"
471570 msgstr "সংযোগ বিচ্ছেদ করুন"
472571
473 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
572 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
474573 #: ../src/virt-viewer.xml.h:3
475574 msgid "USB device selection"
476575 msgstr "USB ডিভাইস নির্বাচন"
477576
478 #: ../src/virt-viewer-window.c:1070
577 #: ../src/virt-viewer-window.c:1081
479578 msgid "Send key combination"
480579 msgstr ""
481580
482 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
581 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
483582 msgid "Leave fullscreen"
484583 msgstr "সম্পূর্ণ পর্দায় প্রদর্শন থেকে প্রস্থান"
485584
486 #: ../src/virt-viewer-window.c:1162
585 #: ../src/virt-viewer-window.c:1173
487586 msgid "Ctrl+Alt"
488587 msgstr ""
489588
490 #: ../src/virt-viewer-window.c:1165
589 #: ../src/virt-viewer-window.c:1176
491590 #, c-format
492591 msgid "(Press %s to release pointer)"
493592 msgstr ""
494593
495594 #. translators:
496 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
497 #. <appname>"
498 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
499 #. Viewer"
500 #: ../src/virt-viewer-window.c:1176
595 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
596 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
597 #.
598 #: ../src/virt-viewer-window.c:1187
501599 #, c-format
502600 msgid "%s%s%s - %s"
503601 msgstr "%s%s%s - %s"
504602
505603 #. translators: <space>
506 #: ../src/virt-viewer-window.c:1180
604 #: ../src/virt-viewer-window.c:1191
507605 msgid " "
508606 msgstr " "
509607
510 #: ../src/virt-viewer-file.c:624
608 #: ../src/virt-viewer-file.c:825
609 #, c-format
610 msgid ""
611 "At least %s version %s is required to setup this connection, see %s for "
612 "details"
613 msgstr ""
614
615 #: ../src/virt-viewer-file.c:833
511616 #, c-format
512617 msgid "At least %s version %s is required to setup this connection"
513618 msgstr ""
514619
515 #: ../src/virt-viewer.c:133
620 #: ../src/virt-viewer.c:163
516621 msgid "Waiting for guest domain to re-start"
517622 msgstr "গেস্ট ডোমেইন পুনরায় আরম্ভের অপেক্ষা করা হচ্ছে"
518623
519 #: ../src/virt-viewer.c:318
624 #: ../src/virt-viewer.c:409
520625 #, c-format
521626 msgid "Cannot determine the graphic type for the guest %s"
522627 msgstr "%s গেস্ট মেশিনের জন্য গ্রাফিকের ধরন নির্ধারণ করা সম্ভব নয়"
523628
524 #: ../src/virt-viewer.c:341
525 #, c-format
526 msgid "Cannot determine the graphic address for the guest %s"
527 msgstr "%s গেস্ট মেশিনের জন্য গ্রাফিক ঠিকানা নির্ধারণ করা সম্ভব নয়"
528
529 #: ../src/virt-viewer.c:354
629 #: ../src/virt-viewer.c:448
530630 #, c-format
531631 msgid "Cannot determine the host for the guest %s"
532632 msgstr "%s গেস্ট মেশিনের জন্য হোস্ট নির্ধারণ করা সম্ভব নয়"
533633
534 #: ../src/virt-viewer.c:540
634 #: ../src/virt-viewer.c:476
635 #, c-format
636 msgid "Guest '%s' is not reachable"
637 msgstr ""
638
639 #: ../src/virt-viewer.c:697
640 #, c-format
641 msgid "Virtual machine %s is not running"
642 msgstr ""
643
644 #: ../src/virt-viewer.c:720
535645 msgid "Waiting for libvirt to start"
536646 msgstr ""
537647
538 #: ../src/virt-viewer.c:544
648 #: ../src/virt-viewer.c:724
539649 msgid "Finding guest domain"
540650 msgstr "গেস্ট ডোমেইন সন্ধান করা হচ্ছে"
541651
542 #: ../src/virt-viewer.c:548
652 #: ../src/virt-viewer.c:728
543653 msgid "Waiting for guest domain to be created"
544654 msgstr "গেস্ট ডোমেইন প্রস্তুতির অপেক্ষা করা হচ্ছে"
545655
546 #: ../src/virt-viewer.c:553
547 #, c-format
548 msgid "Cannot find guest domain %s"
549 msgstr "%s গেস্ট ডোমেইন সন্ধান করতে ব্যর্থ"
550
551 #: ../src/virt-viewer.c:566
656 #: ../src/virt-viewer.c:750
552657 msgid "Checking guest domain status"
553658 msgstr "গেস্ট ডোমেইনের অবস্থা পরীক্ষা করতে ব্যর্থ"
554659
555 #: ../src/virt-viewer.c:573
660 #: ../src/virt-viewer.c:753
661 msgid "Cannot get guest state"
662 msgstr ""
663
664 #: ../src/virt-viewer.c:759
556665 msgid "Waiting for guest domain to start"
557666 msgstr "গেস্ট ডোমেইন আরম্ভের অপেক্ষা করা হচ্ছে"
558667
559 #: ../src/virt-viewer.c:580
560 msgid "Waiting for guest domain to start server"
561 msgstr "গেস্ট ডোমেইন দ্বারা সার্ভার আরম্ভের অপেক্ষা করা হচ্ছে"
562
563 #: ../src/virt-viewer.c:694
564 #, c-format
565 msgid "Unable to connect to libvirt with URI %s"
566 msgstr "URI %s সহযোগে libvirt-র সাথে সংযোগ করতে ব্যর্থ"
567
568 #: ../src/virt-viewer.c:695
668 #: ../src/virt-viewer.c:863
669 #, c-format
670 msgid "Unable to connect to libvirt with URI: %s."
671 msgstr ""
672
673 #: ../src/virt-viewer.c:864
569674 msgid "[none]"
570675 msgstr "[শূণ্য]"
571676
677 #: ../src/virt-viewer.c:871
678 msgid "Authentication failed."
679 msgstr ""
680
681 #: ../src/virt-viewer.c:931
682 msgid "Failed to connect: "
683 msgstr ""
684
685 #.
572686 #. * Local variables:
573687 #. * c-indent-level: 4
574688 #. * c-basic-offset: 4
575689 #. * indent-tabs-mode: nil
576690 #. * End:
691 #.
577692 #: ../src/virt-viewer.xml.h:1
578693 msgid "_File"
579694 msgstr "ফাইল (_F)"
586701 msgid "Smartcard removal"
587702 msgstr "স্মার্ট-কার্ড অপসারণ"
588703
589 #: ../src/virt-viewer.xml.h:6
704 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
705 msgid "Preferences"
706 msgstr ""
707
708 #: ../src/virt-viewer.xml.h:7
590709 msgid "_View"
591710 msgstr "প্রদর্শন (_V)"
592711
593 #: ../src/virt-viewer.xml.h:7
712 #: ../src/virt-viewer.xml.h:8
594713 msgid "Full screen"
595714 msgstr "সম্পূর্ণ পর্দায় প্রদর্শন"
596715
597 #: ../src/virt-viewer.xml.h:8
716 #: ../src/virt-viewer.xml.h:9
598717 msgid "_Zoom"
599718 msgstr "প্রদর্শনের নাম (_Z)"
600719
601 #: ../src/virt-viewer.xml.h:9
720 #: ../src/virt-viewer.xml.h:10
602721 msgid "Displays"
603722 msgstr "প্রদর্শনক্ষেত্র"
604723
605 #: ../src/virt-viewer.xml.h:10
724 #: ../src/virt-viewer.xml.h:11
606725 msgid "Release cursor"
607726 msgstr "কার্সার মুক্ত করা হবে"
608727
609 #: ../src/virt-viewer.xml.h:11
728 #: ../src/virt-viewer.xml.h:12
610729 msgid "_Send key"
611730 msgstr "কি পাঠিয়ে দিন (_S)"
612731
613 #: ../src/virt-viewer.xml.h:12
732 #: ../src/virt-viewer.xml.h:13
614733 msgid "_Help"
615734 msgstr "সহায়তা (_H)"
735
736 #: ../src/virt-viewer.xml.h:14
737 msgid "_Guest Details"
738 msgstr ""
739
740 #: ../src/virt-viewer-guest-details.xml.h:1
741 msgid "Guest Details"
742 msgstr ""
743
744 #: ../src/virt-viewer-guest-details.xml.h:2
745 msgid "Name:"
746 msgstr ""
747
748 #: ../src/virt-viewer-guest-details.xml.h:3
749 msgid "GUID:"
750 msgstr ""
751
752 #: ../src/virt-viewer-vm-connection.xml.h:1
753 msgid "Choose a virtual machine"
754 msgstr ""
755
756 #: ../src/virt-viewer-vm-connection.xml.h:2
757 msgid "Name"
758 msgstr ""
759
760 #: ../src/virt-viewer-vm-connection.xml.h:3
761 msgid "Available virtual machines"
762 msgstr ""
763
764 #: ../src/virt-viewer-preferences.xml.h:2
765 msgid "Folder sharing"
766 msgstr ""
767
768 #: ../src/virt-viewer-preferences.xml.h:3
769 msgid "Share folder"
770 msgstr ""
771
772 #: ../src/virt-viewer-preferences.xml.h:4
773 msgid "Read-only"
774 msgstr ""
775
776 #: ../src/virt-viewer-preferences.xml.h:5
777 msgid "Spice"
778 msgstr ""
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # runab <runab@redhat.com>, 2010,2012
66 # runa <runabh@gmail.com>, 2012
7 # Saibal Ray, 2013
7 # Saibal Ray, 2013-2014
88 msgid ""
99 msgstr ""
10 "Project-Id-Version: virt-viewer\n"
10 "Project-Id-Version: PACKAGE VERSION\n"
1111 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
13 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
12 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
13 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1414 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
15 "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/virt-viewer/language/bn_IN/)\n"
15 "Language-Team: Bengali (India) (http://www.transifex.com/projects/p/virt-"
16 "viewer/language/bn_IN/)\n"
17 "Language: bn-IN\n"
1618 "MIME-Version: 1.0\n"
1719 "Content-Type: text/plain; charset=UTF-8\n"
1820 "Content-Transfer-Encoding: 8bit\n"
19 "Language: bn_IN\n"
2021 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
22 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
22 "X-Generator: Zanata 3.7.3\n"
23
24 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2325 msgid "Remote Viewer"
2426 msgstr "দূরবর্তী প্রদর্শন"
2527
7375
7476 #: ../src/remote-viewer-main.c:50
7577 #, c-format
76 msgid "remote-viewer version %s\n"
77 msgstr "remote-viewer সংস্করণ %s\n"
78
79 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
78 msgid "remote-viewer version %s"
79 msgstr ""
80
81 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8082 msgid "Display version information"
8183 msgstr "সংস্করণ সংক্রান্ত তথ্য প্রদর্শন করা হবে"
8284
83 #: ../src/remote-viewer-main.c:101
85 #: ../src/remote-viewer-main.c:105
8486 msgid "Set window title"
8587 msgstr "উইন্ডো টাইটেল সেট করুন"
8688
87 #: ../src/remote-viewer-main.c:104
89 #: ../src/remote-viewer-main.c:108
8890 msgid "Open connection using Spice controller communication"
8991 msgstr "Spice কন্ট্রোলারের যোগাব্যবস্থার মাধ্যমে সংযোগ আরম্ভ করা হবে"
9092
91 #: ../src/remote-viewer-main.c:116
93 #: ../src/remote-viewer-main.c:120
9294 msgid "Remote viewer client"
93 msgstr ""
94
95 #: ../src/remote-viewer-main.c:134
95 msgstr "রিমোট ভিউয়ার ক্লায়েন্ট"
96
97 #: ../src/remote-viewer-main.c:138
9698 #, c-format
9799 msgid ""
98100 "%s\n"
99101 "Run '%s --help' to see a full list of available command line options\n"
100 msgstr "%s\nকমান্ড-লাইন থেকে ব্যবহারযোগ্য সকল বিকল্পের তালিকা দেখার জন্য '%s --help' প্রয়োগ করুন।\n"
101
102 #: ../src/remote-viewer-main.c:146
102 msgstr ""
103 "%s\n"
104 "কমান্ড-লাইন থেকে ব্যবহারযোগ্য সকল বিকল্পের তালিকা দেখার জন্য '%s --help' প্রয়োগ "
105 "করুন।\n"
106
107 #: ../src/remote-viewer-main.c:149
103108 #, c-format
104109 msgid "Error: extra arguments given while using Spice controller\n"
105110 msgstr "ত্রুটি: Spice কনট্রোলার ব্যবহার করার সময় অতিরিক্ত আর্গুমেন্ট প্রয়োগ করা হয়েছে\n"
106111
107 #: ../src/remote-viewer-main.c:153
112 #: ../src/remote-viewer-main.c:156
108113 #, c-format
109114 msgid "Error: can't handle multiple URIs\n"
110115 msgstr "ত্রুটি: একাধিক URI পরিচালনা করা সম্ভব নয়\n"
111116
112 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
117 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
113118 msgid "Failed to initiate connection"
114119 msgstr "সংযোগ আরম্ভ করতে ব্যর্থ"
115120
116 #: ../src/remote-viewer.c:294
121 #: ../src/remote-viewer.c:313
117122 msgid "Display disabled by controller"
118123 msgstr "কন্ট্রোলার দ্বারা প্রদর্শন নিষ্ক্রিয় করা হয়েছে"
119124
120 #: ../src/remote-viewer.c:592
125 #: ../src/remote-viewer.c:609
121126 #, c-format
122127 msgid "Controller connection failed: %s"
123128 msgstr "কন্ট্রোলারের সংযোগ স্থাপন করতে ব্যর্থ: %s"
124129
125 #. Create the widgets
126 #: ../src/remote-viewer.c:924
127 msgid "Connection details"
128 msgstr "সংযোগ সংক্রান্ত বিবরণ"
129
130 #: ../src/remote-viewer.c:939
131 msgid "_Connection Address"
130 #: ../src/remote-viewer.c:755
131 msgid "_Change CD"
132 msgstr ""
133
134 #: ../src/remote-viewer.c:855
135 msgid "failed to parse ovirt uri"
136 msgstr ""
137
138 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
139 msgid "Authentication was cancelled"
140 msgstr ""
141
142 #: ../src/remote-viewer.c:900
143 #, c-format
144 msgid "oVirt VM %s is not running"
145 msgstr ""
146
147 #: ../src/remote-viewer.c:914
148 #, c-format
149 msgid "oVirt VM %s has no display"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:940
153 #, c-format
154 msgid "oVirt VM %s has no host information"
132155 msgstr ""
133156
134157 #: ../src/remote-viewer.c:951
135 msgid "For example, spice://foo.example.org:5900"
136 msgstr ""
137
138 #: ../src/remote-viewer.c:964
139 msgid "_Recent Connections"
140 msgstr ""
141
142 #: ../src/remote-viewer.c:1020
143 msgid "Couldn't create a Spice session"
144 msgstr "একটি Spice সেশান প্রস্তুত করতে ব্যর্থ"
145
146 #: ../src/remote-viewer.c:1034
158 #, c-format
159 msgid "oVirt VM %s has unknown display type: %d"
160 msgstr ""
161
162 #: ../src/remote-viewer.c:1094
147163 msgid "Setting up Spice session..."
148164 msgstr "Spice-র সেশান প্রস্তুত করা হচ্ছে..."
149165
150 #: ../src/remote-viewer.c:1055
151 #, c-format
152 msgid "Invalid file %s"
153 msgstr "অবৈধ ফাইল %s"
154
155 #: ../src/remote-viewer.c:1062
166 #: ../src/remote-viewer.c:1102
167 msgid "No connection was chosen"
168 msgstr ""
169
170 #: ../src/remote-viewer.c:1120
171 #, c-format
172 msgid "Invalid file %s: "
173 msgstr ""
174
175 #: ../src/remote-viewer.c:1128
156176 msgid "Cannot determine the connection type from URI"
157177 msgstr "URI থেকে সংযোগের ধরন নির্ধারণ করা সম্ভব নয়"
158178
159 #: ../src/remote-viewer.c:1068
160 msgid "Couldn't open oVirt session"
161 msgstr "oVirt সেশান খুলতে ব্যর্থ"
162
163 #: ../src/remote-viewer.c:1075
164 #, c-format
165 msgid "Couldn't create a session for this type: %s"
166 msgstr "এই ধরনের জন্য সেশান প্রস্তুত করা যায়নি: %s"
167
179 #: ../src/remote-viewer.c:1134
180 msgid "Couldn't open oVirt session: "
181 msgstr ""
182
183 #.
168184 #. * Local variables:
169185 #. * c-indent-level: 4
170186 #. * c-basic-offset: 4
171187 #. * indent-tabs-mode: nil
172188 #. * End:
189 #.
190 #: ../src/remote-viewer-connect.xml.h:1
191 msgid "Connection details"
192 msgstr "সংযোগ সংক্রান্ত বিবরণ"
193
194 #: ../src/remote-viewer-connect.xml.h:2
195 msgid "Connection Address"
196 msgstr ""
197
198 #: ../src/remote-viewer-connect.xml.h:3
199 msgid "For example, spice://foo.example.org:5900"
200 msgstr "উদাহরণস্বরূপ, spice://foo.example.org:5900"
201
202 #: ../src/remote-viewer-connect.xml.h:4
203 msgid "Recent connections"
204 msgstr ""
205
206 #: ../src/remote-viewer-connect.xml.h:5
207 msgid "Cancel"
208 msgstr ""
209
210 #: ../src/remote-viewer-connect.xml.h:6
211 msgid "Connect"
212 msgstr ""
213
173214 #: ../src/virt-viewer-about.xml.h:1
174215 msgid "About Glade"
175216 msgstr "Glade পরিচিতি"
179220 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
180221 "Copyright (C) 2007-2014 Red Hat, Inc."
181222 msgstr ""
223 "কপিরাইট (C) 2007-2012 Daniel P. Berrange\n"
224 "কপিরাইট (C) 2007-2014 Red Hat, Inc."
182225
183226 #: ../src/virt-viewer-about.xml.h:4
184227 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
203246 "You should have received a copy of the GNU General Public License\n"
204247 "along with this program; if not, write to the Free Software\n"
205248 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
206 msgstr "এটি একটি মুক্ত সফ্টওয়্যার; Free Software Foundation দ্বারা প্রকাশিত GNU General Public License-র শর্তানুযায়ী এটি বিতরণ ও পরিবর্তন করা যাবে; লাইসেন্সের সংস্করণ ২ অথবা (আপনার সুবিধানুযায়ী) ঊর্ধ্বতন কোনো সংস্করণের অধীন।\n\nএই প্রোগ্রামটি বিতরণ করার মূল উদ্দেশ্য যে ব্যবহারকারীরা এর দ্বারা উপকৃত হবেন, কিন্তু \nএটির জন্য কোনো সুস্পষ্ট ওয়ারেন্টি উপস্থিত নেই; বাণিজ্যিক ও কোনো সুনির্দিষ্ট কর্ম সাধনের \nজন্য অন্তর্নিহীত ওয়ারেন্টিও অনুপস্থিত। অধিক জানতে GNU General Public License পড়ুন।\n\nএই প্রোগ্রামের সাথে GNU General Public License-র একটি প্রতিলিপি উপলব্ধ হওয়া উচিত; \nনা থাকলে নিম্নলিখিত ঠিকানায় লিখে তা সংগ্রহ করুন Free Software Foundation, Inc., \n59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
249 msgstr ""
250 "এটি একটি মুক্ত সফ্টওয়্যার; Free Software Foundation দ্বারা প্রকাশিত GNU General "
251 "Public License-র শর্তানুযায়ী এটি বিতরণ ও পরিবর্তন করা যাবে; লাইসেন্সের সংস্করণ ২ "
252 "অথবা (আপনার সুবিধানুযায়ী) ঊর্ধ্বতন কোনো সংস্করণের অধীন।\n"
253 "\n"
254 "এই প্রোগ্রামটি বিতরণ করার মূল উদ্দেশ্য যে ব্যবহারকারীরা এর দ্বারা উপকৃত হবেন, কিন্তু \n"
255 "এটির জন্য কোনো সুস্পষ্ট ওয়ারেন্টি উপস্থিত নেই; বাণিজ্যিক ও কোনো সুনির্দিষ্ট কর্ম "
256 "সাধনের \n"
257 "জন্য অন্তর্নিহীত ওয়ারেন্টিও অনুপস্থিত। অধিক জানতে GNU General Public License "
258 "পড়ুন।\n"
259 "\n"
260 "এই প্রোগ্রামের সাথে GNU General Public License-র একটি প্রতিলিপি উপলব্ধ হওয়া "
261 "উচিত; \n"
262 "না থাকলে নিম্নলিখিত ঠিকানায় লিখে তা সংগ্রহ করুন Free Software Foundation, "
263 "Inc., \n"
264 "59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
207265
208266 #: ../src/virt-viewer-about.xml.h:20
209267 msgid "The Fedora Translation Team"
210268 msgstr "Fedora-র অনুবাদকদের দল"
211269
212 #: ../src/virt-viewer-app.c:400
270 #: ../src/virt-viewer-app.c:526
213271 msgid "Do you want to close the session?"
214272 msgstr "অাপনি কী সেশন বন্ধ করতে চান?"
215273
216 #: ../src/virt-viewer-app.c:402
274 #: ../src/virt-viewer-app.c:528
217275 msgid "Do not ask me again"
218276 msgstr "অামকে অাবার জিজ্ঞাসা করবেন না"
219277
220 #: ../src/virt-viewer-app.c:841
278 #: ../src/virt-viewer-app.c:1008
221279 #, c-format
222280 msgid "Waiting for display %d..."
223281 msgstr "%d প্রদর্শনের জন্য অপেক্ষা করা হচ্ছে..."
224282
225 #: ../src/virt-viewer-app.c:946
226 #, c-format
227 msgid "Unknown graphic type for the guest %s"
228 msgstr "%s গেস্ট মেশিনের জন্য অজানা ধরনের গ্রাফিক"
229
230 #: ../src/virt-viewer-app.c:1027
283 #: ../src/virt-viewer-app.c:1117
284 #, c-format
285 msgid "Unsupported graphic type '%s'"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:1200
231289 msgid "Connect to ssh failed."
232290 msgstr "ssh-র সাথে সংযোগ করতে ব্যর্থ।"
233291
234 #: ../src/virt-viewer-app.c:1029
292 #: ../src/virt-viewer-app.c:1202
235293 msgid "Can't connect to channel, SSH only supported."
236294 msgstr "চ্যানেলের সাথে সংযোগ করা যায়নি, শুধুমাত্র SSH সমর্থিত হবে।"
237295
238 #: ../src/virt-viewer-app.c:1041
296 #: ../src/virt-viewer-app.c:1214
239297 msgid "Connect to channel unsupported."
240298 msgstr "সমর্থন বিনা চ্যানেলের সাথে সংযোগ করা হবে।"
241299
242 #: ../src/virt-viewer-app.c:1123
300 #: ../src/virt-viewer-app.c:1276
301 msgid "Display can only be attached through libvirt with --attach"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:1299
243305 msgid "Connecting to graphic server"
244306 msgstr "গ্রাফিক সার্ভারের সাথে সংযোগ স্থাপন করা হচ্ছে"
245307
246 #: ../src/virt-viewer-app.c:1256
308 #: ../src/virt-viewer-app.c:1398
247309 msgid "Guest domain has shutdown"
248310 msgstr "গেস্ট ডোমেইন বন্ধ হয়েছে"
249311
250 #: ../src/virt-viewer-app.c:1317
312 #: ../src/virt-viewer-app.c:1459
251313 msgid "Connected to graphic server"
252314 msgstr "গ্রাফিক সার্ভারের সাথে সংযোগ স্থাপন করা হয়েছে"
253315
254 #: ../src/virt-viewer-app.c:1344
316 #: ../src/virt-viewer-app.c:1486
255317 #, c-format
256318 msgid "Unable to connect to the graphic server %s"
257319 msgstr "%s গ্রাফিক সার্ভারের সাথে সংযোগ স্থাপন করতে ব্যর্থ"
258320
259 #: ../src/virt-viewer-app.c:1376
260 #, c-format
261 msgid ""
262 "Unable to authenticate with remote desktop server at %s: %s\n"
263 "Retry connection again?"
264 msgstr "%s-এ উপস্থিত দূরবর্তী ডেস্কটপ সার্ভারে অনুমোদন করতে ব্যর্থ: %s\nপুনরায় সংযোগের প্রচেষ্টা করা হবে কি?"
265
266 #: ../src/virt-viewer-app.c:1396
321 #: ../src/virt-viewer-app.c:1512
322 #, c-format
323 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
324 msgstr ""
325
326 #: ../src/virt-viewer-app.c:1525
267327 #, c-format
268328 msgid "Unable to authenticate with remote desktop server: %s"
269329 msgstr "দূরবর্তী ডেস্কটপ সার্ভারের সাথে অনুমোদন করতে ব্যর্থ: %s"
270330
271 #: ../src/virt-viewer-app.c:1404
331 #: ../src/virt-viewer-app.c:1533
272332 #, c-format
273333 msgid "USB redirection error: %s"
274334 msgstr "USB পুনর্নির্দেশে সমস্যা: %s"
275335
276 #: ../src/virt-viewer-app.c:1632
336 #: ../src/virt-viewer-app.c:1786
277337 #, c-format
278338 msgid "Zoom level must be within %d-%d\n"
279339 msgstr "জুম মাত্রা অবশ্যই %d-%d এর মধ্যবর্তী হতে হবে\n"
280340
281 #: ../src/virt-viewer-app.c:2126
341 #: ../src/virt-viewer-app.c:2296
282342 #, c-format
283343 msgid "Display %d"
284344 msgstr "প্রদর্শন %d"
285345
286 #: ../src/virt-viewer-app.c:2301
346 #: ../src/virt-viewer-app.c:2552
287347 #, c-format
288348 msgid "Invalid kiosk-quit argument: %s"
289349 msgstr "অবৈধ kiosk-quit আর্গুমেন্ট: %s"
290350
291 #: ../src/virt-viewer-app.c:2310
351 #: ../src/virt-viewer-app.c:2561
292352 msgid "Zoom level of window, in percentage"
293353 msgstr "উইন্ডোর প্রদর্শনের মাপ, শতাংশে ব্যক্ত"
294354
295 #: ../src/virt-viewer-app.c:2312
355 #: ../src/virt-viewer-app.c:2563
296356 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
297357 msgstr ""
298
299 #: ../src/virt-viewer-app.c:2314
358 "সম্পূর্ণ পর্দায় প্রদর্শনের মোডে খোলা হবে (ক্লায়েন্ট সঠিক মাপে প্রদর্শনের জন্য গেস্ট "
359 "সিস্টেমের রেসোলিউশন পরিবর্তন করা হয়)"
360
361 #: ../src/virt-viewer-app.c:2565
300362 msgid "Customise hotkeys"
301363 msgstr "কাস্টোমাইজ হটকী"
302364
303 #: ../src/virt-viewer-app.c:2316
365 #: ../src/virt-viewer-app.c:2567
304366 msgid "Enable kiosk mode"
305367 msgstr "কিয়োস্ক মোড সক্রিয় করুন"
306368
307 #: ../src/virt-viewer-app.c:2318
369 #: ../src/virt-viewer-app.c:2569
308370 msgid "Quit on given condition in kiosk mode"
309371 msgstr "কিয়োস্ক মোডে প্রদত্ত অবস্থায় প্রস্থান করুন"
310372
311 #: ../src/virt-viewer-app.c:2318
373 #: ../src/virt-viewer-app.c:2569
312374 msgid "<never|on-disconnect>"
313375 msgstr "<never|on-disconnect>"
314376
315 #: ../src/virt-viewer-app.c:2320
377 #: ../src/virt-viewer-app.c:2571
316378 msgid "Display verbose information"
317379 msgstr "ভার্বোস তথ্য প্রদর্শন করা হবে"
318380
319 #: ../src/virt-viewer-app.c:2322
381 #: ../src/virt-viewer-app.c:2573
320382 msgid "Display debugging information"
321383 msgstr "ডিবাগ সংক্রান্ত তথ্য প্রদর্শন করা হবে"
322384
385 #: ../src/virt-viewer-auth.c:88
386 #, c-format
387 msgid ""
388 "Authentication is required for the %s connection to:\n"
389 "\n"
390 "<b>%s</b>\n"
391 "\n"
392 msgstr ""
393
394 #: ../src/virt-viewer-auth.c:92
395 #, c-format
396 msgid "Authentication is required for the %s connection:\n"
397 msgstr ""
398
399 #.
323400 #. * Local variables:
324401 #. * c-indent-level: 4
325402 #. * c-basic-offset: 4
326403 #. * indent-tabs-mode: nil
327404 #. * End:
405 #.
328406 #: ../src/virt-viewer-auth.xml.h:1
329407 msgid "Authentication required"
330408 msgstr "অনুমোদন প্রয়োজন"
331409
332 #: ../src/virt-viewer-auth.xml.h:2
410 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
333411 msgid "label"
334412 msgstr "label"
335413
341419 msgid "Username:"
342420 msgstr "ব্যবহারকারীর নাম:"
343421
422 #: ../src/virt-viewer-auth.xml.h:5
423 msgid "Show password"
424 msgstr ""
425
426 #: ../src/virt-viewer-display-vnc.c:133
427 msgid "VNC does not provide GUID"
428 msgstr ""
429
344430 #: ../src/virt-viewer-main.c:38
345431 #, c-format
346432 msgid "%s version %s\n"
373459 #: ../src/virt-viewer-main.c:80
374460 #, c-format
375461 msgid "Run '%s --help' to see a full list of available command line options"
376 msgstr "কমান্ড-লাইন থেকে ব্যবহারযোগ্য সকল বিকল্পের তালিকা দেখার জন্য '%s --help' প্রয়োগ করুন"
462 msgstr ""
463 "কমান্ড-লাইন থেকে ব্যবহারযোগ্য সকল বিকল্পের তালিকা দেখার জন্য '%s --help' প্রয়োগ করুন"
377464
378465 #: ../src/virt-viewer-main.c:86
379466 msgid "Virtual machine graphical console"
380 msgstr ""
381
382 #: ../src/virt-viewer-main.c:108
467 msgstr "ভার্চুয়াল মেশিনের গ্রাফিক্যাল কনসোল"
468
469 #: ../src/virt-viewer-main.c:107
383470 #, c-format
384471 msgid ""
385472 "\n"
386 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
473 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
387474 "\n"
388475 "%s\n"
389476 "\n"
390 msgstr "\nব্যবহার পদ্ধতি: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
391
392 #: ../src/virt-viewer-session-spice.c:506
393 msgid "invalid password"
394 msgstr "অবৈধ পাসওয়ার্ড"
477 msgstr ""
478
479 #: ../src/virt-viewer-main.c:112
480 #, c-format
481 msgid ""
482 "\n"
483 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
484 "\n"
485 msgstr ""
486
487 #: ../src/virt-viewer-session-spice.c:694
488 msgid "Invalid password"
489 msgstr ""
395490
396491 #. Create the widgets
397 #: ../src/virt-viewer-session-spice.c:588
492 #: ../src/virt-viewer-session-spice.c:786
398493 msgid "Select USB devices for redirection"
399494 msgstr "পুনর্নির্দেশের জন্য USB ডিভাইস নির্বাচন করুন"
400495
401 #: ../src/virt-viewer-session-vnc.c:148
496 #: ../src/virt-viewer-session-vnc.c:153
402497 #, c-format
403498 msgid "Unsupported authentication type %d"
404499 msgstr "%d ধরনের অনুমোদন সমর্থিত নয়"
405500
406 #: ../src/virt-viewer-window.c:587
501 #: ../src/virt-viewer-vm-connection.c:64
502 msgid "No virtual machine found"
503 msgstr ""
504
505 #: ../src/virt-viewer-vm-connection.c:93
506 msgid "No virtual machine was chosen"
507 msgstr ""
508
509 #: ../src/virt-viewer-window.c:537
407510 msgid "Ctrl+Alt+_Del"
408511 msgstr "Ctrl+Alt+_Del"
409512
410 #: ../src/virt-viewer-window.c:588
513 #: ../src/virt-viewer-window.c:538
411514 msgid "Ctrl+Alt+_Backspace"
412515 msgstr "Ctrl+Alt+_Backspace"
413516
414 #: ../src/virt-viewer-window.c:590
517 #: ../src/virt-viewer-window.c:540
415518 msgid "Ctrl+Alt+F_1"
416519 msgstr "Ctrl+Alt+F_1"
417520
418 #: ../src/virt-viewer-window.c:591
521 #: ../src/virt-viewer-window.c:541
419522 msgid "Ctrl+Alt+F_2"
420523 msgstr "Ctrl+Alt+F_2"
421524
422 #: ../src/virt-viewer-window.c:592
525 #: ../src/virt-viewer-window.c:542
423526 msgid "Ctrl+Alt+F_3"
424527 msgstr "Ctrl+Alt+F_3"
425528
426 #: ../src/virt-viewer-window.c:593
529 #: ../src/virt-viewer-window.c:543
427530 msgid "Ctrl+Alt+F_4"
428531 msgstr "Ctrl+Alt+F_4"
429532
430 #: ../src/virt-viewer-window.c:594
533 #: ../src/virt-viewer-window.c:544
431534 msgid "Ctrl+Alt+F_5"
432535 msgstr "Ctrl+Alt+F_5"
433536
434 #: ../src/virt-viewer-window.c:595
537 #: ../src/virt-viewer-window.c:545
435538 msgid "Ctrl+Alt+F_6"
436539 msgstr "Ctrl+Alt+F_6"
437540
438 #: ../src/virt-viewer-window.c:596
541 #: ../src/virt-viewer-window.c:546
439542 msgid "Ctrl+Alt+F_7"
440543 msgstr "Ctrl+Alt+F_7"
441544
442 #: ../src/virt-viewer-window.c:597
545 #: ../src/virt-viewer-window.c:547
443546 msgid "Ctrl+Alt+F_8"
444547 msgstr "Ctrl+Alt+F_8"
445548
446 #: ../src/virt-viewer-window.c:598
549 #: ../src/virt-viewer-window.c:548
447550 msgid "Ctrl+Alt+F_9"
448551 msgstr "Ctrl+Alt+F_9"
449552
450 #: ../src/virt-viewer-window.c:599
553 #: ../src/virt-viewer-window.c:549
451554 msgid "Ctrl+Alt+F1_0"
452555 msgstr "Ctrl+Alt+F1_0"
453556
454 #: ../src/virt-viewer-window.c:600
557 #: ../src/virt-viewer-window.c:550
455558 msgid "Ctrl+Alt+F11"
456559 msgstr "Ctrl+Alt+F11"
457560
458 #: ../src/virt-viewer-window.c:601
561 #: ../src/virt-viewer-window.c:551
459562 msgid "Ctrl+Alt+F12"
460563 msgstr "Ctrl+Alt+F12"
461564
462 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
565 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
463566 msgid "Screenshot"
464567 msgstr "স্ক্রিন-শট"
465568
466 #: ../src/virt-viewer-window.c:1051
569 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
570 msgid "Unknown"
571 msgstr ""
572
573 #: ../src/virt-viewer-window.c:1062
467574 msgid "Disconnect"
468575 msgstr "সংযোগ বিচ্ছেদ করুন"
469576
470 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
577 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
471578 #: ../src/virt-viewer.xml.h:3
472579 msgid "USB device selection"
473580 msgstr "USB ডিভাইস নির্বাচন"
474581
475 #: ../src/virt-viewer-window.c:1070
582 #: ../src/virt-viewer-window.c:1081
476583 msgid "Send key combination"
477584 msgstr "সেন্ড-কি-র সংকলন"
478585
479 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
586 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
480587 msgid "Leave fullscreen"
481588 msgstr "সম্পূর্ণ পর্দায় প্রদর্শন থেকে প্রস্থান"
482589
483 #: ../src/virt-viewer-window.c:1162
590 #: ../src/virt-viewer-window.c:1173
484591 msgid "Ctrl+Alt"
485592 msgstr "Ctrl+Alt"
486593
487 #: ../src/virt-viewer-window.c:1165
594 #: ../src/virt-viewer-window.c:1176
488595 #, c-format
489596 msgid "(Press %s to release pointer)"
490597 msgstr "(পয়েন্টার মুক্ত করার জন্য %s টিপুন)"
491598
492599 #. translators:
493 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
494 #. <appname>"
495 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
496 #. Viewer"
497 #: ../src/virt-viewer-window.c:1176
600 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
601 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
602 #.
603 #: ../src/virt-viewer-window.c:1187
498604 #, c-format
499605 msgid "%s%s%s - %s"
500606 msgstr "%s%s%s - %s"
501607
502608 #. translators: <space>
503 #: ../src/virt-viewer-window.c:1180
609 #: ../src/virt-viewer-window.c:1191
504610 msgid " "
505611 msgstr " "
506612
507 #: ../src/virt-viewer-file.c:624
613 #: ../src/virt-viewer-file.c:825
614 #, c-format
615 msgid ""
616 "At least %s version %s is required to setup this connection, see %s for "
617 "details"
618 msgstr ""
619
620 #: ../src/virt-viewer-file.c:833
508621 #, c-format
509622 msgid "At least %s version %s is required to setup this connection"
510623 msgstr "এই সংযোগ সেট অাপ করতে অন্ততপক্ষে %s সংস্করণ %s প্রয়োজন"
511624
512 #: ../src/virt-viewer.c:133
625 #: ../src/virt-viewer.c:163
513626 msgid "Waiting for guest domain to re-start"
514627 msgstr "গেস্ট ডোমেইন পুনরায় আরম্ভের অপেক্ষা করা হচ্ছে"
515628
516 #: ../src/virt-viewer.c:318
629 #: ../src/virt-viewer.c:409
517630 #, c-format
518631 msgid "Cannot determine the graphic type for the guest %s"
519632 msgstr "%s গেস্ট মেশিনের জন্য গ্রাফিকের ধরন নির্ধারণ করা সম্ভব নয়"
520633
521 #: ../src/virt-viewer.c:341
522 #, c-format
523 msgid "Cannot determine the graphic address for the guest %s"
524 msgstr "%s গেস্ট মেশিনের জন্য গ্রাফিক ঠিকানা নির্ধারণ করা সম্ভব নয়"
525
526 #: ../src/virt-viewer.c:354
634 #: ../src/virt-viewer.c:448
527635 #, c-format
528636 msgid "Cannot determine the host for the guest %s"
529637 msgstr "%s গেস্ট মেশিনের জন্য হোস্ট নির্ধারণ করা সম্ভব নয়"
530638
531 #: ../src/virt-viewer.c:540
639 #: ../src/virt-viewer.c:476
640 #, c-format
641 msgid "Guest '%s' is not reachable"
642 msgstr ""
643
644 #: ../src/virt-viewer.c:697
645 #, c-format
646 msgid "Virtual machine %s is not running"
647 msgstr ""
648
649 #: ../src/virt-viewer.c:720
532650 msgid "Waiting for libvirt to start"
533651 msgstr "লিবভার্ট আরম্ভের অপেক্ষা করা হচ্ছে"
534652
535 #: ../src/virt-viewer.c:544
653 #: ../src/virt-viewer.c:724
536654 msgid "Finding guest domain"
537655 msgstr "গেস্ট ডোমেইন সন্ধান করা হচ্ছে"
538656
539 #: ../src/virt-viewer.c:548
657 #: ../src/virt-viewer.c:728
540658 msgid "Waiting for guest domain to be created"
541659 msgstr "গেস্ট ডোমেইন প্রস্তুতির অপেক্ষা করা হচ্ছে"
542660
543 #: ../src/virt-viewer.c:553
544 #, c-format
545 msgid "Cannot find guest domain %s"
546 msgstr "%s গেস্ট ডোমেইন সন্ধান করতে ব্যর্থ"
547
548 #: ../src/virt-viewer.c:566
661 #: ../src/virt-viewer.c:750
549662 msgid "Checking guest domain status"
550663 msgstr "গেস্ট ডোমেইনের অবস্থা পরীক্ষা করতে ব্যর্থ"
551664
552 #: ../src/virt-viewer.c:573
665 #: ../src/virt-viewer.c:753
666 msgid "Cannot get guest state"
667 msgstr ""
668
669 #: ../src/virt-viewer.c:759
553670 msgid "Waiting for guest domain to start"
554671 msgstr "গেস্ট ডোমেইন আরম্ভের অপেক্ষা করা হচ্ছে"
555672
556 #: ../src/virt-viewer.c:580
557 msgid "Waiting for guest domain to start server"
558 msgstr "গেস্ট ডোমেইন দ্বারা সার্ভার আরম্ভের অপেক্ষা করা হচ্ছে"
559
560 #: ../src/virt-viewer.c:694
561 #, c-format
562 msgid "Unable to connect to libvirt with URI %s"
563 msgstr "URI %s সহযোগে libvirt-র সাথে সংযোগ করতে ব্যর্থ"
564
565 #: ../src/virt-viewer.c:695
673 #: ../src/virt-viewer.c:863
674 #, c-format
675 msgid "Unable to connect to libvirt with URI: %s."
676 msgstr ""
677
678 #: ../src/virt-viewer.c:864
566679 msgid "[none]"
567680 msgstr "[শূণ্য]"
568681
682 #: ../src/virt-viewer.c:871
683 msgid "Authentication failed."
684 msgstr ""
685
686 #: ../src/virt-viewer.c:931
687 msgid "Failed to connect: "
688 msgstr ""
689
690 #.
569691 #. * Local variables:
570692 #. * c-indent-level: 4
571693 #. * c-basic-offset: 4
572694 #. * indent-tabs-mode: nil
573695 #. * End:
696 #.
574697 #: ../src/virt-viewer.xml.h:1
575698 msgid "_File"
576699 msgstr "ফাইল (_F)"
583706 msgid "Smartcard removal"
584707 msgstr "স্মার্ট-কার্ড অপসারণ"
585708
586 #: ../src/virt-viewer.xml.h:6
709 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
710 msgid "Preferences"
711 msgstr ""
712
713 #: ../src/virt-viewer.xml.h:7
587714 msgid "_View"
588715 msgstr "প্রদর্শন (_V)"
589716
590 #: ../src/virt-viewer.xml.h:7
717 #: ../src/virt-viewer.xml.h:8
591718 msgid "Full screen"
592719 msgstr "সম্পূর্ণ পর্দায় প্রদর্শন"
593720
594 #: ../src/virt-viewer.xml.h:8
721 #: ../src/virt-viewer.xml.h:9
595722 msgid "_Zoom"
596723 msgstr "প্রদর্শনের নাম (_Z)"
597724
598 #: ../src/virt-viewer.xml.h:9
725 #: ../src/virt-viewer.xml.h:10
599726 msgid "Displays"
600727 msgstr "প্রদর্শনক্ষেত্র"
601728
602 #: ../src/virt-viewer.xml.h:10
729 #: ../src/virt-viewer.xml.h:11
603730 msgid "Release cursor"
604731 msgstr "কার্সার মুক্ত করা হবে"
605732
606 #: ../src/virt-viewer.xml.h:11
733 #: ../src/virt-viewer.xml.h:12
607734 msgid "_Send key"
608735 msgstr "কি পাঠিয়ে দিন (_S)"
609736
610 #: ../src/virt-viewer.xml.h:12
737 #: ../src/virt-viewer.xml.h:13
611738 msgid "_Help"
612739 msgstr "সহায়তা (_H)"
740
741 #: ../src/virt-viewer.xml.h:14
742 msgid "_Guest Details"
743 msgstr ""
744
745 #: ../src/virt-viewer-guest-details.xml.h:1
746 msgid "Guest Details"
747 msgstr ""
748
749 #: ../src/virt-viewer-guest-details.xml.h:2
750 msgid "Name:"
751 msgstr ""
752
753 #: ../src/virt-viewer-guest-details.xml.h:3
754 msgid "GUID:"
755 msgstr ""
756
757 #: ../src/virt-viewer-vm-connection.xml.h:1
758 msgid "Choose a virtual machine"
759 msgstr ""
760
761 #: ../src/virt-viewer-vm-connection.xml.h:2
762 msgid "Name"
763 msgstr ""
764
765 #: ../src/virt-viewer-vm-connection.xml.h:3
766 msgid "Available virtual machines"
767 msgstr ""
768
769 #: ../src/virt-viewer-preferences.xml.h:2
770 msgid "Folder sharing"
771 msgstr ""
772
773 #: ../src/virt-viewer-preferences.xml.h:3
774 msgid "Share folder"
775 msgstr ""
776
777 #: ../src/virt-viewer-preferences.xml.h:4
778 msgid "Read-only"
779 msgstr ""
780
781 #: ../src/virt-viewer-preferences.xml.h:5
782 msgid "Spice"
783 msgstr ""
+352
-205
po/bo.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Tibetan (http://www.transifex.com/projects/p/virt-viewer/language/bo/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Tibetan\n"
13 "Language: bo\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: bo\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+352
-205
po/br.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Breton (http://www.transifex.com/projects/p/virt-viewer/language/br/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Breton\n"
13 "Language: br\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: br\n"
17 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n > 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Bodo (http://www.transifex.com/projects/p/virt-viewer/language/brx/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Bodo\n"
13 "Language: brx\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: brx\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+353
-205
po/bs.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Bosnian (http://www.transifex.com/projects/p/virt-viewer/language/bs/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Bosnian\n"
13 "Language: bs\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: bs\n"
17 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
19 "X-Generator: Zanata 3.5.1\n"
20
21 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2022 msgid "Remote Viewer"
2123 msgstr ""
2224
7072
7173 #: ../src/remote-viewer-main.c:50
7274 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
75 msgid "remote-viewer version %s"
76 msgstr ""
77
78 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7779 msgid "Display version information"
7880 msgstr ""
7981
80 #: ../src/remote-viewer-main.c:101
82 #: ../src/remote-viewer-main.c:105
8183 msgid "Set window title"
8284 msgstr ""
8385
84 #: ../src/remote-viewer-main.c:104
86 #: ../src/remote-viewer-main.c:108
8587 msgid "Open connection using Spice controller communication"
8688 msgstr ""
8789
88 #: ../src/remote-viewer-main.c:116
90 #: ../src/remote-viewer-main.c:120
8991 msgid "Remote viewer client"
9092 msgstr ""
9193
92 #: ../src/remote-viewer-main.c:134
94 #: ../src/remote-viewer-main.c:138
9395 #, c-format
9496 msgid ""
9597 "%s\n"
9698 "Run '%s --help' to see a full list of available command line options\n"
9799 msgstr ""
98100
99 #: ../src/remote-viewer-main.c:146
101 #: ../src/remote-viewer-main.c:149
100102 #, c-format
101103 msgid "Error: extra arguments given while using Spice controller\n"
102104 msgstr ""
103105
104 #: ../src/remote-viewer-main.c:153
106 #: ../src/remote-viewer-main.c:156
105107 #, c-format
106108 msgid "Error: can't handle multiple URIs\n"
107109 msgstr ""
108110
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
111 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110112 msgid "Failed to initiate connection"
111113 msgstr ""
112114
113 #: ../src/remote-viewer.c:294
115 #: ../src/remote-viewer.c:313
114116 msgid "Display disabled by controller"
115117 msgstr ""
116118
117 #: ../src/remote-viewer.c:592
119 #: ../src/remote-viewer.c:609
118120 #, c-format
119121 msgid "Controller connection failed: %s"
120122 msgstr ""
121123
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
124 #: ../src/remote-viewer.c:755
125 msgid "_Change CD"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:855
129 msgid "failed to parse ovirt uri"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
133 msgid "Authentication was cancelled"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:900
137 #, c-format
138 msgid "oVirt VM %s is not running"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:914
142 #, c-format
143 msgid "oVirt VM %s has no display"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:940
147 #, c-format
148 msgid "oVirt VM %s has no host information"
129149 msgstr ""
130150
131151 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
152 #, c-format
153 msgid "oVirt VM %s has unknown display type: %d"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1094
144157 msgid "Setting up Spice session..."
145158 msgstr ""
146159
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
160 #: ../src/remote-viewer.c:1102
161 msgid "No connection was chosen"
162 msgstr ""
163
164 #: ../src/remote-viewer.c:1120
165 #, c-format
166 msgid "Invalid file %s: "
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1128
153170 msgid "Cannot determine the connection type from URI"
154171 msgstr ""
155172
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
173 #: ../src/remote-viewer.c:1134
174 msgid "Couldn't open oVirt session: "
175 msgstr ""
176
177 #.
165178 #. * Local variables:
166179 #. * c-indent-level: 4
167180 #. * c-basic-offset: 4
168181 #. * indent-tabs-mode: nil
169182 #. * End:
183 #.
184 #: ../src/remote-viewer-connect.xml.h:1
185 msgid "Connection details"
186 msgstr ""
187
188 #: ../src/remote-viewer-connect.xml.h:2
189 msgid "Connection Address"
190 msgstr ""
191
192 #: ../src/remote-viewer-connect.xml.h:3
193 msgid "For example, spice://foo.example.org:5900"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:4
197 msgid "Recent connections"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:5
201 msgid "Cancel"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:6
205 msgid "Connect"
206 msgstr ""
207
170208 #: ../src/virt-viewer-about.xml.h:1
171209 msgid "About Glade"
172210 msgstr ""
206244 msgid "The Fedora Translation Team"
207245 msgstr ""
208246
209 #: ../src/virt-viewer-app.c:400
247 #: ../src/virt-viewer-app.c:526
210248 msgid "Do you want to close the session?"
211249 msgstr ""
212250
213 #: ../src/virt-viewer-app.c:402
251 #: ../src/virt-viewer-app.c:528
214252 msgid "Do not ask me again"
215253 msgstr ""
216254
217 #: ../src/virt-viewer-app.c:841
255 #: ../src/virt-viewer-app.c:1008
218256 #, c-format
219257 msgid "Waiting for display %d..."
220258 msgstr ""
221259
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
260 #: ../src/virt-viewer-app.c:1117
261 #, c-format
262 msgid "Unsupported graphic type '%s'"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1200
228266 msgid "Connect to ssh failed."
229267 msgstr ""
230268
231 #: ../src/virt-viewer-app.c:1029
269 #: ../src/virt-viewer-app.c:1202
232270 msgid "Can't connect to channel, SSH only supported."
233271 msgstr ""
234272
235 #: ../src/virt-viewer-app.c:1041
273 #: ../src/virt-viewer-app.c:1214
236274 msgid "Connect to channel unsupported."
237275 msgstr ""
238276
239 #: ../src/virt-viewer-app.c:1123
277 #: ../src/virt-viewer-app.c:1276
278 msgid "Display can only be attached through libvirt with --attach"
279 msgstr ""
280
281 #: ../src/virt-viewer-app.c:1299
240282 msgid "Connecting to graphic server"
241283 msgstr ""
242284
243 #: ../src/virt-viewer-app.c:1256
285 #: ../src/virt-viewer-app.c:1398
244286 msgid "Guest domain has shutdown"
245287 msgstr ""
246288
247 #: ../src/virt-viewer-app.c:1317
289 #: ../src/virt-viewer-app.c:1459
248290 msgid "Connected to graphic server"
249291 msgstr ""
250292
251 #: ../src/virt-viewer-app.c:1344
293 #: ../src/virt-viewer-app.c:1486
252294 #, c-format
253295 msgid "Unable to connect to the graphic server %s"
254296 msgstr ""
255297
256 #: ../src/virt-viewer-app.c:1376
298 #: ../src/virt-viewer-app.c:1512
299 #, c-format
300 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
301 msgstr ""
302
303 #: ../src/virt-viewer-app.c:1525
304 #, c-format
305 msgid "Unable to authenticate with remote desktop server: %s"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:1533
309 #, c-format
310 msgid "USB redirection error: %s"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:1786
314 #, c-format
315 msgid "Zoom level must be within %d-%d\n"
316 msgstr ""
317
318 #: ../src/virt-viewer-app.c:2296
319 #, c-format
320 msgid "Display %d"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:2552
324 #, c-format
325 msgid "Invalid kiosk-quit argument: %s"
326 msgstr ""
327
328 #: ../src/virt-viewer-app.c:2561
329 msgid "Zoom level of window, in percentage"
330 msgstr ""
331
332 #: ../src/virt-viewer-app.c:2563
333 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
334 msgstr ""
335
336 #: ../src/virt-viewer-app.c:2565
337 msgid "Customise hotkeys"
338 msgstr ""
339
340 #: ../src/virt-viewer-app.c:2567
341 msgid "Enable kiosk mode"
342 msgstr ""
343
344 #: ../src/virt-viewer-app.c:2569
345 msgid "Quit on given condition in kiosk mode"
346 msgstr ""
347
348 #: ../src/virt-viewer-app.c:2569
349 msgid "<never|on-disconnect>"
350 msgstr ""
351
352 #: ../src/virt-viewer-app.c:2571
353 msgid "Display verbose information"
354 msgstr ""
355
356 #: ../src/virt-viewer-app.c:2573
357 msgid "Display debugging information"
358 msgstr ""
359
360 #: ../src/virt-viewer-auth.c:88
257361 #, c-format
258362 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
363 "Authentication is required for the %s connection to:\n"
364 "\n"
365 "<b>%s</b>\n"
366 "\n"
367 msgstr ""
368
369 #: ../src/virt-viewer-auth.c:92
370 #, c-format
371 msgid "Authentication is required for the %s connection:\n"
372 msgstr ""
373
374 #.
320375 #. * Local variables:
321376 #. * c-indent-level: 4
322377 #. * c-basic-offset: 4
323378 #. * indent-tabs-mode: nil
324379 #. * End:
380 #.
325381 #: ../src/virt-viewer-auth.xml.h:1
326382 msgid "Authentication required"
327383 msgstr ""
328384
329 #: ../src/virt-viewer-auth.xml.h:2
385 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330386 msgid "label"
331387 msgstr ""
332388
338394 msgid "Username:"
339395 msgstr ""
340396
397 #: ../src/virt-viewer-auth.xml.h:5
398 msgid "Show password"
399 msgstr ""
400
401 #: ../src/virt-viewer-display-vnc.c:133
402 msgid "VNC does not provide GUID"
403 msgstr ""
404
341405 #: ../src/virt-viewer-main.c:38
342406 #, c-format
343407 msgid "%s version %s\n"
376440 msgid "Virtual machine graphical console"
377441 msgstr ""
378442
379 #: ../src/virt-viewer-main.c:108
443 #: ../src/virt-viewer-main.c:107
380444 #, c-format
381445 msgid ""
382446 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
447 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384448 "\n"
385449 "%s\n"
386450 "\n"
387451 msgstr ""
388452
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
453 #: ../src/virt-viewer-main.c:112
454 #, c-format
455 msgid ""
456 "\n"
457 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
458 "\n"
459 msgstr ""
460
461 #: ../src/virt-viewer-session-spice.c:694
462 msgid "Invalid password"
391463 msgstr ""
392464
393465 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
466 #: ../src/virt-viewer-session-spice.c:786
395467 msgid "Select USB devices for redirection"
396468 msgstr ""
397469
398 #: ../src/virt-viewer-session-vnc.c:148
470 #: ../src/virt-viewer-session-vnc.c:153
399471 #, c-format
400472 msgid "Unsupported authentication type %d"
401473 msgstr ""
402474
403 #: ../src/virt-viewer-window.c:587
475 #: ../src/virt-viewer-vm-connection.c:64
476 msgid "No virtual machine found"
477 msgstr ""
478
479 #: ../src/virt-viewer-vm-connection.c:93
480 msgid "No virtual machine was chosen"
481 msgstr ""
482
483 #: ../src/virt-viewer-window.c:537
404484 msgid "Ctrl+Alt+_Del"
405485 msgstr ""
406486
407 #: ../src/virt-viewer-window.c:588
487 #: ../src/virt-viewer-window.c:538
408488 msgid "Ctrl+Alt+_Backspace"
409489 msgstr ""
410490
411 #: ../src/virt-viewer-window.c:590
491 #: ../src/virt-viewer-window.c:540
412492 msgid "Ctrl+Alt+F_1"
413493 msgstr ""
414494
415 #: ../src/virt-viewer-window.c:591
495 #: ../src/virt-viewer-window.c:541
416496 msgid "Ctrl+Alt+F_2"
417497 msgstr ""
418498
419 #: ../src/virt-viewer-window.c:592
499 #: ../src/virt-viewer-window.c:542
420500 msgid "Ctrl+Alt+F_3"
421501 msgstr ""
422502
423 #: ../src/virt-viewer-window.c:593
503 #: ../src/virt-viewer-window.c:543
424504 msgid "Ctrl+Alt+F_4"
425505 msgstr ""
426506
427 #: ../src/virt-viewer-window.c:594
507 #: ../src/virt-viewer-window.c:544
428508 msgid "Ctrl+Alt+F_5"
429509 msgstr ""
430510
431 #: ../src/virt-viewer-window.c:595
511 #: ../src/virt-viewer-window.c:545
432512 msgid "Ctrl+Alt+F_6"
433513 msgstr ""
434514
435 #: ../src/virt-viewer-window.c:596
515 #: ../src/virt-viewer-window.c:546
436516 msgid "Ctrl+Alt+F_7"
437517 msgstr ""
438518
439 #: ../src/virt-viewer-window.c:597
519 #: ../src/virt-viewer-window.c:547
440520 msgid "Ctrl+Alt+F_8"
441521 msgstr ""
442522
443 #: ../src/virt-viewer-window.c:598
523 #: ../src/virt-viewer-window.c:548
444524 msgid "Ctrl+Alt+F_9"
445525 msgstr ""
446526
447 #: ../src/virt-viewer-window.c:599
527 #: ../src/virt-viewer-window.c:549
448528 msgid "Ctrl+Alt+F1_0"
449529 msgstr ""
450530
451 #: ../src/virt-viewer-window.c:600
531 #: ../src/virt-viewer-window.c:550
452532 msgid "Ctrl+Alt+F11"
453533 msgstr ""
454534
455 #: ../src/virt-viewer-window.c:601
535 #: ../src/virt-viewer-window.c:551
456536 msgid "Ctrl+Alt+F12"
457537 msgstr ""
458538
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
539 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460540 msgid "Screenshot"
461541 msgstr ""
462542
463 #: ../src/virt-viewer-window.c:1051
543 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
544 msgid "Unknown"
545 msgstr ""
546
547 #: ../src/virt-viewer-window.c:1062
464548 msgid "Disconnect"
465549 msgstr ""
466550
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
551 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468552 #: ../src/virt-viewer.xml.h:3
469553 msgid "USB device selection"
470554 msgstr ""
471555
472 #: ../src/virt-viewer-window.c:1070
556 #: ../src/virt-viewer-window.c:1081
473557 msgid "Send key combination"
474558 msgstr ""
475559
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
560 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477561 msgid "Leave fullscreen"
478562 msgstr ""
479563
480 #: ../src/virt-viewer-window.c:1162
564 #: ../src/virt-viewer-window.c:1173
481565 msgid "Ctrl+Alt"
482566 msgstr ""
483567
484 #: ../src/virt-viewer-window.c:1165
568 #: ../src/virt-viewer-window.c:1176
485569 #, c-format
486570 msgid "(Press %s to release pointer)"
487571 msgstr ""
488572
489573 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
574 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
575 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
576 #.
577 #: ../src/virt-viewer-window.c:1187
495578 #, c-format
496579 msgid "%s%s%s - %s"
497580 msgstr ""
498581
499582 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
583 #: ../src/virt-viewer-window.c:1191
501584 msgid " "
502585 msgstr ""
503586
504 #: ../src/virt-viewer-file.c:624
587 #: ../src/virt-viewer-file.c:825
588 #, c-format
589 msgid ""
590 "At least %s version %s is required to setup this connection, see %s for "
591 "details"
592 msgstr ""
593
594 #: ../src/virt-viewer-file.c:833
505595 #, c-format
506596 msgid "At least %s version %s is required to setup this connection"
507597 msgstr ""
508598
509 #: ../src/virt-viewer.c:133
599 #: ../src/virt-viewer.c:163
510600 msgid "Waiting for guest domain to re-start"
511601 msgstr ""
512602
513 #: ../src/virt-viewer.c:318
603 #: ../src/virt-viewer.c:409
514604 #, c-format
515605 msgid "Cannot determine the graphic type for the guest %s"
516606 msgstr ""
517607
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
608 #: ../src/virt-viewer.c:448
524609 #, c-format
525610 msgid "Cannot determine the host for the guest %s"
526611 msgstr ""
527612
528 #: ../src/virt-viewer.c:540
613 #: ../src/virt-viewer.c:476
614 #, c-format
615 msgid "Guest '%s' is not reachable"
616 msgstr ""
617
618 #: ../src/virt-viewer.c:697
619 #, c-format
620 msgid "Virtual machine %s is not running"
621 msgstr ""
622
623 #: ../src/virt-viewer.c:720
529624 msgid "Waiting for libvirt to start"
530625 msgstr ""
531626
532 #: ../src/virt-viewer.c:544
627 #: ../src/virt-viewer.c:724
533628 msgid "Finding guest domain"
534629 msgstr ""
535630
536 #: ../src/virt-viewer.c:548
631 #: ../src/virt-viewer.c:728
537632 msgid "Waiting for guest domain to be created"
538633 msgstr ""
539634
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
635 #: ../src/virt-viewer.c:750
546636 msgid "Checking guest domain status"
547637 msgstr ""
548638
549 #: ../src/virt-viewer.c:573
639 #: ../src/virt-viewer.c:753
640 msgid "Cannot get guest state"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:759
550644 msgid "Waiting for guest domain to start"
551645 msgstr ""
552646
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
647 #: ../src/virt-viewer.c:863
648 #, c-format
649 msgid "Unable to connect to libvirt with URI: %s."
650 msgstr ""
651
652 #: ../src/virt-viewer.c:864
563653 msgid "[none]"
564654 msgstr ""
565655
656 #: ../src/virt-viewer.c:871
657 msgid "Authentication failed."
658 msgstr ""
659
660 #: ../src/virt-viewer.c:931
661 msgid "Failed to connect: "
662 msgstr ""
663
664 #.
566665 #. * Local variables:
567666 #. * c-indent-level: 4
568667 #. * c-basic-offset: 4
569668 #. * indent-tabs-mode: nil
570669 #. * End:
670 #.
571671 #: ../src/virt-viewer.xml.h:1
572672 msgid "_File"
573673 msgstr ""
580680 msgid "Smartcard removal"
581681 msgstr ""
582682
583 #: ../src/virt-viewer.xml.h:6
683 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
684 msgid "Preferences"
685 msgstr ""
686
687 #: ../src/virt-viewer.xml.h:7
584688 msgid "_View"
585689 msgstr ""
586690
587 #: ../src/virt-viewer.xml.h:7
691 #: ../src/virt-viewer.xml.h:8
588692 msgid "Full screen"
589693 msgstr ""
590694
591 #: ../src/virt-viewer.xml.h:8
695 #: ../src/virt-viewer.xml.h:9
592696 msgid "_Zoom"
593697 msgstr ""
594698
595 #: ../src/virt-viewer.xml.h:9
699 #: ../src/virt-viewer.xml.h:10
596700 msgid "Displays"
597701 msgstr ""
598702
599 #: ../src/virt-viewer.xml.h:10
703 #: ../src/virt-viewer.xml.h:11
600704 msgid "Release cursor"
601705 msgstr ""
602706
603 #: ../src/virt-viewer.xml.h:11
707 #: ../src/virt-viewer.xml.h:12
604708 msgid "_Send key"
605709 msgstr ""
606710
607 #: ../src/virt-viewer.xml.h:12
711 #: ../src/virt-viewer.xml.h:13
608712 msgid "_Help"
609713 msgstr ""
714
715 #: ../src/virt-viewer.xml.h:14
716 msgid "_Guest Details"
717 msgstr ""
718
719 #: ../src/virt-viewer-guest-details.xml.h:1
720 msgid "Guest Details"
721 msgstr ""
722
723 #: ../src/virt-viewer-guest-details.xml.h:2
724 msgid "Name:"
725 msgstr ""
726
727 #: ../src/virt-viewer-guest-details.xml.h:3
728 msgid "GUID:"
729 msgstr ""
730
731 #: ../src/virt-viewer-vm-connection.xml.h:1
732 msgid "Choose a virtual machine"
733 msgstr ""
734
735 #: ../src/virt-viewer-vm-connection.xml.h:2
736 msgid "Name"
737 msgstr ""
738
739 #: ../src/virt-viewer-vm-connection.xml.h:3
740 msgid "Available virtual machines"
741 msgstr ""
742
743 #: ../src/virt-viewer-preferences.xml.h:2
744 msgid "Folder sharing"
745 msgstr ""
746
747 #: ../src/virt-viewer-preferences.xml.h:3
748 msgid "Share folder"
749 msgstr ""
750
751 #: ../src/virt-viewer-preferences.xml.h:4
752 msgid "Read-only"
753 msgstr ""
754
755 #: ../src/virt-viewer-preferences.xml.h:5
756 msgid "Spice"
757 msgstr ""
+554
-364
po/ca.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
5 # Robert Antoni Buj i Gelonch, 2014
6 # Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>, 2015. #zanata
57 msgid ""
68 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
9 "Project-Id-Version: PACKAGE VERSION\n"
810 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Catalan (http://www.transifex.com/projects/p/virt-viewer/language/ca/)\n"
11 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
12 "PO-Revision-Date: 2015-12-09 03:08-0500\n"
13 "Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>\n"
14 "Language-Team: Catalan (http://www.transifex.com/projects/p/virt-viewer/"
15 "language/ca/)\n"
16 "Language: ca\n"
1317 "MIME-Version: 1.0\n"
1418 "Content-Type: text/plain; charset=UTF-8\n"
1519 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ca\n"
1720 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
21 "X-Generator: Zanata 3.7.3\n"
22
23 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2024 msgid "Remote Viewer"
21 msgstr ""
25 msgstr "Visualitzador remot"
2226
2327 #: ../data/remote-viewer.desktop.in.h:2
2428 msgid "Access remote desktops"
25 msgstr ""
29 msgstr "Accediu a escriptoris remots"
2630
2731 #: ../data/virt-viewer-mime.xml.in.h:1
2832 msgid "Virt-Viewer connection file"
29 msgstr ""
33 msgstr "Fitxer de connexió Virt-Viewer"
3034
3135 #: ../src/gbinding.c:637
3236 msgid "Source"
33 msgstr ""
37 msgstr "Origen"
3438
3539 #: ../src/gbinding.c:638
3640 msgid "The source of the binding"
37 msgstr ""
41 msgstr "L'origen de la creació d'un vincle"
3842
3943 #: ../src/gbinding.c:652
4044 msgid "Target"
41 msgstr ""
45 msgstr "Destí"
4246
4347 #: ../src/gbinding.c:653
4448 msgid "The target of the binding"
45 msgstr ""
49 msgstr "El destí de la creació d'un vincle"
4650
4751 #: ../src/gbinding.c:668
4852 msgid "Source Property"
49 msgstr ""
53 msgstr "Propietat de l'origen"
5054
5155 #: ../src/gbinding.c:669
5256 msgid "The property on the source to bind"
53 msgstr ""
57 msgstr "La propietat en l'origen per crear un vincle"
5458
5559 #: ../src/gbinding.c:684
5660 msgid "Target Property"
57 msgstr ""
61 msgstr "Propietat del destí"
5862
5963 #: ../src/gbinding.c:685
6064 msgid "The property on the target to bind"
61 msgstr ""
65 msgstr "La propietat en el destí per crear un vincle"
6266
6367 #: ../src/gbinding.c:699
6468 msgid "Flags"
65 msgstr ""
69 msgstr "Indicadors"
6670
6771 #: ../src/gbinding.c:700
6872 msgid "The binding flags"
69 msgstr ""
73 msgstr "Els indicadors de la creació d'un vincle"
7074
7175 #: ../src/remote-viewer-main.c:50
7276 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "remote-viewer version %s"
78 msgstr "remote-viewer versió %s"
79
80 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7781 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
82 msgstr "Mostra informació de la versió"
83
84 #: ../src/remote-viewer-main.c:105
8185 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
86 msgstr "Estableix el títol de la finestra"
87
88 #: ../src/remote-viewer-main.c:108
8589 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
90 msgstr "Obre la connexió mitjançant la comunicació del controlador Spice"
91
92 #: ../src/remote-viewer-main.c:120
8993 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
94 msgstr "Client del visualitzador remot"
95
96 #: ../src/remote-viewer-main.c:138
9397 #, c-format
9498 msgid ""
9599 "%s\n"
96100 "Run '%s --help' to see a full list of available command line options\n"
97101 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
102 "%s\n"
103 "Executeu '%s --help' per visualitzar el llistat complet d'opcions "
104 "disponibles per a la línia d'ordres\n"
105
106 #: ../src/remote-viewer-main.c:149
100107 #, c-format
101108 msgid "Error: extra arguments given while using Spice controller\n"
102109 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
110 "Error: s'han proporcionat arguments extres mentre s'estava utilitzant el "
111 "controlador Spice\n"
112
113 #: ../src/remote-viewer-main.c:156
105114 #, c-format
106115 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
116 msgstr "S'ha produït un error: no es poden gestionar múltiples URI\n"
117
118 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110119 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
120 msgstr "S'ha produït un error en inicialitzar la connexió"
121
122 #: ../src/remote-viewer.c:313
114123 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
124 msgstr "La pantalla està desactivada pel controlador"
125
126 #: ../src/remote-viewer.c:609
118127 #, c-format
119128 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
129 msgstr "La connexió amb el controlador ha fallat: %s"
130
131 #: ../src/remote-viewer.c:755
132 msgid "_Change CD"
133 msgstr "_Canvia CD"
134
135 #: ../src/remote-viewer.c:855
136 msgid "failed to parse ovirt uri"
137 msgstr "S'ha produït un error en analitzar sintàcticament la uri d'ovirt"
138
139 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
140 msgid "Authentication was cancelled"
141 msgstr "S'ha cancel·lat l'autenticació"
142
143 #: ../src/remote-viewer.c:900
144 #, c-format
145 msgid "oVirt VM %s is not running"
146 msgstr "La MV oVirt %s no s'està executant"
147
148 #: ../src/remote-viewer.c:914
149 #, c-format
150 msgid "oVirt VM %s has no display"
151 msgstr "La MV oVirt %s no té cap pantalla"
152
153 #: ../src/remote-viewer.c:940
154 #, c-format
155 msgid "oVirt VM %s has no host information"
156 msgstr "La MV d'oVirt %s no té cap informació de l'amfitrió"
130157
131158 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
159 #, c-format
160 msgid "oVirt VM %s has unknown display type: %d"
161 msgstr "La MV oVirt %s té un tipus desconegut de pantalla: %d"
162
163 #: ../src/remote-viewer.c:1094
144164 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
165 msgstr "S'està preparant la sessió Spice..."
166
167 #: ../src/remote-viewer.c:1102
168 msgid "No connection was chosen"
169 msgstr "No s'ha seleccionat cap connexió"
170
171 #: ../src/remote-viewer.c:1120
172 #, c-format
173 msgid "Invalid file %s: "
174 msgstr "Fitxer no vàlid %s:"
175
176 #: ../src/remote-viewer.c:1128
153177 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
178 msgstr "No s'ha pogut determinar el tipus de connexió des de la URI"
179
180 #: ../src/remote-viewer.c:1134
181 msgid "Couldn't open oVirt session: "
182 msgstr "No s'ha pogut obrir la sessió d'oVirt:"
183
184 #.
165185 #. * Local variables:
166186 #. * c-indent-level: 4
167187 #. * c-basic-offset: 4
168188 #. * indent-tabs-mode: nil
169189 #. * End:
190 #.
191 #: ../src/remote-viewer-connect.xml.h:1
192 msgid "Connection details"
193 msgstr "Detalls de la connexió"
194
195 #: ../src/remote-viewer-connect.xml.h:2
196 msgid "Connection Address"
197 msgstr "Adreça de connexió"
198
199 #: ../src/remote-viewer-connect.xml.h:3
200 msgid "For example, spice://foo.example.org:5900"
201 msgstr "Per exemple, spice://foo.exemple.cat:5900"
202
203 #: ../src/remote-viewer-connect.xml.h:4
204 msgid "Recent connections"
205 msgstr "Connexions recents"
206
207 #: ../src/remote-viewer-connect.xml.h:5
208 msgid "Cancel"
209 msgstr "Cancel·la"
210
211 #: ../src/remote-viewer-connect.xml.h:6
212 msgid "Connect"
213 msgstr "Connecta"
214
170215 #: ../src/virt-viewer-about.xml.h:1
171216 msgid "About Glade"
172 msgstr ""
217 msgstr "Quant a Glade"
173218
174219 #: ../src/virt-viewer-about.xml.h:2
175220 msgid ""
176221 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177222 "Copyright (C) 2007-2014 Red Hat, Inc."
178223 msgstr ""
224 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
225 "Copyright (C) 2007-2014 Red Hat, Inc."
179226
180227 #: ../src/virt-viewer-about.xml.h:4
181228 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182229 msgstr ""
230 "Un client d'escriptori remot que estigui construït amb GTK-VNC, SPICE-GTK i "
231 "libvirt"
183232
184233 #: ../src/virt-viewer-about.xml.h:5
185234 msgid "virt-manager.org"
186 msgstr ""
235 msgstr "virt-manager.org"
187236
188237 #: ../src/virt-viewer-about.xml.h:6
189238 msgid ""
201250 "along with this program; if not, write to the Free Software\n"
202251 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203252 msgstr ""
253 "Aquest programa és programari lliure; el podeu redistribuir i/o modificar\n"
254 "d'acord amb els termes de la Llicència pública general de GNU tal com\n"
255 "la publica la Free Software Foundation; amb la versió 2 de la Llicència, o\n"
256 "(si ho preferiu) amb qualsevol versió posterior.\n"
257 "\n"
258 "Aquest programa es distribueix amb l'esperança que us sigui útil, però\n"
259 "SENSE CAP GARANTIA; ni tan sols amb la garantia de COMERCIALITZACIÓ\n"
260 "o APTITUD PER A PROPÒSITS DETERMINATS. Vegeu la Llicència pública\n"
261 "general de GNU per a més detalls.\n"
262 "\n"
263 "Hauríeu d'haver rebut una còpia de la llicència pública general de GNU\n"
264 "amb aquest programa; si no fos així, escriviu a la Free Software\n"
265 "Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.\n"
204266
205267 #: ../src/virt-viewer-about.xml.h:20
206268 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
269 msgstr "Robert Antoni Buj i Gelonch <rbuj@fedoraproject.og>"
270
271 #: ../src/virt-viewer-app.c:526
210272 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
273 msgstr "Voleu tancar la sessió?"
274
275 #: ../src/virt-viewer-app.c:528
214276 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
277 msgstr "No m'ho tornis a preguntar"
278
279 #: ../src/virt-viewer-app.c:1008
218280 #, c-format
219281 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
282 msgstr "A l'espera de la pantalla %d..."
283
284 #: ../src/virt-viewer-app.c:1117
285 #, c-format
286 msgid "Unsupported graphic type '%s'"
287 msgstr "Tipus no admès de gràfics «%s»"
288
289 #: ../src/virt-viewer-app.c:1200
228290 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
291 msgstr "La connexió per ssh ha fallat."
292
293 #: ../src/virt-viewer-app.c:1202
232294 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
295 msgstr "No s'ha pogut connectar al canal, únicament és compatible amb SSH."
296
297 #: ../src/virt-viewer-app.c:1214
236298 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
299 msgstr "La connexió al canal no és compatible."
300
301 #: ../src/virt-viewer-app.c:1276
302 msgid "Display can only be attached through libvirt with --attach"
303 msgstr "La pantalla únicament pot adjuntar-se a través de libvirt amb --attach"
304
305 #: ../src/virt-viewer-app.c:1299
240306 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
307 msgstr "S'està connectant al servidor gràfic"
308
309 #: ../src/virt-viewer-app.c:1398
244310 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
311 msgstr "S'ha apagat el domini del convidat"
312
313 #: ../src/virt-viewer-app.c:1459
248314 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
315 msgstr "S'ha connectat al servidor gràfic"
316
317 #: ../src/virt-viewer-app.c:1486
252318 #, c-format
253319 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
320 msgstr "No s'ha pogut connectar amb el servidor gràfic %s"
321
322 #: ../src/virt-viewer-app.c:1512
323 #, c-format
324 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
325 msgstr "No s'ha pogut autenticar amb el servidor d'escriptori remot a %s: %s\n"
326
327 #: ../src/virt-viewer-app.c:1525
328 #, c-format
329 msgid "Unable to authenticate with remote desktop server: %s"
330 msgstr "No s'ha pogut autentificar amb el servidor d'escriptori remot: %s"
331
332 #: ../src/virt-viewer-app.c:1533
333 #, c-format
334 msgid "USB redirection error: %s"
335 msgstr "S'ha produït un error en la redirecció USB: %s"
336
337 #: ../src/virt-viewer-app.c:1786
338 #, c-format
339 msgid "Zoom level must be within %d-%d\n"
340 msgstr "El nivell del zoom ha d'estar dins del rang %d-%d\n"
341
342 #: ../src/virt-viewer-app.c:2296
343 #, c-format
344 msgid "Display %d"
345 msgstr "Pantalla %d"
346
347 #: ../src/virt-viewer-app.c:2552
348 #, c-format
349 msgid "Invalid kiosk-quit argument: %s"
350 msgstr "Argument no vàlid de kiosk-quit: %s"
351
352 #: ../src/virt-viewer-app.c:2561
353 msgid "Zoom level of window, in percentage"
354 msgstr "Nivell de zoom de la finestra, en percentatge"
355
356 #: ../src/virt-viewer-app.c:2563
357 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
358 msgstr ""
359 "Obre en mode de pantalla completa (ajusta la resolució del convidat per "
360 "adaptar-se al client)"
361
362 #: ../src/virt-viewer-app.c:2565
363 msgid "Customise hotkeys"
364 msgstr "Personalitza les dreceres de teclat"
365
366 #: ../src/virt-viewer-app.c:2567
367 msgid "Enable kiosk mode"
368 msgstr "Activa el mode quiosc"
369
370 #: ../src/virt-viewer-app.c:2569
371 msgid "Quit on given condition in kiosk mode"
372 msgstr "Surt del mode quiosc en una condició donada"
373
374 #: ../src/virt-viewer-app.c:2569
375 msgid "<never|on-disconnect>"
376 msgstr "<never|on-disconnect>"
377
378 #: ../src/virt-viewer-app.c:2571
379 msgid "Display verbose information"
380 msgstr "Mostra informació detallada"
381
382 #: ../src/virt-viewer-app.c:2573
383 msgid "Display debugging information"
384 msgstr "Mostra informació de depuració"
385
386 #: ../src/virt-viewer-auth.c:88
257387 #, c-format
258388 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
389 "Authentication is required for the %s connection to:\n"
390 "\n"
391 "<b>%s</b>\n"
392 "\n"
393 msgstr ""
394 "Es requereix autentificació per a la connexió %s a:\n"
395 "\n"
396 "<b>%s</b>\n"
397 "\n"
398
399 #: ../src/virt-viewer-auth.c:92
400 #, c-format
401 msgid "Authentication is required for the %s connection:\n"
402 msgstr "Es requereix autentificació per a la connexió %s:\n"
403
404 #.
320405 #. * Local variables:
321406 #. * c-indent-level: 4
322407 #. * c-basic-offset: 4
323408 #. * indent-tabs-mode: nil
324409 #. * End:
410 #.
325411 #: ../src/virt-viewer-auth.xml.h:1
326412 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
413 msgstr "Es requereix autenticació"
414
415 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330416 msgid "label"
331 msgstr ""
417 msgstr "etiqueta"
332418
333419 #: ../src/virt-viewer-auth.xml.h:3
334420 msgid "Password:"
335 msgstr ""
421 msgstr "Contrasenya:"
336422
337423 #: ../src/virt-viewer-auth.xml.h:4
338424 msgid "Username:"
339 msgstr ""
425 msgstr "Nom d'usuari:"
426
427 #: ../src/virt-viewer-auth.xml.h:5
428 msgid "Show password"
429 msgstr "Mostra la contrasenya"
430
431 #: ../src/virt-viewer-display-vnc.c:133
432 msgid "VNC does not provide GUID"
433 msgstr "VNC no proporciona GUID"
340434
341435 #: ../src/virt-viewer-main.c:38
342436 #, c-format
343437 msgid "%s version %s\n"
344 msgstr ""
438 msgstr "%s versió %s\n"
345439
346440 #: ../src/virt-viewer-main.c:62
347441 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
442 msgstr "Connexió directa sense túnels automàtics"
349443
350444 #: ../src/virt-viewer-main.c:64
351445 msgid "Attach to the local display using libvirt"
352 msgstr ""
446 msgstr "Adjunta a la pantalla local mitjançant libvirt"
353447
354448 #: ../src/virt-viewer-main.c:66
355449 msgid "Connect to hypervisor"
356 msgstr ""
450 msgstr "Connecta a l'hipervisor"
357451
358452 #: ../src/virt-viewer-main.c:68
359453 msgid "Wait for domain to start"
360 msgstr ""
454 msgstr "Espera el domini per iniciar"
361455
362456 #: ../src/virt-viewer-main.c:70
363457 msgid "Reconnect to domain upon restart"
364 msgstr ""
458 msgstr "Torna a connectar al domini en reiniciar"
365459
366460 #: ../src/virt-viewer-main.c:77
367461 msgid "Virt Viewer"
368 msgstr ""
462 msgstr "Virt Viewer"
369463
370464 #: ../src/virt-viewer-main.c:80
371465 #, c-format
372466 msgid "Run '%s --help' to see a full list of available command line options"
373467 msgstr ""
468 "Executeu '%s --help' per visualitzar el llistat complet d'opcions "
469 "disponibles per a la línia d'ordres"
374470
375471 #: ../src/virt-viewer-main.c:86
376472 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
473 msgstr "Consola gràfica de la màquina virtual"
474
475 #: ../src/virt-viewer-main.c:107
380476 #, c-format
381477 msgid ""
382478 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
479 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384480 "\n"
385481 "%s\n"
386482 "\n"
387483 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
484 "\n"
485 "Ús: %s [OPCIONS] [NOM-DOMINI|ID|UUID]\n"
486 "\n"
487 "%s\n"
488 "\n"
489
490 #: ../src/virt-viewer-main.c:112
491 #, c-format
492 msgid ""
493 "\n"
494 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
495 "\n"
496 msgstr ""
497 "\n"
498 "Cap NOM-DOMINI|ID|UUID es va especificar per a '--wait'\n"
499 "\n"
500
501 #: ../src/virt-viewer-session-spice.c:694
502 msgid "Invalid password"
503 msgstr "La contrasenya no és vàlida"
392504
393505 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
506 #: ../src/virt-viewer-session-spice.c:786
395507 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
508 msgstr "Seleccioneu els dispositius USB per a la redirecció"
509
510 #: ../src/virt-viewer-session-vnc.c:153
399511 #, c-format
400512 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
513 msgstr "El tipus d'autenticació no és compatible %d"
514
515 #: ../src/virt-viewer-vm-connection.c:64
516 msgid "No virtual machine found"
517 msgstr "No s'han trobat màquines virtuals"
518
519 #: ../src/virt-viewer-vm-connection.c:93
520 msgid "No virtual machine was chosen"
521 msgstr "No s'ha triat cap màquina virtual"
522
523 #: ../src/virt-viewer-window.c:537
404524 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
525 msgstr "Ctrl+Alt+_ Supr"
526
527 #: ../src/virt-viewer-window.c:538
408528 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
529 msgstr "Ctrl+Alt+_Retrocés"
530
531 #: ../src/virt-viewer-window.c:540
412532 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
533 msgstr "Ctrl+Alt+F_1"
534
535 #: ../src/virt-viewer-window.c:541
416536 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
537 msgstr "Ctrl+Alt+F_2"
538
539 #: ../src/virt-viewer-window.c:542
420540 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
541 msgstr "Ctrl+Alt+F_3"
542
543 #: ../src/virt-viewer-window.c:543
424544 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
545 msgstr "Ctrl+Alt+F_4"
546
547 #: ../src/virt-viewer-window.c:544
428548 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
549 msgstr "Ctrl+Alt+F_5"
550
551 #: ../src/virt-viewer-window.c:545
432552 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
553 msgstr "Ctrl+Alt+F_6"
554
555 #: ../src/virt-viewer-window.c:546
436556 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
557 msgstr "Ctrl+Alt+F_7"
558
559 #: ../src/virt-viewer-window.c:547
440560 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
561 msgstr "Ctrl+Alt+F_8"
562
563 #: ../src/virt-viewer-window.c:548
444564 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
565 msgstr "Ctrl+Alt+F_9"
566
567 #: ../src/virt-viewer-window.c:549
448568 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
569 msgstr "Ctrl+Alt+F1_0"
570
571 #: ../src/virt-viewer-window.c:550
452572 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
573 msgstr "Ctrl+Alt+F11"
574
575 #: ../src/virt-viewer-window.c:551
456576 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
577 msgstr "Ctrl+Alt+F12"
578
579 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460580 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
581 msgstr "Captura de pantalla"
582
583 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
584 msgid "Unknown"
585 msgstr "Desconegut"
586
587 #: ../src/virt-viewer-window.c:1062
464588 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
589 msgstr "Desconnecta"
590
591 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468592 #: ../src/virt-viewer.xml.h:3
469593 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
594 msgstr "Selecció del dispositiu USB"
595
596 #: ../src/virt-viewer-window.c:1081
473597 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
598 msgstr "Envia una combinació de tecles"
599
600 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477601 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
602 msgstr "Deixa la pantalla completa"
603
604 #: ../src/virt-viewer-window.c:1173
481605 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
606 msgstr "Ctrl+Alt"
607
608 #: ../src/virt-viewer-window.c:1176
485609 #, c-format
486610 msgid "(Press %s to release pointer)"
487 msgstr ""
611 msgstr "(Premeu %s per alliberar el punter)"
488612
489613 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
614 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
615 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
616 #.
617 #: ../src/virt-viewer-window.c:1187
495618 #, c-format
496619 msgid "%s%s%s - %s"
497 msgstr ""
620 msgstr "%s%s%s - %s"
498621
499622 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
623 #: ../src/virt-viewer-window.c:1191
501624 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
625 msgstr " "
626
627 #: ../src/virt-viewer-file.c:825
628 #, c-format
629 msgid ""
630 "At least %s version %s is required to setup this connection, see %s for "
631 "details"
632 msgstr ""
633 "Com a mínim %s versió %s es requereix per a configurar aquesta connexió, "
634 "vegeu %s per a més detalls"
635
636 #: ../src/virt-viewer-file.c:833
505637 #, c-format
506638 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
639 msgstr "Com a mínim es necessita %s versió %s per preparar aquesta connexió"
640
641 #: ../src/virt-viewer.c:163
510642 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
643 msgstr "A l'espera del domini del convidat per tornar a iniciar"
644
645 #: ../src/virt-viewer.c:409
514646 #, c-format
515647 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
648 msgstr "No es pot determinar el tipus de gràfics per al convidat %s"
649
650 #: ../src/virt-viewer.c:448
524651 #, c-format
525652 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
653 msgstr "No s'ha pogut determinar l'amfitrió per al convidat %s"
654
655 #: ../src/virt-viewer.c:476
656 #, c-format
657 msgid "Guest '%s' is not reachable"
658 msgstr "El convidat «%s» no és accessible"
659
660 #: ../src/virt-viewer.c:697
661 #, c-format
662 msgid "Virtual machine %s is not running"
663 msgstr "La màquina virtual %s no s'està executant"
664
665 #: ../src/virt-viewer.c:720
529666 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
667 msgstr "A l'espera de libvirt per iniciar"
668
669 #: ../src/virt-viewer.c:724
533670 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
671 msgstr "S'està cercant el domini del convidat"
672
673 #: ../src/virt-viewer.c:728
537674 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
675 msgstr "A l'espera de la creació del domini del convidat"
676
677 #: ../src/virt-viewer.c:750
546678 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
679 msgstr "S'està comprovant l'estat del domini del convidat"
680
681 #: ../src/virt-viewer.c:753
682 msgid "Cannot get guest state"
683 msgstr "No es pot obtenir l'estat del convidat"
684
685 #: ../src/virt-viewer.c:759
550686 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
687 msgstr "A l'espera del domini del convidat a iniciar"
688
689 #: ../src/virt-viewer.c:863
690 #, c-format
691 msgid "Unable to connect to libvirt with URI: %s."
692 msgstr "No s'ha pogut connectar a libvirt amb l'URI: %s."
693
694 #: ../src/virt-viewer.c:864
563695 msgid "[none]"
564 msgstr ""
565
696 msgstr "[cap]"
697
698 #: ../src/virt-viewer.c:871
699 msgid "Authentication failed."
700 msgstr "L'autentificació ha fallat."
701
702 #: ../src/virt-viewer.c:931
703 msgid "Failed to connect: "
704 msgstr "No s'ha pogut connectar"
705
706 #.
566707 #. * Local variables:
567708 #. * c-indent-level: 4
568709 #. * c-basic-offset: 4
569710 #. * indent-tabs-mode: nil
570711 #. * End:
712 #.
571713 #: ../src/virt-viewer.xml.h:1
572714 msgid "_File"
573 msgstr ""
715 msgstr "_Fitxer"
574716
575717 #: ../src/virt-viewer.xml.h:4
576718 msgid "Smartcard insertion"
577 msgstr ""
719 msgstr "Inserció d'una targeta intel·ligent"
578720
579721 #: ../src/virt-viewer.xml.h:5
580722 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
723 msgstr "Extracció d'una targeta intel·ligent"
724
725 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
726 msgid "Preferences"
727 msgstr "Preferències"
728
729 #: ../src/virt-viewer.xml.h:7
584730 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
731 msgstr "_Visualitza"
732
733 #: ../src/virt-viewer.xml.h:8
588734 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
735 msgstr "Pantalla completa"
736
737 #: ../src/virt-viewer.xml.h:9
592738 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
739 msgstr "_Zoom"
740
741 #: ../src/virt-viewer.xml.h:10
596742 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
743 msgstr "Pantalles"
744
745 #: ../src/virt-viewer.xml.h:11
600746 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
747 msgstr "Allibera el cursor"
748
749 #: ../src/virt-viewer.xml.h:12
604750 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
751 msgstr "Envia _tecles"
752
753 #: ../src/virt-viewer.xml.h:13
608754 msgid "_Help"
609 msgstr ""
755 msgstr "A_juda"
756
757 #: ../src/virt-viewer.xml.h:14
758 msgid "_Guest Details"
759 msgstr "_Detalls del convidat"
760
761 #: ../src/virt-viewer-guest-details.xml.h:1
762 msgid "Guest Details"
763 msgstr "Detalls del convidat"
764
765 #: ../src/virt-viewer-guest-details.xml.h:2
766 msgid "Name:"
767 msgstr "Nom:"
768
769 #: ../src/virt-viewer-guest-details.xml.h:3
770 msgid "GUID:"
771 msgstr "GUID:"
772
773 #: ../src/virt-viewer-vm-connection.xml.h:1
774 msgid "Choose a virtual machine"
775 msgstr "Trieu una màquina virtual"
776
777 #: ../src/virt-viewer-vm-connection.xml.h:2
778 msgid "Name"
779 msgstr "Nom"
780
781 #: ../src/virt-viewer-vm-connection.xml.h:3
782 msgid "Available virtual machines"
783 msgstr "Màquines virtuals disponibles"
784
785 #: ../src/virt-viewer-preferences.xml.h:2
786 msgid "Folder sharing"
787 msgstr "Compartició de carpetes"
788
789 #: ../src/virt-viewer-preferences.xml.h:3
790 msgid "Share folder"
791 msgstr "Comparteix la carpeta"
792
793 #: ../src/virt-viewer-preferences.xml.h:4
794 msgid "Read-only"
795 msgstr "Només lectura"
796
797 #: ../src/virt-viewer-preferences.xml.h:5
798 msgid "Spice"
799 msgstr "Spice"
+352
-205
po/cs.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Czech (http://www.transifex.com/projects/p/virt-viewer/language/cs/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Czech\n"
13 "Language: cs\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: cs\n"
17 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+0
-612
po/cs_CZ.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-01-24 17:29+0000\n"
10 "PO-Revision-Date: 2014-01-24 17:29+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Czech (Czech Republic) (http://www.transifex.com/projects/p/fedora/language/cs_CZ/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: cs_CZ\n"
17 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:111
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #. Setup command line options
89 #: ../src/remote-viewer-main.c:114
90 msgid "- Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:131
94 #, c-format
95 msgid ""
96 "%s\n"
97 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr ""
99
100 #: ../src/remote-viewer-main.c:143
101 #, c-format
102 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr ""
104
105 #: ../src/remote-viewer-main.c:150
106 #, c-format
107 msgid "Error: can't handle multiple URIs\n"
108 msgstr ""
109
110 #: ../src/remote-viewer.c:284 ../src/remote-viewer.c:1030
111 msgid "Failed to initiate connection"
112 msgstr ""
113
114 #: ../src/remote-viewer.c:299
115 msgid "Display disabled by controller"
116 msgstr ""
117
118 #: ../src/remote-viewer.c:597
119 #, c-format
120 msgid "Controller connection failed: %s"
121 msgstr ""
122
123 #. Create the widgets
124 #: ../src/remote-viewer.c:885
125 msgid "Connection details"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:900
129 msgid "URL:"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:908
133 msgid "Recent connections:"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:962
137 msgid "Couldn't create a Spice session"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:976
141 msgid "Setting up Spice session..."
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1001
145 #, c-format
146 msgid "Invalid file %s"
147 msgstr ""
148
149 #: ../src/remote-viewer.c:1008
150 msgid "Cannot determine the connection type from URI"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:1014
154 msgid "Couldn't open oVirt session"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:1021
158 #, c-format
159 msgid "Couldn't create a session for this type: %s"
160 msgstr ""
161
162 #. * Local variables:
163 #. * c-indent-level: 4
164 #. * c-basic-offset: 4
165 #. * indent-tabs-mode: nil
166 #. * End:
167 #: ../src/virt-viewer-about.xml.h:1
168 msgid "About Glade"
169 msgstr ""
170
171 #: ../src/virt-viewer-about.xml.h:2
172 msgid ""
173 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
174 "Copyright (C) 2007-2012 Red Hat, Inc."
175 msgstr ""
176
177 #: ../src/virt-viewer-about.xml.h:4
178 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
179 msgstr ""
180
181 #: ../src/virt-viewer-about.xml.h:5
182 msgid "virt-manager.org"
183 msgstr ""
184
185 #: ../src/virt-viewer-about.xml.h:6
186 msgid ""
187 "This program is free software; you can redistribute it and/or modify\n"
188 "it under the terms of the GNU General Public License as published by\n"
189 "the Free Software Foundation; either version 2 of the License, or\n"
190 "(at your option) any later version.\n"
191 "\n"
192 "This program is distributed in the hope that it will be useful,\n"
193 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
194 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
195 "GNU General Public License for more details.\n"
196 "\n"
197 "You should have received a copy of the GNU General Public License\n"
198 "along with this program; if not, write to the Free Software\n"
199 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
200 msgstr ""
201
202 #: ../src/virt-viewer-about.xml.h:20
203 msgid "The Fedora Translation Team"
204 msgstr ""
205
206 #: ../src/virt-viewer-app.c:383
207 msgid "Do you want to close the session?"
208 msgstr ""
209
210 #: ../src/virt-viewer-app.c:385
211 msgid "Do not ask me again"
212 msgstr ""
213
214 #: ../src/virt-viewer-app.c:806
215 #, c-format
216 msgid "Waiting for display %d..."
217 msgstr ""
218
219 #: ../src/virt-viewer-app.c:914
220 #, c-format
221 msgid "Unknown graphic type for the guest %s"
222 msgstr ""
223
224 #: ../src/virt-viewer-app.c:995
225 msgid "Connect to ssh failed."
226 msgstr ""
227
228 #: ../src/virt-viewer-app.c:997
229 msgid "Can't connect to channel, SSH only supported."
230 msgstr ""
231
232 #: ../src/virt-viewer-app.c:1009
233 msgid "Connect to channel unsupported."
234 msgstr ""
235
236 #: ../src/virt-viewer-app.c:1091
237 msgid "Connecting to graphic server"
238 msgstr ""
239
240 #: ../src/virt-viewer-app.c:1224
241 msgid "Guest domain has shutdown"
242 msgstr ""
243
244 #: ../src/virt-viewer-app.c:1284
245 msgid "Connected to graphic server"
246 msgstr ""
247
248 #: ../src/virt-viewer-app.c:1309
249 #, c-format
250 msgid "Unable to connect to the graphic server %s"
251 msgstr ""
252
253 #: ../src/virt-viewer-app.c:1338
254 #, c-format
255 msgid ""
256 "Unable to authenticate with remote desktop server at %s: %s\n"
257 "Retry connection again?"
258 msgstr ""
259
260 #: ../src/virt-viewer-app.c:1358
261 #, c-format
262 msgid "Unable to authenticate with remote desktop server: %s"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1366
266 #, c-format
267 msgid "USB redirection error: %s"
268 msgstr ""
269
270 #: ../src/virt-viewer-app.c:1584
271 #, c-format
272 msgid "Zoom level must be within %d-%d\n"
273 msgstr ""
274
275 #: ../src/virt-viewer-app.c:2080
276 #, c-format
277 msgid "Display %d"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:2255
281 #, c-format
282 msgid "Invalid kiosk-quit argument: %s"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:2264
286 msgid "Zoom level of window, in percentage"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:2266
290 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:2268
294 msgid "Customise hotkeys"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:2270
298 msgid "Enable kiosk mode"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:2272
302 msgid "Quit on given condition in kiosk mode"
303 msgstr ""
304
305 #: ../src/virt-viewer-app.c:2272
306 msgid "<never|on-disconnect>"
307 msgstr ""
308
309 #: ../src/virt-viewer-app.c:2274
310 msgid "Display verbose information"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:2276
314 msgid "Display debugging information"
315 msgstr ""
316
317 #. * Local variables:
318 #. * c-indent-level: 4
319 #. * c-basic-offset: 4
320 #. * indent-tabs-mode: nil
321 #. * End:
322 #: ../src/virt-viewer-auth.xml.h:1
323 msgid "Authentication required"
324 msgstr ""
325
326 #: ../src/virt-viewer-auth.xml.h:2
327 msgid "label"
328 msgstr ""
329
330 #: ../src/virt-viewer-auth.xml.h:3
331 msgid "Password:"
332 msgstr ""
333
334 #: ../src/virt-viewer-auth.xml.h:4
335 msgid "Username:"
336 msgstr ""
337
338 #: ../src/virt-viewer-main.c:38
339 #, c-format
340 msgid "%s version %s\n"
341 msgstr ""
342
343 #: ../src/virt-viewer-main.c:62
344 msgid "Direct connection with no automatic tunnels"
345 msgstr ""
346
347 #: ../src/virt-viewer-main.c:64
348 msgid "Attach to the local display using libvirt"
349 msgstr ""
350
351 #: ../src/virt-viewer-main.c:66
352 msgid "Connect to hypervisor"
353 msgstr ""
354
355 #: ../src/virt-viewer-main.c:68
356 msgid "Wait for domain to start"
357 msgstr ""
358
359 #: ../src/virt-viewer-main.c:70
360 msgid "Reconnect to domain upon restart"
361 msgstr ""
362
363 #: ../src/virt-viewer-main.c:76
364 msgid "Virt Viewer"
365 msgstr ""
366
367 #: ../src/virt-viewer-main.c:79
368 #, c-format
369 msgid "Run '%s --help' to see a full list of available command line options"
370 msgstr ""
371
372 #. Setup command line options
373 #: ../src/virt-viewer-main.c:84
374 msgid "- Virtual machine graphical console"
375 msgstr ""
376
377 #: ../src/virt-viewer-main.c:105
378 #, c-format
379 msgid ""
380 "\n"
381 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
382 "\n"
383 "%s\n"
384 "\n"
385 msgstr ""
386
387 #: ../src/virt-viewer-session-spice.c:499
388 msgid "invalid password"
389 msgstr ""
390
391 #. Create the widgets
392 #: ../src/virt-viewer-session-spice.c:553
393 msgid "Select USB devices for redirection"
394 msgstr ""
395
396 #: ../src/virt-viewer-session-vnc.c:150
397 #, c-format
398 msgid "Unsupported authentication type %d"
399 msgstr ""
400
401 #: ../src/virt-viewer-window.c:580
402 msgid "Ctrl+Alt+_Del"
403 msgstr ""
404
405 #: ../src/virt-viewer-window.c:581
406 msgid "Ctrl+Alt+_Backspace"
407 msgstr ""
408
409 #: ../src/virt-viewer-window.c:583
410 msgid "Ctrl+Alt+F_1"
411 msgstr ""
412
413 #: ../src/virt-viewer-window.c:584
414 msgid "Ctrl+Alt+F_2"
415 msgstr ""
416
417 #: ../src/virt-viewer-window.c:585
418 msgid "Ctrl+Alt+F_3"
419 msgstr ""
420
421 #: ../src/virt-viewer-window.c:586
422 msgid "Ctrl+Alt+F_4"
423 msgstr ""
424
425 #: ../src/virt-viewer-window.c:587
426 msgid "Ctrl+Alt+F_5"
427 msgstr ""
428
429 #: ../src/virt-viewer-window.c:588
430 msgid "Ctrl+Alt+F_6"
431 msgstr ""
432
433 #: ../src/virt-viewer-window.c:589
434 msgid "Ctrl+Alt+F_7"
435 msgstr ""
436
437 #: ../src/virt-viewer-window.c:590
438 msgid "Ctrl+Alt+F_8"
439 msgstr ""
440
441 #: ../src/virt-viewer-window.c:591
442 msgid "Ctrl+Alt+F_9"
443 msgstr ""
444
445 #: ../src/virt-viewer-window.c:592
446 msgid "Ctrl+Alt+F1_0"
447 msgstr ""
448
449 #: ../src/virt-viewer-window.c:593
450 msgid "Ctrl+Alt+F11"
451 msgstr ""
452
453 #: ../src/virt-viewer-window.c:594
454 msgid "Ctrl+Alt+F12"
455 msgstr ""
456
457 #: ../src/virt-viewer-window.c:985 ../src/virt-viewer.xml.h:2
458 msgid "Screenshot"
459 msgstr ""
460
461 #: ../src/virt-viewer-window.c:1061
462 msgid "Disconnect"
463 msgstr ""
464
465 #: ../src/virt-viewer-window.c:1068 ../src/virt-viewer-window.c:1069
466 #: ../src/virt-viewer.xml.h:3
467 msgid "USB device selection"
468 msgstr ""
469
470 #: ../src/virt-viewer-window.c:1077
471 msgid "Send key combination"
472 msgstr ""
473
474 #: ../src/virt-viewer-window.c:1086 ../src/virt-viewer-window.c:1087
475 msgid "Leave fullscreen"
476 msgstr ""
477
478 #: ../src/virt-viewer-window.c:1166
479 msgid "Ctrl+Alt"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:1169
483 #, c-format
484 msgid "(Press %s to release pointer)"
485 msgstr ""
486
487 #. translators:
488 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
489 #. <appname>"
490 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
491 #. Viewer"
492 #: ../src/virt-viewer-window.c:1180
493 #, c-format
494 msgid "%s%s%s - %s"
495 msgstr ""
496
497 #. translators: <space>
498 #: ../src/virt-viewer-window.c:1184
499 msgid " "
500 msgstr ""
501
502 #: ../src/virt-viewer-file.c:624
503 #, c-format
504 msgid "At least %s version %s is required to setup this connection"
505 msgstr ""
506
507 #: ../src/virt-viewer.c:133
508 msgid "Waiting for guest domain to re-start"
509 msgstr ""
510
511 #: ../src/virt-viewer.c:318
512 #, c-format
513 msgid "Cannot determine the graphic type for the guest %s"
514 msgstr ""
515
516 #: ../src/virt-viewer.c:341
517 #, c-format
518 msgid "Cannot determine the graphic address for the guest %s"
519 msgstr ""
520
521 #: ../src/virt-viewer.c:354
522 #, c-format
523 msgid "Cannot determine the host for the guest %s"
524 msgstr ""
525
526 #: ../src/virt-viewer.c:539
527 msgid "Waiting for libvirt to start"
528 msgstr ""
529
530 #: ../src/virt-viewer.c:543
531 msgid "Finding guest domain"
532 msgstr ""
533
534 #: ../src/virt-viewer.c:547
535 msgid "Waiting for guest domain to be created"
536 msgstr ""
537
538 #: ../src/virt-viewer.c:552
539 #, c-format
540 msgid "Cannot find guest domain %s"
541 msgstr ""
542
543 #: ../src/virt-viewer.c:565
544 msgid "Checking guest domain status"
545 msgstr ""
546
547 #: ../src/virt-viewer.c:572
548 msgid "Waiting for guest domain to start"
549 msgstr ""
550
551 #: ../src/virt-viewer.c:579
552 msgid "Waiting for guest domain to start server"
553 msgstr ""
554
555 #: ../src/virt-viewer.c:693
556 #, c-format
557 msgid "Unable to connect to libvirt with URI %s"
558 msgstr ""
559
560 #: ../src/virt-viewer.c:694
561 msgid "[none]"
562 msgstr ""
563
564 #. * Local variables:
565 #. * c-indent-level: 4
566 #. * c-basic-offset: 4
567 #. * indent-tabs-mode: nil
568 #. * End:
569 #: ../src/virt-viewer.xml.h:1
570 msgid "_File"
571 msgstr ""
572
573 #: ../src/virt-viewer.xml.h:4
574 msgid "Smartcard insertion"
575 msgstr ""
576
577 #: ../src/virt-viewer.xml.h:5
578 msgid "Smartcard removal"
579 msgstr ""
580
581 #: ../src/virt-viewer.xml.h:6
582 msgid "_View"
583 msgstr ""
584
585 #: ../src/virt-viewer.xml.h:7
586 msgid "Full screen"
587 msgstr ""
588
589 #: ../src/virt-viewer.xml.h:8
590 msgid "_Zoom"
591 msgstr ""
592
593 #: ../src/virt-viewer.xml.h:9
594 msgid "Automatically resize"
595 msgstr ""
596
597 #: ../src/virt-viewer.xml.h:10
598 msgid "Displays"
599 msgstr ""
600
601 #: ../src/virt-viewer.xml.h:11
602 msgid "Release cursor"
603 msgstr ""
604
605 #: ../src/virt-viewer.xml.h:12
606 msgid "_Send key"
607 msgstr ""
608
609 #: ../src/virt-viewer.xml.h:13
610 msgid "_Help"
611 msgstr ""
+353
-205
po/cy.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Welsh (http://www.transifex.com/projects/p/virt-viewer/language/cy/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Welsh\n"
13 "Language: cy\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: cy\n"
17 "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=4; plural= (n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != "
18 "11) ? 2 : 3\n"
19 "X-Generator: Zanata 3.5.1\n"
20
21 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2022 msgid "Remote Viewer"
2123 msgstr ""
2224
7072
7173 #: ../src/remote-viewer-main.c:50
7274 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
75 msgid "remote-viewer version %s"
76 msgstr ""
77
78 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7779 msgid "Display version information"
7880 msgstr ""
7981
80 #: ../src/remote-viewer-main.c:101
82 #: ../src/remote-viewer-main.c:105
8183 msgid "Set window title"
8284 msgstr ""
8385
84 #: ../src/remote-viewer-main.c:104
86 #: ../src/remote-viewer-main.c:108
8587 msgid "Open connection using Spice controller communication"
8688 msgstr ""
8789
88 #: ../src/remote-viewer-main.c:116
90 #: ../src/remote-viewer-main.c:120
8991 msgid "Remote viewer client"
9092 msgstr ""
9193
92 #: ../src/remote-viewer-main.c:134
94 #: ../src/remote-viewer-main.c:138
9395 #, c-format
9496 msgid ""
9597 "%s\n"
9698 "Run '%s --help' to see a full list of available command line options\n"
9799 msgstr ""
98100
99 #: ../src/remote-viewer-main.c:146
101 #: ../src/remote-viewer-main.c:149
100102 #, c-format
101103 msgid "Error: extra arguments given while using Spice controller\n"
102104 msgstr ""
103105
104 #: ../src/remote-viewer-main.c:153
106 #: ../src/remote-viewer-main.c:156
105107 #, c-format
106108 msgid "Error: can't handle multiple URIs\n"
107109 msgstr ""
108110
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
111 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110112 msgid "Failed to initiate connection"
111113 msgstr ""
112114
113 #: ../src/remote-viewer.c:294
115 #: ../src/remote-viewer.c:313
114116 msgid "Display disabled by controller"
115117 msgstr ""
116118
117 #: ../src/remote-viewer.c:592
119 #: ../src/remote-viewer.c:609
118120 #, c-format
119121 msgid "Controller connection failed: %s"
120122 msgstr ""
121123
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
124 #: ../src/remote-viewer.c:755
125 msgid "_Change CD"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:855
129 msgid "failed to parse ovirt uri"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
133 msgid "Authentication was cancelled"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:900
137 #, c-format
138 msgid "oVirt VM %s is not running"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:914
142 #, c-format
143 msgid "oVirt VM %s has no display"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:940
147 #, c-format
148 msgid "oVirt VM %s has no host information"
129149 msgstr ""
130150
131151 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
152 #, c-format
153 msgid "oVirt VM %s has unknown display type: %d"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1094
144157 msgid "Setting up Spice session..."
145158 msgstr ""
146159
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
160 #: ../src/remote-viewer.c:1102
161 msgid "No connection was chosen"
162 msgstr ""
163
164 #: ../src/remote-viewer.c:1120
165 #, c-format
166 msgid "Invalid file %s: "
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1128
153170 msgid "Cannot determine the connection type from URI"
154171 msgstr ""
155172
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
173 #: ../src/remote-viewer.c:1134
174 msgid "Couldn't open oVirt session: "
175 msgstr ""
176
177 #.
165178 #. * Local variables:
166179 #. * c-indent-level: 4
167180 #. * c-basic-offset: 4
168181 #. * indent-tabs-mode: nil
169182 #. * End:
183 #.
184 #: ../src/remote-viewer-connect.xml.h:1
185 msgid "Connection details"
186 msgstr ""
187
188 #: ../src/remote-viewer-connect.xml.h:2
189 msgid "Connection Address"
190 msgstr ""
191
192 #: ../src/remote-viewer-connect.xml.h:3
193 msgid "For example, spice://foo.example.org:5900"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:4
197 msgid "Recent connections"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:5
201 msgid "Cancel"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:6
205 msgid "Connect"
206 msgstr ""
207
170208 #: ../src/virt-viewer-about.xml.h:1
171209 msgid "About Glade"
172210 msgstr ""
206244 msgid "The Fedora Translation Team"
207245 msgstr ""
208246
209 #: ../src/virt-viewer-app.c:400
247 #: ../src/virt-viewer-app.c:526
210248 msgid "Do you want to close the session?"
211249 msgstr ""
212250
213 #: ../src/virt-viewer-app.c:402
251 #: ../src/virt-viewer-app.c:528
214252 msgid "Do not ask me again"
215253 msgstr ""
216254
217 #: ../src/virt-viewer-app.c:841
255 #: ../src/virt-viewer-app.c:1008
218256 #, c-format
219257 msgid "Waiting for display %d..."
220258 msgstr ""
221259
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
260 #: ../src/virt-viewer-app.c:1117
261 #, c-format
262 msgid "Unsupported graphic type '%s'"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1200
228266 msgid "Connect to ssh failed."
229267 msgstr ""
230268
231 #: ../src/virt-viewer-app.c:1029
269 #: ../src/virt-viewer-app.c:1202
232270 msgid "Can't connect to channel, SSH only supported."
233271 msgstr ""
234272
235 #: ../src/virt-viewer-app.c:1041
273 #: ../src/virt-viewer-app.c:1214
236274 msgid "Connect to channel unsupported."
237275 msgstr ""
238276
239 #: ../src/virt-viewer-app.c:1123
277 #: ../src/virt-viewer-app.c:1276
278 msgid "Display can only be attached through libvirt with --attach"
279 msgstr ""
280
281 #: ../src/virt-viewer-app.c:1299
240282 msgid "Connecting to graphic server"
241283 msgstr ""
242284
243 #: ../src/virt-viewer-app.c:1256
285 #: ../src/virt-viewer-app.c:1398
244286 msgid "Guest domain has shutdown"
245287 msgstr ""
246288
247 #: ../src/virt-viewer-app.c:1317
289 #: ../src/virt-viewer-app.c:1459
248290 msgid "Connected to graphic server"
249291 msgstr ""
250292
251 #: ../src/virt-viewer-app.c:1344
293 #: ../src/virt-viewer-app.c:1486
252294 #, c-format
253295 msgid "Unable to connect to the graphic server %s"
254296 msgstr ""
255297
256 #: ../src/virt-viewer-app.c:1376
298 #: ../src/virt-viewer-app.c:1512
299 #, c-format
300 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
301 msgstr ""
302
303 #: ../src/virt-viewer-app.c:1525
304 #, c-format
305 msgid "Unable to authenticate with remote desktop server: %s"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:1533
309 #, c-format
310 msgid "USB redirection error: %s"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:1786
314 #, c-format
315 msgid "Zoom level must be within %d-%d\n"
316 msgstr ""
317
318 #: ../src/virt-viewer-app.c:2296
319 #, c-format
320 msgid "Display %d"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:2552
324 #, c-format
325 msgid "Invalid kiosk-quit argument: %s"
326 msgstr ""
327
328 #: ../src/virt-viewer-app.c:2561
329 msgid "Zoom level of window, in percentage"
330 msgstr ""
331
332 #: ../src/virt-viewer-app.c:2563
333 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
334 msgstr ""
335
336 #: ../src/virt-viewer-app.c:2565
337 msgid "Customise hotkeys"
338 msgstr ""
339
340 #: ../src/virt-viewer-app.c:2567
341 msgid "Enable kiosk mode"
342 msgstr ""
343
344 #: ../src/virt-viewer-app.c:2569
345 msgid "Quit on given condition in kiosk mode"
346 msgstr ""
347
348 #: ../src/virt-viewer-app.c:2569
349 msgid "<never|on-disconnect>"
350 msgstr ""
351
352 #: ../src/virt-viewer-app.c:2571
353 msgid "Display verbose information"
354 msgstr ""
355
356 #: ../src/virt-viewer-app.c:2573
357 msgid "Display debugging information"
358 msgstr ""
359
360 #: ../src/virt-viewer-auth.c:88
257361 #, c-format
258362 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
363 "Authentication is required for the %s connection to:\n"
364 "\n"
365 "<b>%s</b>\n"
366 "\n"
367 msgstr ""
368
369 #: ../src/virt-viewer-auth.c:92
370 #, c-format
371 msgid "Authentication is required for the %s connection:\n"
372 msgstr ""
373
374 #.
320375 #. * Local variables:
321376 #. * c-indent-level: 4
322377 #. * c-basic-offset: 4
323378 #. * indent-tabs-mode: nil
324379 #. * End:
380 #.
325381 #: ../src/virt-viewer-auth.xml.h:1
326382 msgid "Authentication required"
327383 msgstr ""
328384
329 #: ../src/virt-viewer-auth.xml.h:2
385 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330386 msgid "label"
331387 msgstr ""
332388
338394 msgid "Username:"
339395 msgstr ""
340396
397 #: ../src/virt-viewer-auth.xml.h:5
398 msgid "Show password"
399 msgstr ""
400
401 #: ../src/virt-viewer-display-vnc.c:133
402 msgid "VNC does not provide GUID"
403 msgstr ""
404
341405 #: ../src/virt-viewer-main.c:38
342406 #, c-format
343407 msgid "%s version %s\n"
376440 msgid "Virtual machine graphical console"
377441 msgstr ""
378442
379 #: ../src/virt-viewer-main.c:108
443 #: ../src/virt-viewer-main.c:107
380444 #, c-format
381445 msgid ""
382446 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
447 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384448 "\n"
385449 "%s\n"
386450 "\n"
387451 msgstr ""
388452
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
453 #: ../src/virt-viewer-main.c:112
454 #, c-format
455 msgid ""
456 "\n"
457 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
458 "\n"
459 msgstr ""
460
461 #: ../src/virt-viewer-session-spice.c:694
462 msgid "Invalid password"
391463 msgstr ""
392464
393465 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
466 #: ../src/virt-viewer-session-spice.c:786
395467 msgid "Select USB devices for redirection"
396468 msgstr ""
397469
398 #: ../src/virt-viewer-session-vnc.c:148
470 #: ../src/virt-viewer-session-vnc.c:153
399471 #, c-format
400472 msgid "Unsupported authentication type %d"
401473 msgstr ""
402474
403 #: ../src/virt-viewer-window.c:587
475 #: ../src/virt-viewer-vm-connection.c:64
476 msgid "No virtual machine found"
477 msgstr ""
478
479 #: ../src/virt-viewer-vm-connection.c:93
480 msgid "No virtual machine was chosen"
481 msgstr ""
482
483 #: ../src/virt-viewer-window.c:537
404484 msgid "Ctrl+Alt+_Del"
405485 msgstr ""
406486
407 #: ../src/virt-viewer-window.c:588
487 #: ../src/virt-viewer-window.c:538
408488 msgid "Ctrl+Alt+_Backspace"
409489 msgstr ""
410490
411 #: ../src/virt-viewer-window.c:590
491 #: ../src/virt-viewer-window.c:540
412492 msgid "Ctrl+Alt+F_1"
413493 msgstr ""
414494
415 #: ../src/virt-viewer-window.c:591
495 #: ../src/virt-viewer-window.c:541
416496 msgid "Ctrl+Alt+F_2"
417497 msgstr ""
418498
419 #: ../src/virt-viewer-window.c:592
499 #: ../src/virt-viewer-window.c:542
420500 msgid "Ctrl+Alt+F_3"
421501 msgstr ""
422502
423 #: ../src/virt-viewer-window.c:593
503 #: ../src/virt-viewer-window.c:543
424504 msgid "Ctrl+Alt+F_4"
425505 msgstr ""
426506
427 #: ../src/virt-viewer-window.c:594
507 #: ../src/virt-viewer-window.c:544
428508 msgid "Ctrl+Alt+F_5"
429509 msgstr ""
430510
431 #: ../src/virt-viewer-window.c:595
511 #: ../src/virt-viewer-window.c:545
432512 msgid "Ctrl+Alt+F_6"
433513 msgstr ""
434514
435 #: ../src/virt-viewer-window.c:596
515 #: ../src/virt-viewer-window.c:546
436516 msgid "Ctrl+Alt+F_7"
437517 msgstr ""
438518
439 #: ../src/virt-viewer-window.c:597
519 #: ../src/virt-viewer-window.c:547
440520 msgid "Ctrl+Alt+F_8"
441521 msgstr ""
442522
443 #: ../src/virt-viewer-window.c:598
523 #: ../src/virt-viewer-window.c:548
444524 msgid "Ctrl+Alt+F_9"
445525 msgstr ""
446526
447 #: ../src/virt-viewer-window.c:599
527 #: ../src/virt-viewer-window.c:549
448528 msgid "Ctrl+Alt+F1_0"
449529 msgstr ""
450530
451 #: ../src/virt-viewer-window.c:600
531 #: ../src/virt-viewer-window.c:550
452532 msgid "Ctrl+Alt+F11"
453533 msgstr ""
454534
455 #: ../src/virt-viewer-window.c:601
535 #: ../src/virt-viewer-window.c:551
456536 msgid "Ctrl+Alt+F12"
457537 msgstr ""
458538
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
539 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460540 msgid "Screenshot"
461541 msgstr ""
462542
463 #: ../src/virt-viewer-window.c:1051
543 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
544 msgid "Unknown"
545 msgstr ""
546
547 #: ../src/virt-viewer-window.c:1062
464548 msgid "Disconnect"
465549 msgstr ""
466550
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
551 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468552 #: ../src/virt-viewer.xml.h:3
469553 msgid "USB device selection"
470554 msgstr ""
471555
472 #: ../src/virt-viewer-window.c:1070
556 #: ../src/virt-viewer-window.c:1081
473557 msgid "Send key combination"
474558 msgstr ""
475559
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
560 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477561 msgid "Leave fullscreen"
478562 msgstr ""
479563
480 #: ../src/virt-viewer-window.c:1162
564 #: ../src/virt-viewer-window.c:1173
481565 msgid "Ctrl+Alt"
482566 msgstr ""
483567
484 #: ../src/virt-viewer-window.c:1165
568 #: ../src/virt-viewer-window.c:1176
485569 #, c-format
486570 msgid "(Press %s to release pointer)"
487571 msgstr ""
488572
489573 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
574 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
575 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
576 #.
577 #: ../src/virt-viewer-window.c:1187
495578 #, c-format
496579 msgid "%s%s%s - %s"
497580 msgstr ""
498581
499582 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
583 #: ../src/virt-viewer-window.c:1191
501584 msgid " "
502585 msgstr ""
503586
504 #: ../src/virt-viewer-file.c:624
587 #: ../src/virt-viewer-file.c:825
588 #, c-format
589 msgid ""
590 "At least %s version %s is required to setup this connection, see %s for "
591 "details"
592 msgstr ""
593
594 #: ../src/virt-viewer-file.c:833
505595 #, c-format
506596 msgid "At least %s version %s is required to setup this connection"
507597 msgstr ""
508598
509 #: ../src/virt-viewer.c:133
599 #: ../src/virt-viewer.c:163
510600 msgid "Waiting for guest domain to re-start"
511601 msgstr ""
512602
513 #: ../src/virt-viewer.c:318
603 #: ../src/virt-viewer.c:409
514604 #, c-format
515605 msgid "Cannot determine the graphic type for the guest %s"
516606 msgstr ""
517607
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
608 #: ../src/virt-viewer.c:448
524609 #, c-format
525610 msgid "Cannot determine the host for the guest %s"
526611 msgstr ""
527612
528 #: ../src/virt-viewer.c:540
613 #: ../src/virt-viewer.c:476
614 #, c-format
615 msgid "Guest '%s' is not reachable"
616 msgstr ""
617
618 #: ../src/virt-viewer.c:697
619 #, c-format
620 msgid "Virtual machine %s is not running"
621 msgstr ""
622
623 #: ../src/virt-viewer.c:720
529624 msgid "Waiting for libvirt to start"
530625 msgstr ""
531626
532 #: ../src/virt-viewer.c:544
627 #: ../src/virt-viewer.c:724
533628 msgid "Finding guest domain"
534629 msgstr ""
535630
536 #: ../src/virt-viewer.c:548
631 #: ../src/virt-viewer.c:728
537632 msgid "Waiting for guest domain to be created"
538633 msgstr ""
539634
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
635 #: ../src/virt-viewer.c:750
546636 msgid "Checking guest domain status"
547637 msgstr ""
548638
549 #: ../src/virt-viewer.c:573
639 #: ../src/virt-viewer.c:753
640 msgid "Cannot get guest state"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:759
550644 msgid "Waiting for guest domain to start"
551645 msgstr ""
552646
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
647 #: ../src/virt-viewer.c:863
648 #, c-format
649 msgid "Unable to connect to libvirt with URI: %s."
650 msgstr ""
651
652 #: ../src/virt-viewer.c:864
563653 msgid "[none]"
564654 msgstr ""
565655
656 #: ../src/virt-viewer.c:871
657 msgid "Authentication failed."
658 msgstr ""
659
660 #: ../src/virt-viewer.c:931
661 msgid "Failed to connect: "
662 msgstr ""
663
664 #.
566665 #. * Local variables:
567666 #. * c-indent-level: 4
568667 #. * c-basic-offset: 4
569668 #. * indent-tabs-mode: nil
570669 #. * End:
670 #.
571671 #: ../src/virt-viewer.xml.h:1
572672 msgid "_File"
573673 msgstr ""
580680 msgid "Smartcard removal"
581681 msgstr ""
582682
583 #: ../src/virt-viewer.xml.h:6
683 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
684 msgid "Preferences"
685 msgstr ""
686
687 #: ../src/virt-viewer.xml.h:7
584688 msgid "_View"
585689 msgstr ""
586690
587 #: ../src/virt-viewer.xml.h:7
691 #: ../src/virt-viewer.xml.h:8
588692 msgid "Full screen"
589693 msgstr ""
590694
591 #: ../src/virt-viewer.xml.h:8
695 #: ../src/virt-viewer.xml.h:9
592696 msgid "_Zoom"
593697 msgstr ""
594698
595 #: ../src/virt-viewer.xml.h:9
699 #: ../src/virt-viewer.xml.h:10
596700 msgid "Displays"
597701 msgstr ""
598702
599 #: ../src/virt-viewer.xml.h:10
703 #: ../src/virt-viewer.xml.h:11
600704 msgid "Release cursor"
601705 msgstr ""
602706
603 #: ../src/virt-viewer.xml.h:11
707 #: ../src/virt-viewer.xml.h:12
604708 msgid "_Send key"
605709 msgstr ""
606710
607 #: ../src/virt-viewer.xml.h:12
711 #: ../src/virt-viewer.xml.h:13
608712 msgid "_Help"
609713 msgstr ""
714
715 #: ../src/virt-viewer.xml.h:14
716 msgid "_Guest Details"
717 msgstr ""
718
719 #: ../src/virt-viewer-guest-details.xml.h:1
720 msgid "Guest Details"
721 msgstr ""
722
723 #: ../src/virt-viewer-guest-details.xml.h:2
724 msgid "Name:"
725 msgstr ""
726
727 #: ../src/virt-viewer-guest-details.xml.h:3
728 msgid "GUID:"
729 msgstr ""
730
731 #: ../src/virt-viewer-vm-connection.xml.h:1
732 msgid "Choose a virtual machine"
733 msgstr ""
734
735 #: ../src/virt-viewer-vm-connection.xml.h:2
736 msgid "Name"
737 msgstr ""
738
739 #: ../src/virt-viewer-vm-connection.xml.h:3
740 msgid "Available virtual machines"
741 msgstr ""
742
743 #: ../src/virt-viewer-preferences.xml.h:2
744 msgid "Folder sharing"
745 msgstr ""
746
747 #: ../src/virt-viewer-preferences.xml.h:3
748 msgid "Share folder"
749 msgstr ""
750
751 #: ../src/virt-viewer-preferences.xml.h:4
752 msgid "Read-only"
753 msgstr ""
754
755 #: ../src/virt-viewer-preferences.xml.h:5
756 msgid "Spice"
757 msgstr ""
+352
-205
po/da.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Danish (http://www.transifex.com/projects/p/virt-viewer/language/da/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Danish\n"
13 "Language: da\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: da\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+353
-178
po/de.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Automatically generated, 2010
66 # Fabian Affolter <fab@fedoraproject.org>, 2012,2014
1212 # Rainer Gromansperg <rgromans@redhat.com>, 2013
1313 # Roman Spirgi <bigant@fedoraproject.org>, 2012
1414 # noxin <transifex.com@davidmainzer.com>, 2013
15 # Roman Spirgi <rspirgi@gmail.com>, 2015. #zanata
1516 msgid ""
1617 msgstr ""
17 "Project-Id-Version: virt-viewer\n"
18 "Project-Id-Version: PACKAGE VERSION\n"
1819 "Report-Msgid-Bugs-To: \n"
19 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
20 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
21 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
22 "Language-Team: German (http://www.transifex.com/projects/p/virt-viewer/language/de/)\n"
20 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
21 "PO-Revision-Date: 2015-05-26 09:30-0400\n"
22 "Last-Translator: Roman Spirgi <rspirgi@gmail.com>\n"
23 "Language-Team: German (http://www.transifex.com/projects/p/virt-viewer/"
24 "language/de/)\n"
25 "Language: de\n"
2326 "MIME-Version: 1.0\n"
2427 "Content-Type: text/plain; charset=UTF-8\n"
2528 "Content-Transfer-Encoding: 8bit\n"
26 "Language: de\n"
2729 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
28
29 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
30 "X-Generator: Zanata 3.7.3\n"
31
32 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
3033 msgid "Remote Viewer"
3134 msgstr "Remote-Viewer"
3235
3336 #: ../data/remote-viewer.desktop.in.h:2
3437 msgid "Access remote desktops"
35 msgstr "Zugriff auf Remote-Desktop"
38 msgstr "Zugriff auf Remote-Desktops"
3639
3740 #: ../data/virt-viewer-mime.xml.in.h:1
3841 msgid "Virt-Viewer connection file"
8083
8184 #: ../src/remote-viewer-main.c:50
8285 #, c-format
83 msgid "remote-viewer version %s\n"
84 msgstr "Remote-Viewer Version %s\n"
85
86 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
86 msgid "remote-viewer version %s"
87 msgstr ""
88
89 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8790 msgid "Display version information"
8891 msgstr "Versionsinformationen anzeigen"
8992
90 #: ../src/remote-viewer-main.c:101
93 #: ../src/remote-viewer-main.c:105
9194 msgid "Set window title"
9295 msgstr "Titel des Window setzen"
9396
94 #: ../src/remote-viewer-main.c:104
97 #: ../src/remote-viewer-main.c:108
9598 msgid "Open connection using Spice controller communication"
9699 msgstr "Verbindung öffnen unter Verwendung der Spice-Kontroller-Kommunikation"
97100
98 #: ../src/remote-viewer-main.c:116
101 #: ../src/remote-viewer-main.c:120
99102 msgid "Remote viewer client"
100103 msgstr ""
101104
102 #: ../src/remote-viewer-main.c:134
105 #: ../src/remote-viewer-main.c:138
103106 #, c-format
104107 msgid ""
105108 "%s\n"
106109 "Run '%s --help' to see a full list of available command line options\n"
107 msgstr "%s\nFühren Sie '%s --help' aus, zum Anzeigen aller verfügbaren Kommandozeilen-Optionen\n"
108
109 #: ../src/remote-viewer-main.c:146
110 msgstr ""
111 "%s\n"
112 "Führen Sie '%s --help' aus, zum Anzeigen aller verfügbaren Kommandozeilen-"
113 "Optionen\n"
114
115 #: ../src/remote-viewer-main.c:149
110116 #, c-format
111117 msgid "Error: extra arguments given while using Spice controller\n"
112 msgstr "Fehler: Zusätzliche Parameter bei Verwendung von Spice-Controller angegeben\n"
113
114 #: ../src/remote-viewer-main.c:153
118 msgstr ""
119 "Fehler: Zusätzliche Parameter bei Verwendung von Spice-Controller angegeben\n"
120
121 #: ../src/remote-viewer-main.c:156
115122 #, c-format
116123 msgid "Error: can't handle multiple URIs\n"
117124 msgstr "Fehler: Multiple URIs können nicht verarbeitet werden\n"
118125
119 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
126 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
120127 msgid "Failed to initiate connection"
121128 msgstr "Initiieren der Verbindung fehlgeschlagen"
122129
123 #: ../src/remote-viewer.c:294
130 #: ../src/remote-viewer.c:313
124131 msgid "Display disabled by controller"
125132 msgstr "Anzeige vom Kontroller deaktiviert"
126133
127 #: ../src/remote-viewer.c:592
134 #: ../src/remote-viewer.c:609
128135 #, c-format
129136 msgid "Controller connection failed: %s"
130137 msgstr "Kontroller-Verbindung fehlgeschlagen: %s"
131138
132 #. Create the widgets
133 #: ../src/remote-viewer.c:924
134 msgid "Connection details"
135 msgstr "Verbindungsdetails"
136
137 #: ../src/remote-viewer.c:939
138 msgid "_Connection Address"
139 #: ../src/remote-viewer.c:755
140 msgid "_Change CD"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:855
144 msgid "failed to parse ovirt uri"
145 msgstr ""
146
147 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
148 msgid "Authentication was cancelled"
149 msgstr ""
150
151 #: ../src/remote-viewer.c:900
152 #, c-format
153 msgid "oVirt VM %s is not running"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:914
157 #, c-format
158 msgid "oVirt VM %s has no display"
159 msgstr ""
160
161 #: ../src/remote-viewer.c:940
162 #, c-format
163 msgid "oVirt VM %s has no host information"
139164 msgstr ""
140165
141166 #: ../src/remote-viewer.c:951
142 msgid "For example, spice://foo.example.org:5900"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:964
146 msgid "_Recent Connections"
147 msgstr ""
148
149 #: ../src/remote-viewer.c:1020
150 msgid "Couldn't create a Spice session"
151 msgstr "Spice-Sitzung konnte nicht erstellt werden"
152
153 #: ../src/remote-viewer.c:1034
167 #, c-format
168 msgid "oVirt VM %s has unknown display type: %d"
169 msgstr ""
170
171 #: ../src/remote-viewer.c:1094
154172 msgid "Setting up Spice session..."
155173 msgstr "Einrichten der Spice-Sitzung ..."
156174
157 #: ../src/remote-viewer.c:1055
158 #, c-format
159 msgid "Invalid file %s"
160 msgstr "Ungültige Datei %s"
161
162 #: ../src/remote-viewer.c:1062
175 #: ../src/remote-viewer.c:1102
176 msgid "No connection was chosen"
177 msgstr ""
178
179 #: ../src/remote-viewer.c:1120
180 #, c-format
181 msgid "Invalid file %s: "
182 msgstr ""
183
184 #: ../src/remote-viewer.c:1128
163185 msgid "Cannot determine the connection type from URI"
164186 msgstr "Verbindungstyp konnte nicht von URI ermittelt werden"
165187
166 #: ../src/remote-viewer.c:1068
167 msgid "Couldn't open oVirt session"
168 msgstr "oVirt Sitzung konnte nicht geöffnet werden"
169
170 #: ../src/remote-viewer.c:1075
171 #, c-format
172 msgid "Couldn't create a session for this type: %s"
173 msgstr "Sitzung für diesen Typ konnte nicht erstellt werden: %s"
174
188 #: ../src/remote-viewer.c:1134
189 msgid "Couldn't open oVirt session: "
190 msgstr ""
191
192 #.
175193 #. * Local variables:
176194 #. * c-indent-level: 4
177195 #. * c-basic-offset: 4
178196 #. * indent-tabs-mode: nil
179197 #. * End:
198 #.
199 #: ../src/remote-viewer-connect.xml.h:1
200 msgid "Connection details"
201 msgstr "Verbindungsdetails"
202
203 #: ../src/remote-viewer-connect.xml.h:2
204 msgid "Connection Address"
205 msgstr ""
206
207 #: ../src/remote-viewer-connect.xml.h:3
208 msgid "For example, spice://foo.example.org:5900"
209 msgstr ""
210
211 #: ../src/remote-viewer-connect.xml.h:4
212 msgid "Recent connections"
213 msgstr ""
214
215 #: ../src/remote-viewer-connect.xml.h:5
216 msgid "Cancel"
217 msgstr ""
218
219 #: ../src/remote-viewer-connect.xml.h:6
220 msgid "Connect"
221 msgstr ""
222
180223 #: ../src/virt-viewer-about.xml.h:1
181224 msgid "About Glade"
182225 msgstr "Über Glade"
189232
190233 #: ../src/virt-viewer-about.xml.h:4
191234 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
192 msgstr "Ein Remote-Desktop-Client erstellt unter Verwendung von GTK-VNC, SPICE-GTK und libvirt"
235 msgstr ""
236 "Ein Remote-Desktop-Client erstellt unter Verwendung von GTK-VNC, SPICE-GTK "
237 "und libvirt"
193238
194239 #: ../src/virt-viewer-about.xml.h:5
195240 msgid "virt-manager.org"
210255 "You should have received a copy of the GNU General Public License\n"
211256 "along with this program; if not, write to the Free Software\n"
212257 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
213 msgstr "This program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
258 msgstr ""
259 "This program is free software; you can redistribute it and/or modify\n"
260 "it under the terms of the GNU General Public License as published by\n"
261 "the Free Software Foundation; either version 2 of the License, or\n"
262 "(at your option) any later version.\n"
263 "\n"
264 "This program is distributed in the hope that it will be useful,\n"
265 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
266 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
267 "GNU General Public License for more details.\n"
268 "\n"
269 "You should have received a copy of the GNU General Public License\n"
270 "along with this program; if not, write to the Free Software\n"
271 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
214272
215273 #: ../src/virt-viewer-about.xml.h:20
216274 msgid "The Fedora Translation Team"
217275 msgstr "Das Fedora Übersetzungs-Team"
218276
219 #: ../src/virt-viewer-app.c:400
277 #: ../src/virt-viewer-app.c:526
220278 msgid "Do you want to close the session?"
221279 msgstr "Möchten Sie die Sitzung beenden?"
222280
223 #: ../src/virt-viewer-app.c:402
281 #: ../src/virt-viewer-app.c:528
224282 msgid "Do not ask me again"
225283 msgstr "Nicht noch einmal nachfragen"
226284
227 #: ../src/virt-viewer-app.c:841
285 #: ../src/virt-viewer-app.c:1008
228286 #, c-format
229287 msgid "Waiting for display %d..."
230288 msgstr "Warten auf Anzeige %d ..."
231289
232 #: ../src/virt-viewer-app.c:946
233 #, c-format
234 msgid "Unknown graphic type for the guest %s"
235 msgstr "Unbekannter Grafiktyp für Gast %s"
236
237 #: ../src/virt-viewer-app.c:1027
290 #: ../src/virt-viewer-app.c:1117
291 #, c-format
292 msgid "Unsupported graphic type '%s'"
293 msgstr ""
294
295 #: ../src/virt-viewer-app.c:1200
238296 msgid "Connect to ssh failed."
239297 msgstr "Verbindung über SSH ist fehlgeschlagen."
240298
241 #: ../src/virt-viewer-app.c:1029
299 #: ../src/virt-viewer-app.c:1202
242300 msgid "Can't connect to channel, SSH only supported."
243 msgstr "Zu dem Kanal konnte nicht verbunden werden, es wird nur SSH unterstützt"
244
245 #: ../src/virt-viewer-app.c:1041
301 msgstr ""
302 "Zu dem Kanal konnte nicht verbunden werden, es wird nur SSH unterstützt"
303
304 #: ../src/virt-viewer-app.c:1214
246305 msgid "Connect to channel unsupported."
247306 msgstr "Verbindung zu dem Kanal wird nicht unterstützt."
248307
249 #: ../src/virt-viewer-app.c:1123
308 #: ../src/virt-viewer-app.c:1276
309 msgid "Display can only be attached through libvirt with --attach"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1299
250313 msgid "Connecting to graphic server"
251314 msgstr "Verbinden mit Grafikserver"
252315
253 #: ../src/virt-viewer-app.c:1256
316 #: ../src/virt-viewer-app.c:1398
254317 msgid "Guest domain has shutdown"
255318 msgstr "Gast-Domain wurde beendet"
256319
257 #: ../src/virt-viewer-app.c:1317
320 #: ../src/virt-viewer-app.c:1459
258321 msgid "Connected to graphic server"
259322 msgstr "Verbunden mit Grafikserver"
260323
261 #: ../src/virt-viewer-app.c:1344
324 #: ../src/virt-viewer-app.c:1486
262325 #, c-format
263326 msgid "Unable to connect to the graphic server %s"
264327 msgstr "Verbindung zum Grafik-Server %s konnte nicht hergestellt werden"
265328
266 #: ../src/virt-viewer-app.c:1376
267 #, c-format
268 msgid ""
269 "Unable to authenticate with remote desktop server at %s: %s\n"
270 "Retry connection again?"
271 msgstr "Authentifikation beim Remote-Desktop-Server unter %s fehlgeschlagen: %s\nVerbindung erneut versuchen?"
272
273 #: ../src/virt-viewer-app.c:1396
329 #: ../src/virt-viewer-app.c:1512
330 #, c-format
331 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
332 msgstr ""
333
334 #: ../src/virt-viewer-app.c:1525
274335 #, c-format
275336 msgid "Unable to authenticate with remote desktop server: %s"
276337 msgstr "Authentifikation beim Remote-Desktop-Server fehlgeschlagen: %s"
277338
278 #: ../src/virt-viewer-app.c:1404
339 #: ../src/virt-viewer-app.c:1533
279340 #, c-format
280341 msgid "USB redirection error: %s"
281342 msgstr "USB-Weiterleitungsfehler: %s"
282343
283 #: ../src/virt-viewer-app.c:1632
344 #: ../src/virt-viewer-app.c:1786
284345 #, c-format
285346 msgid "Zoom level must be within %d-%d\n"
286347 msgstr "Zoom-Level muss zwischen %d-%d sein\n"
287348
288 #: ../src/virt-viewer-app.c:2126
349 #: ../src/virt-viewer-app.c:2296
289350 #, c-format
290351 msgid "Display %d"
291352 msgstr "%d anzeigen"
292353
293 #: ../src/virt-viewer-app.c:2301
354 #: ../src/virt-viewer-app.c:2552
294355 #, c-format
295356 msgid "Invalid kiosk-quit argument: %s"
296357 msgstr "Ungültiger kiosk-quit Parameter: %s"
297358
298 #: ../src/virt-viewer-app.c:2310
359 #: ../src/virt-viewer-app.c:2561
299360 msgid "Zoom level of window, in percentage"
300361 msgstr "Zoomlevel des Fensters in Prozent"
301362
302 #: ../src/virt-viewer-app.c:2312
363 #: ../src/virt-viewer-app.c:2563
303364 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
304 msgstr "Im Vollbildmodus öffnen (Die Auflösung des Gast-Systems entsprechend angepasst an)."
305
306 #: ../src/virt-viewer-app.c:2314
365 msgstr ""
366 "Im Vollbildmodus öffnen (Die Auflösung des Gast-Systems entsprechend "
367 "angepasst an)."
368
369 #: ../src/virt-viewer-app.c:2565
307370 msgid "Customise hotkeys"
308371 msgstr "eigene angepasste Hotkeys"
309372
310 #: ../src/virt-viewer-app.c:2316
373 #: ../src/virt-viewer-app.c:2567
311374 msgid "Enable kiosk mode"
312375 msgstr "Kiosk Modus ermöglichen"
313376
314 #: ../src/virt-viewer-app.c:2318
377 #: ../src/virt-viewer-app.c:2569
315378 msgid "Quit on given condition in kiosk mode"
316379 msgstr "Beenden bei bestimmter Bedingung im Kiosk-Modus"
317380
318 #: ../src/virt-viewer-app.c:2318
381 #: ../src/virt-viewer-app.c:2569
319382 msgid "<never|on-disconnect>"
320383 msgstr "<never|on-disconnect>"
321384
322 #: ../src/virt-viewer-app.c:2320
385 #: ../src/virt-viewer-app.c:2571
323386 msgid "Display verbose information"
324387 msgstr "Ausführliche Informationen anzeigen"
325388
326 #: ../src/virt-viewer-app.c:2322
389 #: ../src/virt-viewer-app.c:2573
327390 msgid "Display debugging information"
328391 msgstr "Debugging-Informationen anzeigen"
329392
393 #: ../src/virt-viewer-auth.c:88
394 #, c-format
395 msgid ""
396 "Authentication is required for the %s connection to:\n"
397 "\n"
398 "<b>%s</b>\n"
399 "\n"
400 msgstr ""
401
402 #: ../src/virt-viewer-auth.c:92
403 #, c-format
404 msgid "Authentication is required for the %s connection:\n"
405 msgstr ""
406
407 #.
330408 #. * Local variables:
331409 #. * c-indent-level: 4
332410 #. * c-basic-offset: 4
333411 #. * indent-tabs-mode: nil
334412 #. * End:
413 #.
335414 #: ../src/virt-viewer-auth.xml.h:1
336415 msgid "Authentication required"
337416 msgstr "Authentifikation erforderlich"
338417
339 #: ../src/virt-viewer-auth.xml.h:2
418 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
340419 msgid "label"
341420 msgstr "Label"
342421
348427 msgid "Username:"
349428 msgstr "Benutzername:"
350429
430 #: ../src/virt-viewer-auth.xml.h:5
431 msgid "Show password"
432 msgstr ""
433
434 #: ../src/virt-viewer-display-vnc.c:133
435 msgid "VNC does not provide GUID"
436 msgstr ""
437
351438 #: ../src/virt-viewer-main.c:38
352439 #, c-format
353440 msgid "%s version %s\n"
380467 #: ../src/virt-viewer-main.c:80
381468 #, c-format
382469 msgid "Run '%s --help' to see a full list of available command line options"
383 msgstr "Führen Sie '%s --help' aus, zum Anzeigen aller verfügbaren Kommandozeilen-Optionen"
470 msgstr ""
471 "Führen Sie '%s --help' aus, zum Anzeigen aller verfügbaren Kommandozeilen-"
472 "Optionen"
384473
385474 #: ../src/virt-viewer-main.c:86
386475 msgid "Virtual machine graphical console"
387476 msgstr ""
388477
389 #: ../src/virt-viewer-main.c:108
478 #: ../src/virt-viewer-main.c:107
390479 #, c-format
391480 msgid ""
392481 "\n"
393 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
482 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
394483 "\n"
395484 "%s\n"
396485 "\n"
397 msgstr "\nVerwendung: %s [OPTIONEN] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
398
399 #: ../src/virt-viewer-session-spice.c:506
400 msgid "invalid password"
401 msgstr "Ungültiges Passwort"
486 msgstr ""
487
488 #: ../src/virt-viewer-main.c:112
489 #, c-format
490 msgid ""
491 "\n"
492 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
493 "\n"
494 msgstr ""
495
496 #: ../src/virt-viewer-session-spice.c:694
497 msgid "Invalid password"
498 msgstr ""
402499
403500 #. Create the widgets
404 #: ../src/virt-viewer-session-spice.c:588
501 #: ../src/virt-viewer-session-spice.c:786
405502 msgid "Select USB devices for redirection"
406503 msgstr "USB-Gerät zur Weiterleitung wählen"
407504
408 #: ../src/virt-viewer-session-vnc.c:148
505 #: ../src/virt-viewer-session-vnc.c:153
409506 #, c-format
410507 msgid "Unsupported authentication type %d"
411508 msgstr "Nicht unterstützter Authentifikationsstyp %d"
412509
413 #: ../src/virt-viewer-window.c:587
510 #: ../src/virt-viewer-vm-connection.c:64
511 msgid "No virtual machine found"
512 msgstr ""
513
514 #: ../src/virt-viewer-vm-connection.c:93
515 msgid "No virtual machine was chosen"
516 msgstr ""
517
518 #: ../src/virt-viewer-window.c:537
414519 msgid "Ctrl+Alt+_Del"
415520 msgstr "Strg+Alt+_Entf"
416521
417 #: ../src/virt-viewer-window.c:588
522 #: ../src/virt-viewer-window.c:538
418523 msgid "Ctrl+Alt+_Backspace"
419524 msgstr "Strg+Alt+_Rücktaste"
420525
421 #: ../src/virt-viewer-window.c:590
526 #: ../src/virt-viewer-window.c:540
422527 msgid "Ctrl+Alt+F_1"
423528 msgstr "Strg+Alt+F_1"
424529
425 #: ../src/virt-viewer-window.c:591
530 #: ../src/virt-viewer-window.c:541
426531 msgid "Ctrl+Alt+F_2"
427532 msgstr "Strg+Alt+F_2"
428533
429 #: ../src/virt-viewer-window.c:592
534 #: ../src/virt-viewer-window.c:542
430535 msgid "Ctrl+Alt+F_3"
431536 msgstr "Strg+Alt+F_3"
432537
433 #: ../src/virt-viewer-window.c:593
538 #: ../src/virt-viewer-window.c:543
434539 msgid "Ctrl+Alt+F_4"
435540 msgstr "Strg+Alt+F_4"
436541
437 #: ../src/virt-viewer-window.c:594
542 #: ../src/virt-viewer-window.c:544
438543 msgid "Ctrl+Alt+F_5"
439544 msgstr "Strg+Alt+F_5"
440545
441 #: ../src/virt-viewer-window.c:595
546 #: ../src/virt-viewer-window.c:545
442547 msgid "Ctrl+Alt+F_6"
443548 msgstr "Strg+Alt+F_6"
444549
445 #: ../src/virt-viewer-window.c:596
550 #: ../src/virt-viewer-window.c:546
446551 msgid "Ctrl+Alt+F_7"
447552 msgstr "Strg+Alt+F_7"
448553
449 #: ../src/virt-viewer-window.c:597
554 #: ../src/virt-viewer-window.c:547
450555 msgid "Ctrl+Alt+F_8"
451556 msgstr "Strg+Alt+F_8"
452557
453 #: ../src/virt-viewer-window.c:598
558 #: ../src/virt-viewer-window.c:548
454559 msgid "Ctrl+Alt+F_9"
455560 msgstr "Strg+Alt+F_9"
456561
457 #: ../src/virt-viewer-window.c:599
562 #: ../src/virt-viewer-window.c:549
458563 msgid "Ctrl+Alt+F1_0"
459564 msgstr "Strg+Alt+F1_0"
460565
461 #: ../src/virt-viewer-window.c:600
566 #: ../src/virt-viewer-window.c:550
462567 msgid "Ctrl+Alt+F11"
463568 msgstr "Strg+Alt+F11"
464569
465 #: ../src/virt-viewer-window.c:601
570 #: ../src/virt-viewer-window.c:551
466571 msgid "Ctrl+Alt+F12"
467572 msgstr "Strg+Alt+F12"
468573
469 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
574 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
470575 msgid "Screenshot"
471576 msgstr "Screenshot"
472577
473 #: ../src/virt-viewer-window.c:1051
578 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
579 msgid "Unknown"
580 msgstr ""
581
582 #: ../src/virt-viewer-window.c:1062
474583 msgid "Disconnect"
475584 msgstr "Verbindung trennen"
476585
477 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
586 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
478587 #: ../src/virt-viewer.xml.h:3
479588 msgid "USB device selection"
480589 msgstr "USB-Geräteauswahl"
481590
482 #: ../src/virt-viewer-window.c:1070
591 #: ../src/virt-viewer-window.c:1081
483592 msgid "Send key combination"
484593 msgstr "Tastenkombination senden"
485594
486 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
595 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
487596 msgid "Leave fullscreen"
488597 msgstr "Vollbildmodus verlassen"
489598
490 #: ../src/virt-viewer-window.c:1162
599 #: ../src/virt-viewer-window.c:1173
491600 msgid "Ctrl+Alt"
492601 msgstr "Strg+Alt"
493602
494 #: ../src/virt-viewer-window.c:1165
603 #: ../src/virt-viewer-window.c:1176
495604 #, c-format
496605 msgid "(Press %s to release pointer)"
497606 msgstr "(Drücken Sie %s, um den Mauszeiger freizugeben)"
498607
499608 #. translators:
500 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
501 #. <appname>"
502 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
503 #. Viewer"
504 #: ../src/virt-viewer-window.c:1176
609 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
610 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
611 #.
612 #: ../src/virt-viewer-window.c:1187
505613 #, c-format
506614 msgid "%s%s%s - %s"
507615 msgstr "%s%s%s - %s"
508616
509617 #. translators: <space>
510 #: ../src/virt-viewer-window.c:1180
618 #: ../src/virt-viewer-window.c:1191
511619 msgid " "
512620 msgstr " "
513621
514 #: ../src/virt-viewer-file.c:624
622 #: ../src/virt-viewer-file.c:825
623 #, c-format
624 msgid ""
625 "At least %s version %s is required to setup this connection, see %s for "
626 "details"
627 msgstr ""
628
629 #: ../src/virt-viewer-file.c:833
515630 #, c-format
516631 msgid "At least %s version %s is required to setup this connection"
517 msgstr "Es wird mindestens %s in der Version %s benötigt, um eine Verbindung aufzubauen"
518
519 #: ../src/virt-viewer.c:133
632 msgstr ""
633 "Es wird mindestens %s in der Version %s benötigt, um eine Verbindung "
634 "aufzubauen"
635
636 #: ../src/virt-viewer.c:163
520637 msgid "Waiting for guest domain to re-start"
521638 msgstr "Warten auf Neustart der Domain"
522639
523 #: ../src/virt-viewer.c:318
640 #: ../src/virt-viewer.c:409
524641 #, c-format
525642 msgid "Cannot determine the graphic type for the guest %s"
526643 msgstr "Grafiktyp für den Gast %s konnte nicht ermittelt werden "
527644
528 #: ../src/virt-viewer.c:341
529 #, c-format
530 msgid "Cannot determine the graphic address for the guest %s"
531 msgstr "Grafikadresse für den Gast %s konnte nicht ermittelt werden "
532
533 #: ../src/virt-viewer.c:354
645 #: ../src/virt-viewer.c:448
534646 #, c-format
535647 msgid "Cannot determine the host for the guest %s"
536648 msgstr "Host für den Gast %s konnte nicht ermittelt werden"
537649
538 #: ../src/virt-viewer.c:540
650 #: ../src/virt-viewer.c:476
651 #, c-format
652 msgid "Guest '%s' is not reachable"
653 msgstr ""
654
655 #: ../src/virt-viewer.c:697
656 #, c-format
657 msgid "Virtual machine %s is not running"
658 msgstr ""
659
660 #: ../src/virt-viewer.c:720
539661 msgid "Waiting for libvirt to start"
540662 msgstr "Auf den Start von libvirt wird gewartet"
541663
542 #: ../src/virt-viewer.c:544
664 #: ../src/virt-viewer.c:724
543665 msgid "Finding guest domain"
544666 msgstr "Suchen der Gast-Domain"
545667
546 #: ../src/virt-viewer.c:548
668 #: ../src/virt-viewer.c:728
547669 msgid "Waiting for guest domain to be created"
548670 msgstr "Warten auf Erstellung der Gast-Domain"
549671
550 #: ../src/virt-viewer.c:553
551 #, c-format
552 msgid "Cannot find guest domain %s"
553 msgstr "Gast-Domain %s konnte nicht gefunden werden"
554
555 #: ../src/virt-viewer.c:566
672 #: ../src/virt-viewer.c:750
556673 msgid "Checking guest domain status"
557674 msgstr "Prüfen des Gast-Domain-Status"
558675
559 #: ../src/virt-viewer.c:573
676 #: ../src/virt-viewer.c:753
677 msgid "Cannot get guest state"
678 msgstr ""
679
680 #: ../src/virt-viewer.c:759
560681 msgid "Waiting for guest domain to start"
561682 msgstr "Warten auf Start der Gast-Domain"
562683
563 #: ../src/virt-viewer.c:580
564 msgid "Waiting for guest domain to start server"
565 msgstr "Warten, bis Gast-Domain den Server startet"
566
567 #: ../src/virt-viewer.c:694
568 #, c-format
569 msgid "Unable to connect to libvirt with URI %s"
570 msgstr "Verbindung zu libvirt mit URI %s konnte nicht hergestellt werden"
571
572 #: ../src/virt-viewer.c:695
684 #: ../src/virt-viewer.c:863
685 #, c-format
686 msgid "Unable to connect to libvirt with URI: %s."
687 msgstr ""
688
689 #: ../src/virt-viewer.c:864
573690 msgid "[none]"
574691 msgstr "[keine]"
575692
693 #: ../src/virt-viewer.c:871
694 msgid "Authentication failed."
695 msgstr ""
696
697 #: ../src/virt-viewer.c:931
698 msgid "Failed to connect: "
699 msgstr ""
700
701 #.
576702 #. * Local variables:
577703 #. * c-indent-level: 4
578704 #. * c-basic-offset: 4
579705 #. * indent-tabs-mode: nil
580706 #. * End:
707 #.
581708 #: ../src/virt-viewer.xml.h:1
582709 msgid "_File"
583710 msgstr "_Datei"
590717 msgid "Smartcard removal"
591718 msgstr "Smartcard-Entfernung"
592719
593 #: ../src/virt-viewer.xml.h:6
720 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
721 msgid "Preferences"
722 msgstr ""
723
724 #: ../src/virt-viewer.xml.h:7
594725 msgid "_View"
595726 msgstr "_Ansicht"
596727
597 #: ../src/virt-viewer.xml.h:7
728 #: ../src/virt-viewer.xml.h:8
598729 msgid "Full screen"
599730 msgstr "Vollbild"
600731
601 #: ../src/virt-viewer.xml.h:8
732 #: ../src/virt-viewer.xml.h:9
602733 msgid "_Zoom"
603734 msgstr "_Zoom"
604735
605 #: ../src/virt-viewer.xml.h:9
736 #: ../src/virt-viewer.xml.h:10
606737 msgid "Displays"
607738 msgstr "Anzeigen"
608739
609 #: ../src/virt-viewer.xml.h:10
740 #: ../src/virt-viewer.xml.h:11
610741 msgid "Release cursor"
611742 msgstr "Cursor freigeben"
612743
613 #: ../src/virt-viewer.xml.h:11
744 #: ../src/virt-viewer.xml.h:12
614745 msgid "_Send key"
615746 msgstr "_Taste senden"
616747
617 #: ../src/virt-viewer.xml.h:12
748 #: ../src/virt-viewer.xml.h:13
618749 msgid "_Help"
619750 msgstr "_Hilfe"
751
752 #: ../src/virt-viewer.xml.h:14
753 msgid "_Guest Details"
754 msgstr ""
755
756 #: ../src/virt-viewer-guest-details.xml.h:1
757 msgid "Guest Details"
758 msgstr ""
759
760 #: ../src/virt-viewer-guest-details.xml.h:2
761 msgid "Name:"
762 msgstr ""
763
764 #: ../src/virt-viewer-guest-details.xml.h:3
765 msgid "GUID:"
766 msgstr ""
767
768 #: ../src/virt-viewer-vm-connection.xml.h:1
769 msgid "Choose a virtual machine"
770 msgstr ""
771
772 #: ../src/virt-viewer-vm-connection.xml.h:2
773 msgid "Name"
774 msgstr ""
775
776 #: ../src/virt-viewer-vm-connection.xml.h:3
777 msgid "Available virtual machines"
778 msgstr ""
779
780 #: ../src/virt-viewer-preferences.xml.h:2
781 msgid "Folder sharing"
782 msgstr ""
783
784 #: ../src/virt-viewer-preferences.xml.h:3
785 msgid "Share folder"
786 msgstr ""
787
788 #: ../src/virt-viewer-preferences.xml.h:4
789 msgid "Read-only"
790 msgstr ""
791
792 #: ../src/virt-viewer-preferences.xml.h:5
793 msgid "Spice"
794 msgstr ""
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/virt-viewer/language/de_CH/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: German (Switzerland)\n"
13 "Language: de-CH\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: de_CH\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+0
-610
po/dz.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Dzongkha (http://www.transifex.com/projects/p/virt-viewer/language/dz/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: dz\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
+352
-205
po/el.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Greek (http://www.transifex.com/projects/p/virt-viewer/language/el/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Greek\n"
13 "Language: el\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: el\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/virt-viewer/language/en_GB/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: English (United Kingdom)\n"
13 "Language: en-GB\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: en_GB\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+0
-610
po/en_US.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: English (United States) (http://www.transifex.com/projects/p/virt-viewer/language/en_US/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: en_US\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
+352
-205
po/eo.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Esperanto (http://www.transifex.com/projects/p/virt-viewer/language/eo/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Esperanto\n"
13 "Language: eo\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: eo\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+393
-212
po/es.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
5 # Adolfo Jayme Barrientos <fitoschido@ubuntu.com>, 2012
5 # Adolfo Jayme Barrientos <fito@libreoffice.org>, 2012
66 # vareli <ehespinosa@ya.com>, 2013-2014
77 # vareli <ehespinosa@ya.com>, 2013
8 # Gerardo Rosales <grosale86@gmail.com>, 2014
89 # Gladys Guerrero <gguerrer@redhat.com>, 2012
910 # Gladys Guerrero <gguerrer@redhat.com>, 2012-2013
1011 # Luis Bazán <lbazan@fedoraproject.org>, 2013
1112 # Manuel Eduardo Ospina Sarmiento <mospina@localhost.localdomain>, 2010
1213 # Manuel Ospina <mospina@redhat.com>, 2010
14 # Abdel G. Martínez L. <abdel.g.martinez.l@gmail.com>, 2015. #zanata
1315 msgid ""
1416 msgstr ""
15 "Project-Id-Version: virt-viewer\n"
17 "Project-Id-Version: PACKAGE VERSION\n"
1618 "Report-Msgid-Bugs-To: \n"
17 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
18 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
19 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
20 "Language-Team: Spanish (http://www.transifex.com/projects/p/virt-viewer/language/es/)\n"
19 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
20 "PO-Revision-Date: 2015-04-17 10:00-0400\n"
21 "Last-Translator: Abdel G. Martínez L. <abdel.g.martinez.l@gmail.com>\n"
22 "Language-Team: Spanish (http://www.transifex.com/projects/p/virt-viewer/"
23 "language/es/)\n"
24 "Language: es\n"
2125 "MIME-Version: 1.0\n"
2226 "Content-Type: text/plain; charset=UTF-8\n"
2327 "Content-Transfer-Encoding: 8bit\n"
24 "Language: es\n"
2528 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
26
27 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
29 "X-Generator: Zanata 3.7.3\n"
30
31 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2832 msgid "Remote Viewer"
29 msgstr "Visor remoto"
33 msgstr "Visor Remoto"
3034
3135 #: ../data/remote-viewer.desktop.in.h:2
3236 msgid "Access remote desktops"
5458
5559 #: ../src/gbinding.c:668
5660 msgid "Source Property"
57 msgstr "Propiedad de fuente"
61 msgstr "Propiedad de la Fuente"
5862
5963 #: ../src/gbinding.c:669
6064 msgid "The property on the source to bind"
6266
6367 #: ../src/gbinding.c:684
6468 msgid "Target Property"
65 msgstr "Propiedad de destino"
69 msgstr "Propiedad de Destino"
6670
6771 #: ../src/gbinding.c:685
6872 msgid "The property on the target to bind"
7882
7983 #: ../src/remote-viewer-main.c:50
8084 #, c-format
81 msgid "remote-viewer version %s\n"
82 msgstr "remote-viewer versión %s\n"
83
84 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
85 msgid "remote-viewer version %s"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8589 msgid "Display version information"
8690 msgstr "Mostrar información de versión"
8791
88 #: ../src/remote-viewer-main.c:101
92 #: ../src/remote-viewer-main.c:105
8993 msgid "Set window title"
9094 msgstr "Fijar el título de ventana"
9195
92 #: ../src/remote-viewer-main.c:104
96 #: ../src/remote-viewer-main.c:108
9397 msgid "Open connection using Spice controller communication"
9498 msgstr "Abra la conexión mediante el controlador de comunicación Spice "
9599
96 #: ../src/remote-viewer-main.c:116
100 #: ../src/remote-viewer-main.c:120
97101 msgid "Remote viewer client"
98 msgstr ""
99
100 #: ../src/remote-viewer-main.c:134
102 msgstr "Cliente de visor remoto"
103
104 #: ../src/remote-viewer-main.c:138
101105 #, c-format
102106 msgid ""
103107 "%s\n"
104108 "Run '%s --help' to see a full list of available command line options\n"
105 msgstr "%s Corriendo ‘%s –help’ para ver una lista completa de las opciones disponibles de línea de comando\n"
106
107 #: ../src/remote-viewer-main.c:146
109 msgstr ""
110 "Ejecute '%s --help' para ver una lista completa de opciones de línea de "
111 "comandos disponibles\n"
112
113 #: ../src/remote-viewer-main.c:149
108114 #, c-format
109115 msgid "Error: extra arguments given while using Spice controller\n"
110 msgstr "Error: argumentos adicionales proporcionados mediante el controlador de Spice\n\n\n\n"
111
112 #: ../src/remote-viewer-main.c:153
116 msgstr ""
117 "Error: argumentos adicionales proporcionados mediante el controlador de "
118 "Spice\n"
119 "\n"
120 "\n"
121 "\n"
122
123 #: ../src/remote-viewer-main.c:156
113124 #, c-format
114125 msgid "Error: can't handle multiple URIs\n"
115 msgstr "Error: no se puede manipular URl\n"
116
117 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
126 msgstr "Error: no se puede manipular múltiples URIs\n"
127
128 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
118129 msgid "Failed to initiate connection"
119130 msgstr "No se pudo inicializar la conexión"
120131
121 #: ../src/remote-viewer.c:294
132 #: ../src/remote-viewer.c:313
122133 msgid "Display disabled by controller"
123134 msgstr "Pantalla desactivada por el controlador"
124135
125 #: ../src/remote-viewer.c:592
136 #: ../src/remote-viewer.c:609
126137 #, c-format
127138 msgid "Controller connection failed: %s"
128139 msgstr "No se pudo conectar al controlador: %s"
129140
130 #. Create the widgets
131 #: ../src/remote-viewer.c:924
132 msgid "Connection details"
133 msgstr "Información de conexión"
134
135 #: ../src/remote-viewer.c:939
136 msgid "_Connection Address"
141 #: ../src/remote-viewer.c:755
142 msgid "_Change CD"
143 msgstr "_Cambiar CD"
144
145 #: ../src/remote-viewer.c:855
146 msgid "failed to parse ovirt uri"
147 msgstr "fallo en análisis uri de ovirt"
148
149 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
150 msgid "Authentication was cancelled"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:900
154 #, c-format
155 msgid "oVirt VM %s is not running"
156 msgstr "la MV oVirt %s no está ejecutándose"
157
158 #: ../src/remote-viewer.c:914
159 #, c-format
160 msgid "oVirt VM %s has no display"
161 msgstr "la MV oVirt %s no tiene monitor"
162
163 #: ../src/remote-viewer.c:940
164 #, c-format
165 msgid "oVirt VM %s has no host information"
137166 msgstr ""
138167
139168 #: ../src/remote-viewer.c:951
140 msgid "For example, spice://foo.example.org:5900"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:964
144 msgid "_Recent Connections"
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1020
148 msgid "Couldn't create a Spice session"
149 msgstr "No se pudo crear una sesión de Spice"
150
151 #: ../src/remote-viewer.c:1034
169 #, c-format
170 msgid "oVirt VM %s has unknown display type: %d"
171 msgstr "la MV oVirt %s tiene un tipo de monitor desconocido: %d"
172
173 #: ../src/remote-viewer.c:1094
152174 msgid "Setting up Spice session..."
153175 msgstr "Configurando sesión de Spice…"
154176
155 #: ../src/remote-viewer.c:1055
156 #, c-format
157 msgid "Invalid file %s"
158 msgstr "Fichero no válido %s"
159
160 #: ../src/remote-viewer.c:1062
177 #: ../src/remote-viewer.c:1102
178 msgid "No connection was chosen"
179 msgstr ""
180
181 #: ../src/remote-viewer.c:1120
182 #, c-format
183 msgid "Invalid file %s: "
184 msgstr ""
185
186 #: ../src/remote-viewer.c:1128
161187 msgid "Cannot determine the connection type from URI"
162188 msgstr "No se puede determinar el tipo de conexión de la URI"
163189
164 #: ../src/remote-viewer.c:1068
165 msgid "Couldn't open oVirt session"
166 msgstr "No se pudo abrir la sesión oVirt"
167
168 #: ../src/remote-viewer.c:1075
169 #, c-format
170 msgid "Couldn't create a session for this type: %s"
171 msgstr "No se pudo crear una sesión para este tipo: %s"
172
190 #: ../src/remote-viewer.c:1134
191 msgid "Couldn't open oVirt session: "
192 msgstr ""
193
194 #.
173195 #. * Local variables:
174196 #. * c-indent-level: 4
175197 #. * c-basic-offset: 4
176198 #. * indent-tabs-mode: nil
177199 #. * End:
200 #.
201 #: ../src/remote-viewer-connect.xml.h:1
202 msgid "Connection details"
203 msgstr "Detalles de conexión"
204
205 #: ../src/remote-viewer-connect.xml.h:2
206 msgid "Connection Address"
207 msgstr ""
208
209 #: ../src/remote-viewer-connect.xml.h:3
210 msgid "For example, spice://foo.example.org:5900"
211 msgstr "Por ejemplo, spice://foo.example.org:5900"
212
213 #: ../src/remote-viewer-connect.xml.h:4
214 msgid "Recent connections"
215 msgstr ""
216
217 #: ../src/remote-viewer-connect.xml.h:5
218 msgid "Cancel"
219 msgstr ""
220
221 #: ../src/remote-viewer-connect.xml.h:6
222 msgid "Connect"
223 msgstr ""
224
178225 #: ../src/virt-viewer-about.xml.h:1
179226 msgid "About Glade"
180227 msgstr "Acerca de Glade"
184231 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
185232 "Copyright (C) 2007-2014 Red Hat, Inc."
186233 msgstr ""
234 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
235 "Copyright (C) 2007-2014 Red Hat, Inc."
187236
188237 #: ../src/virt-viewer-about.xml.h:4
189238 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
190 msgstr "Un cliente de escritorio remoto creado con GTK-VNC, SPICE-GTK y libvirt"
239 msgstr ""
240 "Un cliente de escritorio remoto creado con GTK-VNC, SPICE-GTK y libvirt"
191241
192242 #: ../src/virt-viewer-about.xml.h:5
193243 msgid "virt-manager.org"
208258 "You should have received a copy of the GNU General Public License\n"
209259 "along with this program; if not, write to the Free Software\n"
210260 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
211 msgstr "Este programa es de software libre; puede distribuirlo y modificarlo bajo los términos de la Licencia Pública General de GNU publicada por la Free Software Foundation, ya sea la versiṕn 2 de la licencia o (su opción) una versión posterior.\n\nEste programa se distribuye con la esperanza de que será útil, pero SIN NINGUNA GARANTÍA, incluso sin la garantía implícita de comerciabilidad o IDONEIDAD PARA UN PROPÓSITO PARTICULAR. Ver la GNU General Public License para más detalles. ⏎ \n\nDebe de haber recibido una copia de la Licencia Pública General de GNU junto con este programa, si no, escriba a la Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 EE.UU. \n"
261 msgstr ""
262 "Este programa es de software libre; puede distribuirlo y modificarlo bajo "
263 "los términos de la Licencia Pública General de GNU publicada por la Free "
264 "Software Foundation, ya sea la versiṕn 2 de la licencia o (su opción) una "
265 "versión posterior.\n"
266 "\n"
267 "Este programa se distribuye con la esperanza de que será útil, pero SIN "
268 "NINGUNA GARANTÍA, incluso sin la garantía implícita de comerciabilidad o "
269 "IDONEIDAD PARA UN PROPÓSITO PARTICULAR. Ver la GNU General Public License "
270 "para más detalles. \n"
271 "\n"
272 "Debe de haber recibido una copia de la Licencia Pública General de GNU junto "
273 "con este programa, si no, escriba a la Free Software Foundation, Inc., 59 "
274 "Temple Place, Suite 330, Boston, MA 02111-1307 EE.UU. \n"
212275
213276 #: ../src/virt-viewer-about.xml.h:20
214277 msgid "The Fedora Translation Team"
215 msgstr "El equipo de traducción de Fedora"
216
217 #: ../src/virt-viewer-app.c:400
278 msgstr "El Equipo de Traducción de Fedora"
279
280 #: ../src/virt-viewer-app.c:526
218281 msgid "Do you want to close the session?"
219282 msgstr "¿Quiere cerrar la sesión?"
220283
221 #: ../src/virt-viewer-app.c:402
284 #: ../src/virt-viewer-app.c:528
222285 msgid "Do not ask me again"
223286 msgstr "No me pregunte otra vez"
224287
225 #: ../src/virt-viewer-app.c:841
288 #: ../src/virt-viewer-app.c:1008
226289 #, c-format
227290 msgid "Waiting for display %d..."
228 msgstr "Esperando la pantalla %d…"
229
230 #: ../src/virt-viewer-app.c:946
231 #, c-format
232 msgid "Unknown graphic type for the guest %s"
233 msgstr "Tipo de gráficos desconocido para el huésped %s"
234
235 #: ../src/virt-viewer-app.c:1027
291 msgstr "Esperando el monitor %d…"
292
293 #: ../src/virt-viewer-app.c:1117
294 #, c-format
295 msgid "Unsupported graphic type '%s'"
296 msgstr ""
297
298 #: ../src/virt-viewer-app.c:1200
236299 msgid "Connect to ssh failed."
237300 msgstr "Falló la conexión a ssh."
238301
239 #: ../src/virt-viewer-app.c:1029
302 #: ../src/virt-viewer-app.c:1202
240303 msgid "Can't connect to channel, SSH only supported."
241304 msgstr "No se puede conectar al canal, solo se permite SSH."
242305
243 #: ../src/virt-viewer-app.c:1041
306 #: ../src/virt-viewer-app.c:1214
244307 msgid "Connect to channel unsupported."
245308 msgstr "La conexión al canal no está soportada."
246309
247 #: ../src/virt-viewer-app.c:1123
310 #: ../src/virt-viewer-app.c:1276
311 msgid "Display can only be attached through libvirt with --attach"
312 msgstr "La pantalla solo puede ser unida a través de libvirt con --attach"
313
314 #: ../src/virt-viewer-app.c:1299
248315 msgid "Connecting to graphic server"
249316 msgstr "Conectando al servidor gráfico"
250317
251 #: ../src/virt-viewer-app.c:1256
318 #: ../src/virt-viewer-app.c:1398
252319 msgid "Guest domain has shutdown"
253320 msgstr "Dominio de huéspedes se ha apagado"
254321
255 #: ../src/virt-viewer-app.c:1317
322 #: ../src/virt-viewer-app.c:1459
256323 msgid "Connected to graphic server"
257324 msgstr "Conectado al servidor gráfico"
258325
259 #: ../src/virt-viewer-app.c:1344
326 #: ../src/virt-viewer-app.c:1486
260327 #, c-format
261328 msgid "Unable to connect to the graphic server %s"
262329 msgstr "No se pudo conectar al servidor gráfico %s"
263330
264 #: ../src/virt-viewer-app.c:1376
265 #, c-format
266 msgid ""
267 "Unable to authenticate with remote desktop server at %s: %s\n"
268 "Retry connection again?"
269 msgstr "No se puede autenticar con el servidor de escritorio remoto en %s: %s⏎ \n¿Reintentar la conexión?"
270
271 #: ../src/virt-viewer-app.c:1396
331 #: ../src/virt-viewer-app.c:1512
332 #, c-format
333 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
334 msgstr ""
335
336 #: ../src/virt-viewer-app.c:1525
272337 #, c-format
273338 msgid "Unable to authenticate with remote desktop server: %s"
274339 msgstr "No se puede autenticar con el servidor del escritorio remoto: %s"
275340
276 #: ../src/virt-viewer-app.c:1404
341 #: ../src/virt-viewer-app.c:1533
277342 #, c-format
278343 msgid "USB redirection error: %s"
279344 msgstr "Error de redirección USB: %s"
280345
281 #: ../src/virt-viewer-app.c:1632
346 #: ../src/virt-viewer-app.c:1786
282347 #, c-format
283348 msgid "Zoom level must be within %d-%d\n"
284 msgstr "Nivel de zoom debe estar dentro de %d-%d\n"
285
286 #: ../src/virt-viewer-app.c:2126
349 msgstr "Nivel de enfoque debe estar dentro de %d-%d\n"
350
351 #: ../src/virt-viewer-app.c:2296
287352 #, c-format
288353 msgid "Display %d"
289 msgstr "Visualizar %d"
290
291 #: ../src/virt-viewer-app.c:2301
354 msgstr "Monitor %d"
355
356 #: ../src/virt-viewer-app.c:2552
292357 #, c-format
293358 msgid "Invalid kiosk-quit argument: %s"
294359 msgstr "Argumento kiosk-quit no válido: %s"
295360
296 #: ../src/virt-viewer-app.c:2310
361 #: ../src/virt-viewer-app.c:2561
297362 msgid "Zoom level of window, in percentage"
298 msgstr "Aumentar acercamiento de ventana, en porcentaje"
299
300 #: ../src/virt-viewer-app.c:2312
363 msgstr "Nivel de enfoque de ventana, en porcentaje"
364
365 #: ../src/virt-viewer-app.c:2563
301366 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
302 msgstr "Abrir en modo pantalla completa (ajuste la resolución del invitado para que encaje con el cliente)"
303
304 #: ../src/virt-viewer-app.c:2314
367 msgstr ""
368 "Abrir en modo pantalla completa (ajusta la resolución del invitado para que "
369 "encaje con el cliente)"
370
371 #: ../src/virt-viewer-app.c:2565
305372 msgid "Customise hotkeys"
306373 msgstr "Personalizar teclas calientes"
307374
308 #: ../src/virt-viewer-app.c:2316
375 #: ../src/virt-viewer-app.c:2567
309376 msgid "Enable kiosk mode"
310 msgstr "Activar el modo kiosk"
311
312 #: ../src/virt-viewer-app.c:2318
377 msgstr "Activar el modo kiosco"
378
379 #: ../src/virt-viewer-app.c:2569
313380 msgid "Quit on given condition in kiosk mode"
314 msgstr "Abandonar sobre condición dada en modo kiosk"
315
316 #: ../src/virt-viewer-app.c:2318
381 msgstr "Abandonar sobre condición dada en modo kiosco"
382
383 #: ../src/virt-viewer-app.c:2569
317384 msgid "<never|on-disconnect>"
318 msgstr "<nunca | en-desconexión>"
319
320 #: ../src/virt-viewer-app.c:2320
385 msgstr "<never|on-disconnect>"
386
387 #: ../src/virt-viewer-app.c:2571
321388 msgid "Display verbose information"
322389 msgstr "Mostrar información detallada"
323390
324 #: ../src/virt-viewer-app.c:2322
391 #: ../src/virt-viewer-app.c:2573
325392 msgid "Display debugging information"
326393 msgstr "Mostrar información de depuración"
327394
395 #: ../src/virt-viewer-auth.c:88
396 #, c-format
397 msgid ""
398 "Authentication is required for the %s connection to:\n"
399 "\n"
400 "<b>%s</b>\n"
401 "\n"
402 msgstr ""
403 "Autenticación es requerida para la conexión %s para:\n"
404 "\n"
405 "<b>%s</b>\n"
406 "\n"
407
408 #: ../src/virt-viewer-auth.c:92
409 #, c-format
410 msgid "Authentication is required for the %s connection:\n"
411 msgstr "Autenticación es requerida para la conexión %s:\n"
412
413 #.
328414 #. * Local variables:
329415 #. * c-indent-level: 4
330416 #. * c-basic-offset: 4
331417 #. * indent-tabs-mode: nil
332418 #. * End:
419 #.
333420 #: ../src/virt-viewer-auth.xml.h:1
334421 msgid "Authentication required"
335 msgstr "Se necesita autenticación"
336
337 #: ../src/virt-viewer-auth.xml.h:2
422 msgstr "Autenticación requerida"
423
424 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
338425 msgid "label"
339426 msgstr "etiqueta"
340427
346433 msgid "Username:"
347434 msgstr "Nombre de usuario:"
348435
436 #: ../src/virt-viewer-auth.xml.h:5
437 msgid "Show password"
438 msgstr "Mostrar contraseña"
439
440 #: ../src/virt-viewer-display-vnc.c:133
441 msgid "VNC does not provide GUID"
442 msgstr ""
443
349444 #: ../src/virt-viewer-main.c:38
350445 #, c-format
351446 msgid "%s version %s\n"
378473 #: ../src/virt-viewer-main.c:80
379474 #, c-format
380475 msgid "Run '%s --help' to see a full list of available command line options"
381 msgstr "Corriendo ‘%s –help’ para ver una lista completa de las opciones disponibles de línea de comando"
476 msgstr ""
477 "Ejecutando ‘%s –help’ puede ver una lista completa de las opciones "
478 "disponibles de líneas de comando"
382479
383480 #: ../src/virt-viewer-main.c:86
384481 msgid "Virtual machine graphical console"
385 msgstr ""
386
387 #: ../src/virt-viewer-main.c:108
482 msgstr "Consola gráfica de la máquina virtual"
483
484 #: ../src/virt-viewer-main.c:107
388485 #, c-format
389486 msgid ""
390487 "\n"
391 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
488 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
392489 "\n"
393490 "%s\n"
394491 "\n"
395 msgstr "\nUso: %s [OPCIONES] DOMINIO-NOMBRE|ID|UUID\n\n%s\n\n"
396
397 #: ../src/virt-viewer-session-spice.c:506
398 msgid "invalid password"
399 msgstr "contraseña no válida"
492 msgstr ""
493
494 #: ../src/virt-viewer-main.c:112
495 #, c-format
496 msgid ""
497 "\n"
498 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
499 "\n"
500 msgstr ""
501
502 #: ../src/virt-viewer-session-spice.c:694
503 msgid "Invalid password"
504 msgstr "Contraseña inválida"
400505
401506 #. Create the widgets
402 #: ../src/virt-viewer-session-spice.c:588
507 #: ../src/virt-viewer-session-spice.c:786
403508 msgid "Select USB devices for redirection"
404509 msgstr "Seleccione los dispositivos USB para redirigir"
405510
406 #: ../src/virt-viewer-session-vnc.c:148
511 #: ../src/virt-viewer-session-vnc.c:153
407512 #, c-format
408513 msgid "Unsupported authentication type %d"
409514 msgstr "Tipo de autenticación no compatible %d"
410515
411 #: ../src/virt-viewer-window.c:587
516 #: ../src/virt-viewer-vm-connection.c:64
517 msgid "No virtual machine found"
518 msgstr "Máquina virtual no encontrada"
519
520 #: ../src/virt-viewer-vm-connection.c:93
521 msgid "No virtual machine was chosen"
522 msgstr ""
523
524 #: ../src/virt-viewer-window.c:537
412525 msgid "Ctrl+Alt+_Del"
413526 msgstr "Ctrl+Alt+_Supr"
414527
415 #: ../src/virt-viewer-window.c:588
528 #: ../src/virt-viewer-window.c:538
416529 msgid "Ctrl+Alt+_Backspace"
417530 msgstr "Ctrl+Alt+_Retroceso"
418531
419 #: ../src/virt-viewer-window.c:590
532 #: ../src/virt-viewer-window.c:540
420533 msgid "Ctrl+Alt+F_1"
421534 msgstr "Ctrl+Alt+F_1"
422535
423 #: ../src/virt-viewer-window.c:591
536 #: ../src/virt-viewer-window.c:541
424537 msgid "Ctrl+Alt+F_2"
425538 msgstr "Ctrl+Alt+F_2"
426539
427 #: ../src/virt-viewer-window.c:592
540 #: ../src/virt-viewer-window.c:542
428541 msgid "Ctrl+Alt+F_3"
429542 msgstr "Ctrl+Alt+F_3"
430543
431 #: ../src/virt-viewer-window.c:593
544 #: ../src/virt-viewer-window.c:543
432545 msgid "Ctrl+Alt+F_4"
433546 msgstr "Ctrl+Alt+F_4"
434547
435 #: ../src/virt-viewer-window.c:594
548 #: ../src/virt-viewer-window.c:544
436549 msgid "Ctrl+Alt+F_5"
437550 msgstr "Ctrl+Alt+F_5"
438551
439 #: ../src/virt-viewer-window.c:595
552 #: ../src/virt-viewer-window.c:545
440553 msgid "Ctrl+Alt+F_6"
441554 msgstr "Ctrl+Alt+F_6"
442555
443 #: ../src/virt-viewer-window.c:596
556 #: ../src/virt-viewer-window.c:546
444557 msgid "Ctrl+Alt+F_7"
445558 msgstr "Ctrl+Alt+F_7"
446559
447 #: ../src/virt-viewer-window.c:597
560 #: ../src/virt-viewer-window.c:547
448561 msgid "Ctrl+Alt+F_8"
449562 msgstr "Ctrl+Alt+F_8"
450563
451 #: ../src/virt-viewer-window.c:598
564 #: ../src/virt-viewer-window.c:548
452565 msgid "Ctrl+Alt+F_9"
453566 msgstr "Ctrl+Alt+F_9"
454567
455 #: ../src/virt-viewer-window.c:599
568 #: ../src/virt-viewer-window.c:549
456569 msgid "Ctrl+Alt+F1_0"
457570 msgstr "Ctrl+Alt+F1_0"
458571
459 #: ../src/virt-viewer-window.c:600
572 #: ../src/virt-viewer-window.c:550
460573 msgid "Ctrl+Alt+F11"
461574 msgstr "Ctrl+Alt+F11"
462575
463 #: ../src/virt-viewer-window.c:601
576 #: ../src/virt-viewer-window.c:551
464577 msgid "Ctrl+Alt+F12"
465578 msgstr "Ctrl+Alt+F12"
466579
467 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
580 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
468581 msgid "Screenshot"
469582 msgstr "Captura de pantalla"
470583
471 #: ../src/virt-viewer-window.c:1051
584 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
585 msgid "Unknown"
586 msgstr "Desconocido"
587
588 #: ../src/virt-viewer-window.c:1062
472589 msgid "Disconnect"
473590 msgstr "Desconectar"
474591
475 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
592 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
476593 #: ../src/virt-viewer.xml.h:3
477594 msgid "USB device selection"
478595 msgstr "Selección de dispositivos USB"
479596
480 #: ../src/virt-viewer-window.c:1070
597 #: ../src/virt-viewer-window.c:1081
481598 msgid "Send key combination"
482599 msgstr "Enviar combinación de teclas"
483600
484 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
601 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
485602 msgid "Leave fullscreen"
486603 msgstr "Salir de pantalla completa"
487604
488 #: ../src/virt-viewer-window.c:1162
605 #: ../src/virt-viewer-window.c:1173
489606 msgid "Ctrl+Alt"
490607 msgstr "Ctrl+Alt"
491608
492 #: ../src/virt-viewer-window.c:1165
609 #: ../src/virt-viewer-window.c:1176
493610 #, c-format
494611 msgid "(Press %s to release pointer)"
495612 msgstr "(Presione %s para liberar el puntero)"
496613
497614 #. translators:
498 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
499 #. <appname>"
500 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
501 #. Viewer"
502 #: ../src/virt-viewer-window.c:1176
615 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
616 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
617 #.
618 #: ../src/virt-viewer-window.c:1187
503619 #, c-format
504620 msgid "%s%s%s - %s"
505621 msgstr "%s%s%s - %s"
506622
507623 #. translators: <space>
508 #: ../src/virt-viewer-window.c:1180
624 #: ../src/virt-viewer-window.c:1191
509625 msgid " "
510626 msgstr " "
511627
512 #: ../src/virt-viewer-file.c:624
628 #: ../src/virt-viewer-file.c:825
629 #, c-format
630 msgid ""
631 "At least %s version %s is required to setup this connection, see %s for "
632 "details"
633 msgstr ""
634
635 #: ../src/virt-viewer-file.c:833
513636 #, c-format
514637 msgid "At least %s version %s is required to setup this connection"
515 msgstr "Por lo menos %s versión %s se requiere para configurar esta conexión"
516
517 #: ../src/virt-viewer.c:133
638 msgstr "Al menos la %s versión %s es requerida para configurar esta conexión"
639
640 #: ../src/virt-viewer.c:163
518641 msgid "Waiting for guest domain to re-start"
519642 msgstr "Esperando a que el dominio de huéspedes reinicie"
520643
521 #: ../src/virt-viewer.c:318
644 #: ../src/virt-viewer.c:409
522645 #, c-format
523646 msgid "Cannot determine the graphic type for the guest %s"
524647 msgstr "No se puede determinar el tipo de gráficos para el huésped %s"
525648
526 #: ../src/virt-viewer.c:341
527 #, c-format
528 msgid "Cannot determine the graphic address for the guest %s"
529 msgstr "No se puede determinar la dirección de gráficos para el huésped %s"
530
531 #: ../src/virt-viewer.c:354
649 #: ../src/virt-viewer.c:448
532650 #, c-format
533651 msgid "Cannot determine the host for the guest %s"
534652 msgstr "No se puede determinar el anfitrión para el huésped %s"
535653
536 #: ../src/virt-viewer.c:540
654 #: ../src/virt-viewer.c:476
655 #, c-format
656 msgid "Guest '%s' is not reachable"
657 msgstr "Huésped '%s' no está alcanzable"
658
659 #: ../src/virt-viewer.c:697
660 #, c-format
661 msgid "Virtual machine %s is not running"
662 msgstr "Máquina virtual %s no está en ejecución"
663
664 #: ../src/virt-viewer.c:720
537665 msgid "Waiting for libvirt to start"
538666 msgstr "Esperando a libvirt para inicio"
539667
540 #: ../src/virt-viewer.c:544
668 #: ../src/virt-viewer.c:724
541669 msgid "Finding guest domain"
542670 msgstr "Buscando dominio de huéspedes"
543671
544 #: ../src/virt-viewer.c:548
672 #: ../src/virt-viewer.c:728
545673 msgid "Waiting for guest domain to be created"
546674 msgstr "Esperando a que el dominio de huéspedes sea creado"
547675
548 #: ../src/virt-viewer.c:553
549 #, c-format
550 msgid "Cannot find guest domain %s"
551 msgstr "No se pudo encontrar el dominio huésped %s"
552
553 #: ../src/virt-viewer.c:566
676 #: ../src/virt-viewer.c:750
554677 msgid "Checking guest domain status"
555678 msgstr "Comprobando el estatus del dominio de huéspedes"
556679
557 #: ../src/virt-viewer.c:573
680 #: ../src/virt-viewer.c:753
681 msgid "Cannot get guest state"
682 msgstr ""
683
684 #: ../src/virt-viewer.c:759
558685 msgid "Waiting for guest domain to start"
559686 msgstr "Esperando a que dominio de huéspedes inicie"
560687
561 #: ../src/virt-viewer.c:580
562 msgid "Waiting for guest domain to start server"
563 msgstr "Esperando a que el servidor del dominio de huéspedes inicie"
564
565 #: ../src/virt-viewer.c:694
566 #, c-format
567 msgid "Unable to connect to libvirt with URI %s"
568 msgstr "No se pudo conectar a libvirt con el URI %s"
569
570 #: ../src/virt-viewer.c:695
688 #: ../src/virt-viewer.c:863
689 #, c-format
690 msgid "Unable to connect to libvirt with URI: %s."
691 msgstr "No puede conectarse a libvirt con URI: %s."
692
693 #: ../src/virt-viewer.c:864
571694 msgid "[none]"
572695 msgstr "[ninguno]"
573696
697 #: ../src/virt-viewer.c:871
698 msgid "Authentication failed."
699 msgstr "Fallo de autenticación."
700
701 #: ../src/virt-viewer.c:931
702 msgid "Failed to connect: "
703 msgstr ""
704
705 #.
574706 #. * Local variables:
575707 #. * c-indent-level: 4
576708 #. * c-basic-offset: 4
577709 #. * indent-tabs-mode: nil
578710 #. * End:
711 #.
579712 #: ../src/virt-viewer.xml.h:1
580713 msgid "_File"
581 msgstr "_Archivo"
714 msgstr "_Fichero"
582715
583716 #: ../src/virt-viewer.xml.h:4
584717 msgid "Smartcard insertion"
585 msgstr "Inserción de Smartcard"
718 msgstr "Inserción de smartcard"
586719
587720 #: ../src/virt-viewer.xml.h:5
588721 msgid "Smartcard removal"
589 msgstr "Retiro de Smartcard"
590
591 #: ../src/virt-viewer.xml.h:6
722 msgstr "Retiro de smartcard"
723
724 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
725 msgid "Preferences"
726 msgstr ""
727
728 #: ../src/virt-viewer.xml.h:7
592729 msgid "_View"
593730 msgstr "_Ver"
594731
595 #: ../src/virt-viewer.xml.h:7
732 #: ../src/virt-viewer.xml.h:8
596733 msgid "Full screen"
597734 msgstr "Pantalla completa"
598735
599 #: ../src/virt-viewer.xml.h:8
736 #: ../src/virt-viewer.xml.h:9
600737 msgid "_Zoom"
601 msgstr "_Zoom"
602
603 #: ../src/virt-viewer.xml.h:9
738 msgstr "_Enfoque"
739
740 #: ../src/virt-viewer.xml.h:10
604741 msgid "Displays"
605742 msgstr "Pantallas"
606743
607 #: ../src/virt-viewer.xml.h:10
744 #: ../src/virt-viewer.xml.h:11
608745 msgid "Release cursor"
609 msgstr "Libere el cursor"
610
611 #: ../src/virt-viewer.xml.h:11
746 msgstr "Liberar cursor"
747
748 #: ../src/virt-viewer.xml.h:12
612749 msgid "_Send key"
613750 msgstr "_Enviar llave"
614751
615 #: ../src/virt-viewer.xml.h:12
752 #: ../src/virt-viewer.xml.h:13
616753 msgid "_Help"
617 msgstr "Ay_uda"
754 msgstr "_Ayuda"
755
756 #: ../src/virt-viewer.xml.h:14
757 msgid "_Guest Details"
758 msgstr "_Detalles de Huésped"
759
760 #: ../src/virt-viewer-guest-details.xml.h:1
761 msgid "Guest Details"
762 msgstr "Detalles de Huésped"
763
764 #: ../src/virt-viewer-guest-details.xml.h:2
765 msgid "Name:"
766 msgstr "Nombre:"
767
768 #: ../src/virt-viewer-guest-details.xml.h:3
769 msgid "GUID:"
770 msgstr "GUID:"
771
772 #: ../src/virt-viewer-vm-connection.xml.h:1
773 msgid "Choose a virtual machine"
774 msgstr "Elija una máquina virtual"
775
776 #: ../src/virt-viewer-vm-connection.xml.h:2
777 msgid "Name"
778 msgstr "Nombre"
779
780 #: ../src/virt-viewer-vm-connection.xml.h:3
781 msgid "Available virtual machines"
782 msgstr "Máquinas virtuales disponibles"
783
784 #: ../src/virt-viewer-preferences.xml.h:2
785 msgid "Folder sharing"
786 msgstr ""
787
788 #: ../src/virt-viewer-preferences.xml.h:3
789 msgid "Share folder"
790 msgstr ""
791
792 #: ../src/virt-viewer-preferences.xml.h:4
793 msgid "Read-only"
794 msgstr ""
795
796 #: ../src/virt-viewer-preferences.xml.h:5
797 msgid "Spice"
798 msgstr ""
+0
-612
po/es_ES.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-01-24 17:29+0000\n"
10 "PO-Revision-Date: 2014-01-24 17:29+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Spanish (Spain) (http://www.transifex.com/projects/p/fedora/language/es_ES/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: es_ES\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:111
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #. Setup command line options
89 #: ../src/remote-viewer-main.c:114
90 msgid "- Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:131
94 #, c-format
95 msgid ""
96 "%s\n"
97 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr ""
99
100 #: ../src/remote-viewer-main.c:143
101 #, c-format
102 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr ""
104
105 #: ../src/remote-viewer-main.c:150
106 #, c-format
107 msgid "Error: can't handle multiple URIs\n"
108 msgstr ""
109
110 #: ../src/remote-viewer.c:284 ../src/remote-viewer.c:1030
111 msgid "Failed to initiate connection"
112 msgstr ""
113
114 #: ../src/remote-viewer.c:299
115 msgid "Display disabled by controller"
116 msgstr ""
117
118 #: ../src/remote-viewer.c:597
119 #, c-format
120 msgid "Controller connection failed: %s"
121 msgstr ""
122
123 #. Create the widgets
124 #: ../src/remote-viewer.c:885
125 msgid "Connection details"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:900
129 msgid "URL:"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:908
133 msgid "Recent connections:"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:962
137 msgid "Couldn't create a Spice session"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:976
141 msgid "Setting up Spice session..."
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1001
145 #, c-format
146 msgid "Invalid file %s"
147 msgstr ""
148
149 #: ../src/remote-viewer.c:1008
150 msgid "Cannot determine the connection type from URI"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:1014
154 msgid "Couldn't open oVirt session"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:1021
158 #, c-format
159 msgid "Couldn't create a session for this type: %s"
160 msgstr ""
161
162 #. * Local variables:
163 #. * c-indent-level: 4
164 #. * c-basic-offset: 4
165 #. * indent-tabs-mode: nil
166 #. * End:
167 #: ../src/virt-viewer-about.xml.h:1
168 msgid "About Glade"
169 msgstr ""
170
171 #: ../src/virt-viewer-about.xml.h:2
172 msgid ""
173 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
174 "Copyright (C) 2007-2012 Red Hat, Inc."
175 msgstr ""
176
177 #: ../src/virt-viewer-about.xml.h:4
178 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
179 msgstr ""
180
181 #: ../src/virt-viewer-about.xml.h:5
182 msgid "virt-manager.org"
183 msgstr ""
184
185 #: ../src/virt-viewer-about.xml.h:6
186 msgid ""
187 "This program is free software; you can redistribute it and/or modify\n"
188 "it under the terms of the GNU General Public License as published by\n"
189 "the Free Software Foundation; either version 2 of the License, or\n"
190 "(at your option) any later version.\n"
191 "\n"
192 "This program is distributed in the hope that it will be useful,\n"
193 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
194 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
195 "GNU General Public License for more details.\n"
196 "\n"
197 "You should have received a copy of the GNU General Public License\n"
198 "along with this program; if not, write to the Free Software\n"
199 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
200 msgstr ""
201
202 #: ../src/virt-viewer-about.xml.h:20
203 msgid "The Fedora Translation Team"
204 msgstr ""
205
206 #: ../src/virt-viewer-app.c:383
207 msgid "Do you want to close the session?"
208 msgstr ""
209
210 #: ../src/virt-viewer-app.c:385
211 msgid "Do not ask me again"
212 msgstr ""
213
214 #: ../src/virt-viewer-app.c:806
215 #, c-format
216 msgid "Waiting for display %d..."
217 msgstr ""
218
219 #: ../src/virt-viewer-app.c:914
220 #, c-format
221 msgid "Unknown graphic type for the guest %s"
222 msgstr ""
223
224 #: ../src/virt-viewer-app.c:995
225 msgid "Connect to ssh failed."
226 msgstr ""
227
228 #: ../src/virt-viewer-app.c:997
229 msgid "Can't connect to channel, SSH only supported."
230 msgstr ""
231
232 #: ../src/virt-viewer-app.c:1009
233 msgid "Connect to channel unsupported."
234 msgstr ""
235
236 #: ../src/virt-viewer-app.c:1091
237 msgid "Connecting to graphic server"
238 msgstr ""
239
240 #: ../src/virt-viewer-app.c:1224
241 msgid "Guest domain has shutdown"
242 msgstr ""
243
244 #: ../src/virt-viewer-app.c:1284
245 msgid "Connected to graphic server"
246 msgstr ""
247
248 #: ../src/virt-viewer-app.c:1309
249 #, c-format
250 msgid "Unable to connect to the graphic server %s"
251 msgstr ""
252
253 #: ../src/virt-viewer-app.c:1338
254 #, c-format
255 msgid ""
256 "Unable to authenticate with remote desktop server at %s: %s\n"
257 "Retry connection again?"
258 msgstr ""
259
260 #: ../src/virt-viewer-app.c:1358
261 #, c-format
262 msgid "Unable to authenticate with remote desktop server: %s"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1366
266 #, c-format
267 msgid "USB redirection error: %s"
268 msgstr ""
269
270 #: ../src/virt-viewer-app.c:1584
271 #, c-format
272 msgid "Zoom level must be within %d-%d\n"
273 msgstr ""
274
275 #: ../src/virt-viewer-app.c:2080
276 #, c-format
277 msgid "Display %d"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:2255
281 #, c-format
282 msgid "Invalid kiosk-quit argument: %s"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:2264
286 msgid "Zoom level of window, in percentage"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:2266
290 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:2268
294 msgid "Customise hotkeys"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:2270
298 msgid "Enable kiosk mode"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:2272
302 msgid "Quit on given condition in kiosk mode"
303 msgstr ""
304
305 #: ../src/virt-viewer-app.c:2272
306 msgid "<never|on-disconnect>"
307 msgstr ""
308
309 #: ../src/virt-viewer-app.c:2274
310 msgid "Display verbose information"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:2276
314 msgid "Display debugging information"
315 msgstr ""
316
317 #. * Local variables:
318 #. * c-indent-level: 4
319 #. * c-basic-offset: 4
320 #. * indent-tabs-mode: nil
321 #. * End:
322 #: ../src/virt-viewer-auth.xml.h:1
323 msgid "Authentication required"
324 msgstr ""
325
326 #: ../src/virt-viewer-auth.xml.h:2
327 msgid "label"
328 msgstr ""
329
330 #: ../src/virt-viewer-auth.xml.h:3
331 msgid "Password:"
332 msgstr ""
333
334 #: ../src/virt-viewer-auth.xml.h:4
335 msgid "Username:"
336 msgstr ""
337
338 #: ../src/virt-viewer-main.c:38
339 #, c-format
340 msgid "%s version %s\n"
341 msgstr ""
342
343 #: ../src/virt-viewer-main.c:62
344 msgid "Direct connection with no automatic tunnels"
345 msgstr ""
346
347 #: ../src/virt-viewer-main.c:64
348 msgid "Attach to the local display using libvirt"
349 msgstr ""
350
351 #: ../src/virt-viewer-main.c:66
352 msgid "Connect to hypervisor"
353 msgstr ""
354
355 #: ../src/virt-viewer-main.c:68
356 msgid "Wait for domain to start"
357 msgstr ""
358
359 #: ../src/virt-viewer-main.c:70
360 msgid "Reconnect to domain upon restart"
361 msgstr ""
362
363 #: ../src/virt-viewer-main.c:76
364 msgid "Virt Viewer"
365 msgstr ""
366
367 #: ../src/virt-viewer-main.c:79
368 #, c-format
369 msgid "Run '%s --help' to see a full list of available command line options"
370 msgstr ""
371
372 #. Setup command line options
373 #: ../src/virt-viewer-main.c:84
374 msgid "- Virtual machine graphical console"
375 msgstr ""
376
377 #: ../src/virt-viewer-main.c:105
378 #, c-format
379 msgid ""
380 "\n"
381 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
382 "\n"
383 "%s\n"
384 "\n"
385 msgstr ""
386
387 #: ../src/virt-viewer-session-spice.c:499
388 msgid "invalid password"
389 msgstr ""
390
391 #. Create the widgets
392 #: ../src/virt-viewer-session-spice.c:553
393 msgid "Select USB devices for redirection"
394 msgstr ""
395
396 #: ../src/virt-viewer-session-vnc.c:150
397 #, c-format
398 msgid "Unsupported authentication type %d"
399 msgstr ""
400
401 #: ../src/virt-viewer-window.c:580
402 msgid "Ctrl+Alt+_Del"
403 msgstr ""
404
405 #: ../src/virt-viewer-window.c:581
406 msgid "Ctrl+Alt+_Backspace"
407 msgstr ""
408
409 #: ../src/virt-viewer-window.c:583
410 msgid "Ctrl+Alt+F_1"
411 msgstr ""
412
413 #: ../src/virt-viewer-window.c:584
414 msgid "Ctrl+Alt+F_2"
415 msgstr ""
416
417 #: ../src/virt-viewer-window.c:585
418 msgid "Ctrl+Alt+F_3"
419 msgstr ""
420
421 #: ../src/virt-viewer-window.c:586
422 msgid "Ctrl+Alt+F_4"
423 msgstr ""
424
425 #: ../src/virt-viewer-window.c:587
426 msgid "Ctrl+Alt+F_5"
427 msgstr ""
428
429 #: ../src/virt-viewer-window.c:588
430 msgid "Ctrl+Alt+F_6"
431 msgstr ""
432
433 #: ../src/virt-viewer-window.c:589
434 msgid "Ctrl+Alt+F_7"
435 msgstr ""
436
437 #: ../src/virt-viewer-window.c:590
438 msgid "Ctrl+Alt+F_8"
439 msgstr ""
440
441 #: ../src/virt-viewer-window.c:591
442 msgid "Ctrl+Alt+F_9"
443 msgstr ""
444
445 #: ../src/virt-viewer-window.c:592
446 msgid "Ctrl+Alt+F1_0"
447 msgstr ""
448
449 #: ../src/virt-viewer-window.c:593
450 msgid "Ctrl+Alt+F11"
451 msgstr ""
452
453 #: ../src/virt-viewer-window.c:594
454 msgid "Ctrl+Alt+F12"
455 msgstr ""
456
457 #: ../src/virt-viewer-window.c:985 ../src/virt-viewer.xml.h:2
458 msgid "Screenshot"
459 msgstr ""
460
461 #: ../src/virt-viewer-window.c:1061
462 msgid "Disconnect"
463 msgstr ""
464
465 #: ../src/virt-viewer-window.c:1068 ../src/virt-viewer-window.c:1069
466 #: ../src/virt-viewer.xml.h:3
467 msgid "USB device selection"
468 msgstr ""
469
470 #: ../src/virt-viewer-window.c:1077
471 msgid "Send key combination"
472 msgstr ""
473
474 #: ../src/virt-viewer-window.c:1086 ../src/virt-viewer-window.c:1087
475 msgid "Leave fullscreen"
476 msgstr ""
477
478 #: ../src/virt-viewer-window.c:1166
479 msgid "Ctrl+Alt"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:1169
483 #, c-format
484 msgid "(Press %s to release pointer)"
485 msgstr ""
486
487 #. translators:
488 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
489 #. <appname>"
490 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
491 #. Viewer"
492 #: ../src/virt-viewer-window.c:1180
493 #, c-format
494 msgid "%s%s%s - %s"
495 msgstr ""
496
497 #. translators: <space>
498 #: ../src/virt-viewer-window.c:1184
499 msgid " "
500 msgstr ""
501
502 #: ../src/virt-viewer-file.c:624
503 #, c-format
504 msgid "At least %s version %s is required to setup this connection"
505 msgstr ""
506
507 #: ../src/virt-viewer.c:133
508 msgid "Waiting for guest domain to re-start"
509 msgstr ""
510
511 #: ../src/virt-viewer.c:318
512 #, c-format
513 msgid "Cannot determine the graphic type for the guest %s"
514 msgstr ""
515
516 #: ../src/virt-viewer.c:341
517 #, c-format
518 msgid "Cannot determine the graphic address for the guest %s"
519 msgstr ""
520
521 #: ../src/virt-viewer.c:354
522 #, c-format
523 msgid "Cannot determine the host for the guest %s"
524 msgstr ""
525
526 #: ../src/virt-viewer.c:539
527 msgid "Waiting for libvirt to start"
528 msgstr ""
529
530 #: ../src/virt-viewer.c:543
531 msgid "Finding guest domain"
532 msgstr ""
533
534 #: ../src/virt-viewer.c:547
535 msgid "Waiting for guest domain to be created"
536 msgstr ""
537
538 #: ../src/virt-viewer.c:552
539 #, c-format
540 msgid "Cannot find guest domain %s"
541 msgstr ""
542
543 #: ../src/virt-viewer.c:565
544 msgid "Checking guest domain status"
545 msgstr ""
546
547 #: ../src/virt-viewer.c:572
548 msgid "Waiting for guest domain to start"
549 msgstr ""
550
551 #: ../src/virt-viewer.c:579
552 msgid "Waiting for guest domain to start server"
553 msgstr ""
554
555 #: ../src/virt-viewer.c:693
556 #, c-format
557 msgid "Unable to connect to libvirt with URI %s"
558 msgstr ""
559
560 #: ../src/virt-viewer.c:694
561 msgid "[none]"
562 msgstr ""
563
564 #. * Local variables:
565 #. * c-indent-level: 4
566 #. * c-basic-offset: 4
567 #. * indent-tabs-mode: nil
568 #. * End:
569 #: ../src/virt-viewer.xml.h:1
570 msgid "_File"
571 msgstr ""
572
573 #: ../src/virt-viewer.xml.h:4
574 msgid "Smartcard insertion"
575 msgstr ""
576
577 #: ../src/virt-viewer.xml.h:5
578 msgid "Smartcard removal"
579 msgstr ""
580
581 #: ../src/virt-viewer.xml.h:6
582 msgid "_View"
583 msgstr ""
584
585 #: ../src/virt-viewer.xml.h:7
586 msgid "Full screen"
587 msgstr ""
588
589 #: ../src/virt-viewer.xml.h:8
590 msgid "_Zoom"
591 msgstr ""
592
593 #: ../src/virt-viewer.xml.h:9
594 msgid "Automatically resize"
595 msgstr ""
596
597 #: ../src/virt-viewer.xml.h:10
598 msgid "Displays"
599 msgstr ""
600
601 #: ../src/virt-viewer.xml.h:11
602 msgid "Release cursor"
603 msgstr ""
604
605 #: ../src/virt-viewer.xml.h:12
606 msgid "_Send key"
607 msgstr ""
608
609 #: ../src/virt-viewer.xml.h:13
610 msgid "_Help"
611 msgstr ""
+352
-205
po/et.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Estonian (http://www.transifex.com/projects/p/virt-viewer/language/et/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Estonian\n"
13 "Language: et\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: et\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+308
-160
po/eu.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Asier Iturralde Sarasola <asier.iturralde@gmail.com>, 2012
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: virt-viewer\n"
8 "Project-Id-Version: PACKAGE VERSION\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
11 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
10 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
11 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1212 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
13 "Language-Team: Basque (http://www.transifex.com/projects/p/virt-viewer/language/eu/)\n"
13 "Language-Team: Basque (http://www.transifex.com/projects/p/virt-viewer/"
14 "language/eu/)\n"
15 "Language: eu\n"
1416 "MIME-Version: 1.0\n"
1517 "Content-Type: text/plain; charset=UTF-8\n"
1618 "Content-Transfer-Encoding: 8bit\n"
17 "Language: eu\n"
1819 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 "X-Generator: Zanata 3.7.3\n"
21
22 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2123 msgid "Remote Viewer"
2224 msgstr ""
2325
7173
7274 #: ../src/remote-viewer-main.c:50
7375 #, c-format
74 msgid "remote-viewer version %s\n"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
76 msgid "remote-viewer version %s"
77 msgstr ""
78
79 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7880 msgid "Display version information"
7981 msgstr "Bistaratu bertsio informazioa"
8082
81 #: ../src/remote-viewer-main.c:101
83 #: ../src/remote-viewer-main.c:105
8284 msgid "Set window title"
8385 msgstr ""
8486
85 #: ../src/remote-viewer-main.c:104
87 #: ../src/remote-viewer-main.c:108
8688 msgid "Open connection using Spice controller communication"
8789 msgstr ""
8890
89 #: ../src/remote-viewer-main.c:116
91 #: ../src/remote-viewer-main.c:120
9092 msgid "Remote viewer client"
9193 msgstr ""
9294
93 #: ../src/remote-viewer-main.c:134
95 #: ../src/remote-viewer-main.c:138
9496 #, c-format
9597 msgid ""
9698 "%s\n"
9799 "Run '%s --help' to see a full list of available command line options\n"
98100 msgstr ""
99101
100 #: ../src/remote-viewer-main.c:146
102 #: ../src/remote-viewer-main.c:149
101103 #, c-format
102104 msgid "Error: extra arguments given while using Spice controller\n"
103105 msgstr ""
104106
105 #: ../src/remote-viewer-main.c:153
107 #: ../src/remote-viewer-main.c:156
106108 #, c-format
107109 msgid "Error: can't handle multiple URIs\n"
108110 msgstr ""
109111
110 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
112 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
111113 msgid "Failed to initiate connection"
112114 msgstr ""
113115
114 #: ../src/remote-viewer.c:294
116 #: ../src/remote-viewer.c:313
115117 msgid "Display disabled by controller"
116118 msgstr ""
117119
118 #: ../src/remote-viewer.c:592
120 #: ../src/remote-viewer.c:609
119121 #, c-format
120122 msgid "Controller connection failed: %s"
121123 msgstr ""
122124
123 #. Create the widgets
124 #: ../src/remote-viewer.c:924
125 msgid "Connection details"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:939
129 msgid "_Connection Address"
125 #: ../src/remote-viewer.c:755
126 msgid "_Change CD"
127 msgstr ""
128
129 #: ../src/remote-viewer.c:855
130 msgid "failed to parse ovirt uri"
131 msgstr ""
132
133 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
134 msgid "Authentication was cancelled"
135 msgstr ""
136
137 #: ../src/remote-viewer.c:900
138 #, c-format
139 msgid "oVirt VM %s is not running"
140 msgstr ""
141
142 #: ../src/remote-viewer.c:914
143 #, c-format
144 msgid "oVirt VM %s has no display"
145 msgstr ""
146
147 #: ../src/remote-viewer.c:940
148 #, c-format
149 msgid "oVirt VM %s has no host information"
130150 msgstr ""
131151
132152 #: ../src/remote-viewer.c:951
133 msgid "For example, spice://foo.example.org:5900"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:964
137 msgid "_Recent Connections"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:1020
141 msgid "Couldn't create a Spice session"
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1034
153 #, c-format
154 msgid "oVirt VM %s has unknown display type: %d"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:1094
145158 msgid "Setting up Spice session..."
146159 msgstr ""
147160
148 #: ../src/remote-viewer.c:1055
149 #, c-format
150 msgid "Invalid file %s"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:1062
161 #: ../src/remote-viewer.c:1102
162 msgid "No connection was chosen"
163 msgstr ""
164
165 #: ../src/remote-viewer.c:1120
166 #, c-format
167 msgid "Invalid file %s: "
168 msgstr ""
169
170 #: ../src/remote-viewer.c:1128
154171 msgid "Cannot determine the connection type from URI"
155172 msgstr ""
156173
157 #: ../src/remote-viewer.c:1068
158 msgid "Couldn't open oVirt session"
159 msgstr ""
160
161 #: ../src/remote-viewer.c:1075
162 #, c-format
163 msgid "Couldn't create a session for this type: %s"
164 msgstr ""
165
174 #: ../src/remote-viewer.c:1134
175 msgid "Couldn't open oVirt session: "
176 msgstr ""
177
178 #.
166179 #. * Local variables:
167180 #. * c-indent-level: 4
168181 #. * c-basic-offset: 4
169182 #. * indent-tabs-mode: nil
170183 #. * End:
184 #.
185 #: ../src/remote-viewer-connect.xml.h:1
186 msgid "Connection details"
187 msgstr ""
188
189 #: ../src/remote-viewer-connect.xml.h:2
190 msgid "Connection Address"
191 msgstr ""
192
193 #: ../src/remote-viewer-connect.xml.h:3
194 msgid "For example, spice://foo.example.org:5900"
195 msgstr ""
196
197 #: ../src/remote-viewer-connect.xml.h:4
198 msgid "Recent connections"
199 msgstr ""
200
201 #: ../src/remote-viewer-connect.xml.h:5
202 msgid "Cancel"
203 msgstr ""
204
205 #: ../src/remote-viewer-connect.xml.h:6
206 msgid "Connect"
207 msgstr ""
208
171209 #: ../src/virt-viewer-about.xml.h:1
172210 msgid "About Glade"
173211 msgstr "Glade-ri buruz"
207245 msgid "The Fedora Translation Team"
208246 msgstr ""
209247
210 #: ../src/virt-viewer-app.c:400
248 #: ../src/virt-viewer-app.c:526
211249 msgid "Do you want to close the session?"
212250 msgstr ""
213251
214 #: ../src/virt-viewer-app.c:402
252 #: ../src/virt-viewer-app.c:528
215253 msgid "Do not ask me again"
216254 msgstr ""
217255
218 #: ../src/virt-viewer-app.c:841
256 #: ../src/virt-viewer-app.c:1008
219257 #, c-format
220258 msgid "Waiting for display %d..."
221259 msgstr ""
222260
223 #: ../src/virt-viewer-app.c:946
224 #, c-format
225 msgid "Unknown graphic type for the guest %s"
226 msgstr ""
227
228 #: ../src/virt-viewer-app.c:1027
261 #: ../src/virt-viewer-app.c:1117
262 #, c-format
263 msgid "Unsupported graphic type '%s'"
264 msgstr ""
265
266 #: ../src/virt-viewer-app.c:1200
229267 msgid "Connect to ssh failed."
230268 msgstr ""
231269
232 #: ../src/virt-viewer-app.c:1029
270 #: ../src/virt-viewer-app.c:1202
233271 msgid "Can't connect to channel, SSH only supported."
234272 msgstr ""
235273
236 #: ../src/virt-viewer-app.c:1041
274 #: ../src/virt-viewer-app.c:1214
237275 msgid "Connect to channel unsupported."
238276 msgstr ""
239277
240 #: ../src/virt-viewer-app.c:1123
278 #: ../src/virt-viewer-app.c:1276
279 msgid "Display can only be attached through libvirt with --attach"
280 msgstr ""
281
282 #: ../src/virt-viewer-app.c:1299
241283 msgid "Connecting to graphic server"
242284 msgstr ""
243285
244 #: ../src/virt-viewer-app.c:1256
286 #: ../src/virt-viewer-app.c:1398
245287 msgid "Guest domain has shutdown"
246288 msgstr ""
247289
248 #: ../src/virt-viewer-app.c:1317
290 #: ../src/virt-viewer-app.c:1459
249291 msgid "Connected to graphic server"
250292 msgstr ""
251293
252 #: ../src/virt-viewer-app.c:1344
294 #: ../src/virt-viewer-app.c:1486
253295 #, c-format
254296 msgid "Unable to connect to the graphic server %s"
255297 msgstr ""
256298
257 #: ../src/virt-viewer-app.c:1376
258 #, c-format
259 msgid ""
260 "Unable to authenticate with remote desktop server at %s: %s\n"
261 "Retry connection again?"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1396
299 #: ../src/virt-viewer-app.c:1512
300 #, c-format
301 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:1525
265305 #, c-format
266306 msgid "Unable to authenticate with remote desktop server: %s"
267307 msgstr ""
268308
269 #: ../src/virt-viewer-app.c:1404
309 #: ../src/virt-viewer-app.c:1533
270310 #, c-format
271311 msgid "USB redirection error: %s"
272312 msgstr ""
273313
274 #: ../src/virt-viewer-app.c:1632
314 #: ../src/virt-viewer-app.c:1786
275315 #, c-format
276316 msgid "Zoom level must be within %d-%d\n"
277317 msgstr ""
278318
279 #: ../src/virt-viewer-app.c:2126
319 #: ../src/virt-viewer-app.c:2296
280320 #, c-format
281321 msgid "Display %d"
282322 msgstr ""
283323
284 #: ../src/virt-viewer-app.c:2301
324 #: ../src/virt-viewer-app.c:2552
285325 #, c-format
286326 msgid "Invalid kiosk-quit argument: %s"
287327 msgstr ""
288328
289 #: ../src/virt-viewer-app.c:2310
329 #: ../src/virt-viewer-app.c:2561
290330 msgid "Zoom level of window, in percentage"
291331 msgstr ""
292332
293 #: ../src/virt-viewer-app.c:2312
333 #: ../src/virt-viewer-app.c:2563
294334 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
295335 msgstr ""
296336
297 #: ../src/virt-viewer-app.c:2314
337 #: ../src/virt-viewer-app.c:2565
298338 msgid "Customise hotkeys"
299339 msgstr ""
300340
301 #: ../src/virt-viewer-app.c:2316
341 #: ../src/virt-viewer-app.c:2567
302342 msgid "Enable kiosk mode"
303343 msgstr ""
304344
305 #: ../src/virt-viewer-app.c:2318
345 #: ../src/virt-viewer-app.c:2569
306346 msgid "Quit on given condition in kiosk mode"
307347 msgstr ""
308348
309 #: ../src/virt-viewer-app.c:2318
349 #: ../src/virt-viewer-app.c:2569
310350 msgid "<never|on-disconnect>"
311351 msgstr ""
312352
313 #: ../src/virt-viewer-app.c:2320
353 #: ../src/virt-viewer-app.c:2571
314354 msgid "Display verbose information"
315355 msgstr ""
316356
317 #: ../src/virt-viewer-app.c:2322
357 #: ../src/virt-viewer-app.c:2573
318358 msgid "Display debugging information"
319359 msgstr "Bistaratu arazketa informazioa"
320360
361 #: ../src/virt-viewer-auth.c:88
362 #, c-format
363 msgid ""
364 "Authentication is required for the %s connection to:\n"
365 "\n"
366 "<b>%s</b>\n"
367 "\n"
368 msgstr ""
369
370 #: ../src/virt-viewer-auth.c:92
371 #, c-format
372 msgid "Authentication is required for the %s connection:\n"
373 msgstr ""
374
375 #.
321376 #. * Local variables:
322377 #. * c-indent-level: 4
323378 #. * c-basic-offset: 4
324379 #. * indent-tabs-mode: nil
325380 #. * End:
381 #.
326382 #: ../src/virt-viewer-auth.xml.h:1
327383 msgid "Authentication required"
328384 msgstr ""
329385
330 #: ../src/virt-viewer-auth.xml.h:2
386 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
331387 msgid "label"
332388 msgstr "etiketa"
333389
339395 msgid "Username:"
340396 msgstr "Erabiltzaile-izena:"
341397
398 #: ../src/virt-viewer-auth.xml.h:5
399 msgid "Show password"
400 msgstr ""
401
402 #: ../src/virt-viewer-display-vnc.c:133
403 msgid "VNC does not provide GUID"
404 msgstr ""
405
342406 #: ../src/virt-viewer-main.c:38
343407 #, c-format
344408 msgid "%s version %s\n"
377441 msgid "Virtual machine graphical console"
378442 msgstr ""
379443
380 #: ../src/virt-viewer-main.c:108
444 #: ../src/virt-viewer-main.c:107
381445 #, c-format
382446 msgid ""
383447 "\n"
384 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
448 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
385449 "\n"
386450 "%s\n"
387451 "\n"
388452 msgstr ""
389453
390 #: ../src/virt-viewer-session-spice.c:506
391 msgid "invalid password"
454 #: ../src/virt-viewer-main.c:112
455 #, c-format
456 msgid ""
457 "\n"
458 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
459 "\n"
460 msgstr ""
461
462 #: ../src/virt-viewer-session-spice.c:694
463 msgid "Invalid password"
392464 msgstr ""
393465
394466 #. Create the widgets
395 #: ../src/virt-viewer-session-spice.c:588
467 #: ../src/virt-viewer-session-spice.c:786
396468 msgid "Select USB devices for redirection"
397469 msgstr ""
398470
399 #: ../src/virt-viewer-session-vnc.c:148
471 #: ../src/virt-viewer-session-vnc.c:153
400472 #, c-format
401473 msgid "Unsupported authentication type %d"
402474 msgstr ""
403475
404 #: ../src/virt-viewer-window.c:587
476 #: ../src/virt-viewer-vm-connection.c:64
477 msgid "No virtual machine found"
478 msgstr ""
479
480 #: ../src/virt-viewer-vm-connection.c:93
481 msgid "No virtual machine was chosen"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:537
405485 msgid "Ctrl+Alt+_Del"
406486 msgstr ""
407487
408 #: ../src/virt-viewer-window.c:588
488 #: ../src/virt-viewer-window.c:538
409489 msgid "Ctrl+Alt+_Backspace"
410490 msgstr ""
411491
412 #: ../src/virt-viewer-window.c:590
492 #: ../src/virt-viewer-window.c:540
413493 msgid "Ctrl+Alt+F_1"
414494 msgstr ""
415495
416 #: ../src/virt-viewer-window.c:591
496 #: ../src/virt-viewer-window.c:541
417497 msgid "Ctrl+Alt+F_2"
418498 msgstr ""
419499
420 #: ../src/virt-viewer-window.c:592
500 #: ../src/virt-viewer-window.c:542
421501 msgid "Ctrl+Alt+F_3"
422502 msgstr ""
423503
424 #: ../src/virt-viewer-window.c:593
504 #: ../src/virt-viewer-window.c:543
425505 msgid "Ctrl+Alt+F_4"
426506 msgstr ""
427507
428 #: ../src/virt-viewer-window.c:594
508 #: ../src/virt-viewer-window.c:544
429509 msgid "Ctrl+Alt+F_5"
430510 msgstr ""
431511
432 #: ../src/virt-viewer-window.c:595
512 #: ../src/virt-viewer-window.c:545
433513 msgid "Ctrl+Alt+F_6"
434514 msgstr ""
435515
436 #: ../src/virt-viewer-window.c:596
516 #: ../src/virt-viewer-window.c:546
437517 msgid "Ctrl+Alt+F_7"
438518 msgstr ""
439519
440 #: ../src/virt-viewer-window.c:597
520 #: ../src/virt-viewer-window.c:547
441521 msgid "Ctrl+Alt+F_8"
442522 msgstr ""
443523
444 #: ../src/virt-viewer-window.c:598
524 #: ../src/virt-viewer-window.c:548
445525 msgid "Ctrl+Alt+F_9"
446526 msgstr ""
447527
448 #: ../src/virt-viewer-window.c:599
528 #: ../src/virt-viewer-window.c:549
449529 msgid "Ctrl+Alt+F1_0"
450530 msgstr ""
451531
452 #: ../src/virt-viewer-window.c:600
532 #: ../src/virt-viewer-window.c:550
453533 msgid "Ctrl+Alt+F11"
454534 msgstr ""
455535
456 #: ../src/virt-viewer-window.c:601
536 #: ../src/virt-viewer-window.c:551
457537 msgid "Ctrl+Alt+F12"
458538 msgstr ""
459539
460 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
540 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
461541 msgid "Screenshot"
462542 msgstr "Pantaila-argazkia"
463543
464 #: ../src/virt-viewer-window.c:1051
544 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
545 msgid "Unknown"
546 msgstr ""
547
548 #: ../src/virt-viewer-window.c:1062
465549 msgid "Disconnect"
466550 msgstr "Deskonektatu"
467551
468 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
552 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
469553 #: ../src/virt-viewer.xml.h:3
470554 msgid "USB device selection"
471555 msgstr "USB gailuaren hautapena"
472556
473 #: ../src/virt-viewer-window.c:1070
557 #: ../src/virt-viewer-window.c:1081
474558 msgid "Send key combination"
475559 msgstr ""
476560
477 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
561 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
478562 msgid "Leave fullscreen"
479563 msgstr "Irten pantaila osotik"
480564
481 #: ../src/virt-viewer-window.c:1162
565 #: ../src/virt-viewer-window.c:1173
482566 msgid "Ctrl+Alt"
483567 msgstr ""
484568
485 #: ../src/virt-viewer-window.c:1165
569 #: ../src/virt-viewer-window.c:1176
486570 #, c-format
487571 msgid "(Press %s to release pointer)"
488572 msgstr ""
489573
490574 #. translators:
491 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
492 #. <appname>"
493 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
494 #. Viewer"
495 #: ../src/virt-viewer-window.c:1176
575 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
576 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
577 #.
578 #: ../src/virt-viewer-window.c:1187
496579 #, c-format
497580 msgid "%s%s%s - %s"
498581 msgstr "%s%s%s - %s"
499582
500583 #. translators: <space>
501 #: ../src/virt-viewer-window.c:1180
584 #: ../src/virt-viewer-window.c:1191
502585 msgid " "
503586 msgstr " "
504587
505 #: ../src/virt-viewer-file.c:624
588 #: ../src/virt-viewer-file.c:825
589 #, c-format
590 msgid ""
591 "At least %s version %s is required to setup this connection, see %s for "
592 "details"
593 msgstr ""
594
595 #: ../src/virt-viewer-file.c:833
506596 #, c-format
507597 msgid "At least %s version %s is required to setup this connection"
508598 msgstr ""
509599
510 #: ../src/virt-viewer.c:133
600 #: ../src/virt-viewer.c:163
511601 msgid "Waiting for guest domain to re-start"
512602 msgstr ""
513603
514 #: ../src/virt-viewer.c:318
604 #: ../src/virt-viewer.c:409
515605 #, c-format
516606 msgid "Cannot determine the graphic type for the guest %s"
517607 msgstr ""
518608
519 #: ../src/virt-viewer.c:341
520 #, c-format
521 msgid "Cannot determine the graphic address for the guest %s"
522 msgstr ""
523
524 #: ../src/virt-viewer.c:354
609 #: ../src/virt-viewer.c:448
525610 #, c-format
526611 msgid "Cannot determine the host for the guest %s"
527612 msgstr ""
528613
529 #: ../src/virt-viewer.c:540
614 #: ../src/virt-viewer.c:476
615 #, c-format
616 msgid "Guest '%s' is not reachable"
617 msgstr ""
618
619 #: ../src/virt-viewer.c:697
620 #, c-format
621 msgid "Virtual machine %s is not running"
622 msgstr ""
623
624 #: ../src/virt-viewer.c:720
530625 msgid "Waiting for libvirt to start"
531626 msgstr ""
532627
533 #: ../src/virt-viewer.c:544
628 #: ../src/virt-viewer.c:724
534629 msgid "Finding guest domain"
535630 msgstr ""
536631
537 #: ../src/virt-viewer.c:548
632 #: ../src/virt-viewer.c:728
538633 msgid "Waiting for guest domain to be created"
539634 msgstr ""
540635
541 #: ../src/virt-viewer.c:553
542 #, c-format
543 msgid "Cannot find guest domain %s"
544 msgstr ""
545
546 #: ../src/virt-viewer.c:566
636 #: ../src/virt-viewer.c:750
547637 msgid "Checking guest domain status"
548638 msgstr ""
549639
550 #: ../src/virt-viewer.c:573
640 #: ../src/virt-viewer.c:753
641 msgid "Cannot get guest state"
642 msgstr ""
643
644 #: ../src/virt-viewer.c:759
551645 msgid "Waiting for guest domain to start"
552646 msgstr ""
553647
554 #: ../src/virt-viewer.c:580
555 msgid "Waiting for guest domain to start server"
556 msgstr ""
557
558 #: ../src/virt-viewer.c:694
559 #, c-format
560 msgid "Unable to connect to libvirt with URI %s"
561 msgstr ""
562
563 #: ../src/virt-viewer.c:695
648 #: ../src/virt-viewer.c:863
649 #, c-format
650 msgid "Unable to connect to libvirt with URI: %s."
651 msgstr ""
652
653 #: ../src/virt-viewer.c:864
564654 msgid "[none]"
565655 msgstr ""
566656
657 #: ../src/virt-viewer.c:871
658 msgid "Authentication failed."
659 msgstr ""
660
661 #: ../src/virt-viewer.c:931
662 msgid "Failed to connect: "
663 msgstr ""
664
665 #.
567666 #. * Local variables:
568667 #. * c-indent-level: 4
569668 #. * c-basic-offset: 4
570669 #. * indent-tabs-mode: nil
571670 #. * End:
671 #.
572672 #: ../src/virt-viewer.xml.h:1
573673 msgid "_File"
574674 msgstr "_Fitxategia"
581681 msgid "Smartcard removal"
582682 msgstr ""
583683
584 #: ../src/virt-viewer.xml.h:6
684 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
685 msgid "Preferences"
686 msgstr ""
687
688 #: ../src/virt-viewer.xml.h:7
585689 msgid "_View"
586690 msgstr "_Ikusi"
587691
588 #: ../src/virt-viewer.xml.h:7
692 #: ../src/virt-viewer.xml.h:8
589693 msgid "Full screen"
590694 msgstr "Pantaila osoa"
591695
592 #: ../src/virt-viewer.xml.h:8
696 #: ../src/virt-viewer.xml.h:9
593697 msgid "_Zoom"
594698 msgstr "_Zooma"
595699
596 #: ../src/virt-viewer.xml.h:9
700 #: ../src/virt-viewer.xml.h:10
597701 msgid "Displays"
598702 msgstr ""
599703
600 #: ../src/virt-viewer.xml.h:10
704 #: ../src/virt-viewer.xml.h:11
601705 msgid "Release cursor"
602706 msgstr ""
603707
604 #: ../src/virt-viewer.xml.h:11
708 #: ../src/virt-viewer.xml.h:12
605709 msgid "_Send key"
606710 msgstr "_Bidali tekla"
607711
608 #: ../src/virt-viewer.xml.h:12
712 #: ../src/virt-viewer.xml.h:13
609713 msgid "_Help"
610714 msgstr "_Laguntza"
715
716 #: ../src/virt-viewer.xml.h:14
717 msgid "_Guest Details"
718 msgstr ""
719
720 #: ../src/virt-viewer-guest-details.xml.h:1
721 msgid "Guest Details"
722 msgstr ""
723
724 #: ../src/virt-viewer-guest-details.xml.h:2
725 msgid "Name:"
726 msgstr ""
727
728 #: ../src/virt-viewer-guest-details.xml.h:3
729 msgid "GUID:"
730 msgstr ""
731
732 #: ../src/virt-viewer-vm-connection.xml.h:1
733 msgid "Choose a virtual machine"
734 msgstr ""
735
736 #: ../src/virt-viewer-vm-connection.xml.h:2
737 msgid "Name"
738 msgstr ""
739
740 #: ../src/virt-viewer-vm-connection.xml.h:3
741 msgid "Available virtual machines"
742 msgstr ""
743
744 #: ../src/virt-viewer-preferences.xml.h:2
745 msgid "Folder sharing"
746 msgstr ""
747
748 #: ../src/virt-viewer-preferences.xml.h:3
749 msgid "Share folder"
750 msgstr ""
751
752 #: ../src/virt-viewer-preferences.xml.h:4
753 msgid "Read-only"
754 msgstr ""
755
756 #: ../src/virt-viewer-preferences.xml.h:5
757 msgid "Spice"
758 msgstr ""
+0
-612
po/eu_ES.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-01-24 17:29+0000\n"
10 "PO-Revision-Date: 2014-01-24 17:29+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Basque (Spain) (http://www.transifex.com/projects/p/fedora/language/eu_ES/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: eu_ES\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:111
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #. Setup command line options
89 #: ../src/remote-viewer-main.c:114
90 msgid "- Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:131
94 #, c-format
95 msgid ""
96 "%s\n"
97 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr ""
99
100 #: ../src/remote-viewer-main.c:143
101 #, c-format
102 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr ""
104
105 #: ../src/remote-viewer-main.c:150
106 #, c-format
107 msgid "Error: can't handle multiple URIs\n"
108 msgstr ""
109
110 #: ../src/remote-viewer.c:284 ../src/remote-viewer.c:1030
111 msgid "Failed to initiate connection"
112 msgstr ""
113
114 #: ../src/remote-viewer.c:299
115 msgid "Display disabled by controller"
116 msgstr ""
117
118 #: ../src/remote-viewer.c:597
119 #, c-format
120 msgid "Controller connection failed: %s"
121 msgstr ""
122
123 #. Create the widgets
124 #: ../src/remote-viewer.c:885
125 msgid "Connection details"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:900
129 msgid "URL:"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:908
133 msgid "Recent connections:"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:962
137 msgid "Couldn't create a Spice session"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:976
141 msgid "Setting up Spice session..."
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1001
145 #, c-format
146 msgid "Invalid file %s"
147 msgstr ""
148
149 #: ../src/remote-viewer.c:1008
150 msgid "Cannot determine the connection type from URI"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:1014
154 msgid "Couldn't open oVirt session"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:1021
158 #, c-format
159 msgid "Couldn't create a session for this type: %s"
160 msgstr ""
161
162 #. * Local variables:
163 #. * c-indent-level: 4
164 #. * c-basic-offset: 4
165 #. * indent-tabs-mode: nil
166 #. * End:
167 #: ../src/virt-viewer-about.xml.h:1
168 msgid "About Glade"
169 msgstr ""
170
171 #: ../src/virt-viewer-about.xml.h:2
172 msgid ""
173 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
174 "Copyright (C) 2007-2012 Red Hat, Inc."
175 msgstr ""
176
177 #: ../src/virt-viewer-about.xml.h:4
178 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
179 msgstr ""
180
181 #: ../src/virt-viewer-about.xml.h:5
182 msgid "virt-manager.org"
183 msgstr ""
184
185 #: ../src/virt-viewer-about.xml.h:6
186 msgid ""
187 "This program is free software; you can redistribute it and/or modify\n"
188 "it under the terms of the GNU General Public License as published by\n"
189 "the Free Software Foundation; either version 2 of the License, or\n"
190 "(at your option) any later version.\n"
191 "\n"
192 "This program is distributed in the hope that it will be useful,\n"
193 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
194 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
195 "GNU General Public License for more details.\n"
196 "\n"
197 "You should have received a copy of the GNU General Public License\n"
198 "along with this program; if not, write to the Free Software\n"
199 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
200 msgstr ""
201
202 #: ../src/virt-viewer-about.xml.h:20
203 msgid "The Fedora Translation Team"
204 msgstr ""
205
206 #: ../src/virt-viewer-app.c:383
207 msgid "Do you want to close the session?"
208 msgstr ""
209
210 #: ../src/virt-viewer-app.c:385
211 msgid "Do not ask me again"
212 msgstr ""
213
214 #: ../src/virt-viewer-app.c:806
215 #, c-format
216 msgid "Waiting for display %d..."
217 msgstr ""
218
219 #: ../src/virt-viewer-app.c:914
220 #, c-format
221 msgid "Unknown graphic type for the guest %s"
222 msgstr ""
223
224 #: ../src/virt-viewer-app.c:995
225 msgid "Connect to ssh failed."
226 msgstr ""
227
228 #: ../src/virt-viewer-app.c:997
229 msgid "Can't connect to channel, SSH only supported."
230 msgstr ""
231
232 #: ../src/virt-viewer-app.c:1009
233 msgid "Connect to channel unsupported."
234 msgstr ""
235
236 #: ../src/virt-viewer-app.c:1091
237 msgid "Connecting to graphic server"
238 msgstr ""
239
240 #: ../src/virt-viewer-app.c:1224
241 msgid "Guest domain has shutdown"
242 msgstr ""
243
244 #: ../src/virt-viewer-app.c:1284
245 msgid "Connected to graphic server"
246 msgstr ""
247
248 #: ../src/virt-viewer-app.c:1309
249 #, c-format
250 msgid "Unable to connect to the graphic server %s"
251 msgstr ""
252
253 #: ../src/virt-viewer-app.c:1338
254 #, c-format
255 msgid ""
256 "Unable to authenticate with remote desktop server at %s: %s\n"
257 "Retry connection again?"
258 msgstr ""
259
260 #: ../src/virt-viewer-app.c:1358
261 #, c-format
262 msgid "Unable to authenticate with remote desktop server: %s"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1366
266 #, c-format
267 msgid "USB redirection error: %s"
268 msgstr ""
269
270 #: ../src/virt-viewer-app.c:1584
271 #, c-format
272 msgid "Zoom level must be within %d-%d\n"
273 msgstr ""
274
275 #: ../src/virt-viewer-app.c:2080
276 #, c-format
277 msgid "Display %d"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:2255
281 #, c-format
282 msgid "Invalid kiosk-quit argument: %s"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:2264
286 msgid "Zoom level of window, in percentage"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:2266
290 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:2268
294 msgid "Customise hotkeys"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:2270
298 msgid "Enable kiosk mode"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:2272
302 msgid "Quit on given condition in kiosk mode"
303 msgstr ""
304
305 #: ../src/virt-viewer-app.c:2272
306 msgid "<never|on-disconnect>"
307 msgstr ""
308
309 #: ../src/virt-viewer-app.c:2274
310 msgid "Display verbose information"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:2276
314 msgid "Display debugging information"
315 msgstr ""
316
317 #. * Local variables:
318 #. * c-indent-level: 4
319 #. * c-basic-offset: 4
320 #. * indent-tabs-mode: nil
321 #. * End:
322 #: ../src/virt-viewer-auth.xml.h:1
323 msgid "Authentication required"
324 msgstr ""
325
326 #: ../src/virt-viewer-auth.xml.h:2
327 msgid "label"
328 msgstr ""
329
330 #: ../src/virt-viewer-auth.xml.h:3
331 msgid "Password:"
332 msgstr ""
333
334 #: ../src/virt-viewer-auth.xml.h:4
335 msgid "Username:"
336 msgstr ""
337
338 #: ../src/virt-viewer-main.c:38
339 #, c-format
340 msgid "%s version %s\n"
341 msgstr ""
342
343 #: ../src/virt-viewer-main.c:62
344 msgid "Direct connection with no automatic tunnels"
345 msgstr ""
346
347 #: ../src/virt-viewer-main.c:64
348 msgid "Attach to the local display using libvirt"
349 msgstr ""
350
351 #: ../src/virt-viewer-main.c:66
352 msgid "Connect to hypervisor"
353 msgstr ""
354
355 #: ../src/virt-viewer-main.c:68
356 msgid "Wait for domain to start"
357 msgstr ""
358
359 #: ../src/virt-viewer-main.c:70
360 msgid "Reconnect to domain upon restart"
361 msgstr ""
362
363 #: ../src/virt-viewer-main.c:76
364 msgid "Virt Viewer"
365 msgstr ""
366
367 #: ../src/virt-viewer-main.c:79
368 #, c-format
369 msgid "Run '%s --help' to see a full list of available command line options"
370 msgstr ""
371
372 #. Setup command line options
373 #: ../src/virt-viewer-main.c:84
374 msgid "- Virtual machine graphical console"
375 msgstr ""
376
377 #: ../src/virt-viewer-main.c:105
378 #, c-format
379 msgid ""
380 "\n"
381 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
382 "\n"
383 "%s\n"
384 "\n"
385 msgstr ""
386
387 #: ../src/virt-viewer-session-spice.c:499
388 msgid "invalid password"
389 msgstr ""
390
391 #. Create the widgets
392 #: ../src/virt-viewer-session-spice.c:553
393 msgid "Select USB devices for redirection"
394 msgstr ""
395
396 #: ../src/virt-viewer-session-vnc.c:150
397 #, c-format
398 msgid "Unsupported authentication type %d"
399 msgstr ""
400
401 #: ../src/virt-viewer-window.c:580
402 msgid "Ctrl+Alt+_Del"
403 msgstr ""
404
405 #: ../src/virt-viewer-window.c:581
406 msgid "Ctrl+Alt+_Backspace"
407 msgstr ""
408
409 #: ../src/virt-viewer-window.c:583
410 msgid "Ctrl+Alt+F_1"
411 msgstr ""
412
413 #: ../src/virt-viewer-window.c:584
414 msgid "Ctrl+Alt+F_2"
415 msgstr ""
416
417 #: ../src/virt-viewer-window.c:585
418 msgid "Ctrl+Alt+F_3"
419 msgstr ""
420
421 #: ../src/virt-viewer-window.c:586
422 msgid "Ctrl+Alt+F_4"
423 msgstr ""
424
425 #: ../src/virt-viewer-window.c:587
426 msgid "Ctrl+Alt+F_5"
427 msgstr ""
428
429 #: ../src/virt-viewer-window.c:588
430 msgid "Ctrl+Alt+F_6"
431 msgstr ""
432
433 #: ../src/virt-viewer-window.c:589
434 msgid "Ctrl+Alt+F_7"
435 msgstr ""
436
437 #: ../src/virt-viewer-window.c:590
438 msgid "Ctrl+Alt+F_8"
439 msgstr ""
440
441 #: ../src/virt-viewer-window.c:591
442 msgid "Ctrl+Alt+F_9"
443 msgstr ""
444
445 #: ../src/virt-viewer-window.c:592
446 msgid "Ctrl+Alt+F1_0"
447 msgstr ""
448
449 #: ../src/virt-viewer-window.c:593
450 msgid "Ctrl+Alt+F11"
451 msgstr ""
452
453 #: ../src/virt-viewer-window.c:594
454 msgid "Ctrl+Alt+F12"
455 msgstr ""
456
457 #: ../src/virt-viewer-window.c:985 ../src/virt-viewer.xml.h:2
458 msgid "Screenshot"
459 msgstr ""
460
461 #: ../src/virt-viewer-window.c:1061
462 msgid "Disconnect"
463 msgstr ""
464
465 #: ../src/virt-viewer-window.c:1068 ../src/virt-viewer-window.c:1069
466 #: ../src/virt-viewer.xml.h:3
467 msgid "USB device selection"
468 msgstr ""
469
470 #: ../src/virt-viewer-window.c:1077
471 msgid "Send key combination"
472 msgstr ""
473
474 #: ../src/virt-viewer-window.c:1086 ../src/virt-viewer-window.c:1087
475 msgid "Leave fullscreen"
476 msgstr ""
477
478 #: ../src/virt-viewer-window.c:1166
479 msgid "Ctrl+Alt"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:1169
483 #, c-format
484 msgid "(Press %s to release pointer)"
485 msgstr ""
486
487 #. translators:
488 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
489 #. <appname>"
490 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
491 #. Viewer"
492 #: ../src/virt-viewer-window.c:1180
493 #, c-format
494 msgid "%s%s%s - %s"
495 msgstr ""
496
497 #. translators: <space>
498 #: ../src/virt-viewer-window.c:1184
499 msgid " "
500 msgstr ""
501
502 #: ../src/virt-viewer-file.c:624
503 #, c-format
504 msgid "At least %s version %s is required to setup this connection"
505 msgstr ""
506
507 #: ../src/virt-viewer.c:133
508 msgid "Waiting for guest domain to re-start"
509 msgstr ""
510
511 #: ../src/virt-viewer.c:318
512 #, c-format
513 msgid "Cannot determine the graphic type for the guest %s"
514 msgstr ""
515
516 #: ../src/virt-viewer.c:341
517 #, c-format
518 msgid "Cannot determine the graphic address for the guest %s"
519 msgstr ""
520
521 #: ../src/virt-viewer.c:354
522 #, c-format
523 msgid "Cannot determine the host for the guest %s"
524 msgstr ""
525
526 #: ../src/virt-viewer.c:539
527 msgid "Waiting for libvirt to start"
528 msgstr ""
529
530 #: ../src/virt-viewer.c:543
531 msgid "Finding guest domain"
532 msgstr ""
533
534 #: ../src/virt-viewer.c:547
535 msgid "Waiting for guest domain to be created"
536 msgstr ""
537
538 #: ../src/virt-viewer.c:552
539 #, c-format
540 msgid "Cannot find guest domain %s"
541 msgstr ""
542
543 #: ../src/virt-viewer.c:565
544 msgid "Checking guest domain status"
545 msgstr ""
546
547 #: ../src/virt-viewer.c:572
548 msgid "Waiting for guest domain to start"
549 msgstr ""
550
551 #: ../src/virt-viewer.c:579
552 msgid "Waiting for guest domain to start server"
553 msgstr ""
554
555 #: ../src/virt-viewer.c:693
556 #, c-format
557 msgid "Unable to connect to libvirt with URI %s"
558 msgstr ""
559
560 #: ../src/virt-viewer.c:694
561 msgid "[none]"
562 msgstr ""
563
564 #. * Local variables:
565 #. * c-indent-level: 4
566 #. * c-basic-offset: 4
567 #. * indent-tabs-mode: nil
568 #. * End:
569 #: ../src/virt-viewer.xml.h:1
570 msgid "_File"
571 msgstr ""
572
573 #: ../src/virt-viewer.xml.h:4
574 msgid "Smartcard insertion"
575 msgstr ""
576
577 #: ../src/virt-viewer.xml.h:5
578 msgid "Smartcard removal"
579 msgstr ""
580
581 #: ../src/virt-viewer.xml.h:6
582 msgid "_View"
583 msgstr ""
584
585 #: ../src/virt-viewer.xml.h:7
586 msgid "Full screen"
587 msgstr ""
588
589 #: ../src/virt-viewer.xml.h:8
590 msgid "_Zoom"
591 msgstr ""
592
593 #: ../src/virt-viewer.xml.h:9
594 msgid "Automatically resize"
595 msgstr ""
596
597 #: ../src/virt-viewer.xml.h:10
598 msgid "Displays"
599 msgstr ""
600
601 #: ../src/virt-viewer.xml.h:11
602 msgid "Release cursor"
603 msgstr ""
604
605 #: ../src/virt-viewer.xml.h:12
606 msgid "_Send key"
607 msgstr ""
608
609 #: ../src/virt-viewer.xml.h:13
610 msgid "_Help"
611 msgstr ""
+352
-205
po/fa.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Persian (http://www.transifex.com/projects/p/virt-viewer/language/fa/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Persian\n"
13 "Language: fa\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: fa\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+0
-612
po/fa_IR.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-01-24 17:29+0000\n"
10 "PO-Revision-Date: 2014-01-24 17:29+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Persian (Iran) (http://www.transifex.com/projects/p/fedora/language/fa_IR/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: fa_IR\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:111
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #. Setup command line options
89 #: ../src/remote-viewer-main.c:114
90 msgid "- Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:131
94 #, c-format
95 msgid ""
96 "%s\n"
97 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr ""
99
100 #: ../src/remote-viewer-main.c:143
101 #, c-format
102 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr ""
104
105 #: ../src/remote-viewer-main.c:150
106 #, c-format
107 msgid "Error: can't handle multiple URIs\n"
108 msgstr ""
109
110 #: ../src/remote-viewer.c:284 ../src/remote-viewer.c:1030
111 msgid "Failed to initiate connection"
112 msgstr ""
113
114 #: ../src/remote-viewer.c:299
115 msgid "Display disabled by controller"
116 msgstr ""
117
118 #: ../src/remote-viewer.c:597
119 #, c-format
120 msgid "Controller connection failed: %s"
121 msgstr ""
122
123 #. Create the widgets
124 #: ../src/remote-viewer.c:885
125 msgid "Connection details"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:900
129 msgid "URL:"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:908
133 msgid "Recent connections:"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:962
137 msgid "Couldn't create a Spice session"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:976
141 msgid "Setting up Spice session..."
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1001
145 #, c-format
146 msgid "Invalid file %s"
147 msgstr ""
148
149 #: ../src/remote-viewer.c:1008
150 msgid "Cannot determine the connection type from URI"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:1014
154 msgid "Couldn't open oVirt session"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:1021
158 #, c-format
159 msgid "Couldn't create a session for this type: %s"
160 msgstr ""
161
162 #. * Local variables:
163 #. * c-indent-level: 4
164 #. * c-basic-offset: 4
165 #. * indent-tabs-mode: nil
166 #. * End:
167 #: ../src/virt-viewer-about.xml.h:1
168 msgid "About Glade"
169 msgstr ""
170
171 #: ../src/virt-viewer-about.xml.h:2
172 msgid ""
173 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
174 "Copyright (C) 2007-2012 Red Hat, Inc."
175 msgstr ""
176
177 #: ../src/virt-viewer-about.xml.h:4
178 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
179 msgstr ""
180
181 #: ../src/virt-viewer-about.xml.h:5
182 msgid "virt-manager.org"
183 msgstr ""
184
185 #: ../src/virt-viewer-about.xml.h:6
186 msgid ""
187 "This program is free software; you can redistribute it and/or modify\n"
188 "it under the terms of the GNU General Public License as published by\n"
189 "the Free Software Foundation; either version 2 of the License, or\n"
190 "(at your option) any later version.\n"
191 "\n"
192 "This program is distributed in the hope that it will be useful,\n"
193 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
194 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
195 "GNU General Public License for more details.\n"
196 "\n"
197 "You should have received a copy of the GNU General Public License\n"
198 "along with this program; if not, write to the Free Software\n"
199 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
200 msgstr ""
201
202 #: ../src/virt-viewer-about.xml.h:20
203 msgid "The Fedora Translation Team"
204 msgstr ""
205
206 #: ../src/virt-viewer-app.c:383
207 msgid "Do you want to close the session?"
208 msgstr ""
209
210 #: ../src/virt-viewer-app.c:385
211 msgid "Do not ask me again"
212 msgstr ""
213
214 #: ../src/virt-viewer-app.c:806
215 #, c-format
216 msgid "Waiting for display %d..."
217 msgstr ""
218
219 #: ../src/virt-viewer-app.c:914
220 #, c-format
221 msgid "Unknown graphic type for the guest %s"
222 msgstr ""
223
224 #: ../src/virt-viewer-app.c:995
225 msgid "Connect to ssh failed."
226 msgstr ""
227
228 #: ../src/virt-viewer-app.c:997
229 msgid "Can't connect to channel, SSH only supported."
230 msgstr ""
231
232 #: ../src/virt-viewer-app.c:1009
233 msgid "Connect to channel unsupported."
234 msgstr ""
235
236 #: ../src/virt-viewer-app.c:1091
237 msgid "Connecting to graphic server"
238 msgstr ""
239
240 #: ../src/virt-viewer-app.c:1224
241 msgid "Guest domain has shutdown"
242 msgstr ""
243
244 #: ../src/virt-viewer-app.c:1284
245 msgid "Connected to graphic server"
246 msgstr ""
247
248 #: ../src/virt-viewer-app.c:1309
249 #, c-format
250 msgid "Unable to connect to the graphic server %s"
251 msgstr ""
252
253 #: ../src/virt-viewer-app.c:1338
254 #, c-format
255 msgid ""
256 "Unable to authenticate with remote desktop server at %s: %s\n"
257 "Retry connection again?"
258 msgstr ""
259
260 #: ../src/virt-viewer-app.c:1358
261 #, c-format
262 msgid "Unable to authenticate with remote desktop server: %s"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1366
266 #, c-format
267 msgid "USB redirection error: %s"
268 msgstr ""
269
270 #: ../src/virt-viewer-app.c:1584
271 #, c-format
272 msgid "Zoom level must be within %d-%d\n"
273 msgstr ""
274
275 #: ../src/virt-viewer-app.c:2080
276 #, c-format
277 msgid "Display %d"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:2255
281 #, c-format
282 msgid "Invalid kiosk-quit argument: %s"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:2264
286 msgid "Zoom level of window, in percentage"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:2266
290 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:2268
294 msgid "Customise hotkeys"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:2270
298 msgid "Enable kiosk mode"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:2272
302 msgid "Quit on given condition in kiosk mode"
303 msgstr ""
304
305 #: ../src/virt-viewer-app.c:2272
306 msgid "<never|on-disconnect>"
307 msgstr ""
308
309 #: ../src/virt-viewer-app.c:2274
310 msgid "Display verbose information"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:2276
314 msgid "Display debugging information"
315 msgstr ""
316
317 #. * Local variables:
318 #. * c-indent-level: 4
319 #. * c-basic-offset: 4
320 #. * indent-tabs-mode: nil
321 #. * End:
322 #: ../src/virt-viewer-auth.xml.h:1
323 msgid "Authentication required"
324 msgstr ""
325
326 #: ../src/virt-viewer-auth.xml.h:2
327 msgid "label"
328 msgstr ""
329
330 #: ../src/virt-viewer-auth.xml.h:3
331 msgid "Password:"
332 msgstr ""
333
334 #: ../src/virt-viewer-auth.xml.h:4
335 msgid "Username:"
336 msgstr ""
337
338 #: ../src/virt-viewer-main.c:38
339 #, c-format
340 msgid "%s version %s\n"
341 msgstr ""
342
343 #: ../src/virt-viewer-main.c:62
344 msgid "Direct connection with no automatic tunnels"
345 msgstr ""
346
347 #: ../src/virt-viewer-main.c:64
348 msgid "Attach to the local display using libvirt"
349 msgstr ""
350
351 #: ../src/virt-viewer-main.c:66
352 msgid "Connect to hypervisor"
353 msgstr ""
354
355 #: ../src/virt-viewer-main.c:68
356 msgid "Wait for domain to start"
357 msgstr ""
358
359 #: ../src/virt-viewer-main.c:70
360 msgid "Reconnect to domain upon restart"
361 msgstr ""
362
363 #: ../src/virt-viewer-main.c:76
364 msgid "Virt Viewer"
365 msgstr ""
366
367 #: ../src/virt-viewer-main.c:79
368 #, c-format
369 msgid "Run '%s --help' to see a full list of available command line options"
370 msgstr ""
371
372 #. Setup command line options
373 #: ../src/virt-viewer-main.c:84
374 msgid "- Virtual machine graphical console"
375 msgstr ""
376
377 #: ../src/virt-viewer-main.c:105
378 #, c-format
379 msgid ""
380 "\n"
381 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
382 "\n"
383 "%s\n"
384 "\n"
385 msgstr ""
386
387 #: ../src/virt-viewer-session-spice.c:499
388 msgid "invalid password"
389 msgstr ""
390
391 #. Create the widgets
392 #: ../src/virt-viewer-session-spice.c:553
393 msgid "Select USB devices for redirection"
394 msgstr ""
395
396 #: ../src/virt-viewer-session-vnc.c:150
397 #, c-format
398 msgid "Unsupported authentication type %d"
399 msgstr ""
400
401 #: ../src/virt-viewer-window.c:580
402 msgid "Ctrl+Alt+_Del"
403 msgstr ""
404
405 #: ../src/virt-viewer-window.c:581
406 msgid "Ctrl+Alt+_Backspace"
407 msgstr ""
408
409 #: ../src/virt-viewer-window.c:583
410 msgid "Ctrl+Alt+F_1"
411 msgstr ""
412
413 #: ../src/virt-viewer-window.c:584
414 msgid "Ctrl+Alt+F_2"
415 msgstr ""
416
417 #: ../src/virt-viewer-window.c:585
418 msgid "Ctrl+Alt+F_3"
419 msgstr ""
420
421 #: ../src/virt-viewer-window.c:586
422 msgid "Ctrl+Alt+F_4"
423 msgstr ""
424
425 #: ../src/virt-viewer-window.c:587
426 msgid "Ctrl+Alt+F_5"
427 msgstr ""
428
429 #: ../src/virt-viewer-window.c:588
430 msgid "Ctrl+Alt+F_6"
431 msgstr ""
432
433 #: ../src/virt-viewer-window.c:589
434 msgid "Ctrl+Alt+F_7"
435 msgstr ""
436
437 #: ../src/virt-viewer-window.c:590
438 msgid "Ctrl+Alt+F_8"
439 msgstr ""
440
441 #: ../src/virt-viewer-window.c:591
442 msgid "Ctrl+Alt+F_9"
443 msgstr ""
444
445 #: ../src/virt-viewer-window.c:592
446 msgid "Ctrl+Alt+F1_0"
447 msgstr ""
448
449 #: ../src/virt-viewer-window.c:593
450 msgid "Ctrl+Alt+F11"
451 msgstr ""
452
453 #: ../src/virt-viewer-window.c:594
454 msgid "Ctrl+Alt+F12"
455 msgstr ""
456
457 #: ../src/virt-viewer-window.c:985 ../src/virt-viewer.xml.h:2
458 msgid "Screenshot"
459 msgstr ""
460
461 #: ../src/virt-viewer-window.c:1061
462 msgid "Disconnect"
463 msgstr ""
464
465 #: ../src/virt-viewer-window.c:1068 ../src/virt-viewer-window.c:1069
466 #: ../src/virt-viewer.xml.h:3
467 msgid "USB device selection"
468 msgstr ""
469
470 #: ../src/virt-viewer-window.c:1077
471 msgid "Send key combination"
472 msgstr ""
473
474 #: ../src/virt-viewer-window.c:1086 ../src/virt-viewer-window.c:1087
475 msgid "Leave fullscreen"
476 msgstr ""
477
478 #: ../src/virt-viewer-window.c:1166
479 msgid "Ctrl+Alt"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:1169
483 #, c-format
484 msgid "(Press %s to release pointer)"
485 msgstr ""
486
487 #. translators:
488 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
489 #. <appname>"
490 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
491 #. Viewer"
492 #: ../src/virt-viewer-window.c:1180
493 #, c-format
494 msgid "%s%s%s - %s"
495 msgstr ""
496
497 #. translators: <space>
498 #: ../src/virt-viewer-window.c:1184
499 msgid " "
500 msgstr ""
501
502 #: ../src/virt-viewer-file.c:624
503 #, c-format
504 msgid "At least %s version %s is required to setup this connection"
505 msgstr ""
506
507 #: ../src/virt-viewer.c:133
508 msgid "Waiting for guest domain to re-start"
509 msgstr ""
510
511 #: ../src/virt-viewer.c:318
512 #, c-format
513 msgid "Cannot determine the graphic type for the guest %s"
514 msgstr ""
515
516 #: ../src/virt-viewer.c:341
517 #, c-format
518 msgid "Cannot determine the graphic address for the guest %s"
519 msgstr ""
520
521 #: ../src/virt-viewer.c:354
522 #, c-format
523 msgid "Cannot determine the host for the guest %s"
524 msgstr ""
525
526 #: ../src/virt-viewer.c:539
527 msgid "Waiting for libvirt to start"
528 msgstr ""
529
530 #: ../src/virt-viewer.c:543
531 msgid "Finding guest domain"
532 msgstr ""
533
534 #: ../src/virt-viewer.c:547
535 msgid "Waiting for guest domain to be created"
536 msgstr ""
537
538 #: ../src/virt-viewer.c:552
539 #, c-format
540 msgid "Cannot find guest domain %s"
541 msgstr ""
542
543 #: ../src/virt-viewer.c:565
544 msgid "Checking guest domain status"
545 msgstr ""
546
547 #: ../src/virt-viewer.c:572
548 msgid "Waiting for guest domain to start"
549 msgstr ""
550
551 #: ../src/virt-viewer.c:579
552 msgid "Waiting for guest domain to start server"
553 msgstr ""
554
555 #: ../src/virt-viewer.c:693
556 #, c-format
557 msgid "Unable to connect to libvirt with URI %s"
558 msgstr ""
559
560 #: ../src/virt-viewer.c:694
561 msgid "[none]"
562 msgstr ""
563
564 #. * Local variables:
565 #. * c-indent-level: 4
566 #. * c-basic-offset: 4
567 #. * indent-tabs-mode: nil
568 #. * End:
569 #: ../src/virt-viewer.xml.h:1
570 msgid "_File"
571 msgstr ""
572
573 #: ../src/virt-viewer.xml.h:4
574 msgid "Smartcard insertion"
575 msgstr ""
576
577 #: ../src/virt-viewer.xml.h:5
578 msgid "Smartcard removal"
579 msgstr ""
580
581 #: ../src/virt-viewer.xml.h:6
582 msgid "_View"
583 msgstr ""
584
585 #: ../src/virt-viewer.xml.h:7
586 msgid "Full screen"
587 msgstr ""
588
589 #: ../src/virt-viewer.xml.h:8
590 msgid "_Zoom"
591 msgstr ""
592
593 #: ../src/virt-viewer.xml.h:9
594 msgid "Automatically resize"
595 msgstr ""
596
597 #: ../src/virt-viewer.xml.h:10
598 msgid "Displays"
599 msgstr ""
600
601 #: ../src/virt-viewer.xml.h:11
602 msgid "Release cursor"
603 msgstr ""
604
605 #: ../src/virt-viewer.xml.h:12
606 msgid "_Send key"
607 msgstr ""
608
609 #: ../src/virt-viewer.xml.h:13
610 msgid "_Help"
611 msgstr ""
+352
-205
po/fi.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Finnish (http://www.transifex.com/projects/p/virt-viewer/language/fi/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Finnish\n"
13 "Language: fi\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: fi\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+351
-178
po/fr.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Boris BARNIER <b.barnier@gmail.com>, 2010
66 # Christophe Fergeau <cfergeau@redhat.com>, 2013
7 # Gé Baylard <geodebay@gmail.com>, 2014
7 # Gé Baylard <inactive+Dralyab@transifex.com>, 2014
88 # Jérôme Fenal <jfenal@gmail.com>, 2012-2013
99 # Sam Friedmann <sam.friedmann@redhat.com>, 2010,2012
1010 msgid ""
1111 msgstr ""
12 "Project-Id-Version: virt-viewer\n"
12 "Project-Id-Version: PACKAGE VERSION\n"
1313 "Report-Msgid-Bugs-To: \n"
14 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
15 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
14 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
15 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1616 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
17 "Language-Team: French (http://www.transifex.com/projects/p/virt-viewer/language/fr/)\n"
17 "Language-Team: French (http://www.transifex.com/projects/p/virt-viewer/"
18 "language/fr/)\n"
19 "Language: fr\n"
1820 "MIME-Version: 1.0\n"
1921 "Content-Type: text/plain; charset=UTF-8\n"
2022 "Content-Transfer-Encoding: 8bit\n"
21 "Language: fr\n"
2223 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
23
24 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
24 "X-Generator: Zanata 3.7.3\n"
25
26 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2527 msgid "Remote Viewer"
2628 msgstr "Afficheur distant"
2729
7577
7678 #: ../src/remote-viewer-main.c:50
7779 #, c-format
78 msgid "remote-viewer version %s\n"
79 msgstr "remote-viewer version %s\n"
80
81 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
80 msgid "remote-viewer version %s"
81 msgstr ""
82
83 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8284 msgid "Display version information"
8385 msgstr "Afficher les informations de version"
8486
85 #: ../src/remote-viewer-main.c:101
87 #: ../src/remote-viewer-main.c:105
8688 msgid "Set window title"
8789 msgstr "Définir le titre de la fenêtre"
8890
89 #: ../src/remote-viewer-main.c:104
91 #: ../src/remote-viewer-main.c:108
9092 msgid "Open connection using Spice controller communication"
91 msgstr "Ouvrir la connexion à l'aide d'une communication avec le contrôleur de Spice"
92
93 #: ../src/remote-viewer-main.c:116
93 msgstr ""
94 "Ouvrir la connexion à l'aide d'une communication avec le contrôleur de Spice"
95
96 #: ../src/remote-viewer-main.c:120
9497 msgid "Remote viewer client"
9598 msgstr ""
9699
97 #: ../src/remote-viewer-main.c:134
100 #: ../src/remote-viewer-main.c:138
98101 #, c-format
99102 msgid ""
100103 "%s\n"
101104 "Run '%s --help' to see a full list of available command line options\n"
102 msgstr "%s\nLancer '%s --help' pour voir la liste complète des options de ligne de commande disponibles.\n"
103
104 #: ../src/remote-viewer-main.c:146
105 msgstr ""
106 "%s\n"
107 "Lancer '%s --help' pour voir la liste complète des options de ligne de "
108 "commande disponibles.\n"
109
110 #: ../src/remote-viewer-main.c:149
105111 #, c-format
106112 msgid "Error: extra arguments given while using Spice controller\n"
107 msgstr "Erreur : arguments surnuméraires spécifiés lors de l'utilisation du contrôleur Spice\n"
108
109 #: ../src/remote-viewer-main.c:153
113 msgstr ""
114 "Erreur : arguments surnuméraires spécifiés lors de l'utilisation du "
115 "contrôleur Spice\n"
116
117 #: ../src/remote-viewer-main.c:156
110118 #, c-format
111119 msgid "Error: can't handle multiple URIs\n"
112120 msgstr "Erreur : impossible de gérer plusieurs URI\n"
113121
114 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
122 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
115123 msgid "Failed to initiate connection"
116124 msgstr "Impossible d'initier la connexion"
117125
118 #: ../src/remote-viewer.c:294
126 #: ../src/remote-viewer.c:313
119127 msgid "Display disabled by controller"
120128 msgstr "Affichage désactivé par le contrôleur"
121129
122 #: ../src/remote-viewer.c:592
130 #: ../src/remote-viewer.c:609
123131 #, c-format
124132 msgid "Controller connection failed: %s"
125133 msgstr "Échec de la connexion du contrôleur : %s"
126134
127 #. Create the widgets
128 #: ../src/remote-viewer.c:924
129 msgid "Connection details"
130 msgstr "Détails de la connexion"
131
132 #: ../src/remote-viewer.c:939
133 msgid "_Connection Address"
135 #: ../src/remote-viewer.c:755
136 msgid "_Change CD"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:855
140 msgid "failed to parse ovirt uri"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
144 msgid "Authentication was cancelled"
145 msgstr ""
146
147 #: ../src/remote-viewer.c:900
148 #, c-format
149 msgid "oVirt VM %s is not running"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:914
153 #, c-format
154 msgid "oVirt VM %s has no display"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:940
158 #, c-format
159 msgid "oVirt VM %s has no host information"
134160 msgstr ""
135161
136162 #: ../src/remote-viewer.c:951
137 msgid "For example, spice://foo.example.org:5900"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:964
141 msgid "_Recent Connections"
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1020
145 msgid "Couldn't create a Spice session"
146 msgstr "Impossible de créer une session Spice"
147
148 #: ../src/remote-viewer.c:1034
163 #, c-format
164 msgid "oVirt VM %s has unknown display type: %d"
165 msgstr ""
166
167 #: ../src/remote-viewer.c:1094
149168 msgid "Setting up Spice session..."
150169 msgstr "Mise en place d'une session Spice..."
151170
152 #: ../src/remote-viewer.c:1055
153 #, c-format
154 msgid "Invalid file %s"
155 msgstr "Fichier invalide: %s"
156
157 #: ../src/remote-viewer.c:1062
171 #: ../src/remote-viewer.c:1102
172 msgid "No connection was chosen"
173 msgstr ""
174
175 #: ../src/remote-viewer.c:1120
176 #, c-format
177 msgid "Invalid file %s: "
178 msgstr ""
179
180 #: ../src/remote-viewer.c:1128
158181 msgid "Cannot determine the connection type from URI"
159182 msgstr "Impossible de déterminer le type de la connexion à partir de l'URI"
160183
161 #: ../src/remote-viewer.c:1068
162 msgid "Couldn't open oVirt session"
163 msgstr "Impossible de créer une session oVirt"
164
165 #: ../src/remote-viewer.c:1075
166 #, c-format
167 msgid "Couldn't create a session for this type: %s"
168 msgstr "Impossible de créer une session pour ce type : %s"
169
184 #: ../src/remote-viewer.c:1134
185 msgid "Couldn't open oVirt session: "
186 msgstr ""
187
188 #.
170189 #. * Local variables:
171190 #. * c-indent-level: 4
172191 #. * c-basic-offset: 4
173192 #. * indent-tabs-mode: nil
174193 #. * End:
194 #.
195 #: ../src/remote-viewer-connect.xml.h:1
196 msgid "Connection details"
197 msgstr "Détails de la connexion"
198
199 #: ../src/remote-viewer-connect.xml.h:2
200 msgid "Connection Address"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:3
204 msgid "For example, spice://foo.example.org:5900"
205 msgstr ""
206
207 #: ../src/remote-viewer-connect.xml.h:4
208 msgid "Recent connections"
209 msgstr ""
210
211 #: ../src/remote-viewer-connect.xml.h:5
212 msgid "Cancel"
213 msgstr ""
214
215 #: ../src/remote-viewer-connect.xml.h:6
216 msgid "Connect"
217 msgstr ""
218
175219 #: ../src/virt-viewer-about.xml.h:1
176220 msgid "About Glade"
177221 msgstr "À propos de Glade"
205249 "You should have received a copy of the GNU General Public License\n"
206250 "along with this program; if not, write to the Free Software\n"
207251 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
208 msgstr "This program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
252 msgstr ""
253 "This program is free software; you can redistribute it and/or modify\n"
254 "it under the terms of the GNU General Public License as published by\n"
255 "the Free Software Foundation; either version 2 of the License, or\n"
256 "(at your option) any later version.\n"
257 "\n"
258 "This program is distributed in the hope that it will be useful,\n"
259 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
260 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
261 "GNU General Public License for more details.\n"
262 "\n"
263 "You should have received a copy of the GNU General Public License\n"
264 "along with this program; if not, write to the Free Software\n"
265 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
209266
210267 #: ../src/virt-viewer-about.xml.h:20
211268 msgid "The Fedora Translation Team"
212269 msgstr "L'équipe de traduction de Fedora"
213270
214 #: ../src/virt-viewer-app.c:400
271 #: ../src/virt-viewer-app.c:526
215272 msgid "Do you want to close the session?"
216273 msgstr "Êtes-vous sûr de vouloir mettre fin à la session?"
217274
218 #: ../src/virt-viewer-app.c:402
275 #: ../src/virt-viewer-app.c:528
219276 msgid "Do not ask me again"
220277 msgstr "Ne plus demander"
221278
222 #: ../src/virt-viewer-app.c:841
279 #: ../src/virt-viewer-app.c:1008
223280 #, c-format
224281 msgid "Waiting for display %d..."
225282 msgstr "En attente de l'affichage %d..."
226283
227 #: ../src/virt-viewer-app.c:946
228 #, c-format
229 msgid "Unknown graphic type for the guest %s"
230 msgstr "Type d'affichage inconnu de l'invité %s"
231
232 #: ../src/virt-viewer-app.c:1027
284 #: ../src/virt-viewer-app.c:1117
285 #, c-format
286 msgid "Unsupported graphic type '%s'"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:1200
233290 msgid "Connect to ssh failed."
234291 msgstr "Échec de la connexion ssh."
235292
236 #: ../src/virt-viewer-app.c:1029
293 #: ../src/virt-viewer-app.c:1202
237294 msgid "Can't connect to channel, SSH only supported."
238 msgstr "Impossible d'établir la connexion au canal, seul SSH est pris en charge."
239
240 #: ../src/virt-viewer-app.c:1041
295 msgstr ""
296 "Impossible d'établir la connexion au canal, seul SSH est pris en charge."
297
298 #: ../src/virt-viewer-app.c:1214
241299 msgid "Connect to channel unsupported."
242300 msgstr "La connexion au canal n'est pas prise en charge."
243301
244 #: ../src/virt-viewer-app.c:1123
302 #: ../src/virt-viewer-app.c:1276
303 msgid "Display can only be attached through libvirt with --attach"
304 msgstr ""
305
306 #: ../src/virt-viewer-app.c:1299
245307 msgid "Connecting to graphic server"
246308 msgstr "Connexion au serveur d'affichage"
247309
248 #: ../src/virt-viewer-app.c:1256
310 #: ../src/virt-viewer-app.c:1398
249311 msgid "Guest domain has shutdown"
250312 msgstr "Le domaine invité est fermé"
251313
252 #: ../src/virt-viewer-app.c:1317
314 #: ../src/virt-viewer-app.c:1459
253315 msgid "Connected to graphic server"
254316 msgstr "Connecté au serveur d'affichage"
255317
256 #: ../src/virt-viewer-app.c:1344
318 #: ../src/virt-viewer-app.c:1486
257319 #, c-format
258320 msgid "Unable to connect to the graphic server %s"
259321 msgstr "Impossible d'établir la connexion au serveur d'affichage %s"
260322
261 #: ../src/virt-viewer-app.c:1376
262 #, c-format
263 msgid ""
264 "Unable to authenticate with remote desktop server at %s: %s\n"
265 "Retry connection again?"
266 msgstr "Authentification avec le serveur distant sur %s impossible : %s\nEssayer la connexion à nouveau ?"
267
268 #: ../src/virt-viewer-app.c:1396
323 #: ../src/virt-viewer-app.c:1512
324 #, c-format
325 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
326 msgstr ""
327
328 #: ../src/virt-viewer-app.c:1525
269329 #, c-format
270330 msgid "Unable to authenticate with remote desktop server: %s"
271 msgstr "Impossible d'authentifier la connexion avec le serveur de bureau distant : %s"
272
273 #: ../src/virt-viewer-app.c:1404
331 msgstr ""
332 "Impossible d'authentifier la connexion avec le serveur de bureau distant : %s"
333
334 #: ../src/virt-viewer-app.c:1533
274335 #, c-format
275336 msgid "USB redirection error: %s"
276337 msgstr "Erreur de redirection USB : %s"
277338
278 #: ../src/virt-viewer-app.c:1632
339 #: ../src/virt-viewer-app.c:1786
279340 #, c-format
280341 msgid "Zoom level must be within %d-%d\n"
281342 msgstr "Le niveau de zoom doit être dans la plage %d-%d\n"
282343
283 #: ../src/virt-viewer-app.c:2126
344 #: ../src/virt-viewer-app.c:2296
284345 #, c-format
285346 msgid "Display %d"
286347 msgstr "Affichage %d"
287348
288 #: ../src/virt-viewer-app.c:2301
349 #: ../src/virt-viewer-app.c:2552
289350 #, c-format
290351 msgid "Invalid kiosk-quit argument: %s"
291352 msgstr "Argument kiosk-quit invalide : %s"
292353
293 #: ../src/virt-viewer-app.c:2310
354 #: ../src/virt-viewer-app.c:2561
294355 msgid "Zoom level of window, in percentage"
295356 msgstr "Niveau de zoom de la fenêtre, en pourcentage"
296357
297 #: ../src/virt-viewer-app.c:2312
358 #: ../src/virt-viewer-app.c:2563
298359 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
299 msgstr "Ouvre en mode plein écran (ajuste la résolution de l'invité à celle du client)"
300
301 #: ../src/virt-viewer-app.c:2314
360 msgstr ""
361 "Ouvre en mode plein écran (ajuste la résolution de l'invité à celle du "
362 "client)"
363
364 #: ../src/virt-viewer-app.c:2565
302365 msgid "Customise hotkeys"
303366 msgstr "Personnaliser les raccourcis clavier"
304367
305 #: ../src/virt-viewer-app.c:2316
368 #: ../src/virt-viewer-app.c:2567
306369 msgid "Enable kiosk mode"
307370 msgstr "Activer le mode kiosque"
308371
309 #: ../src/virt-viewer-app.c:2318
372 #: ../src/virt-viewer-app.c:2569
310373 msgid "Quit on given condition in kiosk mode"
311374 msgstr "Quitter sur une condition définie dans le mode kiosque"
312375
313 #: ../src/virt-viewer-app.c:2318
376 #: ../src/virt-viewer-app.c:2569
314377 msgid "<never|on-disconnect>"
315378 msgstr "<never|on-disconnect>"
316379
317 #: ../src/virt-viewer-app.c:2320
380 #: ../src/virt-viewer-app.c:2571
318381 msgid "Display verbose information"
319382 msgstr "Afficher les informations détaillées"
320383
321 #: ../src/virt-viewer-app.c:2322
384 #: ../src/virt-viewer-app.c:2573
322385 msgid "Display debugging information"
323386 msgstr "Afficher les informations de débogage"
324387
388 #: ../src/virt-viewer-auth.c:88
389 #, c-format
390 msgid ""
391 "Authentication is required for the %s connection to:\n"
392 "\n"
393 "<b>%s</b>\n"
394 "\n"
395 msgstr ""
396
397 #: ../src/virt-viewer-auth.c:92
398 #, c-format
399 msgid "Authentication is required for the %s connection:\n"
400 msgstr ""
401
402 #.
325403 #. * Local variables:
326404 #. * c-indent-level: 4
327405 #. * c-basic-offset: 4
328406 #. * indent-tabs-mode: nil
329407 #. * End:
408 #.
330409 #: ../src/virt-viewer-auth.xml.h:1
331410 msgid "Authentication required"
332411 msgstr "Authentification requise"
333412
334 #: ../src/virt-viewer-auth.xml.h:2
413 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
335414 msgid "label"
336415 msgstr "étiquette"
337416
343422 msgid "Username:"
344423 msgstr "Nom d'utilisateur :"
345424
425 #: ../src/virt-viewer-auth.xml.h:5
426 msgid "Show password"
427 msgstr ""
428
429 #: ../src/virt-viewer-display-vnc.c:133
430 msgid "VNC does not provide GUID"
431 msgstr ""
432
346433 #: ../src/virt-viewer-main.c:38
347434 #, c-format
348435 msgid "%s version %s\n"
375462 #: ../src/virt-viewer-main.c:80
376463 #, c-format
377464 msgid "Run '%s --help' to see a full list of available command line options"
378 msgstr "Lancer '%s --help' pour voir la liste complète des options de ligne de commande disponibles."
465 msgstr ""
466 "Lancer '%s --help' pour voir la liste complète des options de ligne de "
467 "commande disponibles."
379468
380469 #: ../src/virt-viewer-main.c:86
381470 msgid "Virtual machine graphical console"
382471 msgstr ""
383472
384 #: ../src/virt-viewer-main.c:108
473 #: ../src/virt-viewer-main.c:107
385474 #, c-format
386475 msgid ""
387476 "\n"
388 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
477 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
389478 "\n"
390479 "%s\n"
391480 "\n"
392 msgstr "\nUsage : %s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
393
394 #: ../src/virt-viewer-session-spice.c:506
395 msgid "invalid password"
396 msgstr "mot de passe invalide"
481 msgstr ""
482
483 #: ../src/virt-viewer-main.c:112
484 #, c-format
485 msgid ""
486 "\n"
487 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
488 "\n"
489 msgstr ""
490
491 #: ../src/virt-viewer-session-spice.c:694
492 msgid "Invalid password"
493 msgstr ""
397494
398495 #. Create the widgets
399 #: ../src/virt-viewer-session-spice.c:588
496 #: ../src/virt-viewer-session-spice.c:786
400497 msgid "Select USB devices for redirection"
401498 msgstr "Sélectionnez les périphériques USB à rediriger"
402499
403 #: ../src/virt-viewer-session-vnc.c:148
500 #: ../src/virt-viewer-session-vnc.c:153
404501 #, c-format
405502 msgid "Unsupported authentication type %d"
406503 msgstr "Le type d'authentification %d n'est pas pris en charge"
407504
408 #: ../src/virt-viewer-window.c:587
505 #: ../src/virt-viewer-vm-connection.c:64
506 msgid "No virtual machine found"
507 msgstr ""
508
509 #: ../src/virt-viewer-vm-connection.c:93
510 msgid "No virtual machine was chosen"
511 msgstr ""
512
513 #: ../src/virt-viewer-window.c:537
409514 msgid "Ctrl+Alt+_Del"
410515 msgstr "Ctrl+Alt+_Suppr"
411516
412 #: ../src/virt-viewer-window.c:588
517 #: ../src/virt-viewer-window.c:538
413518 msgid "Ctrl+Alt+_Backspace"
414519 msgstr "Ctrl+Alt+_Effacer"
415520
416 #: ../src/virt-viewer-window.c:590
521 #: ../src/virt-viewer-window.c:540
417522 msgid "Ctrl+Alt+F_1"
418523 msgstr "Ctrl+Alt+F_1"
419524
420 #: ../src/virt-viewer-window.c:591
525 #: ../src/virt-viewer-window.c:541
421526 msgid "Ctrl+Alt+F_2"
422527 msgstr "Ctrl+Alt+F_2"
423528
424 #: ../src/virt-viewer-window.c:592
529 #: ../src/virt-viewer-window.c:542
425530 msgid "Ctrl+Alt+F_3"
426531 msgstr "Ctrl+Alt+F_3"
427532
428 #: ../src/virt-viewer-window.c:593
533 #: ../src/virt-viewer-window.c:543
429534 msgid "Ctrl+Alt+F_4"
430535 msgstr "Ctrl+Alt+F_4"
431536
432 #: ../src/virt-viewer-window.c:594
537 #: ../src/virt-viewer-window.c:544
433538 msgid "Ctrl+Alt+F_5"
434539 msgstr "Ctrl+Alt+F_5"
435540
436 #: ../src/virt-viewer-window.c:595
541 #: ../src/virt-viewer-window.c:545
437542 msgid "Ctrl+Alt+F_6"
438543 msgstr "Ctrl+Alt+F_6"
439544
440 #: ../src/virt-viewer-window.c:596
545 #: ../src/virt-viewer-window.c:546
441546 msgid "Ctrl+Alt+F_7"
442547 msgstr "Ctrl+Alt+F_7"
443548
444 #: ../src/virt-viewer-window.c:597
549 #: ../src/virt-viewer-window.c:547
445550 msgid "Ctrl+Alt+F_8"
446551 msgstr "Ctrl+Alt+F_8"
447552
448 #: ../src/virt-viewer-window.c:598
553 #: ../src/virt-viewer-window.c:548
449554 msgid "Ctrl+Alt+F_9"
450555 msgstr "Ctrl+Alt+F_9"
451556
452 #: ../src/virt-viewer-window.c:599
557 #: ../src/virt-viewer-window.c:549
453558 msgid "Ctrl+Alt+F1_0"
454559 msgstr "Ctrl+Alt+F1_0"
455560
456 #: ../src/virt-viewer-window.c:600
561 #: ../src/virt-viewer-window.c:550
457562 msgid "Ctrl+Alt+F11"
458563 msgstr "Ctrl+Alt+F11"
459564
460 #: ../src/virt-viewer-window.c:601
565 #: ../src/virt-viewer-window.c:551
461566 msgid "Ctrl+Alt+F12"
462567 msgstr "Ctrl+Alt+F12"
463568
464 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
569 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
465570 msgid "Screenshot"
466571 msgstr "Capture d'écran"
467572
468 #: ../src/virt-viewer-window.c:1051
573 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
574 msgid "Unknown"
575 msgstr ""
576
577 #: ../src/virt-viewer-window.c:1062
469578 msgid "Disconnect"
470579 msgstr "Déconnexion"
471580
472 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
581 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
473582 #: ../src/virt-viewer.xml.h:3
474583 msgid "USB device selection"
475584 msgstr "Sélection du périphérique USB"
476585
477 #: ../src/virt-viewer-window.c:1070
586 #: ../src/virt-viewer-window.c:1081
478587 msgid "Send key combination"
479588 msgstr "Envoyer la combinaison de touches"
480589
481 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
590 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
482591 msgid "Leave fullscreen"
483592 msgstr "Quitter le plein écran"
484593
485 #: ../src/virt-viewer-window.c:1162
594 #: ../src/virt-viewer-window.c:1173
486595 msgid "Ctrl+Alt"
487596 msgstr "Ctrl+Alt"
488597
489 #: ../src/virt-viewer-window.c:1165
598 #: ../src/virt-viewer-window.c:1176
490599 #, c-format
491600 msgid "(Press %s to release pointer)"
492601 msgstr "(Appuyer sur %s pour libérer la souris)"
493602
494603 #. translators:
495 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
496 #. <appname>"
497 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
498 #. Viewer"
499 #: ../src/virt-viewer-window.c:1176
604 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
605 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
606 #.
607 #: ../src/virt-viewer-window.c:1187
500608 #, c-format
501609 msgid "%s%s%s - %s"
502610 msgstr "%s%s%s - %s"
503611
504612 #. translators: <space>
505 #: ../src/virt-viewer-window.c:1180
613 #: ../src/virt-viewer-window.c:1191
506614 msgid " "
507615 msgstr " "
508616
509 #: ../src/virt-viewer-file.c:624
617 #: ../src/virt-viewer-file.c:825
618 #, c-format
619 msgid ""
620 "At least %s version %s is required to setup this connection, see %s for "
621 "details"
622 msgstr ""
623
624 #: ../src/virt-viewer-file.c:833
510625 #, c-format
511626 msgid "At least %s version %s is required to setup this connection"
512627 msgstr "La configuration de cette connexion nécessite au minimum %s version %s"
513628
514 #: ../src/virt-viewer.c:133
629 #: ../src/virt-viewer.c:163
515630 msgid "Waiting for guest domain to re-start"
516631 msgstr "En attente du redémarrage du domaine invité"
517632
518 #: ../src/virt-viewer.c:318
633 #: ../src/virt-viewer.c:409
519634 #, c-format
520635 msgid "Cannot determine the graphic type for the guest %s"
521636 msgstr "Impossible de déterminer le type d'affichage de l'invité %s"
522637
523 #: ../src/virt-viewer.c:341
524 #, c-format
525 msgid "Cannot determine the graphic address for the guest %s"
526 msgstr "Impossible de déterminer l'adresse de l'affichage de l'invité %s"
527
528 #: ../src/virt-viewer.c:354
638 #: ../src/virt-viewer.c:448
529639 #, c-format
530640 msgid "Cannot determine the host for the guest %s"
531641 msgstr "Impossible de déterminer l'hôte de l'invité %s"
532642
533 #: ../src/virt-viewer.c:540
643 #: ../src/virt-viewer.c:476
644 #, c-format
645 msgid "Guest '%s' is not reachable"
646 msgstr ""
647
648 #: ../src/virt-viewer.c:697
649 #, c-format
650 msgid "Virtual machine %s is not running"
651 msgstr ""
652
653 #: ../src/virt-viewer.c:720
534654 msgid "Waiting for libvirt to start"
535655 msgstr "En attente du démarrage de libvirt"
536656
537 #: ../src/virt-viewer.c:544
657 #: ../src/virt-viewer.c:724
538658 msgid "Finding guest domain"
539659 msgstr "Recherche du domaine invité"
540660
541 #: ../src/virt-viewer.c:548
661 #: ../src/virt-viewer.c:728
542662 msgid "Waiting for guest domain to be created"
543663 msgstr "En attente de la création du domaine invité"
544664
545 #: ../src/virt-viewer.c:553
546 #, c-format
547 msgid "Cannot find guest domain %s"
548 msgstr "Impossible de trouver le domaine invité %s"
549
550 #: ../src/virt-viewer.c:566
665 #: ../src/virt-viewer.c:750
551666 msgid "Checking guest domain status"
552667 msgstr "Vérification du statut du domaine invité"
553668
554 #: ../src/virt-viewer.c:573
669 #: ../src/virt-viewer.c:753
670 msgid "Cannot get guest state"
671 msgstr ""
672
673 #: ../src/virt-viewer.c:759
555674 msgid "Waiting for guest domain to start"
556675 msgstr "En attente du démarrage du domaine invité"
557676
558 #: ../src/virt-viewer.c:580
559 msgid "Waiting for guest domain to start server"
560 msgstr "En attente du démarrage du serveur par le domaine invité"
561
562 #: ../src/virt-viewer.c:694
563 #, c-format
564 msgid "Unable to connect to libvirt with URI %s"
565 msgstr "Impossible de se connecter à libvirt avec URI %s"
566
567 #: ../src/virt-viewer.c:695
677 #: ../src/virt-viewer.c:863
678 #, c-format
679 msgid "Unable to connect to libvirt with URI: %s."
680 msgstr ""
681
682 #: ../src/virt-viewer.c:864
568683 msgid "[none]"
569684 msgstr "[aucun]"
570685
686 #: ../src/virt-viewer.c:871
687 msgid "Authentication failed."
688 msgstr ""
689
690 #: ../src/virt-viewer.c:931
691 msgid "Failed to connect: "
692 msgstr ""
693
694 #.
571695 #. * Local variables:
572696 #. * c-indent-level: 4
573697 #. * c-basic-offset: 4
574698 #. * indent-tabs-mode: nil
575699 #. * End:
700 #.
576701 #: ../src/virt-viewer.xml.h:1
577702 msgid "_File"
578703 msgstr "_Fichier"
585710 msgid "Smartcard removal"
586711 msgstr "Suppression d'une Smartcard"
587712
588 #: ../src/virt-viewer.xml.h:6
713 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
714 msgid "Preferences"
715 msgstr ""
716
717 #: ../src/virt-viewer.xml.h:7
589718 msgid "_View"
590719 msgstr "_Affichage"
591720
592 #: ../src/virt-viewer.xml.h:7
721 #: ../src/virt-viewer.xml.h:8
593722 msgid "Full screen"
594723 msgstr "Plein écran"
595724
596 #: ../src/virt-viewer.xml.h:8
725 #: ../src/virt-viewer.xml.h:9
597726 msgid "_Zoom"
598727 msgstr "_Zoom"
599728
600 #: ../src/virt-viewer.xml.h:9
729 #: ../src/virt-viewer.xml.h:10
601730 msgid "Displays"
602731 msgstr "Affichages"
603732
604 #: ../src/virt-viewer.xml.h:10
733 #: ../src/virt-viewer.xml.h:11
605734 msgid "Release cursor"
606735 msgstr "Libérer le curseur"
607736
608 #: ../src/virt-viewer.xml.h:11
737 #: ../src/virt-viewer.xml.h:12
609738 msgid "_Send key"
610739 msgstr "_Envoi de touches"
611740
612 #: ../src/virt-viewer.xml.h:12
741 #: ../src/virt-viewer.xml.h:13
613742 msgid "_Help"
614743 msgstr "_Aide"
744
745 #: ../src/virt-viewer.xml.h:14
746 msgid "_Guest Details"
747 msgstr ""
748
749 #: ../src/virt-viewer-guest-details.xml.h:1
750 msgid "Guest Details"
751 msgstr ""
752
753 #: ../src/virt-viewer-guest-details.xml.h:2
754 msgid "Name:"
755 msgstr ""
756
757 #: ../src/virt-viewer-guest-details.xml.h:3
758 msgid "GUID:"
759 msgstr ""
760
761 #: ../src/virt-viewer-vm-connection.xml.h:1
762 msgid "Choose a virtual machine"
763 msgstr ""
764
765 #: ../src/virt-viewer-vm-connection.xml.h:2
766 msgid "Name"
767 msgstr ""
768
769 #: ../src/virt-viewer-vm-connection.xml.h:3
770 msgid "Available virtual machines"
771 msgstr ""
772
773 #: ../src/virt-viewer-preferences.xml.h:2
774 msgid "Folder sharing"
775 msgstr ""
776
777 #: ../src/virt-viewer-preferences.xml.h:3
778 msgid "Share folder"
779 msgstr ""
780
781 #: ../src/virt-viewer-preferences.xml.h:4
782 msgid "Read-only"
783 msgstr ""
784
785 #: ../src/virt-viewer-preferences.xml.h:5
786 msgid "Spice"
787 msgstr ""
+0
-610
po/ga.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Irish (http://www.transifex.com/projects/p/virt-viewer/language/ga/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ga\n"
17 "Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : 4);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
+352
-205
po/gl.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Galician (http://www.transifex.com/projects/p/virt-viewer/language/gl/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Galician\n"
13 "Language: gl\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: gl\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+336
-171
po/gu.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Ankit Patel <ankit644@yahoo.com>, 2014
66 # sweta <swkothar@redhat.com>, 2010,2012-2013
7 # sweta <swkothar@redhat.com>, 2013
7 # sweta <swkothar@redhat.com>, 2013-2014
88 msgid ""
99 msgstr ""
10 "Project-Id-Version: virt-viewer\n"
10 "Project-Id-Version: PACKAGE VERSION\n"
1111 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
13 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
12 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
13 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1414 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
15 "Language-Team: Gujarati (http://www.transifex.com/projects/p/virt-viewer/language/gu/)\n"
15 "Language-Team: Gujarati (http://www.transifex.com/projects/p/virt-viewer/"
16 "language/gu/)\n"
17 "Language: gu\n"
1618 "MIME-Version: 1.0\n"
1719 "Content-Type: text/plain; charset=UTF-8\n"
1820 "Content-Transfer-Encoding: 8bit\n"
19 "Language: gu\n"
2021 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
22 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
22 "X-Generator: Zanata 3.7.3\n"
23
24 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2325 msgid "Remote Viewer"
2426 msgstr "દૂરસ્થ દર્શક"
2527
7375
7476 #: ../src/remote-viewer-main.c:50
7577 #, c-format
76 msgid "remote-viewer version %s\n"
77 msgstr "remote-viewer આવૃત્તિ %s\n"
78
79 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
78 msgid "remote-viewer version %s"
79 msgstr ""
80
81 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8082 msgid "Display version information"
8183 msgstr "આવૃત્તિ જાણકારીને બતાવો"
8284
83 #: ../src/remote-viewer-main.c:101
85 #: ../src/remote-viewer-main.c:105
8486 msgid "Set window title"
8587 msgstr "વિન્ડો શીર્ષક સુયોજિત કરો"
8688
87 #: ../src/remote-viewer-main.c:104
89 #: ../src/remote-viewer-main.c:108
8890 msgid "Open connection using Spice controller communication"
8991 msgstr "Spice નિયંત્રક વાર્તાલાપની મદદથી જોડાણને ખોલો"
9092
91 #: ../src/remote-viewer-main.c:116
93 #: ../src/remote-viewer-main.c:120
9294 msgid "Remote viewer client"
93 msgstr ""
94
95 #: ../src/remote-viewer-main.c:134
95 msgstr "- દૂરસ્થ દર્શક ક્લાયન્ટ"
96
97 #: ../src/remote-viewer-main.c:138
9698 #, c-format
9799 msgid ""
98100 "%s\n"
99101 "Run '%s --help' to see a full list of available command line options\n"
100 msgstr "%s\nઉપલબ્ધ આદેશ વાક્ય વિકલ્પોની સંપૂર્ણ યાદીને જોવા માટે '%s --help' ચલાવો\n"
101
102 #: ../src/remote-viewer-main.c:146
102 msgstr ""
103 "%s\n"
104 "ઉપલબ્ધ આદેશ વાક્ય વિકલ્પોની સંપૂર્ણ યાદીને જોવા માટે '%s --help' ચલાવો\n"
105
106 #: ../src/remote-viewer-main.c:149
103107 #, c-format
104108 msgid "Error: extra arguments given while using Spice controller\n"
105109 msgstr "ભૂલ: વધારાની દલીલો આપેલ છે જ્યારે Spice નિયંત્રકને વાપરી રહ્યા હોય\n"
106110
107 #: ../src/remote-viewer-main.c:153
111 #: ../src/remote-viewer-main.c:156
108112 #, c-format
109113 msgid "Error: can't handle multiple URIs\n"
110114 msgstr "ભૂલ: ઘણી URIs ને સંભાળી શકાતી નથી\n"
111115
112 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
116 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
113117 msgid "Failed to initiate connection"
114118 msgstr "જોડાણને પ્રારંભ કરવાનુ નિષ્ફળ"
115119
116 #: ../src/remote-viewer.c:294
120 #: ../src/remote-viewer.c:313
117121 msgid "Display disabled by controller"
118122 msgstr "નિયંત્રક દ્દારા નિષ્ક્રિય થયેલ બતાવો"
119123
120 #: ../src/remote-viewer.c:592
124 #: ../src/remote-viewer.c:609
121125 #, c-format
122126 msgid "Controller connection failed: %s"
123127 msgstr "નિયંત્રક જોડાણ નિષ્ફળ: %s"
124128
125 #. Create the widgets
126 #: ../src/remote-viewer.c:924
127 msgid "Connection details"
128 msgstr "જોડાણ વિગતો"
129
130 #: ../src/remote-viewer.c:939
131 msgid "_Connection Address"
129 #: ../src/remote-viewer.c:755
130 msgid "_Change CD"
131 msgstr ""
132
133 #: ../src/remote-viewer.c:855
134 msgid "failed to parse ovirt uri"
135 msgstr ""
136
137 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
138 msgid "Authentication was cancelled"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:900
142 #, c-format
143 msgid "oVirt VM %s is not running"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:914
147 #, c-format
148 msgid "oVirt VM %s has no display"
149 msgstr ""
150
151 #: ../src/remote-viewer.c:940
152 #, c-format
153 msgid "oVirt VM %s has no host information"
132154 msgstr ""
133155
134156 #: ../src/remote-viewer.c:951
135 msgid "For example, spice://foo.example.org:5900"
136 msgstr ""
137
138 #: ../src/remote-viewer.c:964
139 msgid "_Recent Connections"
140 msgstr ""
141
142 #: ../src/remote-viewer.c:1020
143 msgid "Couldn't create a Spice session"
144 msgstr "Spice સત્રને બનાવી શક્યા નહિં"
145
146 #: ../src/remote-viewer.c:1034
157 #, c-format
158 msgid "oVirt VM %s has unknown display type: %d"
159 msgstr ""
160
161 #: ../src/remote-viewer.c:1094
147162 msgid "Setting up Spice session..."
148163 msgstr "Spice સત્રને સુયોજિત કરી રહ્યા છે..."
149164
150 #: ../src/remote-viewer.c:1055
151 #, c-format
152 msgid "Invalid file %s"
153 msgstr "અયોગ્ય ફાઇલ %s"
154
155 #: ../src/remote-viewer.c:1062
165 #: ../src/remote-viewer.c:1102
166 msgid "No connection was chosen"
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1120
170 #, c-format
171 msgid "Invalid file %s: "
172 msgstr ""
173
174 #: ../src/remote-viewer.c:1128
156175 msgid "Cannot determine the connection type from URI"
157176 msgstr "URI માંથી જોડાણ પ્રકારને નક્કી કરી શકાતુ નથી"
158177
159 #: ../src/remote-viewer.c:1068
160 msgid "Couldn't open oVirt session"
161 msgstr "oVirt સત્રને ખોલી શક્યા નહિં"
162
163 #: ../src/remote-viewer.c:1075
164 #, c-format
165 msgid "Couldn't create a session for this type: %s"
166 msgstr "આ પ્રકાર માટે સત્રને બનાવી શક્યા નહિં: %s"
167
178 #: ../src/remote-viewer.c:1134
179 msgid "Couldn't open oVirt session: "
180 msgstr ""
181
182 #.
168183 #. * Local variables:
169184 #. * c-indent-level: 4
170185 #. * c-basic-offset: 4
171186 #. * indent-tabs-mode: nil
172187 #. * End:
188 #.
189 #: ../src/remote-viewer-connect.xml.h:1
190 msgid "Connection details"
191 msgstr "જોડાણ વિગતો"
192
193 #: ../src/remote-viewer-connect.xml.h:2
194 msgid "Connection Address"
195 msgstr ""
196
197 #: ../src/remote-viewer-connect.xml.h:3
198 msgid "For example, spice://foo.example.org:5900"
199 msgstr "ઉદાહરણ તરીકે, spice://foo.example.org:5900"
200
201 #: ../src/remote-viewer-connect.xml.h:4
202 msgid "Recent connections"
203 msgstr ""
204
205 #: ../src/remote-viewer-connect.xml.h:5
206 msgid "Cancel"
207 msgstr ""
208
209 #: ../src/remote-viewer-connect.xml.h:6
210 msgid "Connect"
211 msgstr ""
212
173213 #: ../src/virt-viewer-about.xml.h:1
174214 msgid "About Glade"
175215 msgstr "ગલૅડ વિશે"
179219 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
180220 "Copyright (C) 2007-2014 Red Hat, Inc."
181221 msgstr ""
222 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
223 "Copyright (C) 2007-2014 Red Hat, Inc."
182224
183225 #: ../src/virt-viewer-about.xml.h:4
184226 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
203245 "You should have received a copy of the GNU General Public License\n"
204246 "along with this program; if not, write to the Free Software\n"
205247 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
206 msgstr "This program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
248 msgstr ""
249 "This program is free software; you can redistribute it and/or modify\n"
250 "it under the terms of the GNU General Public License as published by\n"
251 "the Free Software Foundation; either version 2 of the License, or\n"
252 "(at your option) any later version.\n"
253 "\n"
254 "This program is distributed in the hope that it will be useful,\n"
255 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
256 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
257 "GNU General Public License for more details.\n"
258 "\n"
259 "You should have received a copy of the GNU General Public License\n"
260 "along with this program; if not, write to the Free Software\n"
261 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
207262
208263 #: ../src/virt-viewer-about.xml.h:20
209264 msgid "The Fedora Translation Team"
210265 msgstr "Fedora અનુવાદ ટીમ"
211266
212 #: ../src/virt-viewer-app.c:400
267 #: ../src/virt-viewer-app.c:526
213268 msgid "Do you want to close the session?"
214269 msgstr "શું તમે આ સત્રને બંધ કરવા માંગો છો?"
215270
216 #: ../src/virt-viewer-app.c:402
271 #: ../src/virt-viewer-app.c:528
217272 msgid "Do not ask me again"
218273 msgstr "મને ફરી વાર પૂછશો નહિં"
219274
220 #: ../src/virt-viewer-app.c:841
275 #: ../src/virt-viewer-app.c:1008
221276 #, c-format
222277 msgid "Waiting for display %d..."
223278 msgstr "%d ને દર્શાવવા માટે રાહ જોઇ રહ્યા છે..."
224279
225 #: ../src/virt-viewer-app.c:946
226 #, c-format
227 msgid "Unknown graphic type for the guest %s"
228 msgstr "મહેમાન %s માટે અજ્ઞાત ગ્રાફિક પ્રકાર"
229
230 #: ../src/virt-viewer-app.c:1027
280 #: ../src/virt-viewer-app.c:1117
281 #, c-format
282 msgid "Unsupported graphic type '%s'"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:1200
231286 msgid "Connect to ssh failed."
232287 msgstr "ssh સાથે જોડાવાનું નિષ્ફળ."
233288
234 #: ../src/virt-viewer-app.c:1029
289 #: ../src/virt-viewer-app.c:1202
235290 msgid "Can't connect to channel, SSH only supported."
236291 msgstr "ચેનલમાં જોડાઇ શકતા નથી, SSH ફક્ત આધારભૂત છે."
237292
238 #: ../src/virt-viewer-app.c:1041
293 #: ../src/virt-viewer-app.c:1214
239294 msgid "Connect to channel unsupported."
240295 msgstr "ચેનલમાં જોડાવાનુ બિનઆધારભૂત છે."
241296
242 #: ../src/virt-viewer-app.c:1123
297 #: ../src/virt-viewer-app.c:1276
298 msgid "Display can only be attached through libvirt with --attach"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:1299
243302 msgid "Connecting to graphic server"
244303 msgstr "ગ્રાફિક સર્વરમાં જોડાઇ રહ્યા છે"
245304
246 #: ../src/virt-viewer-app.c:1256
305 #: ../src/virt-viewer-app.c:1398
247306 msgid "Guest domain has shutdown"
248307 msgstr "મહેમાન ડોમેઇન બંધ થઇ ગયો"
249308
250 #: ../src/virt-viewer-app.c:1317
309 #: ../src/virt-viewer-app.c:1459
251310 msgid "Connected to graphic server"
252311 msgstr "ગ્રાફિક સર્વરમાં જોડાયેલ છે"
253312
254 #: ../src/virt-viewer-app.c:1344
313 #: ../src/virt-viewer-app.c:1486
255314 #, c-format
256315 msgid "Unable to connect to the graphic server %s"
257316 msgstr "ગ્રાફિક સર્વર %s માં જોડાવામાં અસમર્થ"
258317
259 #: ../src/virt-viewer-app.c:1376
260 #, c-format
261 msgid ""
262 "Unable to authenticate with remote desktop server at %s: %s\n"
263 "Retry connection again?"
264 msgstr "%s પર દૂરસ્થ ડેસ્કટોપ સાથે સત્તાધિકરણ કરવાનું અસમર્થ: %s\nફરીથી જોડાણનો પુન:પ્રયત્ન કરો?"
265
266 #: ../src/virt-viewer-app.c:1396
318 #: ../src/virt-viewer-app.c:1512
319 #, c-format
320 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:1525
267324 #, c-format
268325 msgid "Unable to authenticate with remote desktop server: %s"
269326 msgstr "દૂરસ્થ ડેસ્કટોપ સર્વર સાથે સત્તાધિકરણ કરવાનું અસમર્થ: %s"
270327
271 #: ../src/virt-viewer-app.c:1404
328 #: ../src/virt-viewer-app.c:1533
272329 #, c-format
273330 msgid "USB redirection error: %s"
274331 msgstr "USB પુનર્નિર્દેશન ભૂલ: %s"
275332
276 #: ../src/virt-viewer-app.c:1632
333 #: ../src/virt-viewer-app.c:1786
277334 #, c-format
278335 msgid "Zoom level must be within %d-%d\n"
279336 msgstr "નાનું મોટુ કરવાનું લેવલ એ %d-%d માં હોવુ જ જોઇએ\n"
280337
281 #: ../src/virt-viewer-app.c:2126
338 #: ../src/virt-viewer-app.c:2296
282339 #, c-format
283340 msgid "Display %d"
284341 msgstr "%d દર્શાવો"
285342
286 #: ../src/virt-viewer-app.c:2301
343 #: ../src/virt-viewer-app.c:2552
287344 #, c-format
288345 msgid "Invalid kiosk-quit argument: %s"
289346 msgstr "અયોગ્ય kiosk-quit દલીલ: %s"
290347
291 #: ../src/virt-viewer-app.c:2310
348 #: ../src/virt-viewer-app.c:2561
292349 msgid "Zoom level of window, in percentage"
293350 msgstr "નાનામોટાપણાનું સ્તર, ટકામાં"
294351
295 #: ../src/virt-viewer-app.c:2312
352 #: ../src/virt-viewer-app.c:2563
296353 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
297354 msgstr "સંપૂર્ણ સ્ક્રીન સ્થિતિમાં ખોલો (ક્લાયન્ટને બંધબેસાડવા માટે મહેમાન રિઝોલ્યુશનને ગોઠવે છે)"
298355
299 #: ../src/virt-viewer-app.c:2314
356 #: ../src/virt-viewer-app.c:2565
300357 msgid "Customise hotkeys"
301358 msgstr "ટૂંકીકીઓ કસ્ટમાઇઝ કરો"
302359
303 #: ../src/virt-viewer-app.c:2316
360 #: ../src/virt-viewer-app.c:2567
304361 msgid "Enable kiosk mode"
305362 msgstr "kiosk સ્થિતિને સક્રિય કરો"
306363
307 #: ../src/virt-viewer-app.c:2318
364 #: ../src/virt-viewer-app.c:2569
308365 msgid "Quit on given condition in kiosk mode"
309366 msgstr "kiosk સ્થિતિમાં આપેલ શરત પર બહાર નીકળો"
310367
311 #: ../src/virt-viewer-app.c:2318
368 #: ../src/virt-viewer-app.c:2569
312369 msgid "<never|on-disconnect>"
313370 msgstr "<never|on-disconnect>"
314371
315 #: ../src/virt-viewer-app.c:2320
372 #: ../src/virt-viewer-app.c:2571
316373 msgid "Display verbose information"
317374 msgstr "વર્બોસ જાણકારીને બતાવો"
318375
319 #: ../src/virt-viewer-app.c:2322
376 #: ../src/virt-viewer-app.c:2573
320377 msgid "Display debugging information"
321378 msgstr "ડિબગીંગ જાણકારીને બતાવો"
322379
380 #: ../src/virt-viewer-auth.c:88
381 #, c-format
382 msgid ""
383 "Authentication is required for the %s connection to:\n"
384 "\n"
385 "<b>%s</b>\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-auth.c:92
390 #, c-format
391 msgid "Authentication is required for the %s connection:\n"
392 msgstr ""
393
394 #.
323395 #. * Local variables:
324396 #. * c-indent-level: 4
325397 #. * c-basic-offset: 4
326398 #. * indent-tabs-mode: nil
327399 #. * End:
400 #.
328401 #: ../src/virt-viewer-auth.xml.h:1
329402 msgid "Authentication required"
330403 msgstr "સત્તાધિકરણ જરૂરી છે"
331404
332 #: ../src/virt-viewer-auth.xml.h:2
405 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
333406 msgid "label"
334407 msgstr "લેબલ"
335408
341414 msgid "Username:"
342415 msgstr "વપરાશકર્તાનામ:"
343416
417 #: ../src/virt-viewer-auth.xml.h:5
418 msgid "Show password"
419 msgstr ""
420
421 #: ../src/virt-viewer-display-vnc.c:133
422 msgid "VNC does not provide GUID"
423 msgstr ""
424
344425 #: ../src/virt-viewer-main.c:38
345426 #, c-format
346427 msgid "%s version %s\n"
377458
378459 #: ../src/virt-viewer-main.c:86
379460 msgid "Virtual machine graphical console"
380 msgstr ""
381
382 #: ../src/virt-viewer-main.c:108
461 msgstr "વર્ચ્યુઅલ મશીન ગ્રાફિકલ કન્સોલ"
462
463 #: ../src/virt-viewer-main.c:107
383464 #, c-format
384465 msgid ""
385466 "\n"
386 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
467 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
387468 "\n"
388469 "%s\n"
389470 "\n"
390 msgstr "\nવપરાશ: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
391
392 #: ../src/virt-viewer-session-spice.c:506
393 msgid "invalid password"
394 msgstr "અયોગ્ય પાસવર્ડ"
471 msgstr ""
472
473 #: ../src/virt-viewer-main.c:112
474 #, c-format
475 msgid ""
476 "\n"
477 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
478 "\n"
479 msgstr ""
480
481 #: ../src/virt-viewer-session-spice.c:694
482 msgid "Invalid password"
483 msgstr ""
395484
396485 #. Create the widgets
397 #: ../src/virt-viewer-session-spice.c:588
486 #: ../src/virt-viewer-session-spice.c:786
398487 msgid "Select USB devices for redirection"
399488 msgstr "પુનર્નિર્દેશન માટે USB ઉપકરણોને પસંદ કરો"
400489
401 #: ../src/virt-viewer-session-vnc.c:148
490 #: ../src/virt-viewer-session-vnc.c:153
402491 #, c-format
403492 msgid "Unsupported authentication type %d"
404493 msgstr "બિનઆધારભૂત સત્તાધિકરણ પ્રકાર %d"
405494
406 #: ../src/virt-viewer-window.c:587
495 #: ../src/virt-viewer-vm-connection.c:64
496 msgid "No virtual machine found"
497 msgstr ""
498
499 #: ../src/virt-viewer-vm-connection.c:93
500 msgid "No virtual machine was chosen"
501 msgstr ""
502
503 #: ../src/virt-viewer-window.c:537
407504 msgid "Ctrl+Alt+_Del"
408505 msgstr "Ctrl+Alt+_Del"
409506
410 #: ../src/virt-viewer-window.c:588
507 #: ../src/virt-viewer-window.c:538
411508 msgid "Ctrl+Alt+_Backspace"
412509 msgstr "Ctrl+Alt+_Backspace"
413510
414 #: ../src/virt-viewer-window.c:590
511 #: ../src/virt-viewer-window.c:540
415512 msgid "Ctrl+Alt+F_1"
416513 msgstr "Ctrl+Alt+F_1"
417514
418 #: ../src/virt-viewer-window.c:591
515 #: ../src/virt-viewer-window.c:541
419516 msgid "Ctrl+Alt+F_2"
420517 msgstr "Ctrl+Alt+F_2"
421518
422 #: ../src/virt-viewer-window.c:592
519 #: ../src/virt-viewer-window.c:542
423520 msgid "Ctrl+Alt+F_3"
424521 msgstr "Ctrl+Alt+F_3"
425522
426 #: ../src/virt-viewer-window.c:593
523 #: ../src/virt-viewer-window.c:543
427524 msgid "Ctrl+Alt+F_4"
428525 msgstr "Ctrl+Alt+F_4"
429526
430 #: ../src/virt-viewer-window.c:594
527 #: ../src/virt-viewer-window.c:544
431528 msgid "Ctrl+Alt+F_5"
432529 msgstr "Ctrl+Alt+F_5"
433530
434 #: ../src/virt-viewer-window.c:595
531 #: ../src/virt-viewer-window.c:545
435532 msgid "Ctrl+Alt+F_6"
436533 msgstr "Ctrl+Alt+F_6"
437534
438 #: ../src/virt-viewer-window.c:596
535 #: ../src/virt-viewer-window.c:546
439536 msgid "Ctrl+Alt+F_7"
440537 msgstr "Ctrl+Alt+F_7"
441538
442 #: ../src/virt-viewer-window.c:597
539 #: ../src/virt-viewer-window.c:547
443540 msgid "Ctrl+Alt+F_8"
444541 msgstr "Ctrl+Alt+F_8"
445542
446 #: ../src/virt-viewer-window.c:598
543 #: ../src/virt-viewer-window.c:548
447544 msgid "Ctrl+Alt+F_9"
448545 msgstr "Ctrl+Alt+F_9"
449546
450 #: ../src/virt-viewer-window.c:599
547 #: ../src/virt-viewer-window.c:549
451548 msgid "Ctrl+Alt+F1_0"
452549 msgstr "Ctrl+Alt+F1_0"
453550
454 #: ../src/virt-viewer-window.c:600
551 #: ../src/virt-viewer-window.c:550
455552 msgid "Ctrl+Alt+F11"
456553 msgstr "Ctrl+Alt+F11"
457554
458 #: ../src/virt-viewer-window.c:601
555 #: ../src/virt-viewer-window.c:551
459556 msgid "Ctrl+Alt+F12"
460557 msgstr "Ctrl+Alt+F12"
461558
462 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
559 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
463560 msgid "Screenshot"
464561 msgstr "સ્ક્રીનશોટ"
465562
466 #: ../src/virt-viewer-window.c:1051
563 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
564 msgid "Unknown"
565 msgstr ""
566
567 #: ../src/virt-viewer-window.c:1062
467568 msgid "Disconnect"
468569 msgstr "જોડાણ તોડી નાંખો"
469570
470 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
571 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
471572 #: ../src/virt-viewer.xml.h:3
472573 msgid "USB device selection"
473574 msgstr "USB ઉપકરણ પસંદગી"
474575
475 #: ../src/virt-viewer-window.c:1070
576 #: ../src/virt-viewer-window.c:1081
476577 msgid "Send key combination"
477578 msgstr "કી સંયોજન મોકલો"
478579
479 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
580 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
480581 msgid "Leave fullscreen"
481582 msgstr "પૂર્ણસ્ક્રીન છોડો"
482583
483 #: ../src/virt-viewer-window.c:1162
584 #: ../src/virt-viewer-window.c:1173
484585 msgid "Ctrl+Alt"
485586 msgstr "Ctrl+Alt"
486587
487 #: ../src/virt-viewer-window.c:1165
588 #: ../src/virt-viewer-window.c:1176
488589 #, c-format
489590 msgid "(Press %s to release pointer)"
490591 msgstr "(પોઇંટરને પ્રકાશિત કરવા માટે %s ને દબાવો)"
491592
492593 #. translators:
493 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
494 #. <appname>"
495 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
496 #. Viewer"
497 #: ../src/virt-viewer-window.c:1176
594 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
595 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
596 #.
597 #: ../src/virt-viewer-window.c:1187
498598 #, c-format
499599 msgid "%s%s%s - %s"
500600 msgstr "%s%s%s - %s"
501601
502602 #. translators: <space>
503 #: ../src/virt-viewer-window.c:1180
603 #: ../src/virt-viewer-window.c:1191
504604 msgid " "
505605 msgstr " "
506606
507 #: ../src/virt-viewer-file.c:624
607 #: ../src/virt-viewer-file.c:825
608 #, c-format
609 msgid ""
610 "At least %s version %s is required to setup this connection, see %s for "
611 "details"
612 msgstr ""
613
614 #: ../src/virt-viewer-file.c:833
508615 #, c-format
509616 msgid "At least %s version %s is required to setup this connection"
510617 msgstr "ઓછામાં ઓછી %s આવૃત્તિ %s ને આ જોડાણને સુયોજિત કરવાની જરૂરિયાત છે"
511618
512 #: ../src/virt-viewer.c:133
619 #: ../src/virt-viewer.c:163
513620 msgid "Waiting for guest domain to re-start"
514621 msgstr "પુન:શરૂ કરવા માટે મહેમાન ડોમેઇન માટે રાહ જોઇ રહ્યા છે"
515622
516 #: ../src/virt-viewer.c:318
623 #: ../src/virt-viewer.c:409
517624 #, c-format
518625 msgid "Cannot determine the graphic type for the guest %s"
519626 msgstr "મહેમાન %s માટે ગ્રાફિક પ્રકારને નક્કી કરી શકાતુ નથી"
520627
521 #: ../src/virt-viewer.c:341
522 #, c-format
523 msgid "Cannot determine the graphic address for the guest %s"
524 msgstr "મહેમાન %s માટે ગ્રાફિક સરનામાંને નક્કી કરી શકાતુ નથી"
525
526 #: ../src/virt-viewer.c:354
628 #: ../src/virt-viewer.c:448
527629 #, c-format
528630 msgid "Cannot determine the host for the guest %s"
529631 msgstr "મહેમાન %s માટે યજમાનને નક્કી કરી શકાતુ નથી"
530632
531 #: ../src/virt-viewer.c:540
633 #: ../src/virt-viewer.c:476
634 #, c-format
635 msgid "Guest '%s' is not reachable"
636 msgstr ""
637
638 #: ../src/virt-viewer.c:697
639 #, c-format
640 msgid "Virtual machine %s is not running"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:720
532644 msgid "Waiting for libvirt to start"
533645 msgstr "શરૂ થવા libvirt માટે રાહ જોઇ રહ્યા છે"
534646
535 #: ../src/virt-viewer.c:544
647 #: ../src/virt-viewer.c:724
536648 msgid "Finding guest domain"
537649 msgstr "મહેમાન ડોમેઇનને શોધી રહ્યા છે"
538650
539 #: ../src/virt-viewer.c:548
651 #: ../src/virt-viewer.c:728
540652 msgid "Waiting for guest domain to be created"
541653 msgstr "બનાવવા માટે મહેમાન ડોમેઇન માટે રાહ જોઇ રહ્યા છે"
542654
543 #: ../src/virt-viewer.c:553
544 #, c-format
545 msgid "Cannot find guest domain %s"
546 msgstr "મહેમાન ડોમેઇન %s ને શોધી શકાતુ નથી"
547
548 #: ../src/virt-viewer.c:566
655 #: ../src/virt-viewer.c:750
549656 msgid "Checking guest domain status"
550657 msgstr "મહેમાન ડોમેઇન પરિસ્થિતિને ચકાસી રહ્યા છે"
551658
552 #: ../src/virt-viewer.c:573
659 #: ../src/virt-viewer.c:753
660 msgid "Cannot get guest state"
661 msgstr ""
662
663 #: ../src/virt-viewer.c:759
553664 msgid "Waiting for guest domain to start"
554665 msgstr "શરૂ કરવા માટે મહેમાન ડોમેઇન માટે રાહ જોઇ રહ્યા છે"
555666
556 #: ../src/virt-viewer.c:580
557 msgid "Waiting for guest domain to start server"
558 msgstr "સર્વરને શરૂ કરવા માટે મહેમાન ડોમેઇન માટે રાહ જોઇ રહ્યા છે"
559
560 #: ../src/virt-viewer.c:694
561 #, c-format
562 msgid "Unable to connect to libvirt with URI %s"
563 msgstr "URI %s સાથે libvirt ને જોડવાનું અસમર્થ"
564
565 #: ../src/virt-viewer.c:695
667 #: ../src/virt-viewer.c:863
668 #, c-format
669 msgid "Unable to connect to libvirt with URI: %s."
670 msgstr ""
671
672 #: ../src/virt-viewer.c:864
566673 msgid "[none]"
567674 msgstr "[કંઇ નહિં]"
568675
676 #: ../src/virt-viewer.c:871
677 msgid "Authentication failed."
678 msgstr ""
679
680 #: ../src/virt-viewer.c:931
681 msgid "Failed to connect: "
682 msgstr ""
683
684 #.
569685 #. * Local variables:
570686 #. * c-indent-level: 4
571687 #. * c-basic-offset: 4
572688 #. * indent-tabs-mode: nil
573689 #. * End:
690 #.
574691 #: ../src/virt-viewer.xml.h:1
575692 msgid "_File"
576693 msgstr "ફાઇલ (_F)"
583700 msgid "Smartcard removal"
584701 msgstr "સ્માર્ટકાર્ડ નિરાકરણ"
585702
586 #: ../src/virt-viewer.xml.h:6
703 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
704 msgid "Preferences"
705 msgstr ""
706
707 #: ../src/virt-viewer.xml.h:7
587708 msgid "_View"
588709 msgstr "દૃશ્ય (_V)"
589710
590 #: ../src/virt-viewer.xml.h:7
711 #: ../src/virt-viewer.xml.h:8
591712 msgid "Full screen"
592713 msgstr "પૂર્ણ સ્ક્રીન"
593714
594 #: ../src/virt-viewer.xml.h:8
715 #: ../src/virt-viewer.xml.h:9
595716 msgid "_Zoom"
596717 msgstr "નાનુંમોટુ કરો (_Z)"
597718
598 #: ../src/virt-viewer.xml.h:9
719 #: ../src/virt-viewer.xml.h:10
599720 msgid "Displays"
600721 msgstr "દર્શાવે છે"
601722
602 #: ../src/virt-viewer.xml.h:10
723 #: ../src/virt-viewer.xml.h:11
603724 msgid "Release cursor"
604725 msgstr "પ્રકાશન કર્સર"
605726
606 #: ../src/virt-viewer.xml.h:11
727 #: ../src/virt-viewer.xml.h:12
607728 msgid "_Send key"
608729 msgstr "કી મોકલો (_S)"
609730
610 #: ../src/virt-viewer.xml.h:12
731 #: ../src/virt-viewer.xml.h:13
611732 msgid "_Help"
612733 msgstr "મદદ (_H)"
734
735 #: ../src/virt-viewer.xml.h:14
736 msgid "_Guest Details"
737 msgstr ""
738
739 #: ../src/virt-viewer-guest-details.xml.h:1
740 msgid "Guest Details"
741 msgstr ""
742
743 #: ../src/virt-viewer-guest-details.xml.h:2
744 msgid "Name:"
745 msgstr ""
746
747 #: ../src/virt-viewer-guest-details.xml.h:3
748 msgid "GUID:"
749 msgstr ""
750
751 #: ../src/virt-viewer-vm-connection.xml.h:1
752 msgid "Choose a virtual machine"
753 msgstr ""
754
755 #: ../src/virt-viewer-vm-connection.xml.h:2
756 msgid "Name"
757 msgstr ""
758
759 #: ../src/virt-viewer-vm-connection.xml.h:3
760 msgid "Available virtual machines"
761 msgstr ""
762
763 #: ../src/virt-viewer-preferences.xml.h:2
764 msgid "Folder sharing"
765 msgstr ""
766
767 #: ../src/virt-viewer-preferences.xml.h:3
768 msgid "Share folder"
769 msgstr ""
770
771 #: ../src/virt-viewer-preferences.xml.h:4
772 msgid "Read-only"
773 msgstr ""
774
775 #: ../src/virt-viewer-preferences.xml.h:5
776 msgid "Spice"
777 msgstr ""
+352
-205
po/he.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Hebrew (http://www.transifex.com/projects/p/virt-viewer/language/he/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Hebrew\n"
13 "Language: he\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: he\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+326
-165
po/hi.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Chandan kumar <chandankumar.093047@gmail.com>, 2012
66 # rajesh <rajeshkajha@yahoo.com>, 2012
88 # Rajesh Ranjan <rranjan@redhat.com>, 2012-2013
99 msgid ""
1010 msgstr ""
11 "Project-Id-Version: virt-viewer\n"
11 "Project-Id-Version: PACKAGE VERSION\n"
1212 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
14 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
13 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
14 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1515 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
16 "Language-Team: Hindi (http://www.transifex.com/projects/p/virt-viewer/language/hi/)\n"
16 "Language-Team: Hindi (http://www.transifex.com/projects/p/virt-viewer/"
17 "language/hi/)\n"
18 "Language: hi\n"
1719 "MIME-Version: 1.0\n"
1820 "Content-Type: text/plain; charset=UTF-8\n"
1921 "Content-Transfer-Encoding: 8bit\n"
20 "Language: hi\n"
2122 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
23 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
23 "X-Generator: Zanata 3.7.3\n"
24
25 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2426 msgid "Remote Viewer"
2527 msgstr "दूरस्थ दर्शक"
2628
7476
7577 #: ../src/remote-viewer-main.c:50
7678 #, c-format
77 msgid "remote-viewer version %s\n"
78 msgstr "दूरस्थ-दर्शक संस्करण %s\n"
79
80 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
79 msgid "remote-viewer version %s"
80 msgstr ""
81
82 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8183 msgid "Display version information"
8284 msgstr "संस्करण की जानकारी दिखाता है"
8385
84 #: ../src/remote-viewer-main.c:101
86 #: ../src/remote-viewer-main.c:105
8587 msgid "Set window title"
8688 msgstr "विंडो शीर्षक सेट करें"
8789
88 #: ../src/remote-viewer-main.c:104
90 #: ../src/remote-viewer-main.c:108
8991 msgid "Open connection using Spice controller communication"
9092 msgstr "स्पाइस संचार नियंत्रक का उपयोग करते हुए कनेक्शन खोलें"
9193
92 #: ../src/remote-viewer-main.c:116
94 #: ../src/remote-viewer-main.c:120
9395 msgid "Remote viewer client"
9496 msgstr ""
9597
96 #: ../src/remote-viewer-main.c:134
98 #: ../src/remote-viewer-main.c:138
9799 #, c-format
98100 msgid ""
99101 "%s\n"
100102 "Run '%s --help' to see a full list of available command line options\n"
101 msgstr "%s\n'%s --help' को उपलब्ध कमांड लाइन की पूरी सूची देखने के लिए देखें.\n"
102
103 #: ../src/remote-viewer-main.c:146
103 msgstr ""
104 "%s\n"
105 "'%s --help' को उपलब्ध कमांड लाइन की पूरी सूची देखने के लिए देखें.\n"
106
107 #: ../src/remote-viewer-main.c:149
104108 #, c-format
105109 msgid "Error: extra arguments given while using Spice controller\n"
106110 msgstr "त्रुटि: स्पाइस कंट्रोलर के उपयोग के दौरान अतिरिक्त वितर्क दिए गए\n"
107111
108 #: ../src/remote-viewer-main.c:153
112 #: ../src/remote-viewer-main.c:156
109113 #, c-format
110114 msgid "Error: can't handle multiple URIs\n"
111115 msgstr "त्रुटि: बहुल URI को नियंत्रित नहीं कर सकता है\n"
112116
113 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
117 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
114118 msgid "Failed to initiate connection"
115119 msgstr "कनेक्शन आरंभ करने में विफल"
116120
117 #: ../src/remote-viewer.c:294
121 #: ../src/remote-viewer.c:313
118122 msgid "Display disabled by controller"
119123 msgstr "नियंत्रक के द्वारा प्रदर्शन अक्षम"
120124
121 #: ../src/remote-viewer.c:592
125 #: ../src/remote-viewer.c:609
122126 #, c-format
123127 msgid "Controller connection failed: %s"
124128 msgstr "नियंत्रक कनेक्शन में विफल रहा है : %s"
125129
126 #. Create the widgets
127 #: ../src/remote-viewer.c:924
128 msgid "Connection details"
129 msgstr "संबंध विवरण"
130
131 #: ../src/remote-viewer.c:939
132 msgid "_Connection Address"
130 #: ../src/remote-viewer.c:755
131 msgid "_Change CD"
132 msgstr ""
133
134 #: ../src/remote-viewer.c:855
135 msgid "failed to parse ovirt uri"
136 msgstr ""
137
138 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
139 msgid "Authentication was cancelled"
140 msgstr ""
141
142 #: ../src/remote-viewer.c:900
143 #, c-format
144 msgid "oVirt VM %s is not running"
145 msgstr ""
146
147 #: ../src/remote-viewer.c:914
148 #, c-format
149 msgid "oVirt VM %s has no display"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:940
153 #, c-format
154 msgid "oVirt VM %s has no host information"
133155 msgstr ""
134156
135157 #: ../src/remote-viewer.c:951
136 msgid "For example, spice://foo.example.org:5900"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:964
140 msgid "_Recent Connections"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1020
144 msgid "Couldn't create a Spice session"
145 msgstr "स्पाइस का सत्र नहीं बना पाया"
146
147 #: ../src/remote-viewer.c:1034
158 #, c-format
159 msgid "oVirt VM %s has unknown display type: %d"
160 msgstr ""
161
162 #: ../src/remote-viewer.c:1094
148163 msgid "Setting up Spice session..."
149164 msgstr "स्पाइस सत्र की सेटिंग कर रहा है ..."
150165
151 #: ../src/remote-viewer.c:1055
152 #, c-format
153 msgid "Invalid file %s"
154 msgstr "अवैध फ़ाइल %s"
155
156 #: ../src/remote-viewer.c:1062
166 #: ../src/remote-viewer.c:1102
167 msgid "No connection was chosen"
168 msgstr ""
169
170 #: ../src/remote-viewer.c:1120
171 #, c-format
172 msgid "Invalid file %s: "
173 msgstr ""
174
175 #: ../src/remote-viewer.c:1128
157176 msgid "Cannot determine the connection type from URI"
158177 msgstr "यूआरआइ से कनेक्शन के प्रकार को तय नहीं कर सकता है"
159178
160 #: ../src/remote-viewer.c:1068
161 msgid "Couldn't open oVirt session"
162 msgstr "ओवर्ट सत्र खोल नहीं सका"
163
164 #: ../src/remote-viewer.c:1075
165 #, c-format
166 msgid "Couldn't create a session for this type: %s"
167 msgstr "इस प्रकार का सत्र नहीं बना सका : %s"
168
179 #: ../src/remote-viewer.c:1134
180 msgid "Couldn't open oVirt session: "
181 msgstr ""
182
183 #.
169184 #. * Local variables:
170185 #. * c-indent-level: 4
171186 #. * c-basic-offset: 4
172187 #. * indent-tabs-mode: nil
173188 #. * End:
189 #.
190 #: ../src/remote-viewer-connect.xml.h:1
191 msgid "Connection details"
192 msgstr "संबंध विवरण"
193
194 #: ../src/remote-viewer-connect.xml.h:2
195 msgid "Connection Address"
196 msgstr ""
197
198 #: ../src/remote-viewer-connect.xml.h:3
199 msgid "For example, spice://foo.example.org:5900"
200 msgstr ""
201
202 #: ../src/remote-viewer-connect.xml.h:4
203 msgid "Recent connections"
204 msgstr ""
205
206 #: ../src/remote-viewer-connect.xml.h:5
207 msgid "Cancel"
208 msgstr ""
209
210 #: ../src/remote-viewer-connect.xml.h:6
211 msgid "Connect"
212 msgstr ""
213
174214 #: ../src/virt-viewer-about.xml.h:1
175215 msgid "About Glade"
176216 msgstr "ग्लेड के बारे में"
204244 "You should have received a copy of the GNU General Public License\n"
205245 "along with this program; if not, write to the Free Software\n"
206246 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
207 msgstr "यह प्रोग्राम मुफ्त सॉफ्टवेयर का है: आप इसे फ्री सॉफ्टवेयर फाउंडेशन के द्वारा प्रकाशित जीएनयू जनरल पब्लिक लाइसेंस; या तो लाइसेंस का संस्करण 2, या (आपके विकल्प के अनुसार) बाद के किसी संस्करण की शर्तों के तहत पुनर्वितरित और / संशोधित कर सकते हैं .\n\nइस कार्यक्रम को इस उम्मीद से वितरित किया गया है कि यह बिना किसी वारंटी;व्यापारिकता की अप्रत्यक्ष वारंटी या किसी खास उद्देश्य के लिए उपयुक्तता के बिना उपयोगी होगा. अधिक जानकारी के लिए जीएनयू जनरल पब्लिक लाइसेंस देखें.\n\nआप इस प्रोग्राम के साथ जीएनयू जनरल पब्लिक लाइसेंस की एक प्रतिलिपि प्राप्त करेगे; अगर नहीं, फ्री सॉफ्टवेयर फाउंडेशन को लिखे, Inc. 59 मंदिर प्लेस, 330 सूट, बोस्टन, एमए 02111-1307, संयुक्त राज्य अमेरिका\n"
247 msgstr ""
248 "यह प्रोग्राम मुफ्त सॉफ्टवेयर का है: आप इसे फ्री सॉफ्टवेयर फाउंडेशन के द्वारा प्रकाशित जीएनयू "
249 "जनरल पब्लिक लाइसेंस; या तो लाइसेंस का संस्करण 2, या (आपके विकल्प के अनुसार) बाद के किसी "
250 "संस्करण की शर्तों के तहत पुनर्वितरित और / संशोधित कर सकते हैं .\n"
251 "\n"
252 "इस कार्यक्रम को इस उम्मीद से वितरित किया गया है कि यह बिना किसी वारंटी;व्यापारिकता "
253 "की अप्रत्यक्ष वारंटी या किसी खास उद्देश्य के लिए उपयुक्तता के बिना उपयोगी होगा. अधिक "
254 "जानकारी के लिए जीएनयू जनरल पब्लिक लाइसेंस देखें.\n"
255 "\n"
256 "आप इस प्रोग्राम के साथ जीएनयू जनरल पब्लिक लाइसेंस की एक प्रतिलिपि प्राप्त करेगे; अगर "
257 "नहीं, फ्री सॉफ्टवेयर फाउंडेशन को लिखे, Inc. 59 मंदिर प्लेस, 330 सूट, बोस्टन, एमए "
258 "02111-1307, संयुक्त राज्य अमेरिका\n"
208259
209260 #: ../src/virt-viewer-about.xml.h:20
210261 msgid "The Fedora Translation Team"
211262 msgstr "फेडोरा अनुवाद टीम"
212263
213 #: ../src/virt-viewer-app.c:400
264 #: ../src/virt-viewer-app.c:526
214265 msgid "Do you want to close the session?"
215266 msgstr "क्या आप इस सत्र को आयात बंद करना चाहते हैं?"
216267
217 #: ../src/virt-viewer-app.c:402
268 #: ../src/virt-viewer-app.c:528
218269 msgid "Do not ask me again"
219270 msgstr "मुझे फिर मत पूछें"
220271
221 #: ../src/virt-viewer-app.c:841
272 #: ../src/virt-viewer-app.c:1008
222273 #, c-format
223274 msgid "Waiting for display %d..."
224275 msgstr " %d प्रदर्शन के लिए प्रतीक्षा कर रहा है ..."
225276
226 #: ../src/virt-viewer-app.c:946
227 #, c-format
228 msgid "Unknown graphic type for the guest %s"
229 msgstr "%s अतिथि के लिए अज्ञात ग्राफ़िक प्रकार"
230
231 #: ../src/virt-viewer-app.c:1027
277 #: ../src/virt-viewer-app.c:1117
278 #, c-format
279 msgid "Unsupported graphic type '%s'"
280 msgstr ""
281
282 #: ../src/virt-viewer-app.c:1200
232283 msgid "Connect to ssh failed."
233284 msgstr "सश से कनेक्ट करने में विफल."
234285
235 #: ../src/virt-viewer-app.c:1029
286 #: ../src/virt-viewer-app.c:1202
236287 msgid "Can't connect to channel, SSH only supported."
237288 msgstr "चैनल से कनेक्ट नहीं हो सकता, केवल सश समर्थित."
238289
239 #: ../src/virt-viewer-app.c:1041
290 #: ../src/virt-viewer-app.c:1214
240291 msgid "Connect to channel unsupported."
241292 msgstr " चैनल से कनेक्ट करना असहायक"
242293
243 #: ../src/virt-viewer-app.c:1123
294 #: ../src/virt-viewer-app.c:1276
295 msgid "Display can only be attached through libvirt with --attach"
296 msgstr ""
297
298 #: ../src/virt-viewer-app.c:1299
244299 msgid "Connecting to graphic server"
245300 msgstr "ग्राफ़िक सर्वर से कनेक्ट हो रहा है."
246301
247 #: ../src/virt-viewer-app.c:1256
302 #: ../src/virt-viewer-app.c:1398
248303 msgid "Guest domain has shutdown"
249304 msgstr "अतिथि के डोमेन को शटडाउन किया है"
250305
251 #: ../src/virt-viewer-app.c:1317
306 #: ../src/virt-viewer-app.c:1459
252307 msgid "Connected to graphic server"
253308 msgstr "ग्राफ़िक सर्वर से जुड़ा"
254309
255 #: ../src/virt-viewer-app.c:1344
310 #: ../src/virt-viewer-app.c:1486
256311 #, c-format
257312 msgid "Unable to connect to the graphic server %s"
258313 msgstr "%s ग्राफ़िक सर्वर से कनेक्ट करने में असमर्थ"
259314
260 #: ../src/virt-viewer-app.c:1376
261 #, c-format
262 msgid ""
263 "Unable to authenticate with remote desktop server at %s: %s\n"
264 "Retry connection again?"
265 msgstr "%s पर दूरस्थ डेस्कटॉप सर्वर के साथ सत्यापन करने में असमर्थ : %s\nफिर से कनेक्शन पुन: प्रयास करें?"
266
267 #: ../src/virt-viewer-app.c:1396
315 #: ../src/virt-viewer-app.c:1512
316 #, c-format
317 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
318 msgstr ""
319
320 #: ../src/virt-viewer-app.c:1525
268321 #, c-format
269322 msgid "Unable to authenticate with remote desktop server: %s"
270323 msgstr "दूरस्थ डेस्कटॉप सर्वर के साथ सत्यापन करने में असमर्थ : %s"
271324
272 #: ../src/virt-viewer-app.c:1404
325 #: ../src/virt-viewer-app.c:1533
273326 #, c-format
274327 msgid "USB redirection error: %s"
275328 msgstr "यूएसबी पुनर्निर्देशन त्रुटि : %s"
276329
277 #: ../src/virt-viewer-app.c:1632
330 #: ../src/virt-viewer-app.c:1786
278331 #, c-format
279332 msgid "Zoom level must be within %d-%d\n"
280333 msgstr ""
281334
282 #: ../src/virt-viewer-app.c:2126
335 #: ../src/virt-viewer-app.c:2296
283336 #, c-format
284337 msgid "Display %d"
285338 msgstr "प्रदर्शन %d"
286339
287 #: ../src/virt-viewer-app.c:2301
340 #: ../src/virt-viewer-app.c:2552
288341 #, c-format
289342 msgid "Invalid kiosk-quit argument: %s"
290343 msgstr ""
291344
292 #: ../src/virt-viewer-app.c:2310
345 #: ../src/virt-viewer-app.c:2561
293346 msgid "Zoom level of window, in percentage"
294347 msgstr "विंडो का जूम स्तर, प्रतिशत में"
295348
296 #: ../src/virt-viewer-app.c:2312
349 #: ../src/virt-viewer-app.c:2563
297350 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
298351 msgstr ""
299352
300 #: ../src/virt-viewer-app.c:2314
353 #: ../src/virt-viewer-app.c:2565
301354 msgid "Customise hotkeys"
302355 msgstr "हॉटकी मनपसंद बनाएँ"
303356
304 #: ../src/virt-viewer-app.c:2316
357 #: ../src/virt-viewer-app.c:2567
305358 msgid "Enable kiosk mode"
306359 msgstr ""
307360
308 #: ../src/virt-viewer-app.c:2318
361 #: ../src/virt-viewer-app.c:2569
309362 msgid "Quit on given condition in kiosk mode"
310363 msgstr ""
311364
312 #: ../src/virt-viewer-app.c:2318
365 #: ../src/virt-viewer-app.c:2569
313366 msgid "<never|on-disconnect>"
314367 msgstr ""
315368
316 #: ../src/virt-viewer-app.c:2320
369 #: ../src/virt-viewer-app.c:2571
317370 msgid "Display verbose information"
318371 msgstr " वर्बोज की जानकारी दिखाता है"
319372
320 #: ../src/virt-viewer-app.c:2322
373 #: ../src/virt-viewer-app.c:2573
321374 msgid "Display debugging information"
322375 msgstr "डिबगिंग सूचना दिखाता है"
323376
377 #: ../src/virt-viewer-auth.c:88
378 #, c-format
379 msgid ""
380 "Authentication is required for the %s connection to:\n"
381 "\n"
382 "<b>%s</b>\n"
383 "\n"
384 msgstr ""
385
386 #: ../src/virt-viewer-auth.c:92
387 #, c-format
388 msgid "Authentication is required for the %s connection:\n"
389 msgstr ""
390
391 #.
324392 #. * Local variables:
325393 #. * c-indent-level: 4
326394 #. * c-basic-offset: 4
327395 #. * indent-tabs-mode: nil
328396 #. * End:
397 #.
329398 #: ../src/virt-viewer-auth.xml.h:1
330399 msgid "Authentication required"
331400 msgstr "सत्यापन की आवश्यकता"
332401
333 #: ../src/virt-viewer-auth.xml.h:2
402 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
334403 msgid "label"
335404 msgstr "लेबल"
336405
342411 msgid "Username:"
343412 msgstr "उपयोगकर्ता नाम:"
344413
414 #: ../src/virt-viewer-auth.xml.h:5
415 msgid "Show password"
416 msgstr ""
417
418 #: ../src/virt-viewer-display-vnc.c:133
419 msgid "VNC does not provide GUID"
420 msgstr ""
421
345422 #: ../src/virt-viewer-main.c:38
346423 #, c-format
347424 msgid "%s version %s\n"
380457 msgid "Virtual machine graphical console"
381458 msgstr ""
382459
383 #: ../src/virt-viewer-main.c:108
460 #: ../src/virt-viewer-main.c:107
384461 #, c-format
385462 msgid ""
386463 "\n"
387 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
464 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
388465 "\n"
389466 "%s\n"
390467 "\n"
391 msgstr "\nप्रयोग: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
392
393 #: ../src/virt-viewer-session-spice.c:506
394 msgid "invalid password"
468 msgstr ""
469
470 #: ../src/virt-viewer-main.c:112
471 #, c-format
472 msgid ""
473 "\n"
474 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
475 "\n"
476 msgstr ""
477
478 #: ../src/virt-viewer-session-spice.c:694
479 msgid "Invalid password"
395480 msgstr ""
396481
397482 #. Create the widgets
398 #: ../src/virt-viewer-session-spice.c:588
483 #: ../src/virt-viewer-session-spice.c:786
399484 msgid "Select USB devices for redirection"
400485 msgstr "पुनर्निर्देशन के लिए यूएसबी उपकरणों का चयन करें"
401486
402 #: ../src/virt-viewer-session-vnc.c:148
487 #: ../src/virt-viewer-session-vnc.c:153
403488 #, c-format
404489 msgid "Unsupported authentication type %d"
405490 msgstr "असहायक सत्यापन के प्रकार %d"
406491
407 #: ../src/virt-viewer-window.c:587
492 #: ../src/virt-viewer-vm-connection.c:64
493 msgid "No virtual machine found"
494 msgstr ""
495
496 #: ../src/virt-viewer-vm-connection.c:93
497 msgid "No virtual machine was chosen"
498 msgstr ""
499
500 #: ../src/virt-viewer-window.c:537
408501 msgid "Ctrl+Alt+_Del"
409502 msgstr "Ctrl+Alt+_Del"
410503
411 #: ../src/virt-viewer-window.c:588
504 #: ../src/virt-viewer-window.c:538
412505 msgid "Ctrl+Alt+_Backspace"
413506 msgstr "Ctrl+Alt+_Backspace"
414507
415 #: ../src/virt-viewer-window.c:590
508 #: ../src/virt-viewer-window.c:540
416509 msgid "Ctrl+Alt+F_1"
417510 msgstr "Ctrl+Alt+F_1"
418511
419 #: ../src/virt-viewer-window.c:591
512 #: ../src/virt-viewer-window.c:541
420513 msgid "Ctrl+Alt+F_2"
421514 msgstr "Ctrl+Alt+F_2"
422515
423 #: ../src/virt-viewer-window.c:592
516 #: ../src/virt-viewer-window.c:542
424517 msgid "Ctrl+Alt+F_3"
425518 msgstr "Ctrl+Alt+F_3"
426519
427 #: ../src/virt-viewer-window.c:593
520 #: ../src/virt-viewer-window.c:543
428521 msgid "Ctrl+Alt+F_4"
429522 msgstr "Ctrl+Alt+F_4"
430523
431 #: ../src/virt-viewer-window.c:594
524 #: ../src/virt-viewer-window.c:544
432525 msgid "Ctrl+Alt+F_5"
433526 msgstr "Ctrl+Alt+F_5"
434527
435 #: ../src/virt-viewer-window.c:595
528 #: ../src/virt-viewer-window.c:545
436529 msgid "Ctrl+Alt+F_6"
437530 msgstr "Ctrl+Alt+F_6"
438531
439 #: ../src/virt-viewer-window.c:596
532 #: ../src/virt-viewer-window.c:546
440533 msgid "Ctrl+Alt+F_7"
441534 msgstr "Ctrl+Alt+F_7"
442535
443 #: ../src/virt-viewer-window.c:597
536 #: ../src/virt-viewer-window.c:547
444537 msgid "Ctrl+Alt+F_8"
445538 msgstr "Ctrl+Alt+F_8"
446539
447 #: ../src/virt-viewer-window.c:598
540 #: ../src/virt-viewer-window.c:548
448541 msgid "Ctrl+Alt+F_9"
449542 msgstr "Ctrl+Alt+F_9"
450543
451 #: ../src/virt-viewer-window.c:599
544 #: ../src/virt-viewer-window.c:549
452545 msgid "Ctrl+Alt+F1_0"
453546 msgstr "Ctrl+Alt+F1_0"
454547
455 #: ../src/virt-viewer-window.c:600
548 #: ../src/virt-viewer-window.c:550
456549 msgid "Ctrl+Alt+F11"
457550 msgstr "Ctrl+Alt+F11"
458551
459 #: ../src/virt-viewer-window.c:601
552 #: ../src/virt-viewer-window.c:551
460553 msgid "Ctrl+Alt+F12"
461554 msgstr "Ctrl+Alt+F12"
462555
463 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
556 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
464557 msgid "Screenshot"
465558 msgstr "स्क्रीनशॉट"
466559
467 #: ../src/virt-viewer-window.c:1051
560 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
561 msgid "Unknown"
562 msgstr ""
563
564 #: ../src/virt-viewer-window.c:1062
468565 msgid "Disconnect"
469566 msgstr "डिस्कनेक्ट करें"
470567
471 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
568 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
472569 #: ../src/virt-viewer.xml.h:3
473570 msgid "USB device selection"
474571 msgstr "यूएसबी उपकरण चयन"
475572
476 #: ../src/virt-viewer-window.c:1070
573 #: ../src/virt-viewer-window.c:1081
477574 msgid "Send key combination"
478575 msgstr "कुंजी संयोजन भेजें"
479576
480 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
577 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
481578 msgid "Leave fullscreen"
482579 msgstr "फुल स्क्रीन छोड़ दें"
483580
484 #: ../src/virt-viewer-window.c:1162
581 #: ../src/virt-viewer-window.c:1173
485582 msgid "Ctrl+Alt"
486583 msgstr "Ctrl+Alt"
487584
488 #: ../src/virt-viewer-window.c:1165
585 #: ../src/virt-viewer-window.c:1176
489586 #, c-format
490587 msgid "(Press %s to release pointer)"
491588 msgstr "(सूचक जारी करने के लिए %s दबाएँ)"
492589
493590 #. translators:
494 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
495 #. <appname>"
496 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
497 #. Viewer"
498 #: ../src/virt-viewer-window.c:1176
591 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
592 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
593 #.
594 #: ../src/virt-viewer-window.c:1187
499595 #, c-format
500596 msgid "%s%s%s - %s"
501597 msgstr "%s%s%s - %s"
502598
503599 #. translators: <space>
504 #: ../src/virt-viewer-window.c:1180
600 #: ../src/virt-viewer-window.c:1191
505601 msgid " "
506602 msgstr " "
507603
508 #: ../src/virt-viewer-file.c:624
604 #: ../src/virt-viewer-file.c:825
605 #, c-format
606 msgid ""
607 "At least %s version %s is required to setup this connection, see %s for "
608 "details"
609 msgstr ""
610
611 #: ../src/virt-viewer-file.c:833
509612 #, c-format
510613 msgid "At least %s version %s is required to setup this connection"
511614 msgstr "कम से कम %s संस्करण %s इस कनेक्शन के सेटअप के लिए जरूरी है"
512615
513 #: ../src/virt-viewer.c:133
616 #: ../src/virt-viewer.c:163
514617 msgid "Waiting for guest domain to re-start"
515618 msgstr "अतिथि डोमेन को फिर से प्रारंभ करने के लिए प्रतीक्षा करे "
516619
517 #: ../src/virt-viewer.c:318
620 #: ../src/virt-viewer.c:409
518621 #, c-format
519622 msgid "Cannot determine the graphic type for the guest %s"
520623 msgstr "%s अतिथि के लिए ग्राफ़िक प्रकार निर्धारित नहीं कर सकते है "
521624
522 #: ../src/virt-viewer.c:341
523 #, c-format
524 msgid "Cannot determine the graphic address for the guest %s"
525 msgstr "%s अतिथि के लिए ग्राफ़िक पता निर्धारित नहीं कर सकते है "
526
527 #: ../src/virt-viewer.c:354
625 #: ../src/virt-viewer.c:448
528626 #, c-format
529627 msgid "Cannot determine the host for the guest %s"
530628 msgstr "%s अतिथि के लिए होस्ट का निर्धारण नहीं कर सकते है "
531629
532 #: ../src/virt-viewer.c:540
630 #: ../src/virt-viewer.c:476
631 #, c-format
632 msgid "Guest '%s' is not reachable"
633 msgstr ""
634
635 #: ../src/virt-viewer.c:697
636 #, c-format
637 msgid "Virtual machine %s is not running"
638 msgstr ""
639
640 #: ../src/virt-viewer.c:720
533641 msgid "Waiting for libvirt to start"
534642 msgstr "libvirt शुरू करने के लिए प्रतीक्षा की जा रही है"
535643
536 #: ../src/virt-viewer.c:544
644 #: ../src/virt-viewer.c:724
537645 msgid "Finding guest domain"
538646 msgstr "अतिथि डोमेन को खोज रहा है "
539647
540 #: ../src/virt-viewer.c:548
648 #: ../src/virt-viewer.c:728
541649 msgid "Waiting for guest domain to be created"
542650 msgstr "अतिथि डोमेन बनाई जाने प्रतीक्षा के लिए की जा रही है"
543651
544 #: ../src/virt-viewer.c:553
545 #, c-format
546 msgid "Cannot find guest domain %s"
547 msgstr "अतिथि डोमेन %s नहीं पा सकता है"
548
549 #: ../src/virt-viewer.c:566
652 #: ../src/virt-viewer.c:750
550653 msgid "Checking guest domain status"
551654 msgstr "अतिथि डोमेन की स्थिति की जाँच हो रही है"
552655
553 #: ../src/virt-viewer.c:573
656 #: ../src/virt-viewer.c:753
657 msgid "Cannot get guest state"
658 msgstr ""
659
660 #: ../src/virt-viewer.c:759
554661 msgid "Waiting for guest domain to start"
555662 msgstr " अतिथि डोमेन शुरू करने के लिए प्रतीक्षा की जा रही है "
556663
557 #: ../src/virt-viewer.c:580
558 msgid "Waiting for guest domain to start server"
559 msgstr "अतिथि डोमेन सर्वर को शुरू करने के लिए प्रतीक्षा कर रहा है"
560
561 #: ../src/virt-viewer.c:694
562 #, c-format
563 msgid "Unable to connect to libvirt with URI %s"
564 msgstr "URI %s के साथ libvirt से कनेक्ट करने में असमर्थ"
565
566 #: ../src/virt-viewer.c:695
664 #: ../src/virt-viewer.c:863
665 #, c-format
666 msgid "Unable to connect to libvirt with URI: %s."
667 msgstr ""
668
669 #: ../src/virt-viewer.c:864
567670 msgid "[none]"
568671 msgstr "कुछ नहीं"
569672
673 #: ../src/virt-viewer.c:871
674 msgid "Authentication failed."
675 msgstr ""
676
677 #: ../src/virt-viewer.c:931
678 msgid "Failed to connect: "
679 msgstr ""
680
681 #.
570682 #. * Local variables:
571683 #. * c-indent-level: 4
572684 #. * c-basic-offset: 4
573685 #. * indent-tabs-mode: nil
574686 #. * End:
687 #.
575688 #: ../src/virt-viewer.xml.h:1
576689 msgid "_File"
577690 msgstr "फाइल (_F)"
584697 msgid "Smartcard removal"
585698 msgstr "स्मार्टकार्ड हटाना"
586699
587 #: ../src/virt-viewer.xml.h:6
700 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
701 msgid "Preferences"
702 msgstr ""
703
704 #: ../src/virt-viewer.xml.h:7
588705 msgid "_View"
589706 msgstr "दृश्य (_V)"
590707
591 #: ../src/virt-viewer.xml.h:7
708 #: ../src/virt-viewer.xml.h:8
592709 msgid "Full screen"
593710 msgstr "फुल स्क्रीन"
594711
595 #: ../src/virt-viewer.xml.h:8
712 #: ../src/virt-viewer.xml.h:9
596713 msgid "_Zoom"
597714 msgstr "ज़ूम (_Z)"
598715
599 #: ../src/virt-viewer.xml.h:9
716 #: ../src/virt-viewer.xml.h:10
600717 msgid "Displays"
601718 msgstr "प्रदर्शित करे "
602719
603 #: ../src/virt-viewer.xml.h:10
720 #: ../src/virt-viewer.xml.h:11
604721 msgid "Release cursor"
605722 msgstr "रिलीज कर्सर"
606723
607 #: ../src/virt-viewer.xml.h:11
724 #: ../src/virt-viewer.xml.h:12
608725 msgid "_Send key"
609726 msgstr "कुंजी भेजें (_S)"
610727
611 #: ../src/virt-viewer.xml.h:12
728 #: ../src/virt-viewer.xml.h:13
612729 msgid "_Help"
613730 msgstr "सहायता (_H)"
731
732 #: ../src/virt-viewer.xml.h:14
733 msgid "_Guest Details"
734 msgstr ""
735
736 #: ../src/virt-viewer-guest-details.xml.h:1
737 msgid "Guest Details"
738 msgstr ""
739
740 #: ../src/virt-viewer-guest-details.xml.h:2
741 msgid "Name:"
742 msgstr ""
743
744 #: ../src/virt-viewer-guest-details.xml.h:3
745 msgid "GUID:"
746 msgstr ""
747
748 #: ../src/virt-viewer-vm-connection.xml.h:1
749 msgid "Choose a virtual machine"
750 msgstr ""
751
752 #: ../src/virt-viewer-vm-connection.xml.h:2
753 msgid "Name"
754 msgstr ""
755
756 #: ../src/virt-viewer-vm-connection.xml.h:3
757 msgid "Available virtual machines"
758 msgstr ""
759
760 #: ../src/virt-viewer-preferences.xml.h:2
761 msgid "Folder sharing"
762 msgstr ""
763
764 #: ../src/virt-viewer-preferences.xml.h:3
765 msgid "Share folder"
766 msgstr ""
767
768 #: ../src/virt-viewer-preferences.xml.h:4
769 msgid "Read-only"
770 msgstr ""
771
772 #: ../src/virt-viewer-preferences.xml.h:5
773 msgid "Spice"
774 msgstr ""
+353
-205
po/hr.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Croatian (http://www.transifex.com/projects/p/virt-viewer/language/hr/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Croatian\n"
13 "Language: hr\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: hr\n"
17 "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
19 "X-Generator: Zanata 3.5.1\n"
20
21 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2022 msgid "Remote Viewer"
2123 msgstr ""
2224
7072
7173 #: ../src/remote-viewer-main.c:50
7274 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
75 msgid "remote-viewer version %s"
76 msgstr ""
77
78 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7779 msgid "Display version information"
7880 msgstr ""
7981
80 #: ../src/remote-viewer-main.c:101
82 #: ../src/remote-viewer-main.c:105
8183 msgid "Set window title"
8284 msgstr ""
8385
84 #: ../src/remote-viewer-main.c:104
86 #: ../src/remote-viewer-main.c:108
8587 msgid "Open connection using Spice controller communication"
8688 msgstr ""
8789
88 #: ../src/remote-viewer-main.c:116
90 #: ../src/remote-viewer-main.c:120
8991 msgid "Remote viewer client"
9092 msgstr ""
9193
92 #: ../src/remote-viewer-main.c:134
94 #: ../src/remote-viewer-main.c:138
9395 #, c-format
9496 msgid ""
9597 "%s\n"
9698 "Run '%s --help' to see a full list of available command line options\n"
9799 msgstr ""
98100
99 #: ../src/remote-viewer-main.c:146
101 #: ../src/remote-viewer-main.c:149
100102 #, c-format
101103 msgid "Error: extra arguments given while using Spice controller\n"
102104 msgstr ""
103105
104 #: ../src/remote-viewer-main.c:153
106 #: ../src/remote-viewer-main.c:156
105107 #, c-format
106108 msgid "Error: can't handle multiple URIs\n"
107109 msgstr ""
108110
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
111 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110112 msgid "Failed to initiate connection"
111113 msgstr ""
112114
113 #: ../src/remote-viewer.c:294
115 #: ../src/remote-viewer.c:313
114116 msgid "Display disabled by controller"
115117 msgstr ""
116118
117 #: ../src/remote-viewer.c:592
119 #: ../src/remote-viewer.c:609
118120 #, c-format
119121 msgid "Controller connection failed: %s"
120122 msgstr ""
121123
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
124 #: ../src/remote-viewer.c:755
125 msgid "_Change CD"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:855
129 msgid "failed to parse ovirt uri"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
133 msgid "Authentication was cancelled"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:900
137 #, c-format
138 msgid "oVirt VM %s is not running"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:914
142 #, c-format
143 msgid "oVirt VM %s has no display"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:940
147 #, c-format
148 msgid "oVirt VM %s has no host information"
129149 msgstr ""
130150
131151 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
152 #, c-format
153 msgid "oVirt VM %s has unknown display type: %d"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1094
144157 msgid "Setting up Spice session..."
145158 msgstr ""
146159
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
160 #: ../src/remote-viewer.c:1102
161 msgid "No connection was chosen"
162 msgstr ""
163
164 #: ../src/remote-viewer.c:1120
165 #, c-format
166 msgid "Invalid file %s: "
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1128
153170 msgid "Cannot determine the connection type from URI"
154171 msgstr ""
155172
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
173 #: ../src/remote-viewer.c:1134
174 msgid "Couldn't open oVirt session: "
175 msgstr ""
176
177 #.
165178 #. * Local variables:
166179 #. * c-indent-level: 4
167180 #. * c-basic-offset: 4
168181 #. * indent-tabs-mode: nil
169182 #. * End:
183 #.
184 #: ../src/remote-viewer-connect.xml.h:1
185 msgid "Connection details"
186 msgstr ""
187
188 #: ../src/remote-viewer-connect.xml.h:2
189 msgid "Connection Address"
190 msgstr ""
191
192 #: ../src/remote-viewer-connect.xml.h:3
193 msgid "For example, spice://foo.example.org:5900"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:4
197 msgid "Recent connections"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:5
201 msgid "Cancel"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:6
205 msgid "Connect"
206 msgstr ""
207
170208 #: ../src/virt-viewer-about.xml.h:1
171209 msgid "About Glade"
172210 msgstr ""
206244 msgid "The Fedora Translation Team"
207245 msgstr ""
208246
209 #: ../src/virt-viewer-app.c:400
247 #: ../src/virt-viewer-app.c:526
210248 msgid "Do you want to close the session?"
211249 msgstr ""
212250
213 #: ../src/virt-viewer-app.c:402
251 #: ../src/virt-viewer-app.c:528
214252 msgid "Do not ask me again"
215253 msgstr ""
216254
217 #: ../src/virt-viewer-app.c:841
255 #: ../src/virt-viewer-app.c:1008
218256 #, c-format
219257 msgid "Waiting for display %d..."
220258 msgstr ""
221259
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
260 #: ../src/virt-viewer-app.c:1117
261 #, c-format
262 msgid "Unsupported graphic type '%s'"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1200
228266 msgid "Connect to ssh failed."
229267 msgstr ""
230268
231 #: ../src/virt-viewer-app.c:1029
269 #: ../src/virt-viewer-app.c:1202
232270 msgid "Can't connect to channel, SSH only supported."
233271 msgstr ""
234272
235 #: ../src/virt-viewer-app.c:1041
273 #: ../src/virt-viewer-app.c:1214
236274 msgid "Connect to channel unsupported."
237275 msgstr ""
238276
239 #: ../src/virt-viewer-app.c:1123
277 #: ../src/virt-viewer-app.c:1276
278 msgid "Display can only be attached through libvirt with --attach"
279 msgstr ""
280
281 #: ../src/virt-viewer-app.c:1299
240282 msgid "Connecting to graphic server"
241283 msgstr ""
242284
243 #: ../src/virt-viewer-app.c:1256
285 #: ../src/virt-viewer-app.c:1398
244286 msgid "Guest domain has shutdown"
245287 msgstr ""
246288
247 #: ../src/virt-viewer-app.c:1317
289 #: ../src/virt-viewer-app.c:1459
248290 msgid "Connected to graphic server"
249291 msgstr ""
250292
251 #: ../src/virt-viewer-app.c:1344
293 #: ../src/virt-viewer-app.c:1486
252294 #, c-format
253295 msgid "Unable to connect to the graphic server %s"
254296 msgstr ""
255297
256 #: ../src/virt-viewer-app.c:1376
298 #: ../src/virt-viewer-app.c:1512
299 #, c-format
300 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
301 msgstr ""
302
303 #: ../src/virt-viewer-app.c:1525
304 #, c-format
305 msgid "Unable to authenticate with remote desktop server: %s"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:1533
309 #, c-format
310 msgid "USB redirection error: %s"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:1786
314 #, c-format
315 msgid "Zoom level must be within %d-%d\n"
316 msgstr ""
317
318 #: ../src/virt-viewer-app.c:2296
319 #, c-format
320 msgid "Display %d"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:2552
324 #, c-format
325 msgid "Invalid kiosk-quit argument: %s"
326 msgstr ""
327
328 #: ../src/virt-viewer-app.c:2561
329 msgid "Zoom level of window, in percentage"
330 msgstr ""
331
332 #: ../src/virt-viewer-app.c:2563
333 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
334 msgstr ""
335
336 #: ../src/virt-viewer-app.c:2565
337 msgid "Customise hotkeys"
338 msgstr ""
339
340 #: ../src/virt-viewer-app.c:2567
341 msgid "Enable kiosk mode"
342 msgstr ""
343
344 #: ../src/virt-viewer-app.c:2569
345 msgid "Quit on given condition in kiosk mode"
346 msgstr ""
347
348 #: ../src/virt-viewer-app.c:2569
349 msgid "<never|on-disconnect>"
350 msgstr ""
351
352 #: ../src/virt-viewer-app.c:2571
353 msgid "Display verbose information"
354 msgstr ""
355
356 #: ../src/virt-viewer-app.c:2573
357 msgid "Display debugging information"
358 msgstr ""
359
360 #: ../src/virt-viewer-auth.c:88
257361 #, c-format
258362 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
363 "Authentication is required for the %s connection to:\n"
364 "\n"
365 "<b>%s</b>\n"
366 "\n"
367 msgstr ""
368
369 #: ../src/virt-viewer-auth.c:92
370 #, c-format
371 msgid "Authentication is required for the %s connection:\n"
372 msgstr ""
373
374 #.
320375 #. * Local variables:
321376 #. * c-indent-level: 4
322377 #. * c-basic-offset: 4
323378 #. * indent-tabs-mode: nil
324379 #. * End:
380 #.
325381 #: ../src/virt-viewer-auth.xml.h:1
326382 msgid "Authentication required"
327383 msgstr ""
328384
329 #: ../src/virt-viewer-auth.xml.h:2
385 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330386 msgid "label"
331387 msgstr ""
332388
338394 msgid "Username:"
339395 msgstr ""
340396
397 #: ../src/virt-viewer-auth.xml.h:5
398 msgid "Show password"
399 msgstr ""
400
401 #: ../src/virt-viewer-display-vnc.c:133
402 msgid "VNC does not provide GUID"
403 msgstr ""
404
341405 #: ../src/virt-viewer-main.c:38
342406 #, c-format
343407 msgid "%s version %s\n"
376440 msgid "Virtual machine graphical console"
377441 msgstr ""
378442
379 #: ../src/virt-viewer-main.c:108
443 #: ../src/virt-viewer-main.c:107
380444 #, c-format
381445 msgid ""
382446 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
447 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384448 "\n"
385449 "%s\n"
386450 "\n"
387451 msgstr ""
388452
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
453 #: ../src/virt-viewer-main.c:112
454 #, c-format
455 msgid ""
456 "\n"
457 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
458 "\n"
459 msgstr ""
460
461 #: ../src/virt-viewer-session-spice.c:694
462 msgid "Invalid password"
391463 msgstr ""
392464
393465 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
466 #: ../src/virt-viewer-session-spice.c:786
395467 msgid "Select USB devices for redirection"
396468 msgstr ""
397469
398 #: ../src/virt-viewer-session-vnc.c:148
470 #: ../src/virt-viewer-session-vnc.c:153
399471 #, c-format
400472 msgid "Unsupported authentication type %d"
401473 msgstr ""
402474
403 #: ../src/virt-viewer-window.c:587
475 #: ../src/virt-viewer-vm-connection.c:64
476 msgid "No virtual machine found"
477 msgstr ""
478
479 #: ../src/virt-viewer-vm-connection.c:93
480 msgid "No virtual machine was chosen"
481 msgstr ""
482
483 #: ../src/virt-viewer-window.c:537
404484 msgid "Ctrl+Alt+_Del"
405485 msgstr ""
406486
407 #: ../src/virt-viewer-window.c:588
487 #: ../src/virt-viewer-window.c:538
408488 msgid "Ctrl+Alt+_Backspace"
409489 msgstr ""
410490
411 #: ../src/virt-viewer-window.c:590
491 #: ../src/virt-viewer-window.c:540
412492 msgid "Ctrl+Alt+F_1"
413493 msgstr ""
414494
415 #: ../src/virt-viewer-window.c:591
495 #: ../src/virt-viewer-window.c:541
416496 msgid "Ctrl+Alt+F_2"
417497 msgstr ""
418498
419 #: ../src/virt-viewer-window.c:592
499 #: ../src/virt-viewer-window.c:542
420500 msgid "Ctrl+Alt+F_3"
421501 msgstr ""
422502
423 #: ../src/virt-viewer-window.c:593
503 #: ../src/virt-viewer-window.c:543
424504 msgid "Ctrl+Alt+F_4"
425505 msgstr ""
426506
427 #: ../src/virt-viewer-window.c:594
507 #: ../src/virt-viewer-window.c:544
428508 msgid "Ctrl+Alt+F_5"
429509 msgstr ""
430510
431 #: ../src/virt-viewer-window.c:595
511 #: ../src/virt-viewer-window.c:545
432512 msgid "Ctrl+Alt+F_6"
433513 msgstr ""
434514
435 #: ../src/virt-viewer-window.c:596
515 #: ../src/virt-viewer-window.c:546
436516 msgid "Ctrl+Alt+F_7"
437517 msgstr ""
438518
439 #: ../src/virt-viewer-window.c:597
519 #: ../src/virt-viewer-window.c:547
440520 msgid "Ctrl+Alt+F_8"
441521 msgstr ""
442522
443 #: ../src/virt-viewer-window.c:598
523 #: ../src/virt-viewer-window.c:548
444524 msgid "Ctrl+Alt+F_9"
445525 msgstr ""
446526
447 #: ../src/virt-viewer-window.c:599
527 #: ../src/virt-viewer-window.c:549
448528 msgid "Ctrl+Alt+F1_0"
449529 msgstr ""
450530
451 #: ../src/virt-viewer-window.c:600
531 #: ../src/virt-viewer-window.c:550
452532 msgid "Ctrl+Alt+F11"
453533 msgstr ""
454534
455 #: ../src/virt-viewer-window.c:601
535 #: ../src/virt-viewer-window.c:551
456536 msgid "Ctrl+Alt+F12"
457537 msgstr ""
458538
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
539 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460540 msgid "Screenshot"
461541 msgstr ""
462542
463 #: ../src/virt-viewer-window.c:1051
543 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
544 msgid "Unknown"
545 msgstr ""
546
547 #: ../src/virt-viewer-window.c:1062
464548 msgid "Disconnect"
465549 msgstr ""
466550
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
551 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468552 #: ../src/virt-viewer.xml.h:3
469553 msgid "USB device selection"
470554 msgstr ""
471555
472 #: ../src/virt-viewer-window.c:1070
556 #: ../src/virt-viewer-window.c:1081
473557 msgid "Send key combination"
474558 msgstr ""
475559
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
560 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477561 msgid "Leave fullscreen"
478562 msgstr ""
479563
480 #: ../src/virt-viewer-window.c:1162
564 #: ../src/virt-viewer-window.c:1173
481565 msgid "Ctrl+Alt"
482566 msgstr ""
483567
484 #: ../src/virt-viewer-window.c:1165
568 #: ../src/virt-viewer-window.c:1176
485569 #, c-format
486570 msgid "(Press %s to release pointer)"
487571 msgstr ""
488572
489573 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
574 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
575 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
576 #.
577 #: ../src/virt-viewer-window.c:1187
495578 #, c-format
496579 msgid "%s%s%s - %s"
497580 msgstr ""
498581
499582 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
583 #: ../src/virt-viewer-window.c:1191
501584 msgid " "
502585 msgstr ""
503586
504 #: ../src/virt-viewer-file.c:624
587 #: ../src/virt-viewer-file.c:825
588 #, c-format
589 msgid ""
590 "At least %s version %s is required to setup this connection, see %s for "
591 "details"
592 msgstr ""
593
594 #: ../src/virt-viewer-file.c:833
505595 #, c-format
506596 msgid "At least %s version %s is required to setup this connection"
507597 msgstr ""
508598
509 #: ../src/virt-viewer.c:133
599 #: ../src/virt-viewer.c:163
510600 msgid "Waiting for guest domain to re-start"
511601 msgstr ""
512602
513 #: ../src/virt-viewer.c:318
603 #: ../src/virt-viewer.c:409
514604 #, c-format
515605 msgid "Cannot determine the graphic type for the guest %s"
516606 msgstr ""
517607
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
608 #: ../src/virt-viewer.c:448
524609 #, c-format
525610 msgid "Cannot determine the host for the guest %s"
526611 msgstr ""
527612
528 #: ../src/virt-viewer.c:540
613 #: ../src/virt-viewer.c:476
614 #, c-format
615 msgid "Guest '%s' is not reachable"
616 msgstr ""
617
618 #: ../src/virt-viewer.c:697
619 #, c-format
620 msgid "Virtual machine %s is not running"
621 msgstr ""
622
623 #: ../src/virt-viewer.c:720
529624 msgid "Waiting for libvirt to start"
530625 msgstr ""
531626
532 #: ../src/virt-viewer.c:544
627 #: ../src/virt-viewer.c:724
533628 msgid "Finding guest domain"
534629 msgstr ""
535630
536 #: ../src/virt-viewer.c:548
631 #: ../src/virt-viewer.c:728
537632 msgid "Waiting for guest domain to be created"
538633 msgstr ""
539634
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
635 #: ../src/virt-viewer.c:750
546636 msgid "Checking guest domain status"
547637 msgstr ""
548638
549 #: ../src/virt-viewer.c:573
639 #: ../src/virt-viewer.c:753
640 msgid "Cannot get guest state"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:759
550644 msgid "Waiting for guest domain to start"
551645 msgstr ""
552646
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
647 #: ../src/virt-viewer.c:863
648 #, c-format
649 msgid "Unable to connect to libvirt with URI: %s."
650 msgstr ""
651
652 #: ../src/virt-viewer.c:864
563653 msgid "[none]"
564654 msgstr ""
565655
656 #: ../src/virt-viewer.c:871
657 msgid "Authentication failed."
658 msgstr ""
659
660 #: ../src/virt-viewer.c:931
661 msgid "Failed to connect: "
662 msgstr ""
663
664 #.
566665 #. * Local variables:
567666 #. * c-indent-level: 4
568667 #. * c-basic-offset: 4
569668 #. * indent-tabs-mode: nil
570669 #. * End:
670 #.
571671 #: ../src/virt-viewer.xml.h:1
572672 msgid "_File"
573673 msgstr ""
580680 msgid "Smartcard removal"
581681 msgstr ""
582682
583 #: ../src/virt-viewer.xml.h:6
683 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
684 msgid "Preferences"
685 msgstr ""
686
687 #: ../src/virt-viewer.xml.h:7
584688 msgid "_View"
585689 msgstr ""
586690
587 #: ../src/virt-viewer.xml.h:7
691 #: ../src/virt-viewer.xml.h:8
588692 msgid "Full screen"
589693 msgstr ""
590694
591 #: ../src/virt-viewer.xml.h:8
695 #: ../src/virt-viewer.xml.h:9
592696 msgid "_Zoom"
593697 msgstr ""
594698
595 #: ../src/virt-viewer.xml.h:9
699 #: ../src/virt-viewer.xml.h:10
596700 msgid "Displays"
597701 msgstr ""
598702
599 #: ../src/virt-viewer.xml.h:10
703 #: ../src/virt-viewer.xml.h:11
600704 msgid "Release cursor"
601705 msgstr ""
602706
603 #: ../src/virt-viewer.xml.h:11
707 #: ../src/virt-viewer.xml.h:12
604708 msgid "_Send key"
605709 msgstr ""
606710
607 #: ../src/virt-viewer.xml.h:12
711 #: ../src/virt-viewer.xml.h:13
608712 msgid "_Help"
609713 msgstr ""
714
715 #: ../src/virt-viewer.xml.h:14
716 msgid "_Guest Details"
717 msgstr ""
718
719 #: ../src/virt-viewer-guest-details.xml.h:1
720 msgid "Guest Details"
721 msgstr ""
722
723 #: ../src/virt-viewer-guest-details.xml.h:2
724 msgid "Name:"
725 msgstr ""
726
727 #: ../src/virt-viewer-guest-details.xml.h:3
728 msgid "GUID:"
729 msgstr ""
730
731 #: ../src/virt-viewer-vm-connection.xml.h:1
732 msgid "Choose a virtual machine"
733 msgstr ""
734
735 #: ../src/virt-viewer-vm-connection.xml.h:2
736 msgid "Name"
737 msgstr ""
738
739 #: ../src/virt-viewer-vm-connection.xml.h:3
740 msgid "Available virtual machines"
741 msgstr ""
742
743 #: ../src/virt-viewer-preferences.xml.h:2
744 msgid "Folder sharing"
745 msgstr ""
746
747 #: ../src/virt-viewer-preferences.xml.h:3
748 msgid "Share folder"
749 msgstr ""
750
751 #: ../src/virt-viewer-preferences.xml.h:4
752 msgid "Read-only"
753 msgstr ""
754
755 #: ../src/virt-viewer-preferences.xml.h:5
756 msgid "Spice"
757 msgstr ""
+0
-612
po/hr_HR.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-01-24 17:29+0000\n"
10 "PO-Revision-Date: 2014-01-24 17:29+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/fedora/language/hr_HR/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: hr_HR\n"
17 "Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:111
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #. Setup command line options
89 #: ../src/remote-viewer-main.c:114
90 msgid "- Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:131
94 #, c-format
95 msgid ""
96 "%s\n"
97 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr ""
99
100 #: ../src/remote-viewer-main.c:143
101 #, c-format
102 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr ""
104
105 #: ../src/remote-viewer-main.c:150
106 #, c-format
107 msgid "Error: can't handle multiple URIs\n"
108 msgstr ""
109
110 #: ../src/remote-viewer.c:284 ../src/remote-viewer.c:1030
111 msgid "Failed to initiate connection"
112 msgstr ""
113
114 #: ../src/remote-viewer.c:299
115 msgid "Display disabled by controller"
116 msgstr ""
117
118 #: ../src/remote-viewer.c:597
119 #, c-format
120 msgid "Controller connection failed: %s"
121 msgstr ""
122
123 #. Create the widgets
124 #: ../src/remote-viewer.c:885
125 msgid "Connection details"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:900
129 msgid "URL:"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:908
133 msgid "Recent connections:"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:962
137 msgid "Couldn't create a Spice session"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:976
141 msgid "Setting up Spice session..."
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1001
145 #, c-format
146 msgid "Invalid file %s"
147 msgstr ""
148
149 #: ../src/remote-viewer.c:1008
150 msgid "Cannot determine the connection type from URI"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:1014
154 msgid "Couldn't open oVirt session"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:1021
158 #, c-format
159 msgid "Couldn't create a session for this type: %s"
160 msgstr ""
161
162 #. * Local variables:
163 #. * c-indent-level: 4
164 #. * c-basic-offset: 4
165 #. * indent-tabs-mode: nil
166 #. * End:
167 #: ../src/virt-viewer-about.xml.h:1
168 msgid "About Glade"
169 msgstr ""
170
171 #: ../src/virt-viewer-about.xml.h:2
172 msgid ""
173 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
174 "Copyright (C) 2007-2012 Red Hat, Inc."
175 msgstr ""
176
177 #: ../src/virt-viewer-about.xml.h:4
178 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
179 msgstr ""
180
181 #: ../src/virt-viewer-about.xml.h:5
182 msgid "virt-manager.org"
183 msgstr ""
184
185 #: ../src/virt-viewer-about.xml.h:6
186 msgid ""
187 "This program is free software; you can redistribute it and/or modify\n"
188 "it under the terms of the GNU General Public License as published by\n"
189 "the Free Software Foundation; either version 2 of the License, or\n"
190 "(at your option) any later version.\n"
191 "\n"
192 "This program is distributed in the hope that it will be useful,\n"
193 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
194 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
195 "GNU General Public License for more details.\n"
196 "\n"
197 "You should have received a copy of the GNU General Public License\n"
198 "along with this program; if not, write to the Free Software\n"
199 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
200 msgstr ""
201
202 #: ../src/virt-viewer-about.xml.h:20
203 msgid "The Fedora Translation Team"
204 msgstr ""
205
206 #: ../src/virt-viewer-app.c:383
207 msgid "Do you want to close the session?"
208 msgstr ""
209
210 #: ../src/virt-viewer-app.c:385
211 msgid "Do not ask me again"
212 msgstr ""
213
214 #: ../src/virt-viewer-app.c:806
215 #, c-format
216 msgid "Waiting for display %d..."
217 msgstr ""
218
219 #: ../src/virt-viewer-app.c:914
220 #, c-format
221 msgid "Unknown graphic type for the guest %s"
222 msgstr ""
223
224 #: ../src/virt-viewer-app.c:995
225 msgid "Connect to ssh failed."
226 msgstr ""
227
228 #: ../src/virt-viewer-app.c:997
229 msgid "Can't connect to channel, SSH only supported."
230 msgstr ""
231
232 #: ../src/virt-viewer-app.c:1009
233 msgid "Connect to channel unsupported."
234 msgstr ""
235
236 #: ../src/virt-viewer-app.c:1091
237 msgid "Connecting to graphic server"
238 msgstr ""
239
240 #: ../src/virt-viewer-app.c:1224
241 msgid "Guest domain has shutdown"
242 msgstr ""
243
244 #: ../src/virt-viewer-app.c:1284
245 msgid "Connected to graphic server"
246 msgstr ""
247
248 #: ../src/virt-viewer-app.c:1309
249 #, c-format
250 msgid "Unable to connect to the graphic server %s"
251 msgstr ""
252
253 #: ../src/virt-viewer-app.c:1338
254 #, c-format
255 msgid ""
256 "Unable to authenticate with remote desktop server at %s: %s\n"
257 "Retry connection again?"
258 msgstr ""
259
260 #: ../src/virt-viewer-app.c:1358
261 #, c-format
262 msgid "Unable to authenticate with remote desktop server: %s"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1366
266 #, c-format
267 msgid "USB redirection error: %s"
268 msgstr ""
269
270 #: ../src/virt-viewer-app.c:1584
271 #, c-format
272 msgid "Zoom level must be within %d-%d\n"
273 msgstr ""
274
275 #: ../src/virt-viewer-app.c:2080
276 #, c-format
277 msgid "Display %d"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:2255
281 #, c-format
282 msgid "Invalid kiosk-quit argument: %s"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:2264
286 msgid "Zoom level of window, in percentage"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:2266
290 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:2268
294 msgid "Customise hotkeys"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:2270
298 msgid "Enable kiosk mode"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:2272
302 msgid "Quit on given condition in kiosk mode"
303 msgstr ""
304
305 #: ../src/virt-viewer-app.c:2272
306 msgid "<never|on-disconnect>"
307 msgstr ""
308
309 #: ../src/virt-viewer-app.c:2274
310 msgid "Display verbose information"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:2276
314 msgid "Display debugging information"
315 msgstr ""
316
317 #. * Local variables:
318 #. * c-indent-level: 4
319 #. * c-basic-offset: 4
320 #. * indent-tabs-mode: nil
321 #. * End:
322 #: ../src/virt-viewer-auth.xml.h:1
323 msgid "Authentication required"
324 msgstr ""
325
326 #: ../src/virt-viewer-auth.xml.h:2
327 msgid "label"
328 msgstr ""
329
330 #: ../src/virt-viewer-auth.xml.h:3
331 msgid "Password:"
332 msgstr ""
333
334 #: ../src/virt-viewer-auth.xml.h:4
335 msgid "Username:"
336 msgstr ""
337
338 #: ../src/virt-viewer-main.c:38
339 #, c-format
340 msgid "%s version %s\n"
341 msgstr ""
342
343 #: ../src/virt-viewer-main.c:62
344 msgid "Direct connection with no automatic tunnels"
345 msgstr ""
346
347 #: ../src/virt-viewer-main.c:64
348 msgid "Attach to the local display using libvirt"
349 msgstr ""
350
351 #: ../src/virt-viewer-main.c:66
352 msgid "Connect to hypervisor"
353 msgstr ""
354
355 #: ../src/virt-viewer-main.c:68
356 msgid "Wait for domain to start"
357 msgstr ""
358
359 #: ../src/virt-viewer-main.c:70
360 msgid "Reconnect to domain upon restart"
361 msgstr ""
362
363 #: ../src/virt-viewer-main.c:76
364 msgid "Virt Viewer"
365 msgstr ""
366
367 #: ../src/virt-viewer-main.c:79
368 #, c-format
369 msgid "Run '%s --help' to see a full list of available command line options"
370 msgstr ""
371
372 #. Setup command line options
373 #: ../src/virt-viewer-main.c:84
374 msgid "- Virtual machine graphical console"
375 msgstr ""
376
377 #: ../src/virt-viewer-main.c:105
378 #, c-format
379 msgid ""
380 "\n"
381 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
382 "\n"
383 "%s\n"
384 "\n"
385 msgstr ""
386
387 #: ../src/virt-viewer-session-spice.c:499
388 msgid "invalid password"
389 msgstr ""
390
391 #. Create the widgets
392 #: ../src/virt-viewer-session-spice.c:553
393 msgid "Select USB devices for redirection"
394 msgstr ""
395
396 #: ../src/virt-viewer-session-vnc.c:150
397 #, c-format
398 msgid "Unsupported authentication type %d"
399 msgstr ""
400
401 #: ../src/virt-viewer-window.c:580
402 msgid "Ctrl+Alt+_Del"
403 msgstr ""
404
405 #: ../src/virt-viewer-window.c:581
406 msgid "Ctrl+Alt+_Backspace"
407 msgstr ""
408
409 #: ../src/virt-viewer-window.c:583
410 msgid "Ctrl+Alt+F_1"
411 msgstr ""
412
413 #: ../src/virt-viewer-window.c:584
414 msgid "Ctrl+Alt+F_2"
415 msgstr ""
416
417 #: ../src/virt-viewer-window.c:585
418 msgid "Ctrl+Alt+F_3"
419 msgstr ""
420
421 #: ../src/virt-viewer-window.c:586
422 msgid "Ctrl+Alt+F_4"
423 msgstr ""
424
425 #: ../src/virt-viewer-window.c:587
426 msgid "Ctrl+Alt+F_5"
427 msgstr ""
428
429 #: ../src/virt-viewer-window.c:588
430 msgid "Ctrl+Alt+F_6"
431 msgstr ""
432
433 #: ../src/virt-viewer-window.c:589
434 msgid "Ctrl+Alt+F_7"
435 msgstr ""
436
437 #: ../src/virt-viewer-window.c:590
438 msgid "Ctrl+Alt+F_8"
439 msgstr ""
440
441 #: ../src/virt-viewer-window.c:591
442 msgid "Ctrl+Alt+F_9"
443 msgstr ""
444
445 #: ../src/virt-viewer-window.c:592
446 msgid "Ctrl+Alt+F1_0"
447 msgstr ""
448
449 #: ../src/virt-viewer-window.c:593
450 msgid "Ctrl+Alt+F11"
451 msgstr ""
452
453 #: ../src/virt-viewer-window.c:594
454 msgid "Ctrl+Alt+F12"
455 msgstr ""
456
457 #: ../src/virt-viewer-window.c:985 ../src/virt-viewer.xml.h:2
458 msgid "Screenshot"
459 msgstr ""
460
461 #: ../src/virt-viewer-window.c:1061
462 msgid "Disconnect"
463 msgstr ""
464
465 #: ../src/virt-viewer-window.c:1068 ../src/virt-viewer-window.c:1069
466 #: ../src/virt-viewer.xml.h:3
467 msgid "USB device selection"
468 msgstr ""
469
470 #: ../src/virt-viewer-window.c:1077
471 msgid "Send key combination"
472 msgstr ""
473
474 #: ../src/virt-viewer-window.c:1086 ../src/virt-viewer-window.c:1087
475 msgid "Leave fullscreen"
476 msgstr ""
477
478 #: ../src/virt-viewer-window.c:1166
479 msgid "Ctrl+Alt"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:1169
483 #, c-format
484 msgid "(Press %s to release pointer)"
485 msgstr ""
486
487 #. translators:
488 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
489 #. <appname>"
490 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
491 #. Viewer"
492 #: ../src/virt-viewer-window.c:1180
493 #, c-format
494 msgid "%s%s%s - %s"
495 msgstr ""
496
497 #. translators: <space>
498 #: ../src/virt-viewer-window.c:1184
499 msgid " "
500 msgstr ""
501
502 #: ../src/virt-viewer-file.c:624
503 #, c-format
504 msgid "At least %s version %s is required to setup this connection"
505 msgstr ""
506
507 #: ../src/virt-viewer.c:133
508 msgid "Waiting for guest domain to re-start"
509 msgstr ""
510
511 #: ../src/virt-viewer.c:318
512 #, c-format
513 msgid "Cannot determine the graphic type for the guest %s"
514 msgstr ""
515
516 #: ../src/virt-viewer.c:341
517 #, c-format
518 msgid "Cannot determine the graphic address for the guest %s"
519 msgstr ""
520
521 #: ../src/virt-viewer.c:354
522 #, c-format
523 msgid "Cannot determine the host for the guest %s"
524 msgstr ""
525
526 #: ../src/virt-viewer.c:539
527 msgid "Waiting for libvirt to start"
528 msgstr ""
529
530 #: ../src/virt-viewer.c:543
531 msgid "Finding guest domain"
532 msgstr ""
533
534 #: ../src/virt-viewer.c:547
535 msgid "Waiting for guest domain to be created"
536 msgstr ""
537
538 #: ../src/virt-viewer.c:552
539 #, c-format
540 msgid "Cannot find guest domain %s"
541 msgstr ""
542
543 #: ../src/virt-viewer.c:565
544 msgid "Checking guest domain status"
545 msgstr ""
546
547 #: ../src/virt-viewer.c:572
548 msgid "Waiting for guest domain to start"
549 msgstr ""
550
551 #: ../src/virt-viewer.c:579
552 msgid "Waiting for guest domain to start server"
553 msgstr ""
554
555 #: ../src/virt-viewer.c:693
556 #, c-format
557 msgid "Unable to connect to libvirt with URI %s"
558 msgstr ""
559
560 #: ../src/virt-viewer.c:694
561 msgid "[none]"
562 msgstr ""
563
564 #. * Local variables:
565 #. * c-indent-level: 4
566 #. * c-basic-offset: 4
567 #. * indent-tabs-mode: nil
568 #. * End:
569 #: ../src/virt-viewer.xml.h:1
570 msgid "_File"
571 msgstr ""
572
573 #: ../src/virt-viewer.xml.h:4
574 msgid "Smartcard insertion"
575 msgstr ""
576
577 #: ../src/virt-viewer.xml.h:5
578 msgid "Smartcard removal"
579 msgstr ""
580
581 #: ../src/virt-viewer.xml.h:6
582 msgid "_View"
583 msgstr ""
584
585 #: ../src/virt-viewer.xml.h:7
586 msgid "Full screen"
587 msgstr ""
588
589 #: ../src/virt-viewer.xml.h:8
590 msgid "_Zoom"
591 msgstr ""
592
593 #: ../src/virt-viewer.xml.h:9
594 msgid "Automatically resize"
595 msgstr ""
596
597 #: ../src/virt-viewer.xml.h:10
598 msgid "Displays"
599 msgstr ""
600
601 #: ../src/virt-viewer.xml.h:11
602 msgid "Release cursor"
603 msgstr ""
604
605 #: ../src/virt-viewer.xml.h:12
606 msgid "_Send key"
607 msgstr ""
608
609 #: ../src/virt-viewer.xml.h:13
610 msgid "_Help"
611 msgstr ""
+340
-172
po/hu.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Nikolas Slivka <snicore@gmail.com>, 2010
66 # Szabo Attila <atekka@gmail.com>, 2013
77 # Zoltan Hoppár <zoltanh721@fedoraproject.org>, 2012-2013
8 # Porcsin László <dzsolly85@gmail.com>, 2015. #zanata
89 msgid ""
910 msgstr ""
10 "Project-Id-Version: virt-viewer\n"
11 "Project-Id-Version: PACKAGE VERSION\n"
1112 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
13 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
14 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
15 "Language-Team: Hungarian (http://www.transifex.com/projects/p/virt-viewer/language/hu/)\n"
13 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
14 "PO-Revision-Date: 2015-02-22 10:54-0500\n"
15 "Last-Translator: Porcsin László <dzsolly85@gmail.com>\n"
16 "Language-Team: Hungarian (http://www.transifex.com/projects/p/virt-viewer/"
17 "language/hu/)\n"
18 "Language: hu\n"
1619 "MIME-Version: 1.0\n"
1720 "Content-Type: text/plain; charset=UTF-8\n"
1821 "Content-Transfer-Encoding: 8bit\n"
19 "Language: hu\n"
2022 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
22 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
23 "X-Generator: Zanata 3.7.3\n"
24
25 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2326 msgid "Remote Viewer"
2427 msgstr "Távoli megjelenítő"
2528
7376
7477 #: ../src/remote-viewer-main.c:50
7578 #, c-format
76 msgid "remote-viewer version %s\n"
77 msgstr "alkalmazás verziója %s\n"
78
79 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
79 msgid "remote-viewer version %s"
80 msgstr ""
81
82 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8083 msgid "Display version information"
8184 msgstr "Verzió információk megjelenítése"
8285
83 #: ../src/remote-viewer-main.c:101
86 #: ../src/remote-viewer-main.c:105
8487 msgid "Set window title"
8588 msgstr "Ablak címének megadása"
8689
87 #: ../src/remote-viewer-main.c:104
90 #: ../src/remote-viewer-main.c:108
8891 msgid "Open connection using Spice controller communication"
8992 msgstr "Kapcsolat megnyitása a Spice vezérlő kommunikációjában"
9093
91 #: ../src/remote-viewer-main.c:116
94 #: ../src/remote-viewer-main.c:120
9295 msgid "Remote viewer client"
93 msgstr ""
94
95 #: ../src/remote-viewer-main.c:134
96 msgstr "Távoli megjelenítő kliens"
97
98 #: ../src/remote-viewer-main.c:138
9699 #, c-format
97100 msgid ""
98101 "%s\n"
99102 "Run '%s --help' to see a full list of available command line options\n"
100 msgstr "%s\nFuttassa a '%s --help' parancsot a teljes elérhető parancssori opciókért\n"
101
102 #: ../src/remote-viewer-main.c:146
103 msgstr ""
104 "%s\n"
105 "Futtassa a '%s --help' parancsot a teljes elérhető parancssori opciókért\n"
106
107 #: ../src/remote-viewer-main.c:149
103108 #, c-format
104109 msgid "Error: extra arguments given while using Spice controller\n"
105 msgstr "Hiba: külön paraméterek kerültek megadásra a Spice vezérlő használatakor\n"
106
107 #: ../src/remote-viewer-main.c:153
110 msgstr ""
111 "Hiba: külön paraméterek kerültek megadásra a Spice vezérlő használatakor\n"
112
113 #: ../src/remote-viewer-main.c:156
108114 #, c-format
109115 msgid "Error: can't handle multiple URIs\n"
110116 msgstr "Hiba: több URI nem kezelhető egyszerre\n"
111117
112 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
118 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
113119 msgid "Failed to initiate connection"
114120 msgstr "Sikertelen kapcsolat indítás"
115121
116 #: ../src/remote-viewer.c:294
122 #: ../src/remote-viewer.c:313
117123 msgid "Display disabled by controller"
118124 msgstr "Kijelző kikapcsolva a vezérlő által"
119125
120 #: ../src/remote-viewer.c:592
126 #: ../src/remote-viewer.c:609
121127 #, c-format
122128 msgid "Controller connection failed: %s"
123129 msgstr "Vezérlő kapcsolat sikertelen: %s"
124130
125 #. Create the widgets
126 #: ../src/remote-viewer.c:924
127 msgid "Connection details"
128 msgstr "Kapcsolat részletei"
129
130 #: ../src/remote-viewer.c:939
131 msgid "_Connection Address"
131 #: ../src/remote-viewer.c:755
132 msgid "_Change CD"
133 msgstr "_CD váltás"
134
135 #: ../src/remote-viewer.c:855
136 msgid "failed to parse ovirt uri"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
140 msgid "Authentication was cancelled"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:900
144 #, c-format
145 msgid "oVirt VM %s is not running"
146 msgstr ""
147
148 #: ../src/remote-viewer.c:914
149 #, c-format
150 msgid "oVirt VM %s has no display"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:940
154 #, c-format
155 msgid "oVirt VM %s has no host information"
132156 msgstr ""
133157
134158 #: ../src/remote-viewer.c:951
135 msgid "For example, spice://foo.example.org:5900"
136 msgstr ""
137
138 #: ../src/remote-viewer.c:964
139 msgid "_Recent Connections"
140 msgstr ""
141
142 #: ../src/remote-viewer.c:1020
143 msgid "Couldn't create a Spice session"
144 msgstr "Spice folyamat készítése nem lehetséges"
145
146 #: ../src/remote-viewer.c:1034
159 #, c-format
160 msgid "oVirt VM %s has unknown display type: %d"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1094
147164 msgid "Setting up Spice session..."
148165 msgstr "Spice folyamat beállítása..."
149166
150 #: ../src/remote-viewer.c:1055
151 #, c-format
152 msgid "Invalid file %s"
153 msgstr "Érvénytelen fájl %s"
154
155 #: ../src/remote-viewer.c:1062
167 #: ../src/remote-viewer.c:1102
168 msgid "No connection was chosen"
169 msgstr ""
170
171 #: ../src/remote-viewer.c:1120
172 #, c-format
173 msgid "Invalid file %s: "
174 msgstr ""
175
176 #: ../src/remote-viewer.c:1128
156177 msgid "Cannot determine the connection type from URI"
157178 msgstr "Kapcsolattípus nem meghatározható az URI-ról "
158179
159 #: ../src/remote-viewer.c:1068
160 msgid "Couldn't open oVirt session"
161 msgstr "oVirt kapcsolat megnyitása nem sikerült"
162
163 #: ../src/remote-viewer.c:1075
164 #, c-format
165 msgid "Couldn't create a session for this type: %s"
166 msgstr "Folyamat nem indítható ehhez a típushoz: %s"
167
180 #: ../src/remote-viewer.c:1134
181 msgid "Couldn't open oVirt session: "
182 msgstr ""
183
184 #.
168185 #. * Local variables:
169186 #. * c-indent-level: 4
170187 #. * c-basic-offset: 4
171188 #. * indent-tabs-mode: nil
172189 #. * End:
190 #.
191 #: ../src/remote-viewer-connect.xml.h:1
192 msgid "Connection details"
193 msgstr "Kapcsolat részletei"
194
195 #: ../src/remote-viewer-connect.xml.h:2
196 msgid "Connection Address"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:3
200 msgid "For example, spice://foo.example.org:5900"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:4
204 msgid "Recent connections"
205 msgstr ""
206
207 #: ../src/remote-viewer-connect.xml.h:5
208 msgid "Cancel"
209 msgstr ""
210
211 #: ../src/remote-viewer-connect.xml.h:6
212 msgid "Connect"
213 msgstr ""
214
173215 #: ../src/virt-viewer-about.xml.h:1
174216 msgid "About Glade"
175217 msgstr "A Glade-ről"
182224
183225 #: ../src/virt-viewer-about.xml.h:4
184226 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
185 msgstr "Távoli vezérlésű asztal kliens beépített GTK-VNC, SPICE-GTK és libvirt támogatással"
227 msgstr ""
228 "Távoli vezérlésű asztal kliens beépített GTK-VNC, SPICE-GTK és libvirt "
229 "támogatással"
186230
187231 #: ../src/virt-viewer-about.xml.h:5
188232 msgid "virt-manager.org"
203247 "You should have received a copy of the GNU General Public License\n"
204248 "along with this program; if not, write to the Free Software\n"
205249 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
206 msgstr "This program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
250 msgstr ""
251 "This program is free software; you can redistribute it and/or modify\n"
252 "it under the terms of the GNU General Public License as published by\n"
253 "the Free Software Foundation; either version 2 of the License, or\n"
254 "(at your option) any later version.\n"
255 "\n"
256 "This program is distributed in the hope that it will be useful,\n"
257 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
258 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
259 "GNU General Public License for more details.\n"
260 "\n"
261 "You should have received a copy of the GNU General Public License\n"
262 "along with this program; if not, write to the Free Software\n"
263 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
207264
208265 #: ../src/virt-viewer-about.xml.h:20
209266 msgid "The Fedora Translation Team"
210267 msgstr "A Fedora Fordítói csapata"
211268
212 #: ../src/virt-viewer-app.c:400
269 #: ../src/virt-viewer-app.c:526
213270 msgid "Do you want to close the session?"
214271 msgstr "Biztos vagy abban hogy be akarod zárni ezt a kapcsolatot?"
215272
216 #: ../src/virt-viewer-app.c:402
273 #: ../src/virt-viewer-app.c:528
217274 msgid "Do not ask me again"
218275 msgstr "Ne kérdezze meg többet"
219276
220 #: ../src/virt-viewer-app.c:841
277 #: ../src/virt-viewer-app.c:1008
221278 #, c-format
222279 msgid "Waiting for display %d..."
223280 msgstr "Várakozás a %d kijelzőre..."
224281
225 #: ../src/virt-viewer-app.c:946
226 #, c-format
227 msgid "Unknown graphic type for the guest %s"
228 msgstr "Ismeretlen grafikus mód típus %s vendégnél"
229
230 #: ../src/virt-viewer-app.c:1027
282 #: ../src/virt-viewer-app.c:1117
283 #, c-format
284 msgid "Unsupported graphic type '%s'"
285 msgstr ""
286
287 #: ../src/virt-viewer-app.c:1200
231288 msgid "Connect to ssh failed."
232289 msgstr "SSH kapcsolat sikertelen."
233290
234 #: ../src/virt-viewer-app.c:1029
291 #: ../src/virt-viewer-app.c:1202
235292 msgid "Can't connect to channel, SSH only supported."
236293 msgstr "Csatornára való csatlakozás meghiúsult, kizárólag SSH támogatott."
237294
238 #: ../src/virt-viewer-app.c:1041
295 #: ../src/virt-viewer-app.c:1214
239296 msgid "Connect to channel unsupported."
240297 msgstr "Kapcsolódás egy nem támogatott csatornához."
241298
242 #: ../src/virt-viewer-app.c:1123
299 #: ../src/virt-viewer-app.c:1276
300 msgid "Display can only be attached through libvirt with --attach"
301 msgstr ""
302
303 #: ../src/virt-viewer-app.c:1299
243304 msgid "Connecting to graphic server"
244305 msgstr "Csatlakozás egy grafikus kiszolgálóhoz"
245306
246 #: ../src/virt-viewer-app.c:1256
307 #: ../src/virt-viewer-app.c:1398
247308 msgid "Guest domain has shutdown"
248309 msgstr "Vendég tartomány leáll"
249310
250 #: ../src/virt-viewer-app.c:1317
311 #: ../src/virt-viewer-app.c:1459
251312 msgid "Connected to graphic server"
252313 msgstr "Csatlakozva a grafikus kiszolgálóhoz"
253314
254 #: ../src/virt-viewer-app.c:1344
315 #: ../src/virt-viewer-app.c:1486
255316 #, c-format
256317 msgid "Unable to connect to the graphic server %s"
257318 msgstr "%s grafikus kiszolgálóhoz a kapcsolódás nem lehetséges"
258319
259 #: ../src/virt-viewer-app.c:1376
260 #, c-format
261 msgid ""
262 "Unable to authenticate with remote desktop server at %s: %s\n"
263 "Retry connection again?"
264 msgstr "Bejelentkezés sikertelen a távoli kiszolgálónál itt: %s: %s\nMegpróbáljuk még egyszer?"
265
266 #: ../src/virt-viewer-app.c:1396
320 #: ../src/virt-viewer-app.c:1512
321 #, c-format
322 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
323 msgstr ""
324
325 #: ../src/virt-viewer-app.c:1525
267326 #, c-format
268327 msgid "Unable to authenticate with remote desktop server: %s"
269328 msgstr "Bejelentkezés sikertelen a távoli kiszolgálónál: %s"
270329
271 #: ../src/virt-viewer-app.c:1404
330 #: ../src/virt-viewer-app.c:1533
272331 #, c-format
273332 msgid "USB redirection error: %s"
274333 msgstr "USB átirányítási hiba: %s"
275334
276 #: ../src/virt-viewer-app.c:1632
335 #: ../src/virt-viewer-app.c:1786
277336 #, c-format
278337 msgid "Zoom level must be within %d-%d\n"
279338 msgstr ""
280339
281 #: ../src/virt-viewer-app.c:2126
340 #: ../src/virt-viewer-app.c:2296
282341 #, c-format
283342 msgid "Display %d"
284343 msgstr "%d kijelző"
285344
286 #: ../src/virt-viewer-app.c:2301
345 #: ../src/virt-viewer-app.c:2552
287346 #, c-format
288347 msgid "Invalid kiosk-quit argument: %s"
289348 msgstr ""
290349
291 #: ../src/virt-viewer-app.c:2310
350 #: ../src/virt-viewer-app.c:2561
292351 msgid "Zoom level of window, in percentage"
293352 msgstr "Ablak nagyítási fokozata, százalékban"
294353
295 #: ../src/virt-viewer-app.c:2312
354 #: ../src/virt-viewer-app.c:2563
296355 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
297356 msgstr ""
298357
299 #: ../src/virt-viewer-app.c:2314
358 #: ../src/virt-viewer-app.c:2565
300359 msgid "Customise hotkeys"
301360 msgstr "Gyorsbillentyűk testreszabása"
302361
303 #: ../src/virt-viewer-app.c:2316
362 #: ../src/virt-viewer-app.c:2567
304363 msgid "Enable kiosk mode"
305364 msgstr ""
306365
307 #: ../src/virt-viewer-app.c:2318
366 #: ../src/virt-viewer-app.c:2569
308367 msgid "Quit on given condition in kiosk mode"
309368 msgstr ""
310369
311 #: ../src/virt-viewer-app.c:2318
370 #: ../src/virt-viewer-app.c:2569
312371 msgid "<never|on-disconnect>"
313372 msgstr ""
314373
315 #: ../src/virt-viewer-app.c:2320
374 #: ../src/virt-viewer-app.c:2571
316375 msgid "Display verbose information"
317376 msgstr "Részletes információk megjelenítése"
318377
319 #: ../src/virt-viewer-app.c:2322
378 #: ../src/virt-viewer-app.c:2573
320379 msgid "Display debugging information"
321380 msgstr "Hibakeresési információk megjelenítése"
322381
382 #: ../src/virt-viewer-auth.c:88
383 #, c-format
384 msgid ""
385 "Authentication is required for the %s connection to:\n"
386 "\n"
387 "<b>%s</b>\n"
388 "\n"
389 msgstr ""
390
391 #: ../src/virt-viewer-auth.c:92
392 #, c-format
393 msgid "Authentication is required for the %s connection:\n"
394 msgstr ""
395
396 #.
323397 #. * Local variables:
324398 #. * c-indent-level: 4
325399 #. * c-basic-offset: 4
326400 #. * indent-tabs-mode: nil
327401 #. * End:
402 #.
328403 #: ../src/virt-viewer-auth.xml.h:1
329404 msgid "Authentication required"
330405 msgstr "Azonosítás szükséges"
331406
332 #: ../src/virt-viewer-auth.xml.h:2
407 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
333408 msgid "label"
334409 msgstr "cimke"
335410
341416 msgid "Username:"
342417 msgstr "Felhasználói név:"
343418
419 #: ../src/virt-viewer-auth.xml.h:5
420 msgid "Show password"
421 msgstr ""
422
423 #: ../src/virt-viewer-display-vnc.c:133
424 msgid "VNC does not provide GUID"
425 msgstr ""
426
344427 #: ../src/virt-viewer-main.c:38
345428 #, c-format
346429 msgid "%s version %s\n"
373456 #: ../src/virt-viewer-main.c:80
374457 #, c-format
375458 msgid "Run '%s --help' to see a full list of available command line options"
376 msgstr "Futtassa a '%s --help' parancsot a teljes elérhető parancssori opciókért"
459 msgstr ""
460 "Futtassa a '%s --help' parancsot a teljes elérhető parancssori opciókért"
377461
378462 #: ../src/virt-viewer-main.c:86
379463 msgid "Virtual machine graphical console"
380464 msgstr ""
381465
382 #: ../src/virt-viewer-main.c:108
466 #: ../src/virt-viewer-main.c:107
383467 #, c-format
384468 msgid ""
385469 "\n"
386 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
470 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
387471 "\n"
388472 "%s\n"
389473 "\n"
390 msgstr "\nHasználata: %s [OPCIÓK] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
391
392 #: ../src/virt-viewer-session-spice.c:506
393 msgid "invalid password"
474 msgstr ""
475
476 #: ../src/virt-viewer-main.c:112
477 #, c-format
478 msgid ""
479 "\n"
480 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
481 "\n"
482 msgstr ""
483
484 #: ../src/virt-viewer-session-spice.c:694
485 msgid "Invalid password"
394486 msgstr ""
395487
396488 #. Create the widgets
397 #: ../src/virt-viewer-session-spice.c:588
489 #: ../src/virt-viewer-session-spice.c:786
398490 msgid "Select USB devices for redirection"
399491 msgstr "Válasszon USB eszközöket az átirányításhoz"
400492
401 #: ../src/virt-viewer-session-vnc.c:148
493 #: ../src/virt-viewer-session-vnc.c:153
402494 #, c-format
403495 msgid "Unsupported authentication type %d"
404496 msgstr "Nem támogatott azonosítási mód: %d"
405497
406 #: ../src/virt-viewer-window.c:587
498 #: ../src/virt-viewer-vm-connection.c:64
499 msgid "No virtual machine found"
500 msgstr ""
501
502 #: ../src/virt-viewer-vm-connection.c:93
503 msgid "No virtual machine was chosen"
504 msgstr ""
505
506 #: ../src/virt-viewer-window.c:537
407507 msgid "Ctrl+Alt+_Del"
408508 msgstr "Ctrl+Alt+_Del"
409509
410 #: ../src/virt-viewer-window.c:588
510 #: ../src/virt-viewer-window.c:538
411511 msgid "Ctrl+Alt+_Backspace"
412512 msgstr "Ctrl+Alt+_Backspace"
413513
414 #: ../src/virt-viewer-window.c:590
514 #: ../src/virt-viewer-window.c:540
415515 msgid "Ctrl+Alt+F_1"
416516 msgstr "Ctrl+Alt+F_1"
417517
418 #: ../src/virt-viewer-window.c:591
518 #: ../src/virt-viewer-window.c:541
419519 msgid "Ctrl+Alt+F_2"
420520 msgstr "Ctrl+Alt+F_2"
421521
422 #: ../src/virt-viewer-window.c:592
522 #: ../src/virt-viewer-window.c:542
423523 msgid "Ctrl+Alt+F_3"
424524 msgstr "Ctrl+Alt+F_3"
425525
426 #: ../src/virt-viewer-window.c:593
526 #: ../src/virt-viewer-window.c:543
427527 msgid "Ctrl+Alt+F_4"
428528 msgstr "Ctrl+Alt+F_4"
429529
430 #: ../src/virt-viewer-window.c:594
530 #: ../src/virt-viewer-window.c:544
431531 msgid "Ctrl+Alt+F_5"
432532 msgstr "Ctrl+Alt+F_5"
433533
434 #: ../src/virt-viewer-window.c:595
534 #: ../src/virt-viewer-window.c:545
435535 msgid "Ctrl+Alt+F_6"
436536 msgstr "Ctrl+Alt+F_6"
437537
438 #: ../src/virt-viewer-window.c:596
538 #: ../src/virt-viewer-window.c:546
439539 msgid "Ctrl+Alt+F_7"
440540 msgstr "Ctrl+Alt+F_7"
441541
442 #: ../src/virt-viewer-window.c:597
542 #: ../src/virt-viewer-window.c:547
443543 msgid "Ctrl+Alt+F_8"
444544 msgstr "Ctrl+Alt+F_8"
445545
446 #: ../src/virt-viewer-window.c:598
546 #: ../src/virt-viewer-window.c:548
447547 msgid "Ctrl+Alt+F_9"
448548 msgstr "Ctrl+Alt+F_9"
449549
450 #: ../src/virt-viewer-window.c:599
550 #: ../src/virt-viewer-window.c:549
451551 msgid "Ctrl+Alt+F1_0"
452552 msgstr "Ctrl+Alt+F1_0"
453553
454 #: ../src/virt-viewer-window.c:600
554 #: ../src/virt-viewer-window.c:550
455555 msgid "Ctrl+Alt+F11"
456556 msgstr "Ctrl+Alt+F11"
457557
458 #: ../src/virt-viewer-window.c:601
558 #: ../src/virt-viewer-window.c:551
459559 msgid "Ctrl+Alt+F12"
460560 msgstr "Ctrl+Alt+F12"
461561
462 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
562 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
463563 msgid "Screenshot"
464564 msgstr "Képernyőkép"
465565
466 #: ../src/virt-viewer-window.c:1051
566 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
567 msgid "Unknown"
568 msgstr ""
569
570 #: ../src/virt-viewer-window.c:1062
467571 msgid "Disconnect"
468572 msgstr "Leválasztás"
469573
470 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
574 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
471575 #: ../src/virt-viewer.xml.h:3
472576 msgid "USB device selection"
473577 msgstr "USB eszköz kiválasztás"
474578
475 #: ../src/virt-viewer-window.c:1070
579 #: ../src/virt-viewer-window.c:1081
476580 msgid "Send key combination"
477581 msgstr "Billentyűkombináció küldése"
478582
479 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
583 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
480584 msgid "Leave fullscreen"
481585 msgstr "Teljes képernyő elhagyása"
482586
483 #: ../src/virt-viewer-window.c:1162
587 #: ../src/virt-viewer-window.c:1173
484588 msgid "Ctrl+Alt"
485589 msgstr "Ctrl+Alt"
486590
487 #: ../src/virt-viewer-window.c:1165
591 #: ../src/virt-viewer-window.c:1176
488592 #, c-format
489593 msgid "(Press %s to release pointer)"
490594 msgstr "(Nyomjon %s billentyűt hogy kiszabadítsa a mutatót)"
491595
492596 #. translators:
493 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
494 #. <appname>"
495 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
496 #. Viewer"
497 #: ../src/virt-viewer-window.c:1176
597 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
598 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
599 #.
600 #: ../src/virt-viewer-window.c:1187
498601 #, c-format
499602 msgid "%s%s%s - %s"
500603 msgstr "%s%s%s - %s"
501604
502605 #. translators: <space>
503 #: ../src/virt-viewer-window.c:1180
606 #: ../src/virt-viewer-window.c:1191
504607 msgid " "
505608 msgstr " "
506609
507 #: ../src/virt-viewer-file.c:624
610 #: ../src/virt-viewer-file.c:825
611 #, c-format
612 msgid ""
613 "At least %s version %s is required to setup this connection, see %s for "
614 "details"
615 msgstr ""
616
617 #: ../src/virt-viewer-file.c:833
508618 #, c-format
509619 msgid "At least %s version %s is required to setup this connection"
510620 msgstr "Minimum %s verzió %s szükséges hogy beállítsd ezt a kapcsolatot"
511621
512 #: ../src/virt-viewer.c:133
622 #: ../src/virt-viewer.c:163
513623 msgid "Waiting for guest domain to re-start"
514624 msgstr "Várakozás a vendégtartomány újraindulására"
515625
516 #: ../src/virt-viewer.c:318
626 #: ../src/virt-viewer.c:409
517627 #, c-format
518628 msgid "Cannot determine the graphic type for the guest %s"
519629 msgstr "A vendég grafikus része nem meghatározható %s"
520630
521 #: ../src/virt-viewer.c:341
522 #, c-format
523 msgid "Cannot determine the graphic address for the guest %s"
524 msgstr "A vendég grafikus címe nem meghatározható %s"
525
526 #: ../src/virt-viewer.c:354
631 #: ../src/virt-viewer.c:448
527632 #, c-format
528633 msgid "Cannot determine the host for the guest %s"
529634 msgstr "A vendég részére kiszolgáló nem meghatározható %s"
530635
531 #: ../src/virt-viewer.c:540
636 #: ../src/virt-viewer.c:476
637 #, c-format
638 msgid "Guest '%s' is not reachable"
639 msgstr ""
640
641 #: ../src/virt-viewer.c:697
642 #, c-format
643 msgid "Virtual machine %s is not running"
644 msgstr ""
645
646 #: ../src/virt-viewer.c:720
532647 msgid "Waiting for libvirt to start"
533648 msgstr "Várakozás a libvirt elindulásáig"
534649
535 #: ../src/virt-viewer.c:544
650 #: ../src/virt-viewer.c:724
536651 msgid "Finding guest domain"
537652 msgstr "Vendég tartomány keresése"
538653
539 #: ../src/virt-viewer.c:548
654 #: ../src/virt-viewer.c:728
540655 msgid "Waiting for guest domain to be created"
541656 msgstr "Várakozás a vendég tartomány elkészülésére"
542657
543 #: ../src/virt-viewer.c:553
544 #, c-format
545 msgid "Cannot find guest domain %s"
546 msgstr "Vendég tartomány nem található %s"
547
548 #: ../src/virt-viewer.c:566
658 #: ../src/virt-viewer.c:750
549659 msgid "Checking guest domain status"
550660 msgstr "Vendég tartomány állapot ellenőrzése"
551661
552 #: ../src/virt-viewer.c:573
662 #: ../src/virt-viewer.c:753
663 msgid "Cannot get guest state"
664 msgstr ""
665
666 #: ../src/virt-viewer.c:759
553667 msgid "Waiting for guest domain to start"
554668 msgstr "Várakozás a vendég tartomány indítására"
555669
556 #: ../src/virt-viewer.c:580
557 msgid "Waiting for guest domain to start server"
558 msgstr "Várakozás a vendég tartományra hogy elindítsa a kiszolgálót"
559
560 #: ../src/virt-viewer.c:694
561 #, c-format
562 msgid "Unable to connect to libvirt with URI %s"
563 msgstr "A %s címmel nem tudott csatlakozni a libvirthez"
564
565 #: ../src/virt-viewer.c:695
670 #: ../src/virt-viewer.c:863
671 #, c-format
672 msgid "Unable to connect to libvirt with URI: %s."
673 msgstr ""
674
675 #: ../src/virt-viewer.c:864
566676 msgid "[none]"
567677 msgstr "[nincs]"
568678
679 #: ../src/virt-viewer.c:871
680 msgid "Authentication failed."
681 msgstr ""
682
683 #: ../src/virt-viewer.c:931
684 msgid "Failed to connect: "
685 msgstr ""
686
687 #.
569688 #. * Local variables:
570689 #. * c-indent-level: 4
571690 #. * c-basic-offset: 4
572691 #. * indent-tabs-mode: nil
573692 #. * End:
693 #.
574694 #: ../src/virt-viewer.xml.h:1
575695 msgid "_File"
576696 msgstr "_Fájl"
583703 msgid "Smartcard removal"
584704 msgstr "Smartcard eltávolítása"
585705
586 #: ../src/virt-viewer.xml.h:6
706 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
707 msgid "Preferences"
708 msgstr ""
709
710 #: ../src/virt-viewer.xml.h:7
587711 msgid "_View"
588712 msgstr "Nézet"
589713
590 #: ../src/virt-viewer.xml.h:7
714 #: ../src/virt-viewer.xml.h:8
591715 msgid "Full screen"
592716 msgstr "Teljes képernyő"
593717
594 #: ../src/virt-viewer.xml.h:8
718 #: ../src/virt-viewer.xml.h:9
595719 msgid "_Zoom"
596720 msgstr "Nagyítás"
597721
598 #: ../src/virt-viewer.xml.h:9
722 #: ../src/virt-viewer.xml.h:10
599723 msgid "Displays"
600724 msgstr "Kijelzők"
601725
602 #: ../src/virt-viewer.xml.h:10
726 #: ../src/virt-viewer.xml.h:11
603727 msgid "Release cursor"
604728 msgstr "Kurzor eleresztése"
605729
606 #: ../src/virt-viewer.xml.h:11
730 #: ../src/virt-viewer.xml.h:12
607731 msgid "_Send key"
608732 msgstr "Billentyű leütés"
609733
610 #: ../src/virt-viewer.xml.h:12
734 #: ../src/virt-viewer.xml.h:13
611735 msgid "_Help"
612736 msgstr "Súgó"
737
738 #: ../src/virt-viewer.xml.h:14
739 msgid "_Guest Details"
740 msgstr ""
741
742 #: ../src/virt-viewer-guest-details.xml.h:1
743 msgid "Guest Details"
744 msgstr ""
745
746 #: ../src/virt-viewer-guest-details.xml.h:2
747 msgid "Name:"
748 msgstr ""
749
750 #: ../src/virt-viewer-guest-details.xml.h:3
751 msgid "GUID:"
752 msgstr ""
753
754 #: ../src/virt-viewer-vm-connection.xml.h:1
755 msgid "Choose a virtual machine"
756 msgstr ""
757
758 #: ../src/virt-viewer-vm-connection.xml.h:2
759 msgid "Name"
760 msgstr ""
761
762 #: ../src/virt-viewer-vm-connection.xml.h:3
763 msgid "Available virtual machines"
764 msgstr ""
765
766 #: ../src/virt-viewer-preferences.xml.h:2
767 msgid "Folder sharing"
768 msgstr ""
769
770 #: ../src/virt-viewer-preferences.xml.h:3
771 msgid "Share folder"
772 msgstr ""
773
774 #: ../src/virt-viewer-preferences.xml.h:4
775 msgid "Read-only"
776 msgstr ""
777
778 #: ../src/virt-viewer-preferences.xml.h:5
779 msgid "Spice"
780 msgstr ""
+0
-610
po/hy.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Armenian (http://www.transifex.com/projects/p/virt-viewer/language/hy/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: hy\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
+352
-205
po/ia.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Interlingua (http://www.transifex.com/projects/p/virt-viewer/language/ia/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Interlingua\n"
13 "Language: ia\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ia\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+352
-205
po/id.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Indonesian (http://www.transifex.com/projects/p/virt-viewer/language/id/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Indonesian\n"
13 "Language: id\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: id\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Iloko (http://www.transifex.com/projects/p/virt-viewer/language/ilo/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Iloko\n"
13 "Language: ilo\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ilo\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+352
-205
po/is.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Icelandic (http://www.transifex.com/projects/p/virt-viewer/language/is/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Icelandic\n"
13 "Language: is\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: is\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n%10!=1 || n%100==11)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+339
-171
po/it.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Francesco D'Aluisio <fdaluisio@fedoraproject.org>, 2013
66 # Francesco Tombolini <tombo@adamantio.net>, 2010
1111 # Silvio Pierro <perplesso82@gmail.com>, 2012
1212 msgid ""
1313 msgstr ""
14 "Project-Id-Version: virt-viewer\n"
14 "Project-Id-Version: PACKAGE VERSION\n"
1515 "Report-Msgid-Bugs-To: \n"
16 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
17 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
16 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
17 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1818 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
19 "Language-Team: Italian (http://www.transifex.com/projects/p/virt-viewer/language/it/)\n"
19 "Language-Team: Italian (http://www.transifex.com/projects/p/virt-viewer/"
20 "language/it/)\n"
21 "Language: it\n"
2022 "MIME-Version: 1.0\n"
2123 "Content-Type: text/plain; charset=UTF-8\n"
2224 "Content-Transfer-Encoding: 8bit\n"
23 "Language: it\n"
2425 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
25
26 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
26 "X-Generator: Zanata 3.7.3\n"
27
28 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2729 msgid "Remote Viewer"
2830 msgstr "Visualizzatore remoto"
2931
7779
7880 #: ../src/remote-viewer-main.c:50
7981 #, c-format
80 msgid "remote-viewer version %s\n"
81 msgstr "versione del visualizzatore-remoto %s\n"
82
83 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
82 msgid "remote-viewer version %s"
83 msgstr ""
84
85 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8486 msgid "Display version information"
8587 msgstr "Mostra informazioni sulla versione"
8688
87 #: ../src/remote-viewer-main.c:101
89 #: ../src/remote-viewer-main.c:105
8890 msgid "Set window title"
8991 msgstr "Imposta il titolo della finestra"
9092
91 #: ../src/remote-viewer-main.c:104
93 #: ../src/remote-viewer-main.c:108
9294 msgid "Open connection using Spice controller communication"
9395 msgstr "Apri collegamento usando una comunicazione SPICE"
9496
95 #: ../src/remote-viewer-main.c:116
97 #: ../src/remote-viewer-main.c:120
9698 msgid "Remote viewer client"
9799 msgstr ""
98100
99 #: ../src/remote-viewer-main.c:134
101 #: ../src/remote-viewer-main.c:138
100102 #, c-format
101103 msgid ""
102104 "%s\n"
103105 "Run '%s --help' to see a full list of available command line options\n"
104 msgstr "%s\nEseguire '%s --help' per avere un elenco completo di opzioni della linea di comando disponibili\n"
105
106 #: ../src/remote-viewer-main.c:146
106 msgstr ""
107 "%s\n"
108 "Eseguire '%s --help' per avere un elenco completo di opzioni della linea di "
109 "comando disponibili\n"
110
111 #: ../src/remote-viewer-main.c:149
107112 #, c-format
108113 msgid "Error: extra arguments given while using Spice controller\n"
109 msgstr "Errore: presenti troppi argomenti durante l'uso del controllore Spice\n"
110
111 #: ../src/remote-viewer-main.c:153
114 msgstr ""
115 "Errore: presenti troppi argomenti durante l'uso del controllore Spice\n"
116
117 #: ../src/remote-viewer-main.c:156
112118 #, c-format
113119 msgid "Error: can't handle multiple URIs\n"
114120 msgstr "Errore: impossibile gestire URI multipli\n"
115121
116 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
122 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
117123 msgid "Failed to initiate connection"
118124 msgstr "Inizializzazione connessione fallita"
119125
120 #: ../src/remote-viewer.c:294
126 #: ../src/remote-viewer.c:313
121127 msgid "Display disabled by controller"
122128 msgstr "Schermo disabilitato dal controller"
123129
124 #: ../src/remote-viewer.c:592
130 #: ../src/remote-viewer.c:609
125131 #, c-format
126132 msgid "Controller connection failed: %s"
127133 msgstr "Connessione controller fallita: %s"
128134
129 #. Create the widgets
130 #: ../src/remote-viewer.c:924
131 msgid "Connection details"
132 msgstr "Dettagli connessione"
133
134 #: ../src/remote-viewer.c:939
135 msgid "_Connection Address"
135 #: ../src/remote-viewer.c:755
136 msgid "_Change CD"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:855
140 msgid "failed to parse ovirt uri"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
144 msgid "Authentication was cancelled"
145 msgstr ""
146
147 #: ../src/remote-viewer.c:900
148 #, c-format
149 msgid "oVirt VM %s is not running"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:914
153 #, c-format
154 msgid "oVirt VM %s has no display"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:940
158 #, c-format
159 msgid "oVirt VM %s has no host information"
136160 msgstr ""
137161
138162 #: ../src/remote-viewer.c:951
139 msgid "For example, spice://foo.example.org:5900"
140 msgstr ""
141
142 #: ../src/remote-viewer.c:964
143 msgid "_Recent Connections"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:1020
147 msgid "Couldn't create a Spice session"
148 msgstr "Impossibile creare una sessione di Spice"
149
150 #: ../src/remote-viewer.c:1034
163 #, c-format
164 msgid "oVirt VM %s has unknown display type: %d"
165 msgstr ""
166
167 #: ../src/remote-viewer.c:1094
151168 msgid "Setting up Spice session..."
152169 msgstr "Impostazione sessione Spice in corso..."
153170
154 #: ../src/remote-viewer.c:1055
155 #, c-format
156 msgid "Invalid file %s"
157 msgstr "File %s non valido"
158
159 #: ../src/remote-viewer.c:1062
171 #: ../src/remote-viewer.c:1102
172 msgid "No connection was chosen"
173 msgstr ""
174
175 #: ../src/remote-viewer.c:1120
176 #, c-format
177 msgid "Invalid file %s: "
178 msgstr ""
179
180 #: ../src/remote-viewer.c:1128
160181 msgid "Cannot determine the connection type from URI"
161182 msgstr "Impossibile determinare il tipo di connessione dall'URI"
162183
163 #: ../src/remote-viewer.c:1068
164 msgid "Couldn't open oVirt session"
165 msgstr "Impossibile aprire la sessione oVirt"
166
167 #: ../src/remote-viewer.c:1075
168 #, c-format
169 msgid "Couldn't create a session for this type: %s"
170 msgstr "Impossibile creare una sessione per questo tipo: %s"
171
184 #: ../src/remote-viewer.c:1134
185 msgid "Couldn't open oVirt session: "
186 msgstr ""
187
188 #.
172189 #. * Local variables:
173190 #. * c-indent-level: 4
174191 #. * c-basic-offset: 4
175192 #. * indent-tabs-mode: nil
176193 #. * End:
194 #.
195 #: ../src/remote-viewer-connect.xml.h:1
196 msgid "Connection details"
197 msgstr "Dettagli connessione"
198
199 #: ../src/remote-viewer-connect.xml.h:2
200 msgid "Connection Address"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:3
204 msgid "For example, spice://foo.example.org:5900"
205 msgstr ""
206
207 #: ../src/remote-viewer-connect.xml.h:4
208 msgid "Recent connections"
209 msgstr ""
210
211 #: ../src/remote-viewer-connect.xml.h:5
212 msgid "Cancel"
213 msgstr ""
214
215 #: ../src/remote-viewer-connect.xml.h:6
216 msgid "Connect"
217 msgstr ""
218
177219 #: ../src/virt-viewer-about.xml.h:1
178220 msgid "About Glade"
179221 msgstr "Informazioni su Glade"
207249 "You should have received a copy of the GNU General Public License\n"
208250 "along with this program; if not, write to the Free Software\n"
209251 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
210 msgstr "Questo programma è un sofware libero, è possibile ridistribuirlo e/o modificarlo in conformità alle disposizioni della GNU General Public License come viene pubblicata dalla Free Software Foundation; versione 2 della licenza o (a scelta) tutte le versioni successive.\n\nQuesto programma è distribuito nella speranza che possa essere utile, ma SENZA ALCUNA GARANZIA, e senza garanzia implicita di COMMERCIALIZZAZIONE o di ADATTAMENTO AD UNO SCOPO PARTICOLARE. Per maggiori dettagli consultare la GNU General Public License.\n\nInsieme a questo programma deve essere fornita una copia della GNU General Public License; in caso contrario scrivere alla Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
252 msgstr ""
253 "Questo programma è un sofware libero, è possibile ridistribuirlo e/o "
254 "modificarlo in conformità alle disposizioni della GNU General Public License "
255 "come viene pubblicata dalla Free Software Foundation; versione 2 della "
256 "licenza o (a scelta) tutte le versioni successive.\n"
257 "\n"
258 "Questo programma è distribuito nella speranza che possa essere utile, ma "
259 "SENZA ALCUNA GARANZIA, e senza garanzia implicita di COMMERCIALIZZAZIONE o "
260 "di ADATTAMENTO AD UNO SCOPO PARTICOLARE. Per maggiori dettagli consultare la "
261 "GNU General Public License.\n"
262 "\n"
263 "Insieme a questo programma deve essere fornita una copia della GNU General "
264 "Public License; in caso contrario scrivere alla Free Software Foundation, "
265 "Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
211266
212267 #: ../src/virt-viewer-about.xml.h:20
213268 msgid "The Fedora Translation Team"
214269 msgstr "Il Fedora Translation Team"
215270
216 #: ../src/virt-viewer-app.c:400
271 #: ../src/virt-viewer-app.c:526
217272 msgid "Do you want to close the session?"
218273 msgstr "Desideri terminare la sessione?"
219274
220 #: ../src/virt-viewer-app.c:402
275 #: ../src/virt-viewer-app.c:528
221276 msgid "Do not ask me again"
222277 msgstr "Non chiedermelo più"
223278
224 #: ../src/virt-viewer-app.c:841
279 #: ../src/virt-viewer-app.c:1008
225280 #, c-format
226281 msgid "Waiting for display %d..."
227282 msgstr "In attesa del display %d..."
228283
229 #: ../src/virt-viewer-app.c:946
230 #, c-format
231 msgid "Unknown graphic type for the guest %s"
232 msgstr "Impossibile determinare il tipo grafico per il guest %s"
233
234 #: ../src/virt-viewer-app.c:1027
284 #: ../src/virt-viewer-app.c:1117
285 #, c-format
286 msgid "Unsupported graphic type '%s'"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:1200
235290 msgid "Connect to ssh failed."
236291 msgstr "Connessione a ssh fallita."
237292
238 #: ../src/virt-viewer-app.c:1029
293 #: ../src/virt-viewer-app.c:1202
239294 msgid "Can't connect to channel, SSH only supported."
240295 msgstr "Impossibile connettersi al canale, è supportato solo SSH."
241296
242 #: ../src/virt-viewer-app.c:1041
297 #: ../src/virt-viewer-app.c:1214
243298 msgid "Connect to channel unsupported."
244299 msgstr "Connessione al canale non supportata."
245300
246 #: ../src/virt-viewer-app.c:1123
301 #: ../src/virt-viewer-app.c:1276
302 msgid "Display can only be attached through libvirt with --attach"
303 msgstr ""
304
305 #: ../src/virt-viewer-app.c:1299
247306 msgid "Connecting to graphic server"
248307 msgstr "Connessione al server grafico in corso"
249308
250 #: ../src/virt-viewer-app.c:1256
309 #: ../src/virt-viewer-app.c:1398
251310 msgid "Guest domain has shutdown"
252311 msgstr "Il dominio del guest si è arrestato"
253312
254 #: ../src/virt-viewer-app.c:1317
313 #: ../src/virt-viewer-app.c:1459
255314 msgid "Connected to graphic server"
256315 msgstr "Connesso al server grafico"
257316
258 #: ../src/virt-viewer-app.c:1344
317 #: ../src/virt-viewer-app.c:1486
259318 #, c-format
260319 msgid "Unable to connect to the graphic server %s"
261320 msgstr "Impossibile connettersi al server grafico %s"
262321
263 #: ../src/virt-viewer-app.c:1376
264 #, c-format
265 msgid ""
266 "Unable to authenticate with remote desktop server at %s: %s\n"
267 "Retry connection again?"
268 msgstr "Impossibile eseguire l'autenticazione con il server desktop remoto su %s: %s\nRiprovare il collegamento?"
269
270 #: ../src/virt-viewer-app.c:1396
322 #: ../src/virt-viewer-app.c:1512
323 #, c-format
324 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:1525
271328 #, c-format
272329 msgid "Unable to authenticate with remote desktop server: %s"
273 msgstr "Impossibile eseguire l'autenticazione con il server desktop remoto su: %s"
274
275 #: ../src/virt-viewer-app.c:1404
330 msgstr ""
331 "Impossibile eseguire l'autenticazione con il server desktop remoto su: %s"
332
333 #: ../src/virt-viewer-app.c:1533
276334 #, c-format
277335 msgid "USB redirection error: %s"
278336 msgstr "Errore di reindirizzamento USB: %s"
279337
280 #: ../src/virt-viewer-app.c:1632
338 #: ../src/virt-viewer-app.c:1786
281339 #, c-format
282340 msgid "Zoom level must be within %d-%d\n"
283341 msgstr "Livello di Zoom deve essere tra %d-%d\n"
284342
285 #: ../src/virt-viewer-app.c:2126
343 #: ../src/virt-viewer-app.c:2296
286344 #, c-format
287345 msgid "Display %d"
288346 msgstr "Visualizza %d"
289347
290 #: ../src/virt-viewer-app.c:2301
348 #: ../src/virt-viewer-app.c:2552
291349 #, c-format
292350 msgid "Invalid kiosk-quit argument: %s"
293351 msgstr "Argomento kiosk-quit invalido: %s"
294352
295 #: ../src/virt-viewer-app.c:2310
353 #: ../src/virt-viewer-app.c:2561
296354 msgid "Zoom level of window, in percentage"
297355 msgstr "Livello di zoom della finestra, in percentuale"
298356
299 #: ../src/virt-viewer-app.c:2312
357 #: ../src/virt-viewer-app.c:2563
300358 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
301359 msgstr ""
302360
303 #: ../src/virt-viewer-app.c:2314
361 #: ../src/virt-viewer-app.c:2565
304362 msgid "Customise hotkeys"
305363 msgstr "Personalizza i tasti di scelta rapida"
306364
307 #: ../src/virt-viewer-app.c:2316
365 #: ../src/virt-viewer-app.c:2567
308366 msgid "Enable kiosk mode"
309367 msgstr "Abilita modalità Kiosk"
310368
311 #: ../src/virt-viewer-app.c:2318
369 #: ../src/virt-viewer-app.c:2569
312370 msgid "Quit on given condition in kiosk mode"
313371 msgstr "Esci dalla modalità kiosk in una data condizione"
314372
315 #: ../src/virt-viewer-app.c:2318
373 #: ../src/virt-viewer-app.c:2569
316374 msgid "<never|on-disconnect>"
317375 msgstr "<never|on-disconnect>"
318376
319 #: ../src/virt-viewer-app.c:2320
377 #: ../src/virt-viewer-app.c:2571
320378 msgid "Display verbose information"
321379 msgstr "Mostra informazioni dettagliate"
322380
323 #: ../src/virt-viewer-app.c:2322
381 #: ../src/virt-viewer-app.c:2573
324382 msgid "Display debugging information"
325383 msgstr "Mostra le informazioni di debug"
326384
385 #: ../src/virt-viewer-auth.c:88
386 #, c-format
387 msgid ""
388 "Authentication is required for the %s connection to:\n"
389 "\n"
390 "<b>%s</b>\n"
391 "\n"
392 msgstr ""
393
394 #: ../src/virt-viewer-auth.c:92
395 #, c-format
396 msgid "Authentication is required for the %s connection:\n"
397 msgstr ""
398
399 #.
327400 #. * Local variables:
328401 #. * c-indent-level: 4
329402 #. * c-basic-offset: 4
330403 #. * indent-tabs-mode: nil
331404 #. * End:
405 #.
332406 #: ../src/virt-viewer-auth.xml.h:1
333407 msgid "Authentication required"
334408 msgstr "Autenticazione necessaria"
335409
336 #: ../src/virt-viewer-auth.xml.h:2
410 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
337411 msgid "label"
338412 msgstr "etichetta"
339413
345419 msgid "Username:"
346420 msgstr "Nome utente:"
347421
422 #: ../src/virt-viewer-auth.xml.h:5
423 msgid "Show password"
424 msgstr ""
425
426 #: ../src/virt-viewer-display-vnc.c:133
427 msgid "VNC does not provide GUID"
428 msgstr ""
429
348430 #: ../src/virt-viewer-main.c:38
349431 #, c-format
350432 msgid "%s version %s\n"
377459 #: ../src/virt-viewer-main.c:80
378460 #, c-format
379461 msgid "Run '%s --help' to see a full list of available command line options"
380 msgstr "Eseguire '%s --help' per avere un elenco completo di opzioni della linea di comando disponibili"
462 msgstr ""
463 "Eseguire '%s --help' per avere un elenco completo di opzioni della linea di "
464 "comando disponibili"
381465
382466 #: ../src/virt-viewer-main.c:86
383467 msgid "Virtual machine graphical console"
384468 msgstr ""
385469
386 #: ../src/virt-viewer-main.c:108
470 #: ../src/virt-viewer-main.c:107
387471 #, c-format
388472 msgid ""
389473 "\n"
390 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
474 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
391475 "\n"
392476 "%s\n"
393477 "\n"
394 msgstr "\nUtilizzo: %s [OPZIONI] NOME-DOMINIO|ID|UUID\n\n%s\n\n"
395
396 #: ../src/virt-viewer-session-spice.c:506
397 msgid "invalid password"
398 msgstr "password non valida"
478 msgstr ""
479
480 #: ../src/virt-viewer-main.c:112
481 #, c-format
482 msgid ""
483 "\n"
484 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
485 "\n"
486 msgstr ""
487
488 #: ../src/virt-viewer-session-spice.c:694
489 msgid "Invalid password"
490 msgstr ""
399491
400492 #. Create the widgets
401 #: ../src/virt-viewer-session-spice.c:588
493 #: ../src/virt-viewer-session-spice.c:786
402494 msgid "Select USB devices for redirection"
403495 msgstr "Seleziona i dispositivi USB per il reindirizzamento"
404496
405 #: ../src/virt-viewer-session-vnc.c:148
497 #: ../src/virt-viewer-session-vnc.c:153
406498 #, c-format
407499 msgid "Unsupported authentication type %d"
408500 msgstr "Tipo di autenticazione %d non supportata"
409501
410 #: ../src/virt-viewer-window.c:587
502 #: ../src/virt-viewer-vm-connection.c:64
503 msgid "No virtual machine found"
504 msgstr ""
505
506 #: ../src/virt-viewer-vm-connection.c:93
507 msgid "No virtual machine was chosen"
508 msgstr ""
509
510 #: ../src/virt-viewer-window.c:537
411511 msgid "Ctrl+Alt+_Del"
412512 msgstr "Ctrl+Alt+_Del"
413513
414 #: ../src/virt-viewer-window.c:588
514 #: ../src/virt-viewer-window.c:538
415515 msgid "Ctrl+Alt+_Backspace"
416516 msgstr "Ctrl+Alt+_Backspace"
417517
418 #: ../src/virt-viewer-window.c:590
518 #: ../src/virt-viewer-window.c:540
419519 msgid "Ctrl+Alt+F_1"
420520 msgstr "Ctrl+Alt+F_1"
421521
422 #: ../src/virt-viewer-window.c:591
522 #: ../src/virt-viewer-window.c:541
423523 msgid "Ctrl+Alt+F_2"
424524 msgstr "Ctrl+Alt+F_2"
425525
426 #: ../src/virt-viewer-window.c:592
526 #: ../src/virt-viewer-window.c:542
427527 msgid "Ctrl+Alt+F_3"
428528 msgstr "Ctrl+Alt+F_3"
429529
430 #: ../src/virt-viewer-window.c:593
530 #: ../src/virt-viewer-window.c:543
431531 msgid "Ctrl+Alt+F_4"
432532 msgstr "Ctrl+Alt+F_4"
433533
434 #: ../src/virt-viewer-window.c:594
534 #: ../src/virt-viewer-window.c:544
435535 msgid "Ctrl+Alt+F_5"
436536 msgstr "Ctrl+Alt+F_5"
437537
438 #: ../src/virt-viewer-window.c:595
538 #: ../src/virt-viewer-window.c:545
439539 msgid "Ctrl+Alt+F_6"
440540 msgstr "Ctrl+Alt+F_6"
441541
442 #: ../src/virt-viewer-window.c:596
542 #: ../src/virt-viewer-window.c:546
443543 msgid "Ctrl+Alt+F_7"
444544 msgstr "Ctrl+Alt+F_7"
445545
446 #: ../src/virt-viewer-window.c:597
546 #: ../src/virt-viewer-window.c:547
447547 msgid "Ctrl+Alt+F_8"
448548 msgstr "Ctrl+Alt+F_8"
449549
450 #: ../src/virt-viewer-window.c:598
550 #: ../src/virt-viewer-window.c:548
451551 msgid "Ctrl+Alt+F_9"
452552 msgstr "Ctrl+Alt+F_9"
453553
454 #: ../src/virt-viewer-window.c:599
554 #: ../src/virt-viewer-window.c:549
455555 msgid "Ctrl+Alt+F1_0"
456556 msgstr "Ctrl+Alt+F1_0"
457557
458 #: ../src/virt-viewer-window.c:600
558 #: ../src/virt-viewer-window.c:550
459559 msgid "Ctrl+Alt+F11"
460560 msgstr "Ctrl+Alt+F11"
461561
462 #: ../src/virt-viewer-window.c:601
562 #: ../src/virt-viewer-window.c:551
463563 msgid "Ctrl+Alt+F12"
464564 msgstr "Ctrl+Alt+F12"
465565
466 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
566 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
467567 msgid "Screenshot"
468568 msgstr "Schermata"
469569
470 #: ../src/virt-viewer-window.c:1051
570 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
571 msgid "Unknown"
572 msgstr ""
573
574 #: ../src/virt-viewer-window.c:1062
471575 msgid "Disconnect"
472576 msgstr "Scollega"
473577
474 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
578 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
475579 #: ../src/virt-viewer.xml.h:3
476580 msgid "USB device selection"
477581 msgstr "Selezione dispositivo USB"
478582
479 #: ../src/virt-viewer-window.c:1070
583 #: ../src/virt-viewer-window.c:1081
480584 msgid "Send key combination"
481585 msgstr "Invia combinazione di tasti"
482586
483 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
587 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
484588 msgid "Leave fullscreen"
485589 msgstr "Lascia a schermo intero"
486590
487 #: ../src/virt-viewer-window.c:1162
591 #: ../src/virt-viewer-window.c:1173
488592 msgid "Ctrl+Alt"
489593 msgstr "Ctrl+Alt"
490594
491 #: ../src/virt-viewer-window.c:1165
595 #: ../src/virt-viewer-window.c:1176
492596 #, c-format
493597 msgid "(Press %s to release pointer)"
494598 msgstr "(Premere %s per rilasciare il puntatore)"
495599
496600 #. translators:
497 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
498 #. <appname>"
499 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
500 #. Viewer"
501 #: ../src/virt-viewer-window.c:1176
601 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
602 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
603 #.
604 #: ../src/virt-viewer-window.c:1187
502605 #, c-format
503606 msgid "%s%s%s - %s"
504607 msgstr "%s%s%s - %s"
505608
506609 #. translators: <space>
507 #: ../src/virt-viewer-window.c:1180
610 #: ../src/virt-viewer-window.c:1191
508611 msgid " "
509612 msgstr " "
510613
511 #: ../src/virt-viewer-file.c:624
614 #: ../src/virt-viewer-file.c:825
615 #, c-format
616 msgid ""
617 "At least %s version %s is required to setup this connection, see %s for "
618 "details"
619 msgstr ""
620
621 #: ../src/virt-viewer-file.c:833
512622 #, c-format
513623 msgid "At least %s version %s is required to setup this connection"
514624 msgstr "%s versione %s è requisito minimo per configurare questa connessione"
515625
516 #: ../src/virt-viewer.c:133
626 #: ../src/virt-viewer.c:163
517627 msgid "Waiting for guest domain to re-start"
518628 msgstr "In attesa del riavvio del dominio guest"
519629
520 #: ../src/virt-viewer.c:318
630 #: ../src/virt-viewer.c:409
521631 #, c-format
522632 msgid "Cannot determine the graphic type for the guest %s"
523633 msgstr "Impossibile determinare il tipo grafico per il guest %s"
524634
525 #: ../src/virt-viewer.c:341
526 #, c-format
527 msgid "Cannot determine the graphic address for the guest %s"
528 msgstr "Impossibile determinare l'indirizzo grafico per il guest %s"
529
530 #: ../src/virt-viewer.c:354
635 #: ../src/virt-viewer.c:448
531636 #, c-format
532637 msgid "Cannot determine the host for the guest %s"
533638 msgstr "Impossibile determinare l'host per il guest %s"
534639
535 #: ../src/virt-viewer.c:540
640 #: ../src/virt-viewer.c:476
641 #, c-format
642 msgid "Guest '%s' is not reachable"
643 msgstr ""
644
645 #: ../src/virt-viewer.c:697
646 #, c-format
647 msgid "Virtual machine %s is not running"
648 msgstr ""
649
650 #: ../src/virt-viewer.c:720
536651 msgid "Waiting for libvirt to start"
537652 msgstr "In attesa dell'avvio di libvirt"
538653
539 #: ../src/virt-viewer.c:544
654 #: ../src/virt-viewer.c:724
540655 msgid "Finding guest domain"
541656 msgstr "Ricerca dominio guest in corso"
542657
543 #: ../src/virt-viewer.c:548
658 #: ../src/virt-viewer.c:728
544659 msgid "Waiting for guest domain to be created"
545660 msgstr "In attesa di creazione del dominio guest"
546661
547 #: ../src/virt-viewer.c:553
548 #, c-format
549 msgid "Cannot find guest domain %s"
550 msgstr "Impossibile trovare il dominio guest %s"
551
552 #: ../src/virt-viewer.c:566
662 #: ../src/virt-viewer.c:750
553663 msgid "Checking guest domain status"
554664 msgstr "Controllo stato del dominio guest in corso"
555665
556 #: ../src/virt-viewer.c:573
666 #: ../src/virt-viewer.c:753
667 msgid "Cannot get guest state"
668 msgstr ""
669
670 #: ../src/virt-viewer.c:759
557671 msgid "Waiting for guest domain to start"
558672 msgstr "In attesa dell'avvio del dominio guest"
559673
560 #: ../src/virt-viewer.c:580
561 msgid "Waiting for guest domain to start server"
562 msgstr "In attesa che il dominio guest avvii il server"
563
564 #: ../src/virt-viewer.c:694
565 #, c-format
566 msgid "Unable to connect to libvirt with URI %s"
567 msgstr "Impossibile connettersi a libvirt con la URI %s"
568
569 #: ../src/virt-viewer.c:695
674 #: ../src/virt-viewer.c:863
675 #, c-format
676 msgid "Unable to connect to libvirt with URI: %s."
677 msgstr ""
678
679 #: ../src/virt-viewer.c:864
570680 msgid "[none]"
571681 msgstr "[nessuno]"
572682
683 #: ../src/virt-viewer.c:871
684 msgid "Authentication failed."
685 msgstr ""
686
687 #: ../src/virt-viewer.c:931
688 msgid "Failed to connect: "
689 msgstr ""
690
691 #.
573692 #. * Local variables:
574693 #. * c-indent-level: 4
575694 #. * c-basic-offset: 4
576695 #. * indent-tabs-mode: nil
577696 #. * End:
697 #.
578698 #: ../src/virt-viewer.xml.h:1
579699 msgid "_File"
580700 msgstr "_File"
587707 msgid "Smartcard removal"
588708 msgstr "Rimozione Smartcard"
589709
590 #: ../src/virt-viewer.xml.h:6
710 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
711 msgid "Preferences"
712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:7
591715 msgid "_View"
592716 msgstr "_Visualizza"
593717
594 #: ../src/virt-viewer.xml.h:7
718 #: ../src/virt-viewer.xml.h:8
595719 msgid "Full screen"
596720 msgstr "Schermo intero"
597721
598 #: ../src/virt-viewer.xml.h:8
722 #: ../src/virt-viewer.xml.h:9
599723 msgid "_Zoom"
600724 msgstr "_Zoom"
601725
602 #: ../src/virt-viewer.xml.h:9
726 #: ../src/virt-viewer.xml.h:10
603727 msgid "Displays"
604728 msgstr "Display"
605729
606 #: ../src/virt-viewer.xml.h:10
730 #: ../src/virt-viewer.xml.h:11
607731 msgid "Release cursor"
608732 msgstr "Rilascia il cursore"
609733
610 #: ../src/virt-viewer.xml.h:11
734 #: ../src/virt-viewer.xml.h:12
611735 msgid "_Send key"
612736 msgstr "_Invia combinazione tasti"
613737
614 #: ../src/virt-viewer.xml.h:12
738 #: ../src/virt-viewer.xml.h:13
615739 msgid "_Help"
616740 msgstr "_Aiuto"
741
742 #: ../src/virt-viewer.xml.h:14
743 msgid "_Guest Details"
744 msgstr ""
745
746 #: ../src/virt-viewer-guest-details.xml.h:1
747 msgid "Guest Details"
748 msgstr ""
749
750 #: ../src/virt-viewer-guest-details.xml.h:2
751 msgid "Name:"
752 msgstr ""
753
754 #: ../src/virt-viewer-guest-details.xml.h:3
755 msgid "GUID:"
756 msgstr ""
757
758 #: ../src/virt-viewer-vm-connection.xml.h:1
759 msgid "Choose a virtual machine"
760 msgstr ""
761
762 #: ../src/virt-viewer-vm-connection.xml.h:2
763 msgid "Name"
764 msgstr ""
765
766 #: ../src/virt-viewer-vm-connection.xml.h:3
767 msgid "Available virtual machines"
768 msgstr ""
769
770 #: ../src/virt-viewer-preferences.xml.h:2
771 msgid "Folder sharing"
772 msgstr ""
773
774 #: ../src/virt-viewer-preferences.xml.h:3
775 msgid "Share folder"
776 msgstr ""
777
778 #: ../src/virt-viewer-preferences.xml.h:4
779 msgid "Read-only"
780 msgstr ""
781
782 #: ../src/virt-viewer-preferences.xml.h:5
783 msgid "Spice"
784 msgstr ""
+0
-612
po/it_IT.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-01-24 17:29+0000\n"
10 "PO-Revision-Date: 2014-01-24 17:29+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Italian (Italy) (http://www.transifex.com/projects/p/fedora/language/it_IT/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: it_IT\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:111
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #. Setup command line options
89 #: ../src/remote-viewer-main.c:114
90 msgid "- Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:131
94 #, c-format
95 msgid ""
96 "%s\n"
97 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr ""
99
100 #: ../src/remote-viewer-main.c:143
101 #, c-format
102 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr ""
104
105 #: ../src/remote-viewer-main.c:150
106 #, c-format
107 msgid "Error: can't handle multiple URIs\n"
108 msgstr ""
109
110 #: ../src/remote-viewer.c:284 ../src/remote-viewer.c:1030
111 msgid "Failed to initiate connection"
112 msgstr ""
113
114 #: ../src/remote-viewer.c:299
115 msgid "Display disabled by controller"
116 msgstr ""
117
118 #: ../src/remote-viewer.c:597
119 #, c-format
120 msgid "Controller connection failed: %s"
121 msgstr ""
122
123 #. Create the widgets
124 #: ../src/remote-viewer.c:885
125 msgid "Connection details"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:900
129 msgid "URL:"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:908
133 msgid "Recent connections:"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:962
137 msgid "Couldn't create a Spice session"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:976
141 msgid "Setting up Spice session..."
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1001
145 #, c-format
146 msgid "Invalid file %s"
147 msgstr ""
148
149 #: ../src/remote-viewer.c:1008
150 msgid "Cannot determine the connection type from URI"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:1014
154 msgid "Couldn't open oVirt session"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:1021
158 #, c-format
159 msgid "Couldn't create a session for this type: %s"
160 msgstr ""
161
162 #. * Local variables:
163 #. * c-indent-level: 4
164 #. * c-basic-offset: 4
165 #. * indent-tabs-mode: nil
166 #. * End:
167 #: ../src/virt-viewer-about.xml.h:1
168 msgid "About Glade"
169 msgstr ""
170
171 #: ../src/virt-viewer-about.xml.h:2
172 msgid ""
173 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
174 "Copyright (C) 2007-2012 Red Hat, Inc."
175 msgstr ""
176
177 #: ../src/virt-viewer-about.xml.h:4
178 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
179 msgstr ""
180
181 #: ../src/virt-viewer-about.xml.h:5
182 msgid "virt-manager.org"
183 msgstr ""
184
185 #: ../src/virt-viewer-about.xml.h:6
186 msgid ""
187 "This program is free software; you can redistribute it and/or modify\n"
188 "it under the terms of the GNU General Public License as published by\n"
189 "the Free Software Foundation; either version 2 of the License, or\n"
190 "(at your option) any later version.\n"
191 "\n"
192 "This program is distributed in the hope that it will be useful,\n"
193 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
194 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
195 "GNU General Public License for more details.\n"
196 "\n"
197 "You should have received a copy of the GNU General Public License\n"
198 "along with this program; if not, write to the Free Software\n"
199 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
200 msgstr ""
201
202 #: ../src/virt-viewer-about.xml.h:20
203 msgid "The Fedora Translation Team"
204 msgstr ""
205
206 #: ../src/virt-viewer-app.c:383
207 msgid "Do you want to close the session?"
208 msgstr ""
209
210 #: ../src/virt-viewer-app.c:385
211 msgid "Do not ask me again"
212 msgstr ""
213
214 #: ../src/virt-viewer-app.c:806
215 #, c-format
216 msgid "Waiting for display %d..."
217 msgstr ""
218
219 #: ../src/virt-viewer-app.c:914
220 #, c-format
221 msgid "Unknown graphic type for the guest %s"
222 msgstr ""
223
224 #: ../src/virt-viewer-app.c:995
225 msgid "Connect to ssh failed."
226 msgstr ""
227
228 #: ../src/virt-viewer-app.c:997
229 msgid "Can't connect to channel, SSH only supported."
230 msgstr ""
231
232 #: ../src/virt-viewer-app.c:1009
233 msgid "Connect to channel unsupported."
234 msgstr ""
235
236 #: ../src/virt-viewer-app.c:1091
237 msgid "Connecting to graphic server"
238 msgstr ""
239
240 #: ../src/virt-viewer-app.c:1224
241 msgid "Guest domain has shutdown"
242 msgstr ""
243
244 #: ../src/virt-viewer-app.c:1284
245 msgid "Connected to graphic server"
246 msgstr ""
247
248 #: ../src/virt-viewer-app.c:1309
249 #, c-format
250 msgid "Unable to connect to the graphic server %s"
251 msgstr ""
252
253 #: ../src/virt-viewer-app.c:1338
254 #, c-format
255 msgid ""
256 "Unable to authenticate with remote desktop server at %s: %s\n"
257 "Retry connection again?"
258 msgstr ""
259
260 #: ../src/virt-viewer-app.c:1358
261 #, c-format
262 msgid "Unable to authenticate with remote desktop server: %s"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1366
266 #, c-format
267 msgid "USB redirection error: %s"
268 msgstr ""
269
270 #: ../src/virt-viewer-app.c:1584
271 #, c-format
272 msgid "Zoom level must be within %d-%d\n"
273 msgstr ""
274
275 #: ../src/virt-viewer-app.c:2080
276 #, c-format
277 msgid "Display %d"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:2255
281 #, c-format
282 msgid "Invalid kiosk-quit argument: %s"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:2264
286 msgid "Zoom level of window, in percentage"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:2266
290 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:2268
294 msgid "Customise hotkeys"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:2270
298 msgid "Enable kiosk mode"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:2272
302 msgid "Quit on given condition in kiosk mode"
303 msgstr ""
304
305 #: ../src/virt-viewer-app.c:2272
306 msgid "<never|on-disconnect>"
307 msgstr ""
308
309 #: ../src/virt-viewer-app.c:2274
310 msgid "Display verbose information"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:2276
314 msgid "Display debugging information"
315 msgstr ""
316
317 #. * Local variables:
318 #. * c-indent-level: 4
319 #. * c-basic-offset: 4
320 #. * indent-tabs-mode: nil
321 #. * End:
322 #: ../src/virt-viewer-auth.xml.h:1
323 msgid "Authentication required"
324 msgstr ""
325
326 #: ../src/virt-viewer-auth.xml.h:2
327 msgid "label"
328 msgstr ""
329
330 #: ../src/virt-viewer-auth.xml.h:3
331 msgid "Password:"
332 msgstr ""
333
334 #: ../src/virt-viewer-auth.xml.h:4
335 msgid "Username:"
336 msgstr ""
337
338 #: ../src/virt-viewer-main.c:38
339 #, c-format
340 msgid "%s version %s\n"
341 msgstr ""
342
343 #: ../src/virt-viewer-main.c:62
344 msgid "Direct connection with no automatic tunnels"
345 msgstr ""
346
347 #: ../src/virt-viewer-main.c:64
348 msgid "Attach to the local display using libvirt"
349 msgstr ""
350
351 #: ../src/virt-viewer-main.c:66
352 msgid "Connect to hypervisor"
353 msgstr ""
354
355 #: ../src/virt-viewer-main.c:68
356 msgid "Wait for domain to start"
357 msgstr ""
358
359 #: ../src/virt-viewer-main.c:70
360 msgid "Reconnect to domain upon restart"
361 msgstr ""
362
363 #: ../src/virt-viewer-main.c:76
364 msgid "Virt Viewer"
365 msgstr ""
366
367 #: ../src/virt-viewer-main.c:79
368 #, c-format
369 msgid "Run '%s --help' to see a full list of available command line options"
370 msgstr ""
371
372 #. Setup command line options
373 #: ../src/virt-viewer-main.c:84
374 msgid "- Virtual machine graphical console"
375 msgstr ""
376
377 #: ../src/virt-viewer-main.c:105
378 #, c-format
379 msgid ""
380 "\n"
381 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
382 "\n"
383 "%s\n"
384 "\n"
385 msgstr ""
386
387 #: ../src/virt-viewer-session-spice.c:499
388 msgid "invalid password"
389 msgstr ""
390
391 #. Create the widgets
392 #: ../src/virt-viewer-session-spice.c:553
393 msgid "Select USB devices for redirection"
394 msgstr ""
395
396 #: ../src/virt-viewer-session-vnc.c:150
397 #, c-format
398 msgid "Unsupported authentication type %d"
399 msgstr ""
400
401 #: ../src/virt-viewer-window.c:580
402 msgid "Ctrl+Alt+_Del"
403 msgstr ""
404
405 #: ../src/virt-viewer-window.c:581
406 msgid "Ctrl+Alt+_Backspace"
407 msgstr ""
408
409 #: ../src/virt-viewer-window.c:583
410 msgid "Ctrl+Alt+F_1"
411 msgstr ""
412
413 #: ../src/virt-viewer-window.c:584
414 msgid "Ctrl+Alt+F_2"
415 msgstr ""
416
417 #: ../src/virt-viewer-window.c:585
418 msgid "Ctrl+Alt+F_3"
419 msgstr ""
420
421 #: ../src/virt-viewer-window.c:586
422 msgid "Ctrl+Alt+F_4"
423 msgstr ""
424
425 #: ../src/virt-viewer-window.c:587
426 msgid "Ctrl+Alt+F_5"
427 msgstr ""
428
429 #: ../src/virt-viewer-window.c:588
430 msgid "Ctrl+Alt+F_6"
431 msgstr ""
432
433 #: ../src/virt-viewer-window.c:589
434 msgid "Ctrl+Alt+F_7"
435 msgstr ""
436
437 #: ../src/virt-viewer-window.c:590
438 msgid "Ctrl+Alt+F_8"
439 msgstr ""
440
441 #: ../src/virt-viewer-window.c:591
442 msgid "Ctrl+Alt+F_9"
443 msgstr ""
444
445 #: ../src/virt-viewer-window.c:592
446 msgid "Ctrl+Alt+F1_0"
447 msgstr ""
448
449 #: ../src/virt-viewer-window.c:593
450 msgid "Ctrl+Alt+F11"
451 msgstr ""
452
453 #: ../src/virt-viewer-window.c:594
454 msgid "Ctrl+Alt+F12"
455 msgstr ""
456
457 #: ../src/virt-viewer-window.c:985 ../src/virt-viewer.xml.h:2
458 msgid "Screenshot"
459 msgstr ""
460
461 #: ../src/virt-viewer-window.c:1061
462 msgid "Disconnect"
463 msgstr ""
464
465 #: ../src/virt-viewer-window.c:1068 ../src/virt-viewer-window.c:1069
466 #: ../src/virt-viewer.xml.h:3
467 msgid "USB device selection"
468 msgstr ""
469
470 #: ../src/virt-viewer-window.c:1077
471 msgid "Send key combination"
472 msgstr ""
473
474 #: ../src/virt-viewer-window.c:1086 ../src/virt-viewer-window.c:1087
475 msgid "Leave fullscreen"
476 msgstr ""
477
478 #: ../src/virt-viewer-window.c:1166
479 msgid "Ctrl+Alt"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:1169
483 #, c-format
484 msgid "(Press %s to release pointer)"
485 msgstr ""
486
487 #. translators:
488 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
489 #. <appname>"
490 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
491 #. Viewer"
492 #: ../src/virt-viewer-window.c:1180
493 #, c-format
494 msgid "%s%s%s - %s"
495 msgstr ""
496
497 #. translators: <space>
498 #: ../src/virt-viewer-window.c:1184
499 msgid " "
500 msgstr ""
501
502 #: ../src/virt-viewer-file.c:624
503 #, c-format
504 msgid "At least %s version %s is required to setup this connection"
505 msgstr ""
506
507 #: ../src/virt-viewer.c:133
508 msgid "Waiting for guest domain to re-start"
509 msgstr ""
510
511 #: ../src/virt-viewer.c:318
512 #, c-format
513 msgid "Cannot determine the graphic type for the guest %s"
514 msgstr ""
515
516 #: ../src/virt-viewer.c:341
517 #, c-format
518 msgid "Cannot determine the graphic address for the guest %s"
519 msgstr ""
520
521 #: ../src/virt-viewer.c:354
522 #, c-format
523 msgid "Cannot determine the host for the guest %s"
524 msgstr ""
525
526 #: ../src/virt-viewer.c:539
527 msgid "Waiting for libvirt to start"
528 msgstr ""
529
530 #: ../src/virt-viewer.c:543
531 msgid "Finding guest domain"
532 msgstr ""
533
534 #: ../src/virt-viewer.c:547
535 msgid "Waiting for guest domain to be created"
536 msgstr ""
537
538 #: ../src/virt-viewer.c:552
539 #, c-format
540 msgid "Cannot find guest domain %s"
541 msgstr ""
542
543 #: ../src/virt-viewer.c:565
544 msgid "Checking guest domain status"
545 msgstr ""
546
547 #: ../src/virt-viewer.c:572
548 msgid "Waiting for guest domain to start"
549 msgstr ""
550
551 #: ../src/virt-viewer.c:579
552 msgid "Waiting for guest domain to start server"
553 msgstr ""
554
555 #: ../src/virt-viewer.c:693
556 #, c-format
557 msgid "Unable to connect to libvirt with URI %s"
558 msgstr ""
559
560 #: ../src/virt-viewer.c:694
561 msgid "[none]"
562 msgstr ""
563
564 #. * Local variables:
565 #. * c-indent-level: 4
566 #. * c-basic-offset: 4
567 #. * indent-tabs-mode: nil
568 #. * End:
569 #: ../src/virt-viewer.xml.h:1
570 msgid "_File"
571 msgstr ""
572
573 #: ../src/virt-viewer.xml.h:4
574 msgid "Smartcard insertion"
575 msgstr ""
576
577 #: ../src/virt-viewer.xml.h:5
578 msgid "Smartcard removal"
579 msgstr ""
580
581 #: ../src/virt-viewer.xml.h:6
582 msgid "_View"
583 msgstr ""
584
585 #: ../src/virt-viewer.xml.h:7
586 msgid "Full screen"
587 msgstr ""
588
589 #: ../src/virt-viewer.xml.h:8
590 msgid "_Zoom"
591 msgstr ""
592
593 #: ../src/virt-viewer.xml.h:9
594 msgid "Automatically resize"
595 msgstr ""
596
597 #: ../src/virt-viewer.xml.h:10
598 msgid "Displays"
599 msgstr ""
600
601 #: ../src/virt-viewer.xml.h:11
602 msgid "Release cursor"
603 msgstr ""
604
605 #: ../src/virt-viewer.xml.h:12
606 msgid "_Send key"
607 msgstr ""
608
609 #: ../src/virt-viewer.xml.h:13
610 msgid "_Help"
611 msgstr ""
+368
-179
po/ja.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Hajime Taira <htaira@redhat.com>, 2012-2014
66 # Kiyoto Hashida <khashida@redhat.com>, 2010
7 # noriko <noriko@fedoraproject.org>, 2014
78 # Tomoyuki KATO <tomo@dream.daynight.jp>, 2012-2013
9 # Hajime Taira <htaira@fedoraproject.org>, 2015. #zanata
810 msgid ""
911 msgstr ""
10 "Project-Id-Version: virt-viewer\n"
12 "Project-Id-Version: PACKAGE VERSION\n"
1113 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
13 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
14 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
15 "Language-Team: Japanese (http://www.transifex.com/projects/p/virt-viewer/language/ja/)\n"
14 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
15 "PO-Revision-Date: 2015-12-08 10:06-0500\n"
16 "Last-Translator: Hajime Taira <htaira@fedoraproject.org>\n"
17 "Language-Team: Japanese (http://www.transifex.com/projects/p/virt-viewer/"
18 "language/ja/)\n"
19 "Language: ja\n"
1620 "MIME-Version: 1.0\n"
1721 "Content-Type: text/plain; charset=UTF-8\n"
1822 "Content-Transfer-Encoding: 8bit\n"
19 "Language: ja\n"
2023 "Plural-Forms: nplurals=1; plural=0;\n"
21
22 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
24 "X-Generator: Zanata 3.7.3\n"
25
26 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2327 msgid "Remote Viewer"
2428 msgstr "リモートビューアー"
2529
7377
7478 #: ../src/remote-viewer-main.c:50
7579 #, c-format
76 msgid "remote-viewer version %s\n"
77 msgstr "remote-viewer バージョン %s\n"
78
79 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
80 msgid "remote-viewer version %s"
81 msgstr "remote-viewer バージョン %s"
82
83 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8084 msgid "Display version information"
8185 msgstr "バージョン情報を表示します"
8286
83 #: ../src/remote-viewer-main.c:101
87 #: ../src/remote-viewer-main.c:105
8488 msgid "Set window title"
8589 msgstr "ウィンドウタイトルの設定"
8690
87 #: ../src/remote-viewer-main.c:104
91 #: ../src/remote-viewer-main.c:108
8892 msgid "Open connection using Spice controller communication"
8993 msgstr "Spice コントローラー通信を使用して接続を開く"
9094
91 #: ../src/remote-viewer-main.c:116
95 #: ../src/remote-viewer-main.c:120
9296 msgid "Remote viewer client"
93 msgstr ""
94
95 #: ../src/remote-viewer-main.c:134
97 msgstr "リモートビューアークライアント"
98
99 #: ../src/remote-viewer-main.c:138
96100 #, c-format
97101 msgid ""
98102 "%s\n"
99103 "Run '%s --help' to see a full list of available command line options\n"
100 msgstr "%s\n利用可能なコマンドラインオプションの完全な一覧を確認するには '%s --help' を実行してください\n"
101
102 #: ../src/remote-viewer-main.c:146
104 msgstr ""
105 "%s\n"
106 "利用可能なコマンドラインオプションの完全な一覧を確認するには '%s --help' を実"
107 "行してください\n"
108
109 #: ../src/remote-viewer-main.c:149
103110 #, c-format
104111 msgid "Error: extra arguments given while using Spice controller\n"
105 msgstr "エラー: Spice コントローラーを使用しているときに余計な引数が指定されました\n"
106
107 #: ../src/remote-viewer-main.c:153
112 msgstr ""
113 "エラー: Spice コントローラーを使用しているときに余計な引数が指定されました\n"
114
115 #: ../src/remote-viewer-main.c:156
108116 #, c-format
109117 msgid "Error: can't handle multiple URIs\n"
110118 msgstr "Error: 複数の URI を処理できません\n"
111119
112 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
120 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
113121 msgid "Failed to initiate connection"
114122 msgstr "接続の初期化に失敗しました"
115123
116 #: ../src/remote-viewer.c:294
124 #: ../src/remote-viewer.c:313
117125 msgid "Display disabled by controller"
118126 msgstr "ディスプレイがコントローラーにより無効化されました"
119127
120 #: ../src/remote-viewer.c:592
128 #: ../src/remote-viewer.c:609
121129 #, c-format
122130 msgid "Controller connection failed: %s"
123131 msgstr "コントローラーの接続に失敗しました: %s"
124132
125 #. Create the widgets
126 #: ../src/remote-viewer.c:924
127 msgid "Connection details"
128 msgstr "接続の詳細"
129
130 #: ../src/remote-viewer.c:939
131 msgid "_Connection Address"
132 msgstr ""
133 #: ../src/remote-viewer.c:755
134 msgid "_Change CD"
135 msgstr "CDの変更(_C)"
136
137 #: ../src/remote-viewer.c:855
138 msgid "failed to parse ovirt uri"
139 msgstr "oVirt URI の構文解析に失敗しました"
140
141 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
142 msgid "Authentication was cancelled"
143 msgstr "認証が取り消されました"
144
145 #: ../src/remote-viewer.c:900
146 #, c-format
147 msgid "oVirt VM %s is not running"
148 msgstr "oVirt上の仮想マシン %s は稼働していません"
149
150 #: ../src/remote-viewer.c:914
151 #, c-format
152 msgid "oVirt VM %s has no display"
153 msgstr "oVirt上の仮想マシン %s にはディスプレイがありません"
154
155 #: ../src/remote-viewer.c:940
156 #, c-format
157 msgid "oVirt VM %s has no host information"
158 msgstr "oVirt 上の仮想マシン %s はホストの情報がありません"
133159
134160 #: ../src/remote-viewer.c:951
135 msgid "For example, spice://foo.example.org:5900"
136 msgstr ""
137
138 #: ../src/remote-viewer.c:964
139 msgid "_Recent Connections"
140 msgstr ""
141
142 #: ../src/remote-viewer.c:1020
143 msgid "Couldn't create a Spice session"
144 msgstr "Spice セッションを作成できませんでした"
145
146 #: ../src/remote-viewer.c:1034
161 #, c-format
162 msgid "oVirt VM %s has unknown display type: %d"
163 msgstr "oVirt上の仮想マシン %s は不明なディスプレイタイプ: %d を搭載しています"
164
165 #: ../src/remote-viewer.c:1094
147166 msgid "Setting up Spice session..."
148167 msgstr "Spice セッションのセットアップ中..."
149168
150 #: ../src/remote-viewer.c:1055
151 #, c-format
152 msgid "Invalid file %s"
153 msgstr "無効なファイル %s"
154
155 #: ../src/remote-viewer.c:1062
169 #: ../src/remote-viewer.c:1102
170 msgid "No connection was chosen"
171 msgstr "接続が選択されていません"
172
173 #: ../src/remote-viewer.c:1120
174 #, c-format
175 msgid "Invalid file %s: "
176 msgstr "無効なファイル %s:"
177
178 #: ../src/remote-viewer.c:1128
156179 msgid "Cannot determine the connection type from URI"
157180 msgstr "URI から接続の種類を決定できません"
158181
159 #: ../src/remote-viewer.c:1068
160 msgid "Couldn't open oVirt session"
161 msgstr "oVirt セッションを開けませんでした"
162
163 #: ../src/remote-viewer.c:1075
164 #, c-format
165 msgid "Couldn't create a session for this type: %s"
166 msgstr "この種類のセッションを作成できませんでした: %s"
167
182 #: ../src/remote-viewer.c:1134
183 msgid "Couldn't open oVirt session: "
184 msgstr "oVirt セッションを開けません:"
185
186 #.
168187 #. * Local variables:
169188 #. * c-indent-level: 4
170189 #. * c-basic-offset: 4
171190 #. * indent-tabs-mode: nil
172191 #. * End:
192 #.
193 #: ../src/remote-viewer-connect.xml.h:1
194 msgid "Connection details"
195 msgstr "接続の詳細"
196
197 #: ../src/remote-viewer-connect.xml.h:2
198 msgid "Connection Address"
199 msgstr "接続アドレス"
200
201 #: ../src/remote-viewer-connect.xml.h:3
202 msgid "For example, spice://foo.example.org:5900"
203 msgstr "例: spice://foo.example.org:5900"
204
205 #: ../src/remote-viewer-connect.xml.h:4
206 msgid "Recent connections"
207 msgstr "最近の接続"
208
209 #: ../src/remote-viewer-connect.xml.h:5
210 msgid "Cancel"
211 msgstr "取り消し"
212
213 #: ../src/remote-viewer-connect.xml.h:6
214 msgid "Connect"
215 msgstr "接続"
216
173217 #: ../src/virt-viewer-about.xml.h:1
174218 msgid "About Glade"
175219 msgstr "Glade について"
179223 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
180224 "Copyright (C) 2007-2014 Red Hat, Inc."
181225 msgstr ""
226 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
227 "Copyright (C) 2007-2014 Red Hat, Inc."
182228
183229 #: ../src/virt-viewer-about.xml.h:4
184230 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
185 msgstr "GTK-VNC, SPICE-GTK および libvirt でビルドされたリモートデスクトップクライアント"
231 msgstr ""
232 "GTK-VNC, SPICE-GTK および libvirt でビルドされたリモートデスクトップクライア"
233 "ント"
186234
187235 #: ../src/virt-viewer-about.xml.h:5
188236 msgid "virt-manager.org"
203251 "You should have received a copy of the GNU General Public License\n"
204252 "along with this program; if not, write to the Free Software\n"
205253 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
206 msgstr "This program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
254 msgstr ""
255 "This program is free software; you can redistribute it and/or modify\n"
256 "it under the terms of the GNU General Public License as published by\n"
257 "the Free Software Foundation; either version 2 of the License, or\n"
258 "(at your option) any later version.\n"
259 "\n"
260 "This program is distributed in the hope that it will be useful,\n"
261 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
262 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
263 "GNU General Public License for more details.\n"
264 "\n"
265 "You should have received a copy of the GNU General Public License\n"
266 "along with this program; if not, write to the Free Software\n"
267 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
207268
208269 #: ../src/virt-viewer-about.xml.h:20
209270 msgid "The Fedora Translation Team"
210271 msgstr "The Fedora Translation Team"
211272
212 #: ../src/virt-viewer-app.c:400
273 #: ../src/virt-viewer-app.c:526
213274 msgid "Do you want to close the session?"
214275 msgstr "セッションを閉じますか?"
215276
216 #: ../src/virt-viewer-app.c:402
277 #: ../src/virt-viewer-app.c:528
217278 msgid "Do not ask me again"
218279 msgstr "二度と確認しない"
219280
220 #: ../src/virt-viewer-app.c:841
281 #: ../src/virt-viewer-app.c:1008
221282 #, c-format
222283 msgid "Waiting for display %d..."
223284 msgstr "ディスプレイ %d を待機中..."
224285
225 #: ../src/virt-viewer-app.c:946
226 #, c-format
227 msgid "Unknown graphic type for the guest %s"
228 msgstr "仮想マシン %s のグラフィックの種類が未知の種類です"
229
230 #: ../src/virt-viewer-app.c:1027
286 #: ../src/virt-viewer-app.c:1117
287 #, c-format
288 msgid "Unsupported graphic type '%s'"
289 msgstr "サポートされないグラフィックス形式 '%s' です"
290
291 #: ../src/virt-viewer-app.c:1200
231292 msgid "Connect to ssh failed."
232293 msgstr "SSH への接続に失敗しました。"
233294
234 #: ../src/virt-viewer-app.c:1029
295 #: ../src/virt-viewer-app.c:1202
235296 msgid "Can't connect to channel, SSH only supported."
236297 msgstr "チャンネルに接続できません、SSH のみがサポートされます。"
237298
238 #: ../src/virt-viewer-app.c:1041
299 #: ../src/virt-viewer-app.c:1214
239300 msgid "Connect to channel unsupported."
240301 msgstr "サポートされないチャネルに接続します。"
241302
242 #: ../src/virt-viewer-app.c:1123
303 #: ../src/virt-viewer-app.c:1276
304 msgid "Display can only be attached through libvirt with --attach"
305 msgstr "ディスプレイは libvirt にて --attach を指定する場合にのみ付与できます"
306
307 #: ../src/virt-viewer-app.c:1299
243308 msgid "Connecting to graphic server"
244309 msgstr "グラフィックサーバーに接続中"
245310
246 #: ../src/virt-viewer-app.c:1256
311 #: ../src/virt-viewer-app.c:1398
247312 msgid "Guest domain has shutdown"
248313 msgstr "仮想マシンがシャットダウンしました"
249314
250 #: ../src/virt-viewer-app.c:1317
315 #: ../src/virt-viewer-app.c:1459
251316 msgid "Connected to graphic server"
252317 msgstr "グラフィックサーバーに接続"
253318
254 #: ../src/virt-viewer-app.c:1344
319 #: ../src/virt-viewer-app.c:1486
255320 #, c-format
256321 msgid "Unable to connect to the graphic server %s"
257322 msgstr "グラフィックサーバー %s に接続できません"
258323
259 #: ../src/virt-viewer-app.c:1376
260 #, c-format
261 msgid ""
262 "Unable to authenticate with remote desktop server at %s: %s\n"
263 "Retry connection again?"
264 msgstr "%s のリモートデスクトップサーバーの認証で失敗しました: %s\n再び接続を試行しますか?"
265
266 #: ../src/virt-viewer-app.c:1396
324 #: ../src/virt-viewer-app.c:1512
325 #, c-format
326 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
327 msgstr "%s 上のリモートデスクトップサーバーの認証で失敗しました: %s\n"
328
329 #: ../src/virt-viewer-app.c:1525
267330 #, c-format
268331 msgid "Unable to authenticate with remote desktop server: %s"
269332 msgstr "リモートデスクトップサーバーの認証で失敗しました: %s"
270333
271 #: ../src/virt-viewer-app.c:1404
334 #: ../src/virt-viewer-app.c:1533
272335 #, c-format
273336 msgid "USB redirection error: %s"
274337 msgstr "USB リダイレクトエラー: %s"
275338
276 #: ../src/virt-viewer-app.c:1632
339 #: ../src/virt-viewer-app.c:1786
277340 #, c-format
278341 msgid "Zoom level must be within %d-%d\n"
279342 msgstr "ズームレベルは %d-%d の範囲内でなければいけません\n"
280343
281 #: ../src/virt-viewer-app.c:2126
344 #: ../src/virt-viewer-app.c:2296
282345 #, c-format
283346 msgid "Display %d"
284347 msgstr "ディスプレイ %d"
285348
286 #: ../src/virt-viewer-app.c:2301
349 #: ../src/virt-viewer-app.c:2552
287350 #, c-format
288351 msgid "Invalid kiosk-quit argument: %s"
289352 msgstr "無効な kiosk-quit の引数: %s"
290353
291 #: ../src/virt-viewer-app.c:2310
354 #: ../src/virt-viewer-app.c:2561
292355 msgid "Zoom level of window, in percentage"
293356 msgstr "ウィンドウのズームレベル(パーセント単位)"
294357
295 #: ../src/virt-viewer-app.c:2312
358 #: ../src/virt-viewer-app.c:2563
296359 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
297 msgstr "フルスクリーンモードで開きます (クライアントに適するよう、仮想マシンを自動調整します)"
298
299 #: ../src/virt-viewer-app.c:2314
360 msgstr ""
361 "フルスクリーンモードで開きます (クライアントに適するよう、仮想マシンを自動調"
362 "整します)"
363
364 #: ../src/virt-viewer-app.c:2565
300365 msgid "Customise hotkeys"
301366 msgstr "ホットキーのカスタマイズ"
302367
303 #: ../src/virt-viewer-app.c:2316
368 #: ../src/virt-viewer-app.c:2567
304369 msgid "Enable kiosk mode"
305370 msgstr "Kiosk モードを有効化"
306371
307 #: ../src/virt-viewer-app.c:2318
372 #: ../src/virt-viewer-app.c:2569
308373 msgid "Quit on given condition in kiosk mode"
309374 msgstr "Kiosk モードを与えられた条件で終了します"
310375
311 #: ../src/virt-viewer-app.c:2318
376 #: ../src/virt-viewer-app.c:2569
312377 msgid "<never|on-disconnect>"
313378 msgstr "<never|on-disconnect>"
314379
315 #: ../src/virt-viewer-app.c:2320
380 #: ../src/virt-viewer-app.c:2571
316381 msgid "Display verbose information"
317382 msgstr "詳細情報を表示します"
318383
319 #: ../src/virt-viewer-app.c:2322
384 #: ../src/virt-viewer-app.c:2573
320385 msgid "Display debugging information"
321386 msgstr "デバッグ情報を表示します"
322387
388 #: ../src/virt-viewer-auth.c:88
389 #, c-format
390 msgid ""
391 "Authentication is required for the %s connection to:\n"
392 "\n"
393 "<b>%s</b>\n"
394 "\n"
395 msgstr ""
396 "%s 接続のために認証が必要です:\n"
397 "\n"
398 "<b>%s</b>\n"
399 "\n"
400
401 #: ../src/virt-viewer-auth.c:92
402 #, c-format
403 msgid "Authentication is required for the %s connection:\n"
404 msgstr "%s 接続のために認証が必要です:\n"
405
406 #.
323407 #. * Local variables:
324408 #. * c-indent-level: 4
325409 #. * c-basic-offset: 4
326410 #. * indent-tabs-mode: nil
327411 #. * End:
412 #.
328413 #: ../src/virt-viewer-auth.xml.h:1
329414 msgid "Authentication required"
330415 msgstr "認証が必要です"
331416
332 #: ../src/virt-viewer-auth.xml.h:2
417 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
333418 msgid "label"
334419 msgstr "ラベル"
335420
341426 msgid "Username:"
342427 msgstr "ユーザー名:"
343428
429 #: ../src/virt-viewer-auth.xml.h:5
430 msgid "Show password"
431 msgstr "パスワードの表示"
432
433 #: ../src/virt-viewer-display-vnc.c:133
434 msgid "VNC does not provide GUID"
435 msgstr "VNC が GUID を提供していません"
436
344437 #: ../src/virt-viewer-main.c:38
345438 #, c-format
346439 msgid "%s version %s\n"
373466 #: ../src/virt-viewer-main.c:80
374467 #, c-format
375468 msgid "Run '%s --help' to see a full list of available command line options"
376 msgstr "利用可能なコマンドラインオプションの完全な一覧を確認するには '%s --help' を実行してください"
469 msgstr ""
470 "利用可能なコマンドラインオプションの完全な一覧を確認するには '%s --help' を実"
471 "行してください"
377472
378473 #: ../src/virt-viewer-main.c:86
379474 msgid "Virtual machine graphical console"
380 msgstr ""
381
382 #: ../src/virt-viewer-main.c:108
475 msgstr "仮想マシングラフィカルコンソール"
476
477 #: ../src/virt-viewer-main.c:107
383478 #, c-format
384479 msgid ""
385480 "\n"
386 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
481 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
387482 "\n"
388483 "%s\n"
389484 "\n"
390 msgstr "\n使用法: %s [オプション] ドメイン名|ID|UUID\n\n%s\n\n"
391
392 #: ../src/virt-viewer-session-spice.c:506
393 msgid "invalid password"
485 msgstr ""
486 "\n"
487 "使用法: %s [オプション] [ドメイン名|ID|UUID]\n"
488 "\n"
489 "%s\n"
490 "\n"
491
492 #: ../src/virt-viewer-main.c:112
493 #, c-format
494 msgid ""
495 "\n"
496 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
497 "\n"
498 msgstr ""
499 "\n"
500 "'--wait' に対して ドメイン名|ID|UUID が指定されていません\n"
501 "\n"
502
503 #: ../src/virt-viewer-session-spice.c:694
504 msgid "Invalid password"
394505 msgstr "無効なパスワード"
395506
396507 #. Create the widgets
397 #: ../src/virt-viewer-session-spice.c:588
508 #: ../src/virt-viewer-session-spice.c:786
398509 msgid "Select USB devices for redirection"
399510 msgstr "リダイレクトする USB デバイスを選択"
400511
401 #: ../src/virt-viewer-session-vnc.c:148
512 #: ../src/virt-viewer-session-vnc.c:153
402513 #, c-format
403514 msgid "Unsupported authentication type %d"
404515 msgstr "サポートしていない認証の種類 %d"
405516
406 #: ../src/virt-viewer-window.c:587
517 #: ../src/virt-viewer-vm-connection.c:64
518 msgid "No virtual machine found"
519 msgstr "仮想マシンが見つかりません"
520
521 #: ../src/virt-viewer-vm-connection.c:93
522 msgid "No virtual machine was chosen"
523 msgstr "仮想マシンが何も選択されていません"
524
525 #: ../src/virt-viewer-window.c:537
407526 msgid "Ctrl+Alt+_Del"
408527 msgstr "Ctrl+Alt+Del(_D)"
409528
410 #: ../src/virt-viewer-window.c:588
529 #: ../src/virt-viewer-window.c:538
411530 msgid "Ctrl+Alt+_Backspace"
412531 msgstr "Ctrl+Alt+Backspace(_B)"
413532
414 #: ../src/virt-viewer-window.c:590
533 #: ../src/virt-viewer-window.c:540
415534 msgid "Ctrl+Alt+F_1"
416535 msgstr "Ctrl+Alt+F1(_1)"
417536
418 #: ../src/virt-viewer-window.c:591
537 #: ../src/virt-viewer-window.c:541
419538 msgid "Ctrl+Alt+F_2"
420539 msgstr "Ctrl+Alt+F2(_2)"
421540
422 #: ../src/virt-viewer-window.c:592
541 #: ../src/virt-viewer-window.c:542
423542 msgid "Ctrl+Alt+F_3"
424543 msgstr "Ctrl+Alt+F3(_3)"
425544
426 #: ../src/virt-viewer-window.c:593
545 #: ../src/virt-viewer-window.c:543
427546 msgid "Ctrl+Alt+F_4"
428547 msgstr "Ctrl+Alt+F4(_4)"
429548
430 #: ../src/virt-viewer-window.c:594
549 #: ../src/virt-viewer-window.c:544
431550 msgid "Ctrl+Alt+F_5"
432551 msgstr "Ctrl+Alt+F5(_5)"
433552
434 #: ../src/virt-viewer-window.c:595
553 #: ../src/virt-viewer-window.c:545
435554 msgid "Ctrl+Alt+F_6"
436555 msgstr "Ctrl+Alt+F6(_6)"
437556
438 #: ../src/virt-viewer-window.c:596
557 #: ../src/virt-viewer-window.c:546
439558 msgid "Ctrl+Alt+F_7"
440559 msgstr "Ctrl+Alt+F7(_7)"
441560
442 #: ../src/virt-viewer-window.c:597
561 #: ../src/virt-viewer-window.c:547
443562 msgid "Ctrl+Alt+F_8"
444563 msgstr "Ctrl+Alt+F8(_8)"
445564
446 #: ../src/virt-viewer-window.c:598
565 #: ../src/virt-viewer-window.c:548
447566 msgid "Ctrl+Alt+F_9"
448567 msgstr "Ctrl+Alt+F9(_9)"
449568
450 #: ../src/virt-viewer-window.c:599
569 #: ../src/virt-viewer-window.c:549
451570 msgid "Ctrl+Alt+F1_0"
452571 msgstr "Ctrl+Alt+F10(_0)"
453572
454 #: ../src/virt-viewer-window.c:600
573 #: ../src/virt-viewer-window.c:550
455574 msgid "Ctrl+Alt+F11"
456575 msgstr "Ctrl+Alt+F11"
457576
458 #: ../src/virt-viewer-window.c:601
577 #: ../src/virt-viewer-window.c:551
459578 msgid "Ctrl+Alt+F12"
460579 msgstr "Ctrl+Alt+F12"
461580
462 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
581 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
463582 msgid "Screenshot"
464583 msgstr "スクリーンショット"
465584
466 #: ../src/virt-viewer-window.c:1051
585 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
586 msgid "Unknown"
587 msgstr "不明"
588
589 #: ../src/virt-viewer-window.c:1062
467590 msgid "Disconnect"
468591 msgstr "切断"
469592
470 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
593 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
471594 #: ../src/virt-viewer.xml.h:3
472595 msgid "USB device selection"
473596 msgstr "USB デバイスの選択"
474597
475 #: ../src/virt-viewer-window.c:1070
598 #: ../src/virt-viewer-window.c:1081
476599 msgid "Send key combination"
477600 msgstr "組み合わせキーの送信"
478601
479 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
602 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
480603 msgid "Leave fullscreen"
481604 msgstr "フルスクリーンの解除"
482605
483 #: ../src/virt-viewer-window.c:1162
606 #: ../src/virt-viewer-window.c:1173
484607 msgid "Ctrl+Alt"
485608 msgstr "Ctrl+Alt"
486609
487 #: ../src/virt-viewer-window.c:1165
610 #: ../src/virt-viewer-window.c:1176
488611 #, c-format
489612 msgid "(Press %s to release pointer)"
490613 msgstr "(ポインターを開放するには %s を押します)"
491614
492615 #. translators:
493 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
494 #. <appname>"
495 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
496 #. Viewer"
497 #: ../src/virt-viewer-window.c:1176
616 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
617 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
618 #.
619 #: ../src/virt-viewer-window.c:1187
498620 #, c-format
499621 msgid "%s%s%s - %s"
500622 msgstr "%s%s%s - %s"
501623
502624 #. translators: <space>
503 #: ../src/virt-viewer-window.c:1180
625 #: ../src/virt-viewer-window.c:1191
504626 msgid " "
505627 msgstr " "
506628
507 #: ../src/virt-viewer-file.c:624
629 #: ../src/virt-viewer-file.c:825
630 #, c-format
631 msgid ""
632 "At least %s version %s is required to setup this connection, see %s for "
633 "details"
634 msgstr ""
635 "この接続を確立するために少なくとも %s バージョン %s が必要です。詳しくは %s "
636 "をご確認下さい。"
637
638 #: ../src/virt-viewer-file.c:833
508639 #, c-format
509640 msgid "At least %s version %s is required to setup this connection"
510 msgstr "少なくとも %s バージョン %s がこのセッションをセットアップするために必要です"
511
512 #: ../src/virt-viewer.c:133
641 msgstr "この接続を確立するために少なくとも %s バージョン %s が必要です。"
642
643 #: ../src/virt-viewer.c:163
513644 msgid "Waiting for guest domain to re-start"
514645 msgstr "仮想マシンが再起動するのを待機中"
515646
516 #: ../src/virt-viewer.c:318
647 #: ../src/virt-viewer.c:409
517648 #, c-format
518649 msgid "Cannot determine the graphic type for the guest %s"
519650 msgstr "仮想マシン %s のグラフィックの種類を決定できません"
520651
521 #: ../src/virt-viewer.c:341
522 #, c-format
523 msgid "Cannot determine the graphic address for the guest %s"
524 msgstr "仮想マシン %s のグラフィックのアドレスを決定できません"
525
526 #: ../src/virt-viewer.c:354
652 #: ../src/virt-viewer.c:448
527653 #, c-format
528654 msgid "Cannot determine the host for the guest %s"
529655 msgstr "仮想マシン %s のホストを決定できません"
530656
531 #: ../src/virt-viewer.c:540
657 #: ../src/virt-viewer.c:476
658 #, c-format
659 msgid "Guest '%s' is not reachable"
660 msgstr "ゲスト '%s' が応答しません"
661
662 #: ../src/virt-viewer.c:697
663 #, c-format
664 msgid "Virtual machine %s is not running"
665 msgstr "仮想マシン %s は稼働していません"
666
667 #: ../src/virt-viewer.c:720
532668 msgid "Waiting for libvirt to start"
533669 msgstr "libvirt の起動を待つ"
534670
535 #: ../src/virt-viewer.c:544
671 #: ../src/virt-viewer.c:724
536672 msgid "Finding guest domain"
537673 msgstr "仮想マシンを検索中"
538674
539 #: ../src/virt-viewer.c:548
675 #: ../src/virt-viewer.c:728
540676 msgid "Waiting for guest domain to be created"
541677 msgstr "仮想マシンが作成されるのを待機中"
542678
543 #: ../src/virt-viewer.c:553
544 #, c-format
545 msgid "Cannot find guest domain %s"
546 msgstr "仮想マシン %s が見つかりません"
547
548 #: ../src/virt-viewer.c:566
679 #: ../src/virt-viewer.c:750
549680 msgid "Checking guest domain status"
550681 msgstr "仮想マシンの状態を確認中"
551682
552 #: ../src/virt-viewer.c:573
683 #: ../src/virt-viewer.c:753
684 msgid "Cannot get guest state"
685 msgstr "ゲストの状態を取得できませんでした"
686
687 #: ../src/virt-viewer.c:759
553688 msgid "Waiting for guest domain to start"
554689 msgstr "仮想マシンが開始するのを待機中"
555690
556 #: ../src/virt-viewer.c:580
557 msgid "Waiting for guest domain to start server"
558 msgstr "仮想マシンがサーバーを開始するのを待機中"
559
560 #: ../src/virt-viewer.c:694
561 #, c-format
562 msgid "Unable to connect to libvirt with URI %s"
563 msgstr "URI %s で libvirt に接続できません"
564
565 #: ../src/virt-viewer.c:695
691 #: ../src/virt-viewer.c:863
692 #, c-format
693 msgid "Unable to connect to libvirt with URI: %s."
694 msgstr "libvirt URI に接続できません: %s"
695
696 #: ../src/virt-viewer.c:864
566697 msgid "[none]"
567698 msgstr "[なし]"
568699
700 #: ../src/virt-viewer.c:871
701 msgid "Authentication failed."
702 msgstr "認証に失敗しました。"
703
704 #: ../src/virt-viewer.c:931
705 msgid "Failed to connect: "
706 msgstr "接続に失敗しました:"
707
708 #.
569709 #. * Local variables:
570710 #. * c-indent-level: 4
571711 #. * c-basic-offset: 4
572712 #. * indent-tabs-mode: nil
573713 #. * End:
714 #.
574715 #: ../src/virt-viewer.xml.h:1
575716 msgid "_File"
576717 msgstr "ファイル(_F)"
583724 msgid "Smartcard removal"
584725 msgstr "スマートカードの抜き取り"
585726
586 #: ../src/virt-viewer.xml.h:6
727 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
728 msgid "Preferences"
729 msgstr "個人設定"
730
731 #: ../src/virt-viewer.xml.h:7
587732 msgid "_View"
588733 msgstr "表示(_V)"
589734
590 #: ../src/virt-viewer.xml.h:7
735 #: ../src/virt-viewer.xml.h:8
591736 msgid "Full screen"
592737 msgstr "フルスクリーン"
593738
594 #: ../src/virt-viewer.xml.h:8
739 #: ../src/virt-viewer.xml.h:9
595740 msgid "_Zoom"
596741 msgstr "ズーム(_Z)"
597742
598 #: ../src/virt-viewer.xml.h:9
743 #: ../src/virt-viewer.xml.h:10
599744 msgid "Displays"
600745 msgstr "ディスプレイ"
601746
602 #: ../src/virt-viewer.xml.h:10
747 #: ../src/virt-viewer.xml.h:11
603748 msgid "Release cursor"
604749 msgstr "カーソルの開放"
605750
606 #: ../src/virt-viewer.xml.h:11
751 #: ../src/virt-viewer.xml.h:12
607752 msgid "_Send key"
608753 msgstr "キーを送信(_S)"
609754
610 #: ../src/virt-viewer.xml.h:12
755 #: ../src/virt-viewer.xml.h:13
611756 msgid "_Help"
612757 msgstr "ヘルプ(_H)"
758
759 #: ../src/virt-viewer.xml.h:14
760 msgid "_Guest Details"
761 msgstr "仮想マシンの詳細(_G)"
762
763 #: ../src/virt-viewer-guest-details.xml.h:1
764 msgid "Guest Details"
765 msgstr "仮想マシンの詳細"
766
767 #: ../src/virt-viewer-guest-details.xml.h:2
768 msgid "Name:"
769 msgstr "名前:"
770
771 #: ../src/virt-viewer-guest-details.xml.h:3
772 msgid "GUID:"
773 msgstr "GUID:"
774
775 #: ../src/virt-viewer-vm-connection.xml.h:1
776 msgid "Choose a virtual machine"
777 msgstr "仮想マシンの選択"
778
779 #: ../src/virt-viewer-vm-connection.xml.h:2
780 msgid "Name"
781 msgstr "名前"
782
783 #: ../src/virt-viewer-vm-connection.xml.h:3
784 msgid "Available virtual machines"
785 msgstr "利用可能な仮想マシン"
786
787 #: ../src/virt-viewer-preferences.xml.h:2
788 msgid "Folder sharing"
789 msgstr "フォルダー共有"
790
791 #: ../src/virt-viewer-preferences.xml.h:3
792 msgid "Share folder"
793 msgstr "共有フォルダー"
794
795 #: ../src/virt-viewer-preferences.xml.h:4
796 msgid "Read-only"
797 msgstr "読み込み専用"
798
799 #: ../src/virt-viewer-preferences.xml.h:5
800 msgid "Spice"
801 msgstr "Spice"
+0
-612
po/ja_JP.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-01-24 17:29+0000\n"
10 "PO-Revision-Date: 2014-01-24 17:29+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Japanese (Japan) (http://www.transifex.com/projects/p/fedora/language/ja_JP/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ja_JP\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:111
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #. Setup command line options
89 #: ../src/remote-viewer-main.c:114
90 msgid "- Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:131
94 #, c-format
95 msgid ""
96 "%s\n"
97 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr ""
99
100 #: ../src/remote-viewer-main.c:143
101 #, c-format
102 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr ""
104
105 #: ../src/remote-viewer-main.c:150
106 #, c-format
107 msgid "Error: can't handle multiple URIs\n"
108 msgstr ""
109
110 #: ../src/remote-viewer.c:284 ../src/remote-viewer.c:1030
111 msgid "Failed to initiate connection"
112 msgstr ""
113
114 #: ../src/remote-viewer.c:299
115 msgid "Display disabled by controller"
116 msgstr ""
117
118 #: ../src/remote-viewer.c:597
119 #, c-format
120 msgid "Controller connection failed: %s"
121 msgstr ""
122
123 #. Create the widgets
124 #: ../src/remote-viewer.c:885
125 msgid "Connection details"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:900
129 msgid "URL:"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:908
133 msgid "Recent connections:"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:962
137 msgid "Couldn't create a Spice session"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:976
141 msgid "Setting up Spice session..."
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1001
145 #, c-format
146 msgid "Invalid file %s"
147 msgstr ""
148
149 #: ../src/remote-viewer.c:1008
150 msgid "Cannot determine the connection type from URI"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:1014
154 msgid "Couldn't open oVirt session"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:1021
158 #, c-format
159 msgid "Couldn't create a session for this type: %s"
160 msgstr ""
161
162 #. * Local variables:
163 #. * c-indent-level: 4
164 #. * c-basic-offset: 4
165 #. * indent-tabs-mode: nil
166 #. * End:
167 #: ../src/virt-viewer-about.xml.h:1
168 msgid "About Glade"
169 msgstr ""
170
171 #: ../src/virt-viewer-about.xml.h:2
172 msgid ""
173 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
174 "Copyright (C) 2007-2012 Red Hat, Inc."
175 msgstr ""
176
177 #: ../src/virt-viewer-about.xml.h:4
178 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
179 msgstr ""
180
181 #: ../src/virt-viewer-about.xml.h:5
182 msgid "virt-manager.org"
183 msgstr ""
184
185 #: ../src/virt-viewer-about.xml.h:6
186 msgid ""
187 "This program is free software; you can redistribute it and/or modify\n"
188 "it under the terms of the GNU General Public License as published by\n"
189 "the Free Software Foundation; either version 2 of the License, or\n"
190 "(at your option) any later version.\n"
191 "\n"
192 "This program is distributed in the hope that it will be useful,\n"
193 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
194 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
195 "GNU General Public License for more details.\n"
196 "\n"
197 "You should have received a copy of the GNU General Public License\n"
198 "along with this program; if not, write to the Free Software\n"
199 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
200 msgstr ""
201
202 #: ../src/virt-viewer-about.xml.h:20
203 msgid "The Fedora Translation Team"
204 msgstr ""
205
206 #: ../src/virt-viewer-app.c:383
207 msgid "Do you want to close the session?"
208 msgstr ""
209
210 #: ../src/virt-viewer-app.c:385
211 msgid "Do not ask me again"
212 msgstr ""
213
214 #: ../src/virt-viewer-app.c:806
215 #, c-format
216 msgid "Waiting for display %d..."
217 msgstr ""
218
219 #: ../src/virt-viewer-app.c:914
220 #, c-format
221 msgid "Unknown graphic type for the guest %s"
222 msgstr ""
223
224 #: ../src/virt-viewer-app.c:995
225 msgid "Connect to ssh failed."
226 msgstr ""
227
228 #: ../src/virt-viewer-app.c:997
229 msgid "Can't connect to channel, SSH only supported."
230 msgstr ""
231
232 #: ../src/virt-viewer-app.c:1009
233 msgid "Connect to channel unsupported."
234 msgstr ""
235
236 #: ../src/virt-viewer-app.c:1091
237 msgid "Connecting to graphic server"
238 msgstr ""
239
240 #: ../src/virt-viewer-app.c:1224
241 msgid "Guest domain has shutdown"
242 msgstr ""
243
244 #: ../src/virt-viewer-app.c:1284
245 msgid "Connected to graphic server"
246 msgstr ""
247
248 #: ../src/virt-viewer-app.c:1309
249 #, c-format
250 msgid "Unable to connect to the graphic server %s"
251 msgstr ""
252
253 #: ../src/virt-viewer-app.c:1338
254 #, c-format
255 msgid ""
256 "Unable to authenticate with remote desktop server at %s: %s\n"
257 "Retry connection again?"
258 msgstr ""
259
260 #: ../src/virt-viewer-app.c:1358
261 #, c-format
262 msgid "Unable to authenticate with remote desktop server: %s"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1366
266 #, c-format
267 msgid "USB redirection error: %s"
268 msgstr ""
269
270 #: ../src/virt-viewer-app.c:1584
271 #, c-format
272 msgid "Zoom level must be within %d-%d\n"
273 msgstr ""
274
275 #: ../src/virt-viewer-app.c:2080
276 #, c-format
277 msgid "Display %d"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:2255
281 #, c-format
282 msgid "Invalid kiosk-quit argument: %s"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:2264
286 msgid "Zoom level of window, in percentage"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:2266
290 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:2268
294 msgid "Customise hotkeys"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:2270
298 msgid "Enable kiosk mode"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:2272
302 msgid "Quit on given condition in kiosk mode"
303 msgstr ""
304
305 #: ../src/virt-viewer-app.c:2272
306 msgid "<never|on-disconnect>"
307 msgstr ""
308
309 #: ../src/virt-viewer-app.c:2274
310 msgid "Display verbose information"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:2276
314 msgid "Display debugging information"
315 msgstr ""
316
317 #. * Local variables:
318 #. * c-indent-level: 4
319 #. * c-basic-offset: 4
320 #. * indent-tabs-mode: nil
321 #. * End:
322 #: ../src/virt-viewer-auth.xml.h:1
323 msgid "Authentication required"
324 msgstr ""
325
326 #: ../src/virt-viewer-auth.xml.h:2
327 msgid "label"
328 msgstr ""
329
330 #: ../src/virt-viewer-auth.xml.h:3
331 msgid "Password:"
332 msgstr ""
333
334 #: ../src/virt-viewer-auth.xml.h:4
335 msgid "Username:"
336 msgstr ""
337
338 #: ../src/virt-viewer-main.c:38
339 #, c-format
340 msgid "%s version %s\n"
341 msgstr ""
342
343 #: ../src/virt-viewer-main.c:62
344 msgid "Direct connection with no automatic tunnels"
345 msgstr ""
346
347 #: ../src/virt-viewer-main.c:64
348 msgid "Attach to the local display using libvirt"
349 msgstr ""
350
351 #: ../src/virt-viewer-main.c:66
352 msgid "Connect to hypervisor"
353 msgstr ""
354
355 #: ../src/virt-viewer-main.c:68
356 msgid "Wait for domain to start"
357 msgstr ""
358
359 #: ../src/virt-viewer-main.c:70
360 msgid "Reconnect to domain upon restart"
361 msgstr ""
362
363 #: ../src/virt-viewer-main.c:76
364 msgid "Virt Viewer"
365 msgstr ""
366
367 #: ../src/virt-viewer-main.c:79
368 #, c-format
369 msgid "Run '%s --help' to see a full list of available command line options"
370 msgstr ""
371
372 #. Setup command line options
373 #: ../src/virt-viewer-main.c:84
374 msgid "- Virtual machine graphical console"
375 msgstr ""
376
377 #: ../src/virt-viewer-main.c:105
378 #, c-format
379 msgid ""
380 "\n"
381 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
382 "\n"
383 "%s\n"
384 "\n"
385 msgstr ""
386
387 #: ../src/virt-viewer-session-spice.c:499
388 msgid "invalid password"
389 msgstr ""
390
391 #. Create the widgets
392 #: ../src/virt-viewer-session-spice.c:553
393 msgid "Select USB devices for redirection"
394 msgstr ""
395
396 #: ../src/virt-viewer-session-vnc.c:150
397 #, c-format
398 msgid "Unsupported authentication type %d"
399 msgstr ""
400
401 #: ../src/virt-viewer-window.c:580
402 msgid "Ctrl+Alt+_Del"
403 msgstr ""
404
405 #: ../src/virt-viewer-window.c:581
406 msgid "Ctrl+Alt+_Backspace"
407 msgstr ""
408
409 #: ../src/virt-viewer-window.c:583
410 msgid "Ctrl+Alt+F_1"
411 msgstr ""
412
413 #: ../src/virt-viewer-window.c:584
414 msgid "Ctrl+Alt+F_2"
415 msgstr ""
416
417 #: ../src/virt-viewer-window.c:585
418 msgid "Ctrl+Alt+F_3"
419 msgstr ""
420
421 #: ../src/virt-viewer-window.c:586
422 msgid "Ctrl+Alt+F_4"
423 msgstr ""
424
425 #: ../src/virt-viewer-window.c:587
426 msgid "Ctrl+Alt+F_5"
427 msgstr ""
428
429 #: ../src/virt-viewer-window.c:588
430 msgid "Ctrl+Alt+F_6"
431 msgstr ""
432
433 #: ../src/virt-viewer-window.c:589
434 msgid "Ctrl+Alt+F_7"
435 msgstr ""
436
437 #: ../src/virt-viewer-window.c:590
438 msgid "Ctrl+Alt+F_8"
439 msgstr ""
440
441 #: ../src/virt-viewer-window.c:591
442 msgid "Ctrl+Alt+F_9"
443 msgstr ""
444
445 #: ../src/virt-viewer-window.c:592
446 msgid "Ctrl+Alt+F1_0"
447 msgstr ""
448
449 #: ../src/virt-viewer-window.c:593
450 msgid "Ctrl+Alt+F11"
451 msgstr ""
452
453 #: ../src/virt-viewer-window.c:594
454 msgid "Ctrl+Alt+F12"
455 msgstr ""
456
457 #: ../src/virt-viewer-window.c:985 ../src/virt-viewer.xml.h:2
458 msgid "Screenshot"
459 msgstr ""
460
461 #: ../src/virt-viewer-window.c:1061
462 msgid "Disconnect"
463 msgstr ""
464
465 #: ../src/virt-viewer-window.c:1068 ../src/virt-viewer-window.c:1069
466 #: ../src/virt-viewer.xml.h:3
467 msgid "USB device selection"
468 msgstr ""
469
470 #: ../src/virt-viewer-window.c:1077
471 msgid "Send key combination"
472 msgstr ""
473
474 #: ../src/virt-viewer-window.c:1086 ../src/virt-viewer-window.c:1087
475 msgid "Leave fullscreen"
476 msgstr ""
477
478 #: ../src/virt-viewer-window.c:1166
479 msgid "Ctrl+Alt"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:1169
483 #, c-format
484 msgid "(Press %s to release pointer)"
485 msgstr ""
486
487 #. translators:
488 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
489 #. <appname>"
490 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
491 #. Viewer"
492 #: ../src/virt-viewer-window.c:1180
493 #, c-format
494 msgid "%s%s%s - %s"
495 msgstr ""
496
497 #. translators: <space>
498 #: ../src/virt-viewer-window.c:1184
499 msgid " "
500 msgstr ""
501
502 #: ../src/virt-viewer-file.c:624
503 #, c-format
504 msgid "At least %s version %s is required to setup this connection"
505 msgstr ""
506
507 #: ../src/virt-viewer.c:133
508 msgid "Waiting for guest domain to re-start"
509 msgstr ""
510
511 #: ../src/virt-viewer.c:318
512 #, c-format
513 msgid "Cannot determine the graphic type for the guest %s"
514 msgstr ""
515
516 #: ../src/virt-viewer.c:341
517 #, c-format
518 msgid "Cannot determine the graphic address for the guest %s"
519 msgstr ""
520
521 #: ../src/virt-viewer.c:354
522 #, c-format
523 msgid "Cannot determine the host for the guest %s"
524 msgstr ""
525
526 #: ../src/virt-viewer.c:539
527 msgid "Waiting for libvirt to start"
528 msgstr ""
529
530 #: ../src/virt-viewer.c:543
531 msgid "Finding guest domain"
532 msgstr ""
533
534 #: ../src/virt-viewer.c:547
535 msgid "Waiting for guest domain to be created"
536 msgstr ""
537
538 #: ../src/virt-viewer.c:552
539 #, c-format
540 msgid "Cannot find guest domain %s"
541 msgstr ""
542
543 #: ../src/virt-viewer.c:565
544 msgid "Checking guest domain status"
545 msgstr ""
546
547 #: ../src/virt-viewer.c:572
548 msgid "Waiting for guest domain to start"
549 msgstr ""
550
551 #: ../src/virt-viewer.c:579
552 msgid "Waiting for guest domain to start server"
553 msgstr ""
554
555 #: ../src/virt-viewer.c:693
556 #, c-format
557 msgid "Unable to connect to libvirt with URI %s"
558 msgstr ""
559
560 #: ../src/virt-viewer.c:694
561 msgid "[none]"
562 msgstr ""
563
564 #. * Local variables:
565 #. * c-indent-level: 4
566 #. * c-basic-offset: 4
567 #. * indent-tabs-mode: nil
568 #. * End:
569 #: ../src/virt-viewer.xml.h:1
570 msgid "_File"
571 msgstr ""
572
573 #: ../src/virt-viewer.xml.h:4
574 msgid "Smartcard insertion"
575 msgstr ""
576
577 #: ../src/virt-viewer.xml.h:5
578 msgid "Smartcard removal"
579 msgstr ""
580
581 #: ../src/virt-viewer.xml.h:6
582 msgid "_View"
583 msgstr ""
584
585 #: ../src/virt-viewer.xml.h:7
586 msgid "Full screen"
587 msgstr ""
588
589 #: ../src/virt-viewer.xml.h:8
590 msgid "_Zoom"
591 msgstr ""
592
593 #: ../src/virt-viewer.xml.h:9
594 msgid "Automatically resize"
595 msgstr ""
596
597 #: ../src/virt-viewer.xml.h:10
598 msgid "Displays"
599 msgstr ""
600
601 #: ../src/virt-viewer.xml.h:11
602 msgid "Release cursor"
603 msgstr ""
604
605 #: ../src/virt-viewer.xml.h:12
606 msgid "_Send key"
607 msgstr ""
608
609 #: ../src/virt-viewer.xml.h:13
610 msgid "_Help"
611 msgstr ""
+352
-205
po/ka.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Georgian (http://www.transifex.com/projects/p/virt-viewer/language/ka/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Georgian\n"
13 "Language: ka\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ka\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+352
-205
po/kk.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Kazakh (http://www.transifex.com/projects/p/virt-viewer/language/kk/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Kazakh\n"
13 "Language: kk\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: kk\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+352
-205
po/km.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Khmer (http://www.transifex.com/projects/p/virt-viewer/language/km/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Khmer\n"
13 "Language: km\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: km\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+339
-172
po/kn.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
5 # shanky <prasad.mvs@gmail.com>, 2013
5 # shanky <prasad.mvs@gmail.com>, 2013-2014
66 # shanky <prasad.mvs@gmail.com>, 2012
77 # shankar <svenkate@redhat.com>, 2010, 2012
88 # shankar <svenkate@redhat.com>, 2010,2012
99 # shanky <prasad.mvs@gmail.com>, 2012-2013
1010 msgid ""
1111 msgstr ""
12 "Project-Id-Version: virt-viewer\n"
12 "Project-Id-Version: PACKAGE VERSION\n"
1313 "Report-Msgid-Bugs-To: \n"
14 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
15 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
14 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
15 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1616 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
17 "Language-Team: Kannada (http://www.transifex.com/projects/p/virt-viewer/language/kn/)\n"
17 "Language-Team: Kannada (http://www.transifex.com/projects/p/virt-viewer/"
18 "language/kn/)\n"
19 "Language: kn\n"
1820 "MIME-Version: 1.0\n"
1921 "Content-Type: text/plain; charset=UTF-8\n"
2022 "Content-Transfer-Encoding: 8bit\n"
21 "Language: kn\n"
2223 "Plural-Forms: nplurals=1; plural=0;\n"
23
24 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
24 "X-Generator: Zanata 3.7.3\n"
25
26 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2527 msgid "Remote Viewer"
2628 msgstr "ದೂರಸ್ಥ ವೀಕ್ಷಕ"
2729
7577
7678 #: ../src/remote-viewer-main.c:50
7779 #, c-format
78 msgid "remote-viewer version %s\n"
79 msgstr "ದೂರದ-ವೀಕ್ಷಕದ ಆವೃತ್ತಿ %s\n"
80
81 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
80 msgid "remote-viewer version %s"
81 msgstr ""
82
83 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8284 msgid "Display version information"
8385 msgstr "ಪ್ರದರ್ಶನ ಆವೃತ್ತಿ ಮಾಹಿತಿ"
8486
85 #: ../src/remote-viewer-main.c:101
87 #: ../src/remote-viewer-main.c:105
8688 msgid "Set window title"
8789 msgstr "ಕಿಟಕಿಯ ಶೀರ್ಷಿಕೆಯನ್ನು ಹೊಂದಿಸು"
8890
89 #: ../src/remote-viewer-main.c:104
91 #: ../src/remote-viewer-main.c:108
9092 msgid "Open connection using Spice controller communication"
9193 msgstr "ಸ್ಪೈಸ್ ನಿಯಂತ್ರಣ ವ್ಯವಹಾರವನ್ನು ಬಳಸಿಕೊಂಡು ಸಂಪರ್ಕವನ್ನು ತೆರೆ"
9294
93 #: ../src/remote-viewer-main.c:116
95 #: ../src/remote-viewer-main.c:120
9496 msgid "Remote viewer client"
95 msgstr ""
96
97 #: ../src/remote-viewer-main.c:134
97 msgstr "- ದೂರದ ವೀಕ್ಷಕದ ಕ್ಲೈಂಟ್"
98
99 #: ../src/remote-viewer-main.c:138
98100 #, c-format
99101 msgid ""
100102 "%s\n"
101103 "Run '%s --help' to see a full list of available command line options\n"
102 msgstr "%s\nಲಭ್ಯವಿರುವ ಆಜ್ಞಾಸಾಲಿನ ಆಯ್ಕೆಗಳ ಸಂಪೂರ್ಣ ಪಟ್ಟಿಗಾಗಿ '%s --help' ಅನ್ನು ಚಲಾಯಿಸಿ\n"
103
104 #: ../src/remote-viewer-main.c:146
104 msgstr ""
105 "%s\n"
106 "ಲಭ್ಯವಿರುವ ಆಜ್ಞಾಸಾಲಿನ ಆಯ್ಕೆಗಳ ಸಂಪೂರ್ಣ ಪಟ್ಟಿಗಾಗಿ '%s --help' ಅನ್ನು ಚಲಾಯಿಸಿ\n"
107
108 #: ../src/remote-viewer-main.c:149
105109 #, c-format
106110 msgid "Error: extra arguments given while using Spice controller\n"
107111 msgstr "ದೋಷ: ಸ್ಪೈಸ್‌ ನಿಯಂತ್ರಕವನ್ನು ಬಳಸುವಾಗ ಹೆಚ್ಚುವರಿ ಆರ್ಗ್ಯುಮೆಂಟ್‌ಗಳು\n"
108112
109 #: ../src/remote-viewer-main.c:153
113 #: ../src/remote-viewer-main.c:156
110114 #, c-format
111115 msgid "Error: can't handle multiple URIs\n"
112116 msgstr "ದೋಷ: ಅನೇಕ URLಗಳನ್ನು ನಿಭಾಯಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ\n"
113117
114 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
118 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
115119 msgid "Failed to initiate connection"
116120 msgstr "ಸಂಪರ್ಕವನ್ನು ಆರಂಭಿಸುವಲ್ಲಿ ವಿಫಲಗೊಂಡಿದೆ"
117121
118 #: ../src/remote-viewer.c:294
122 #: ../src/remote-viewer.c:313
119123 msgid "Display disabled by controller"
120124 msgstr "ನಿಯಂತ್ರಕದಿಂದ ಪ್ರದರ್ಶಕವನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ"
121125
122 #: ../src/remote-viewer.c:592
126 #: ../src/remote-viewer.c:609
123127 #, c-format
124128 msgid "Controller connection failed: %s"
125129 msgstr "ನಿಯಂತ್ರಕದ ಸಂಪರ್ಕವು ವಿಫಲಗೊಂಡಿದೆ: %s"
126130
127 #. Create the widgets
128 #: ../src/remote-viewer.c:924
129 msgid "Connection details"
130 msgstr "ಸಂಪರ್ಕ ವಿವರಗಳು"
131
132 #: ../src/remote-viewer.c:939
133 msgid "_Connection Address"
131 #: ../src/remote-viewer.c:755
132 msgid "_Change CD"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:855
136 msgid "failed to parse ovirt uri"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
140 msgid "Authentication was cancelled"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:900
144 #, c-format
145 msgid "oVirt VM %s is not running"
146 msgstr ""
147
148 #: ../src/remote-viewer.c:914
149 #, c-format
150 msgid "oVirt VM %s has no display"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:940
154 #, c-format
155 msgid "oVirt VM %s has no host information"
134156 msgstr ""
135157
136158 #: ../src/remote-viewer.c:951
137 msgid "For example, spice://foo.example.org:5900"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:964
141 msgid "_Recent Connections"
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1020
145 msgid "Couldn't create a Spice session"
146 msgstr "ಸ್ಪೈಸ್ ಅಧಿವೇಶನವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
147
148 #: ../src/remote-viewer.c:1034
159 #, c-format
160 msgid "oVirt VM %s has unknown display type: %d"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1094
149164 msgid "Setting up Spice session..."
150165 msgstr "ಸ್ಪೈಸ್ ಅಧಿವೇಶನವನ್ನು ಸಿದ್ಧಗೊಳಿಸಲಾಗುತ್ತಿದೆ..."
151166
152 #: ../src/remote-viewer.c:1055
153 #, c-format
154 msgid "Invalid file %s"
155 msgstr "ಅಮಾನ್ಯವಾದ ಕಡತ %s"
156
157 #: ../src/remote-viewer.c:1062
167 #: ../src/remote-viewer.c:1102
168 msgid "No connection was chosen"
169 msgstr ""
170
171 #: ../src/remote-viewer.c:1120
172 #, c-format
173 msgid "Invalid file %s: "
174 msgstr ""
175
176 #: ../src/remote-viewer.c:1128
158177 msgid "Cannot determine the connection type from URI"
159178 msgstr "URI ಇಂದ ಸಂಪರ್ಕದ ಬಗೆಯನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
160179
161 #: ../src/remote-viewer.c:1068
162 msgid "Couldn't open oVirt session"
163 msgstr "oVirt ಅಧಿವೇಶನವನ್ನು ತೆರೆಯಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
164
165 #: ../src/remote-viewer.c:1075
166 #, c-format
167 msgid "Couldn't create a session for this type: %s"
168 msgstr "ಈ ಬಗೆಗಾಗಿ ಒಂದು ಅಧಿವೇಶನವನ್ನು ರಚಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ:%s"
169
180 #: ../src/remote-viewer.c:1134
181 msgid "Couldn't open oVirt session: "
182 msgstr ""
183
184 #.
170185 #. * Local variables:
171186 #. * c-indent-level: 4
172187 #. * c-basic-offset: 4
173188 #. * indent-tabs-mode: nil
174189 #. * End:
190 #.
191 #: ../src/remote-viewer-connect.xml.h:1
192 msgid "Connection details"
193 msgstr "ಸಂಪರ್ಕ ವಿವರಗಳು"
194
195 #: ../src/remote-viewer-connect.xml.h:2
196 msgid "Connection Address"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:3
200 msgid "For example, spice://foo.example.org:5900"
201 msgstr "ಉದಾಹರಣೆಗೆ, spice://foo.example.org:5900"
202
203 #: ../src/remote-viewer-connect.xml.h:4
204 msgid "Recent connections"
205 msgstr ""
206
207 #: ../src/remote-viewer-connect.xml.h:5
208 msgid "Cancel"
209 msgstr ""
210
211 #: ../src/remote-viewer-connect.xml.h:6
212 msgid "Connect"
213 msgstr ""
214
175215 #: ../src/virt-viewer-about.xml.h:1
176216 msgid "About Glade"
177217 msgstr "ಗ್ಲೇಡ್ ಕುರಿತು"
181221 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
182222 "Copyright (C) 2007-2014 Red Hat, Inc."
183223 msgstr ""
224 "ಹಕ್ಕು (C) 2007-2012 Daniel P. Berrange\n"
225 "ಹಕ್ಕು (C) 2007-2014 Red Hat, Inc."
184226
185227 #: ../src/virt-viewer-about.xml.h:4
186228 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
205247 "You should have received a copy of the GNU General Public License\n"
206248 "along with this program; if not, write to the Free Software\n"
207249 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
208 msgstr "This program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
250 msgstr ""
251 "This program is free software; you can redistribute it and/or modify\n"
252 "it under the terms of the GNU General Public License as published by\n"
253 "the Free Software Foundation; either version 2 of the License, or\n"
254 "(at your option) any later version.\n"
255 "\n"
256 "This program is distributed in the hope that it will be useful,\n"
257 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
258 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
259 "GNU General Public License for more details.\n"
260 "\n"
261 "You should have received a copy of the GNU General Public License\n"
262 "along with this program; if not, write to the Free Software\n"
263 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
209264
210265 #: ../src/virt-viewer-about.xml.h:20
211266 msgid "The Fedora Translation Team"
212267 msgstr "ಫೆಡೋರ ಟ್ರಾನ್ಸಲೇಶನ್ ಟೀಮ್"
213268
214 #: ../src/virt-viewer-app.c:400
269 #: ../src/virt-viewer-app.c:526
215270 msgid "Do you want to close the session?"
216271 msgstr "ನೀವು ಈ ಅಧಿವೇಶನವನ್ನು ಮುಚ್ಚಲು ಬಯಸುವಿರಾ?"
217272
218 #: ../src/virt-viewer-app.c:402
273 #: ../src/virt-viewer-app.c:528
219274 msgid "Do not ask me again"
220275 msgstr "ಪುನಃ ನನ್ನನ್ನು ಕೇಳಬೇಡ"
221276
222 #: ../src/virt-viewer-app.c:841
277 #: ../src/virt-viewer-app.c:1008
223278 #, c-format
224279 msgid "Waiting for display %d..."
225280 msgstr "%d ಪ್ರದರ್ಶಕಕ್ಕಾಗಿ ಕಾಯಲಾಗುತ್ತಿದೆ..."
226281
227 #: ../src/virt-viewer-app.c:946
228 #, c-format
229 msgid "Unknown graphic type for the guest %s"
230 msgstr "%s ಅತಿಥಿಗಾಗಿ ಗೊತ್ತಿರದ ಗ್ರಾಫಿಕ್ ಬಗೆ"
231
232 #: ../src/virt-viewer-app.c:1027
282 #: ../src/virt-viewer-app.c:1117
283 #, c-format
284 msgid "Unsupported graphic type '%s'"
285 msgstr ""
286
287 #: ../src/virt-viewer-app.c:1200
233288 msgid "Connect to ssh failed."
234289 msgstr "ssh ಗೆ ಸಂಪರ್ಕವು ವಿಫಲಗೊಂಡಿದೆ."
235290
236 #: ../src/virt-viewer-app.c:1029
291 #: ../src/virt-viewer-app.c:1202
237292 msgid "Can't connect to channel, SSH only supported."
238293 msgstr "ಚಾನಲ್‌ನೊಂದಿಗೆ ಸಂಪರ್ಕಸಾಧಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ, SSH ಅನ್ನು ಮಾತ್ರ ಬೆಂಬಲಿಸಲಾಗುತ್ತದೆ."
239294
240 #: ../src/virt-viewer-app.c:1041
295 #: ../src/virt-viewer-app.c:1214
241296 msgid "Connect to channel unsupported."
242297 msgstr "ಚಾನಲ್‌ನೊಂದಿಗೆ ಸಂಪರ್ಕಸಾಧಿಸುವುದನ್ನು ಬೆಂಬಲಿಸಲಾಗುತ್ತದೆ."
243298
244 #: ../src/virt-viewer-app.c:1123
299 #: ../src/virt-viewer-app.c:1276
300 msgid "Display can only be attached through libvirt with --attach"
301 msgstr ""
302
303 #: ../src/virt-viewer-app.c:1299
245304 msgid "Connecting to graphic server"
246305 msgstr "ಗ್ರಾಫಿಕ್ ಪೂರೈಕೆಗಣಕದೊಂದಿಗೆ ಸಂಪರ್ಕಸಾಧಿಸಲಾಗುತ್ತಿದೆ"
247306
248 #: ../src/virt-viewer-app.c:1256
307 #: ../src/virt-viewer-app.c:1398
249308 msgid "Guest domain has shutdown"
250309 msgstr "ಅತಿಥಿ ಡೊಮೈನ್ ಅನ್ನು ಸ್ಥಗಿತಗೊಳಿಸಲಾಗಿದೆ"
251310
252 #: ../src/virt-viewer-app.c:1317
311 #: ../src/virt-viewer-app.c:1459
253312 msgid "Connected to graphic server"
254313 msgstr "ಗ್ರಾಫಿಕ್ ಪೂರೈಕೆಗಣಕದೊಂದಿಗೆ ಸಂಪರ್ಕಿತಗೊಂಡಿದೆ"
255314
256 #: ../src/virt-viewer-app.c:1344
315 #: ../src/virt-viewer-app.c:1486
257316 #, c-format
258317 msgid "Unable to connect to the graphic server %s"
259318 msgstr "%s ಎಂಬ ಗ್ರಾಫಿಕ್ ಪೂರೈಕೆಗಣಕದೊಂದಿಗೆ ಸಂಪರ್ಕಿತಗೊಂಡಿದೆ"
260319
261 #: ../src/virt-viewer-app.c:1376
262 #, c-format
263 msgid ""
264 "Unable to authenticate with remote desktop server at %s: %s\n"
265 "Retry connection again?"
266 msgstr "%s ನಲ್ಲಿನ ದೂರದ ಗಣಕತೆರೆ ಪೂರೈಕೆಗಣಕದೊಂದಿಗೆ ದೃಢೀಕರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s\nಸಂಪರ್ಕಕ್ಕಾಗಿ ಇನ್ನೊಮ್ಮೆ ಪ್ರಯತ್ನಿಸಬೇಕೆ?"
267
268 #: ../src/virt-viewer-app.c:1396
320 #: ../src/virt-viewer-app.c:1512
321 #, c-format
322 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
323 msgstr ""
324
325 #: ../src/virt-viewer-app.c:1525
269326 #, c-format
270327 msgid "Unable to authenticate with remote desktop server: %s"
271328 msgstr "ದೂರದ ಗಣಕತೆರೆ ಪೂರೈಕೆಗಣಕದೊಂದಿಗೆ ದೃಢೀಕರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ: %s"
272329
273 #: ../src/virt-viewer-app.c:1404
330 #: ../src/virt-viewer-app.c:1533
274331 #, c-format
275332 msgid "USB redirection error: %s"
276333 msgstr "USB ಮರುನಿರ್ದೇಶನ ದೋಷ: %s"
277334
278 #: ../src/virt-viewer-app.c:1632
335 #: ../src/virt-viewer-app.c:1786
279336 #, c-format
280337 msgid "Zoom level must be within %d-%d\n"
281338 msgstr "ಗಾತ್ರ ಬದಲಾವಣೆ ಮಟ್ಟವು %d-%d ರ ನಡುವೆ ಇರಬೇಕು\n"
282339
283 #: ../src/virt-viewer-app.c:2126
340 #: ../src/virt-viewer-app.c:2296
284341 #, c-format
285342 msgid "Display %d"
286343 msgstr "%d ಅನ್ನು ತೋರಿಸು"
287344
288 #: ../src/virt-viewer-app.c:2301
345 #: ../src/virt-viewer-app.c:2552
289346 #, c-format
290347 msgid "Invalid kiosk-quit argument: %s"
291348 msgstr "ಅಮಾನ್ಯವಾದ ಕಿಯೋಸ್ಕ್-ನಿರ್ಗಮನದ ಆರ್ಗ್ಯುಮೆಂಟ್: %s"
292349
293 #: ../src/virt-viewer-app.c:2310
350 #: ../src/virt-viewer-app.c:2561
294351 msgid "Zoom level of window, in percentage"
295352 msgstr "ಕಿಟಕಿಯ ಗಾತ್ರ ಬದಲಾವಣೆ, ಪ್ರತಿಶತದಲ್ಲಿ"
296353
297 #: ../src/virt-viewer-app.c:2312
354 #: ../src/virt-viewer-app.c:2563
298355 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
299356 msgstr ""
300
301 #: ../src/virt-viewer-app.c:2314
357 "ಪೂರ್ಣತೆರೆ ಕ್ರಮದಲ್ಲಿ ತೆರೆ (ಕ್ಲೈಂಟ್‌ನ ರೆಸಲ್ಯೂಶನ್‌ಗೆ ಹೊಂದಿಕೆಯಾಗುವಂತೆ ಅತಿಥಿಯನ್ನು "
358 "ಸರಿಹೊಂದಿಸುತ್ತದೆ)."
359
360 #: ../src/virt-viewer-app.c:2565
302361 msgid "Customise hotkeys"
303362 msgstr "ಹಾಟ್‌ಕೀಲಿಗಳನ್ನು ಅಗತ್ಯಾನುಗುಣಗೊಳಿಸು"
304363
305 #: ../src/virt-viewer-app.c:2316
364 #: ../src/virt-viewer-app.c:2567
306365 msgid "Enable kiosk mode"
307366 msgstr "ಕಿಯೋಸ್ಕ್ ಕ್ರಮವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸು"
308367
309 #: ../src/virt-viewer-app.c:2318
368 #: ../src/virt-viewer-app.c:2569
310369 msgid "Quit on given condition in kiosk mode"
311370 msgstr "ಕಿಯೋಸ್ಕ್ ಕ್ರಮದಲ್ಲಿ ಒದಗಿಸಲಾದ ಸ್ಥಿತಿಯಲ್ಲಿ ನಿರ್ಗಮಿಸು"
312371
313 #: ../src/virt-viewer-app.c:2318
372 #: ../src/virt-viewer-app.c:2569
314373 msgid "<never|on-disconnect>"
315374 msgstr "<never|on-disconnect>"
316375
317 #: ../src/virt-viewer-app.c:2320
376 #: ../src/virt-viewer-app.c:2571
318377 msgid "Display verbose information"
319378 msgstr "ವರ್ಬೋಸ್ ಮಾಹಿತಿಯನ್ನು ತೋರಿಸು"
320379
321 #: ../src/virt-viewer-app.c:2322
380 #: ../src/virt-viewer-app.c:2573
322381 msgid "Display debugging information"
323382 msgstr "ದೋಷನಿದಾನ ಮಾಹಿತಿಯನ್ನು ತೋರಿಸು"
324383
384 #: ../src/virt-viewer-auth.c:88
385 #, c-format
386 msgid ""
387 "Authentication is required for the %s connection to:\n"
388 "\n"
389 "<b>%s</b>\n"
390 "\n"
391 msgstr ""
392
393 #: ../src/virt-viewer-auth.c:92
394 #, c-format
395 msgid "Authentication is required for the %s connection:\n"
396 msgstr ""
397
398 #.
325399 #. * Local variables:
326400 #. * c-indent-level: 4
327401 #. * c-basic-offset: 4
328402 #. * indent-tabs-mode: nil
329403 #. * End:
404 #.
330405 #: ../src/virt-viewer-auth.xml.h:1
331406 msgid "Authentication required"
332407 msgstr "ದೃಢೀಕರಣದ ಅಗತ್ಯವಿದೆ"
333408
334 #: ../src/virt-viewer-auth.xml.h:2
409 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
335410 msgid "label"
336411 msgstr "ಲೇಬಲ್"
337412
343418 msgid "Username:"
344419 msgstr "ಬಳಕೆದಾರ ಹೆಸರು:"
345420
421 #: ../src/virt-viewer-auth.xml.h:5
422 msgid "Show password"
423 msgstr ""
424
425 #: ../src/virt-viewer-display-vnc.c:133
426 msgid "VNC does not provide GUID"
427 msgstr ""
428
346429 #: ../src/virt-viewer-main.c:38
347430 #, c-format
348431 msgid "%s version %s\n"
379462
380463 #: ../src/virt-viewer-main.c:86
381464 msgid "Virtual machine graphical console"
382 msgstr ""
383
384 #: ../src/virt-viewer-main.c:108
465 msgstr "- ವರ್ಚುವಲ್ ಗಣಕದ ಗ್ರಾಫಿಕಲ್‌ ಕನ್ಸೋಲ್"
466
467 #: ../src/virt-viewer-main.c:107
385468 #, c-format
386469 msgid ""
387470 "\n"
388 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
471 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
389472 "\n"
390473 "%s\n"
391474 "\n"
392 msgstr "\nಬಳಕೆ: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
393
394 #: ../src/virt-viewer-session-spice.c:506
395 msgid "invalid password"
396 msgstr "ಅಮಾನ್ಯವಾದ ಗುಪ್ತಪದ"
475 msgstr ""
476
477 #: ../src/virt-viewer-main.c:112
478 #, c-format
479 msgid ""
480 "\n"
481 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
482 "\n"
483 msgstr ""
484
485 #: ../src/virt-viewer-session-spice.c:694
486 msgid "Invalid password"
487 msgstr ""
397488
398489 #. Create the widgets
399 #: ../src/virt-viewer-session-spice.c:588
490 #: ../src/virt-viewer-session-spice.c:786
400491 msgid "Select USB devices for redirection"
401492 msgstr "ಮರುನಿರ್ದೇಶನಕ್ಕಾಗಿ USB ಸಾಧನಗಳನ್ನು ಆರಿಸಿ"
402493
403 #: ../src/virt-viewer-session-vnc.c:148
494 #: ../src/virt-viewer-session-vnc.c:153
404495 #, c-format
405496 msgid "Unsupported authentication type %d"
406497 msgstr "ಬೆಂಬಲವಿರದ ದೃಢೀಕರಣದ ಬಗೆ %d"
407498
408 #: ../src/virt-viewer-window.c:587
499 #: ../src/virt-viewer-vm-connection.c:64
500 msgid "No virtual machine found"
501 msgstr ""
502
503 #: ../src/virt-viewer-vm-connection.c:93
504 msgid "No virtual machine was chosen"
505 msgstr ""
506
507 #: ../src/virt-viewer-window.c:537
409508 msgid "Ctrl+Alt+_Del"
410509 msgstr "Ctrl+Alt+_Del"
411510
412 #: ../src/virt-viewer-window.c:588
511 #: ../src/virt-viewer-window.c:538
413512 msgid "Ctrl+Alt+_Backspace"
414513 msgstr "Ctrl+Alt+_Backspace"
415514
416 #: ../src/virt-viewer-window.c:590
515 #: ../src/virt-viewer-window.c:540
417516 msgid "Ctrl+Alt+F_1"
418517 msgstr "Ctrl+Alt+F_1"
419518
420 #: ../src/virt-viewer-window.c:591
519 #: ../src/virt-viewer-window.c:541
421520 msgid "Ctrl+Alt+F_2"
422521 msgstr "Ctrl+Alt+F_2"
423522
424 #: ../src/virt-viewer-window.c:592
523 #: ../src/virt-viewer-window.c:542
425524 msgid "Ctrl+Alt+F_3"
426525 msgstr "Ctrl+Alt+F_3"
427526
428 #: ../src/virt-viewer-window.c:593
527 #: ../src/virt-viewer-window.c:543
429528 msgid "Ctrl+Alt+F_4"
430529 msgstr "Ctrl+Alt+F_4"
431530
432 #: ../src/virt-viewer-window.c:594
531 #: ../src/virt-viewer-window.c:544
433532 msgid "Ctrl+Alt+F_5"
434533 msgstr "Ctrl+Alt+F_5"
435534
436 #: ../src/virt-viewer-window.c:595
535 #: ../src/virt-viewer-window.c:545
437536 msgid "Ctrl+Alt+F_6"
438537 msgstr "Ctrl+Alt+F_6"
439538
440 #: ../src/virt-viewer-window.c:596
539 #: ../src/virt-viewer-window.c:546
441540 msgid "Ctrl+Alt+F_7"
442541 msgstr "Ctrl+Alt+F_7"
443542
444 #: ../src/virt-viewer-window.c:597
543 #: ../src/virt-viewer-window.c:547
445544 msgid "Ctrl+Alt+F_8"
446545 msgstr "Ctrl+Alt+F_8"
447546
448 #: ../src/virt-viewer-window.c:598
547 #: ../src/virt-viewer-window.c:548
449548 msgid "Ctrl+Alt+F_9"
450549 msgstr "Ctrl+Alt+F_9"
451550
452 #: ../src/virt-viewer-window.c:599
551 #: ../src/virt-viewer-window.c:549
453552 msgid "Ctrl+Alt+F1_0"
454553 msgstr "Ctrl+Alt+F1_0"
455554
456 #: ../src/virt-viewer-window.c:600
555 #: ../src/virt-viewer-window.c:550
457556 msgid "Ctrl+Alt+F11"
458557 msgstr "Ctrl+Alt+F11"
459558
460 #: ../src/virt-viewer-window.c:601
559 #: ../src/virt-viewer-window.c:551
461560 msgid "Ctrl+Alt+F12"
462561 msgstr "Ctrl+Alt+F12"
463562
464 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
563 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
465564 msgid "Screenshot"
466565 msgstr "ತೆರೆಚಿತ್ರ"
467566
468 #: ../src/virt-viewer-window.c:1051
567 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
568 msgid "Unknown"
569 msgstr ""
570
571 #: ../src/virt-viewer-window.c:1062
469572 msgid "Disconnect"
470573 msgstr "ಸಂಪರ್ಕ ಕಡಿದುಹಾಕು"
471574
472 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
575 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
473576 #: ../src/virt-viewer.xml.h:3
474577 msgid "USB device selection"
475578 msgstr "USB ಸಾಧನವನ್ನು ಆರಿಸುವಿಕೆ"
476579
477 #: ../src/virt-viewer-window.c:1070
580 #: ../src/virt-viewer-window.c:1081
478581 msgid "Send key combination"
479582 msgstr "ಕೀಲಿಯ ಸಂಯೋಜನೆಯನ್ನು ಕಳುಹಿಸು"
480583
481 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
584 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
482585 msgid "Leave fullscreen"
483586 msgstr "ಪೂರ್ಣತೆರೆಯಿಂದ ನಿರ್ಗಮಿಸು"
484587
485 #: ../src/virt-viewer-window.c:1162
588 #: ../src/virt-viewer-window.c:1173
486589 msgid "Ctrl+Alt"
487590 msgstr "Ctrl+Alt"
488591
489 #: ../src/virt-viewer-window.c:1165
592 #: ../src/virt-viewer-window.c:1176
490593 #, c-format
491594 msgid "(Press %s to release pointer)"
492595 msgstr "(ಸೂಚಕವನ್ನು ಮುಕ್ತಗೊಳಿಸಲು %s ಅನ್ನು ಒತ್ತಿ)"
493596
494597 #. translators:
495 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
496 #. <appname>"
497 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
498 #. Viewer"
499 #: ../src/virt-viewer-window.c:1176
598 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
599 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
600 #.
601 #: ../src/virt-viewer-window.c:1187
500602 #, c-format
501603 msgid "%s%s%s - %s"
502604 msgstr "%s%s%s - %s"
503605
504606 #. translators: <space>
505 #: ../src/virt-viewer-window.c:1180
607 #: ../src/virt-viewer-window.c:1191
506608 msgid " "
507609 msgstr " "
508610
509 #: ../src/virt-viewer-file.c:624
611 #: ../src/virt-viewer-file.c:825
612 #, c-format
613 msgid ""
614 "At least %s version %s is required to setup this connection, see %s for "
615 "details"
616 msgstr ""
617
618 #: ../src/virt-viewer-file.c:833
510619 #, c-format
511620 msgid "At least %s version %s is required to setup this connection"
512621 msgstr "ಈ ಸಂಪರ್ಕವನ್ನು ಸಿದ್ಧಗೊಳಿಸಲು ಕನಿಷ್ಟ %s ಆವೃತ್ತಿ %s ಅಗತ್ಯವಿದೆ"
513622
514 #: ../src/virt-viewer.c:133
623 #: ../src/virt-viewer.c:163
515624 msgid "Waiting for guest domain to re-start"
516625 msgstr "ಅತಿಥಿ ಡೊಮೈನ್ ಮರಳಿ-ಆರಂಭಗೊಳ್ಳಲು ಕಾಯಲಾಗುತ್ತಿದೆ"
517626
518 #: ../src/virt-viewer.c:318
627 #: ../src/virt-viewer.c:409
519628 #, c-format
520629 msgid "Cannot determine the graphic type for the guest %s"
521630 msgstr "%s ಎಂಬ ಅತಿಥಿಗಾಗಿ ಗ್ರಾಫಿಕ್‌ನ ಬಗೆಯನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
522631
523 #: ../src/virt-viewer.c:341
524 #, c-format
525 msgid "Cannot determine the graphic address for the guest %s"
526 msgstr "%s ಎಂಬ ಅತಿಥಿಗಾಗಿ ಗ್ರಾಫಿಕ್‌ನ ವಿಳಾಸವನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
527
528 #: ../src/virt-viewer.c:354
632 #: ../src/virt-viewer.c:448
529633 #, c-format
530634 msgid "Cannot determine the host for the guest %s"
531635 msgstr "%s ಎಂಬ ಅತಿಥಿಗಾಗಿ ಆತಿಥೇಯವನ್ನು ನಿರ್ಧರಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
532636
533 #: ../src/virt-viewer.c:540
637 #: ../src/virt-viewer.c:476
638 #, c-format
639 msgid "Guest '%s' is not reachable"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:697
643 #, c-format
644 msgid "Virtual machine %s is not running"
645 msgstr ""
646
647 #: ../src/virt-viewer.c:720
534648 msgid "Waiting for libvirt to start"
535649 msgstr "libvirt ಆರಂಭಗೊಳ್ಳುವವರೆಗೆ ಕಾಯಲಾಗುತ್ತಿದೆ"
536650
537 #: ../src/virt-viewer.c:544
651 #: ../src/virt-viewer.c:724
538652 msgid "Finding guest domain"
539653 msgstr "ಅತಿಥಿ ಡೊಮೈನ್ ಅನ್ನು ಪತ್ತೆ ಮಾಡಲಾಗುತ್ತಿದೆ"
540654
541 #: ../src/virt-viewer.c:548
655 #: ../src/virt-viewer.c:728
542656 msgid "Waiting for guest domain to be created"
543657 msgstr "ಅತಿಥಿ ಡೊಮೈನ್ ನಿರ್ಮಾಣಗೊಳ್ಳಲು ಕಾಯಲಾಗುತ್ತಿದೆ"
544658
545 #: ../src/virt-viewer.c:553
546 #, c-format
547 msgid "Cannot find guest domain %s"
548 msgstr "ಅತಿಥಿ ಡೊಮೈನ್ %s ಕಂಡುಬಂದಿಲ್ಲ"
549
550 #: ../src/virt-viewer.c:566
659 #: ../src/virt-viewer.c:750
551660 msgid "Checking guest domain status"
552661 msgstr "ಅತಿಥಿ ಡೊಮೈನ್ ಸ್ಥಿತಿಯನ್ನು ಪರಿಶೀಲಿಸಲಾಗುತ್ತಿದೆ"
553662
554 #: ../src/virt-viewer.c:573
663 #: ../src/virt-viewer.c:753
664 msgid "Cannot get guest state"
665 msgstr ""
666
667 #: ../src/virt-viewer.c:759
555668 msgid "Waiting for guest domain to start"
556669 msgstr "ಅತಿಥಿ ಡೊಮೈನ್ ಮರಳಿ-ಆರಂಭಗೊಳ್ಳಲು ಕಾಯಲಾಗುತ್ತಿದೆ"
557670
558 #: ../src/virt-viewer.c:580
559 msgid "Waiting for guest domain to start server"
560 msgstr "ಅತಿಥಿ ಡೊಮೈನ್ ಪೂರೈಕೆಗಣಕವನ್ನು ಆರಂಭಿಸುವವರೆಗೆ ಕಾಯಲಾಗುತ್ತಿದೆ"
561
562 #: ../src/virt-viewer.c:694
563 #, c-format
564 msgid "Unable to connect to libvirt with URI %s"
565 msgstr "URI %s ಯೊಂದಿಗೆ libvirt ಗೆ ಸಂಪರ್ಕ ಸಾಧಿಸಲು ಸಾಧ್ಯವಾಗಿಲ್ಲ"
566
567 #: ../src/virt-viewer.c:695
671 #: ../src/virt-viewer.c:863
672 #, c-format
673 msgid "Unable to connect to libvirt with URI: %s."
674 msgstr ""
675
676 #: ../src/virt-viewer.c:864
568677 msgid "[none]"
569678 msgstr "[ಯಾವುದೂ ಇಲ್ಲ]"
570679
680 #: ../src/virt-viewer.c:871
681 msgid "Authentication failed."
682 msgstr ""
683
684 #: ../src/virt-viewer.c:931
685 msgid "Failed to connect: "
686 msgstr ""
687
688 #.
571689 #. * Local variables:
572690 #. * c-indent-level: 4
573691 #. * c-basic-offset: 4
574692 #. * indent-tabs-mode: nil
575693 #. * End:
694 #.
576695 #: ../src/virt-viewer.xml.h:1
577696 msgid "_File"
578697 msgstr "ಕಡತ (_F)"
585704 msgid "Smartcard removal"
586705 msgstr "ಸ್ಮಾರ್ಟ್ ಕಾರ್ಡ್ ತೆಗೆದುಹಾಕುವಿಕೆ"
587706
588 #: ../src/virt-viewer.xml.h:6
707 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
708 msgid "Preferences"
709 msgstr ""
710
711 #: ../src/virt-viewer.xml.h:7
589712 msgid "_View"
590713 msgstr "ನೋಟ (_V)"
591714
592 #: ../src/virt-viewer.xml.h:7
715 #: ../src/virt-viewer.xml.h:8
593716 msgid "Full screen"
594717 msgstr "ಪೂರ್ಣ ತೆರೆ"
595718
596 #: ../src/virt-viewer.xml.h:8
719 #: ../src/virt-viewer.xml.h:9
597720 msgid "_Zoom"
598721 msgstr "ಹಿಗ್ಗಿಸು/ಕುಗ್ಗಿಸು (_Z)"
599722
600 #: ../src/virt-viewer.xml.h:9
723 #: ../src/virt-viewer.xml.h:10
601724 msgid "Displays"
602725 msgstr "ಪ್ರದರ್ಶಕಗಳು"
603726
604 #: ../src/virt-viewer.xml.h:10
727 #: ../src/virt-viewer.xml.h:11
605728 msgid "Release cursor"
606729 msgstr "ತೆರೆಸೂಚಕವನ್ನು ಮುಕ್ತಗೊಳಿಸು"
607730
608 #: ../src/virt-viewer.xml.h:11
731 #: ../src/virt-viewer.xml.h:12
609732 msgid "_Send key"
610733 msgstr "ಕಳುಹಿಸುವ ಕೀಲಿ (_S)"
611734
612 #: ../src/virt-viewer.xml.h:12
735 #: ../src/virt-viewer.xml.h:13
613736 msgid "_Help"
614737 msgstr "ನೆರವು (_H)"
738
739 #: ../src/virt-viewer.xml.h:14
740 msgid "_Guest Details"
741 msgstr ""
742
743 #: ../src/virt-viewer-guest-details.xml.h:1
744 msgid "Guest Details"
745 msgstr ""
746
747 #: ../src/virt-viewer-guest-details.xml.h:2
748 msgid "Name:"
749 msgstr ""
750
751 #: ../src/virt-viewer-guest-details.xml.h:3
752 msgid "GUID:"
753 msgstr ""
754
755 #: ../src/virt-viewer-vm-connection.xml.h:1
756 msgid "Choose a virtual machine"
757 msgstr ""
758
759 #: ../src/virt-viewer-vm-connection.xml.h:2
760 msgid "Name"
761 msgstr ""
762
763 #: ../src/virt-viewer-vm-connection.xml.h:3
764 msgid "Available virtual machines"
765 msgstr ""
766
767 #: ../src/virt-viewer-preferences.xml.h:2
768 msgid "Folder sharing"
769 msgstr ""
770
771 #: ../src/virt-viewer-preferences.xml.h:3
772 msgid "Share folder"
773 msgstr ""
774
775 #: ../src/virt-viewer-preferences.xml.h:4
776 msgid "Read-only"
777 msgstr ""
778
779 #: ../src/virt-viewer-preferences.xml.h:5
780 msgid "Spice"
781 msgstr ""
+330
-166
po/ko.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Automatically generated, 2010
66 # eukim <eukim@redhat.com>, 2013
99 # Hyunsok Oh <hoh@redhat.com>, 2010
1010 msgid ""
1111 msgstr ""
12 "Project-Id-Version: virt-viewer\n"
12 "Project-Id-Version: PACKAGE VERSION\n"
1313 "Report-Msgid-Bugs-To: \n"
14 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
15 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
14 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
15 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1616 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
17 "Language-Team: Korean (http://www.transifex.com/projects/p/virt-viewer/language/ko/)\n"
17 "Language-Team: Korean (http://www.transifex.com/projects/p/virt-viewer/"
18 "language/ko/)\n"
19 "Language: ko\n"
1820 "MIME-Version: 1.0\n"
1921 "Content-Type: text/plain; charset=UTF-8\n"
2022 "Content-Transfer-Encoding: 8bit\n"
21 "Language: ko\n"
2223 "Plural-Forms: nplurals=1; plural=0;\n"
23
24 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
24 "X-Generator: Zanata 3.7.3\n"
25
26 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2527 msgid "Remote Viewer"
2628 msgstr "원격 뷰어"
2729
7577
7678 #: ../src/remote-viewer-main.c:50
7779 #, c-format
78 msgid "remote-viewer version %s\n"
79 msgstr "remote-viewer 버전 %s\n"
80
81 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
80 msgid "remote-viewer version %s"
81 msgstr ""
82
83 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8284 msgid "Display version information"
8385 msgstr "버전 정보 보기 "
8486
85 #: ../src/remote-viewer-main.c:101
87 #: ../src/remote-viewer-main.c:105
8688 msgid "Set window title"
8789 msgstr "창 제목 설정 "
8890
89 #: ../src/remote-viewer-main.c:104
91 #: ../src/remote-viewer-main.c:108
9092 msgid "Open connection using Spice controller communication"
9193 msgstr "Spice 컨트롤러 통신을 사용하여 연결을 오픈합니다 "
9294
93 #: ../src/remote-viewer-main.c:116
95 #: ../src/remote-viewer-main.c:120
9496 msgid "Remote viewer client"
9597 msgstr ""
9698
97 #: ../src/remote-viewer-main.c:134
99 #: ../src/remote-viewer-main.c:138
98100 #, c-format
99101 msgid ""
100102 "%s\n"
101103 "Run '%s --help' to see a full list of available command line options\n"
102 msgstr "%s\n사용 가능한 명령행 옵션의 전체 목록을 보려면 '%s --help'를 실행하십시오\n"
103
104 #: ../src/remote-viewer-main.c:146
104 msgstr ""
105 "%s\n"
106 "사용 가능한 명령행 옵션의 전체 목록을 보려면 '%s --help'를 실행하십시오\n"
107
108 #: ../src/remote-viewer-main.c:149
105109 #, c-format
106110 msgid "Error: extra arguments given while using Spice controller\n"
107111 msgstr "오류: Spice 컨트롤러를 사용하는 도중 불필요한 인수가 지정되었습니다\n"
108112
109 #: ../src/remote-viewer-main.c:153
113 #: ../src/remote-viewer-main.c:156
110114 #, c-format
111115 msgid "Error: can't handle multiple URIs\n"
112116 msgstr "오류: 여러 URI를 처리할 수 없습니다\n"
113117
114 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
118 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
115119 msgid "Failed to initiate connection"
116120 msgstr "연결 초기화 실패 "
117121
118 #: ../src/remote-viewer.c:294
122 #: ../src/remote-viewer.c:313
119123 msgid "Display disabled by controller"
120124 msgstr "컨트롤러에 의해 디스플레이가 비활성화됨 "
121125
122 #: ../src/remote-viewer.c:592
126 #: ../src/remote-viewer.c:609
123127 #, c-format
124128 msgid "Controller connection failed: %s"
125129 msgstr "컨트롤러 연결에 실패함: %s"
126130
127 #. Create the widgets
128 #: ../src/remote-viewer.c:924
129 msgid "Connection details"
130 msgstr "상세 연결 정보"
131
132 #: ../src/remote-viewer.c:939
133 msgid "_Connection Address"
131 #: ../src/remote-viewer.c:755
132 msgid "_Change CD"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:855
136 msgid "failed to parse ovirt uri"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
140 msgid "Authentication was cancelled"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:900
144 #, c-format
145 msgid "oVirt VM %s is not running"
146 msgstr ""
147
148 #: ../src/remote-viewer.c:914
149 #, c-format
150 msgid "oVirt VM %s has no display"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:940
154 #, c-format
155 msgid "oVirt VM %s has no host information"
134156 msgstr ""
135157
136158 #: ../src/remote-viewer.c:951
137 msgid "For example, spice://foo.example.org:5900"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:964
141 msgid "_Recent Connections"
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1020
145 msgid "Couldn't create a Spice session"
146 msgstr "Spice 세션을 생성할 수 없음 "
147
148 #: ../src/remote-viewer.c:1034
159 #, c-format
160 msgid "oVirt VM %s has unknown display type: %d"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1094
149164 msgid "Setting up Spice session..."
150165 msgstr "Spice 세션 설정 중..."
151166
152 #: ../src/remote-viewer.c:1055
153 #, c-format
154 msgid "Invalid file %s"
155 msgstr "잘못된 파일 %s"
156
157 #: ../src/remote-viewer.c:1062
167 #: ../src/remote-viewer.c:1102
168 msgid "No connection was chosen"
169 msgstr ""
170
171 #: ../src/remote-viewer.c:1120
172 #, c-format
173 msgid "Invalid file %s: "
174 msgstr ""
175
176 #: ../src/remote-viewer.c:1128
158177 msgid "Cannot determine the connection type from URI"
159178 msgstr "URI에서 연결 유형을 지정할 수 없음 "
160179
161 #: ../src/remote-viewer.c:1068
162 msgid "Couldn't open oVirt session"
163 msgstr ""
164
165 #: ../src/remote-viewer.c:1075
166 #, c-format
167 msgid "Couldn't create a session for this type: %s"
168 msgstr "이러한 유형의 세션을 생성할 수 없음: %s"
169
180 #: ../src/remote-viewer.c:1134
181 msgid "Couldn't open oVirt session: "
182 msgstr ""
183
184 #.
170185 #. * Local variables:
171186 #. * c-indent-level: 4
172187 #. * c-basic-offset: 4
173188 #. * indent-tabs-mode: nil
174189 #. * End:
190 #.
191 #: ../src/remote-viewer-connect.xml.h:1
192 msgid "Connection details"
193 msgstr "상세 연결 정보"
194
195 #: ../src/remote-viewer-connect.xml.h:2
196 msgid "Connection Address"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:3
200 msgid "For example, spice://foo.example.org:5900"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:4
204 msgid "Recent connections"
205 msgstr ""
206
207 #: ../src/remote-viewer-connect.xml.h:5
208 msgid "Cancel"
209 msgstr ""
210
211 #: ../src/remote-viewer-connect.xml.h:6
212 msgid "Connect"
213 msgstr ""
214
175215 #: ../src/virt-viewer-about.xml.h:1
176216 msgid "About Glade"
177217 msgstr "Glade에 관하여 "
205245 "You should have received a copy of the GNU General Public License\n"
206246 "along with this program; if not, write to the Free Software\n"
207247 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
208 msgstr "This program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
248 msgstr ""
249 "This program is free software; you can redistribute it and/or modify\n"
250 "it under the terms of the GNU General Public License as published by\n"
251 "the Free Software Foundation; either version 2 of the License, or\n"
252 "(at your option) any later version.\n"
253 "\n"
254 "This program is distributed in the hope that it will be useful,\n"
255 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
256 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
257 "GNU General Public License for more details.\n"
258 "\n"
259 "You should have received a copy of the GNU General Public License\n"
260 "along with this program; if not, write to the Free Software\n"
261 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
209262
210263 #: ../src/virt-viewer-about.xml.h:20
211264 msgid "The Fedora Translation Team"
212265 msgstr "Fedora 번역팀 "
213266
214 #: ../src/virt-viewer-app.c:400
267 #: ../src/virt-viewer-app.c:526
215268 msgid "Do you want to close the session?"
216269 msgstr "세션을 종료하시겠습니까?"
217270
218 #: ../src/virt-viewer-app.c:402
271 #: ../src/virt-viewer-app.c:528
219272 msgid "Do not ask me again"
220273 msgstr "다시 묻지 않습니다 "
221274
222 #: ../src/virt-viewer-app.c:841
275 #: ../src/virt-viewer-app.c:1008
223276 #, c-format
224277 msgid "Waiting for display %d..."
225278 msgstr "디스플레이 %d를 기다리는 중..."
226279
227 #: ../src/virt-viewer-app.c:946
228 #, c-format
229 msgid "Unknown graphic type for the guest %s"
230 msgstr "게스트 %s의 그래픽 유형을 알 수 없습니다 "
231
232 #: ../src/virt-viewer-app.c:1027
280 #: ../src/virt-viewer-app.c:1117
281 #, c-format
282 msgid "Unsupported graphic type '%s'"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:1200
233286 msgid "Connect to ssh failed."
234287 msgstr "ssh 연결을 실패했습니다. "
235288
236 #: ../src/virt-viewer-app.c:1029
289 #: ../src/virt-viewer-app.c:1202
237290 msgid "Can't connect to channel, SSH only supported."
238291 msgstr "채널에 연결할 수 없습니다, SSH만 지원됩니다. "
239292
240 #: ../src/virt-viewer-app.c:1041
293 #: ../src/virt-viewer-app.c:1214
241294 msgid "Connect to channel unsupported."
242295 msgstr "지원되지 않는 채널에 연결합니다. "
243296
244 #: ../src/virt-viewer-app.c:1123
297 #: ../src/virt-viewer-app.c:1276
298 msgid "Display can only be attached through libvirt with --attach"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:1299
245302 msgid "Connecting to graphic server"
246303 msgstr "그래픽 서버에 연결 중 "
247304
248 #: ../src/virt-viewer-app.c:1256
305 #: ../src/virt-viewer-app.c:1398
249306 msgid "Guest domain has shutdown"
250307 msgstr "게스트 도메인이 종료되었습니다 "
251308
252 #: ../src/virt-viewer-app.c:1317
309 #: ../src/virt-viewer-app.c:1459
253310 msgid "Connected to graphic server"
254311 msgstr "그래픽 서버에 연결 "
255312
256 #: ../src/virt-viewer-app.c:1344
313 #: ../src/virt-viewer-app.c:1486
257314 #, c-format
258315 msgid "Unable to connect to the graphic server %s"
259316 msgstr "그래픽 서버 %s에 연결할 수 없음 "
260317
261 #: ../src/virt-viewer-app.c:1376
262 #, c-format
263 msgid ""
264 "Unable to authenticate with remote desktop server at %s: %s\n"
265 "Retry connection again?"
266 msgstr "%s의 원격 데스크톱 서버에 인증할 수 없습니다: %s\n연결을 다시 시도 하시겠습니까? "
267
268 #: ../src/virt-viewer-app.c:1396
318 #: ../src/virt-viewer-app.c:1512
319 #, c-format
320 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:1525
269324 #, c-format
270325 msgid "Unable to authenticate with remote desktop server: %s"
271326 msgstr "원격 데스크탑 서버로 인증할 수 없음: %s"
272327
273 #: ../src/virt-viewer-app.c:1404
328 #: ../src/virt-viewer-app.c:1533
274329 #, c-format
275330 msgid "USB redirection error: %s"
276331 msgstr "USB 리디렉션 오류: %s"
277332
278 #: ../src/virt-viewer-app.c:1632
333 #: ../src/virt-viewer-app.c:1786
279334 #, c-format
280335 msgid "Zoom level must be within %d-%d\n"
281336 msgstr ""
282337
283 #: ../src/virt-viewer-app.c:2126
338 #: ../src/virt-viewer-app.c:2296
284339 #, c-format
285340 msgid "Display %d"
286341 msgstr "디스플레이 %d"
287342
288 #: ../src/virt-viewer-app.c:2301
343 #: ../src/virt-viewer-app.c:2552
289344 #, c-format
290345 msgid "Invalid kiosk-quit argument: %s"
291346 msgstr ""
292347
293 #: ../src/virt-viewer-app.c:2310
348 #: ../src/virt-viewer-app.c:2561
294349 msgid "Zoom level of window, in percentage"
295350 msgstr "윈도우의 줌 레벨 (백분율) "
296351
297 #: ../src/virt-viewer-app.c:2312
352 #: ../src/virt-viewer-app.c:2563
298353 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
299354 msgstr ""
300355
301 #: ../src/virt-viewer-app.c:2314
356 #: ../src/virt-viewer-app.c:2565
302357 msgid "Customise hotkeys"
303358 msgstr "핫키 사용자 정의 "
304359
305 #: ../src/virt-viewer-app.c:2316
360 #: ../src/virt-viewer-app.c:2567
306361 msgid "Enable kiosk mode"
307362 msgstr ""
308363
309 #: ../src/virt-viewer-app.c:2318
364 #: ../src/virt-viewer-app.c:2569
310365 msgid "Quit on given condition in kiosk mode"
311366 msgstr ""
312367
313 #: ../src/virt-viewer-app.c:2318
368 #: ../src/virt-viewer-app.c:2569
314369 msgid "<never|on-disconnect>"
315370 msgstr ""
316371
317 #: ../src/virt-viewer-app.c:2320
372 #: ../src/virt-viewer-app.c:2571
318373 msgid "Display verbose information"
319374 msgstr "상세 정보 보기 "
320375
321 #: ../src/virt-viewer-app.c:2322
376 #: ../src/virt-viewer-app.c:2573
322377 msgid "Display debugging information"
323378 msgstr "디버그 정보 보기 "
324379
380 #: ../src/virt-viewer-auth.c:88
381 #, c-format
382 msgid ""
383 "Authentication is required for the %s connection to:\n"
384 "\n"
385 "<b>%s</b>\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-auth.c:92
390 #, c-format
391 msgid "Authentication is required for the %s connection:\n"
392 msgstr ""
393
394 #.
325395 #. * Local variables:
326396 #. * c-indent-level: 4
327397 #. * c-basic-offset: 4
328398 #. * indent-tabs-mode: nil
329399 #. * End:
400 #.
330401 #: ../src/virt-viewer-auth.xml.h:1
331402 msgid "Authentication required"
332403 msgstr "인증이 필요함 "
333404
334 #: ../src/virt-viewer-auth.xml.h:2
405 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
335406 msgid "label"
336407 msgstr "레이블 "
337408
343414 msgid "Username:"
344415 msgstr "사용자 이름 "
345416
417 #: ../src/virt-viewer-auth.xml.h:5
418 msgid "Show password"
419 msgstr ""
420
421 #: ../src/virt-viewer-display-vnc.c:133
422 msgid "VNC does not provide GUID"
423 msgstr ""
424
346425 #: ../src/virt-viewer-main.c:38
347426 #, c-format
348427 msgid "%s version %s\n"
375454 #: ../src/virt-viewer-main.c:80
376455 #, c-format
377456 msgid "Run '%s --help' to see a full list of available command line options"
378 msgstr "사용 가능한 명령행 옵션의 전체 목록을 보려면 '%s --help'를 실행하십시오 "
457 msgstr ""
458 "사용 가능한 명령행 옵션의 전체 목록을 보려면 '%s --help'를 실행하십시오 "
379459
380460 #: ../src/virt-viewer-main.c:86
381461 msgid "Virtual machine graphical console"
382462 msgstr ""
383463
384 #: ../src/virt-viewer-main.c:108
464 #: ../src/virt-viewer-main.c:107
385465 #, c-format
386466 msgid ""
387467 "\n"
388 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
468 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
389469 "\n"
390470 "%s\n"
391471 "\n"
392 msgstr "\n사용법: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
393
394 #: ../src/virt-viewer-session-spice.c:506
395 msgid "invalid password"
472 msgstr ""
473
474 #: ../src/virt-viewer-main.c:112
475 #, c-format
476 msgid ""
477 "\n"
478 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
479 "\n"
480 msgstr ""
481
482 #: ../src/virt-viewer-session-spice.c:694
483 msgid "Invalid password"
396484 msgstr ""
397485
398486 #. Create the widgets
399 #: ../src/virt-viewer-session-spice.c:588
487 #: ../src/virt-viewer-session-spice.c:786
400488 msgid "Select USB devices for redirection"
401489 msgstr "리디렉션을 위한 USB 장치 선택 "
402490
403 #: ../src/virt-viewer-session-vnc.c:148
491 #: ../src/virt-viewer-session-vnc.c:153
404492 #, c-format
405493 msgid "Unsupported authentication type %d"
406494 msgstr "지원되지 않는 인증 유형 %d"
407495
408 #: ../src/virt-viewer-window.c:587
496 #: ../src/virt-viewer-vm-connection.c:64
497 msgid "No virtual machine found"
498 msgstr ""
499
500 #: ../src/virt-viewer-vm-connection.c:93
501 msgid "No virtual machine was chosen"
502 msgstr ""
503
504 #: ../src/virt-viewer-window.c:537
409505 msgid "Ctrl+Alt+_Del"
410506 msgstr "Ctrl+Alt+Del(_D) "
411507
412 #: ../src/virt-viewer-window.c:588
508 #: ../src/virt-viewer-window.c:538
413509 msgid "Ctrl+Alt+_Backspace"
414510 msgstr "Ctrl+Alt+Backspace(_B)"
415511
416 #: ../src/virt-viewer-window.c:590
512 #: ../src/virt-viewer-window.c:540
417513 msgid "Ctrl+Alt+F_1"
418514 msgstr "Ctrl+Alt+F_1"
419515
420 #: ../src/virt-viewer-window.c:591
516 #: ../src/virt-viewer-window.c:541
421517 msgid "Ctrl+Alt+F_2"
422518 msgstr "Ctrl+Alt+F_2"
423519
424 #: ../src/virt-viewer-window.c:592
520 #: ../src/virt-viewer-window.c:542
425521 msgid "Ctrl+Alt+F_3"
426522 msgstr "Ctrl+Alt+F_3"
427523
428 #: ../src/virt-viewer-window.c:593
524 #: ../src/virt-viewer-window.c:543
429525 msgid "Ctrl+Alt+F_4"
430526 msgstr "Ctrl+Alt+F_4"
431527
432 #: ../src/virt-viewer-window.c:594
528 #: ../src/virt-viewer-window.c:544
433529 msgid "Ctrl+Alt+F_5"
434530 msgstr "Ctrl+Alt+F_5"
435531
436 #: ../src/virt-viewer-window.c:595
532 #: ../src/virt-viewer-window.c:545
437533 msgid "Ctrl+Alt+F_6"
438534 msgstr "Ctrl+Alt+F_6"
439535
440 #: ../src/virt-viewer-window.c:596
536 #: ../src/virt-viewer-window.c:546
441537 msgid "Ctrl+Alt+F_7"
442538 msgstr "Ctrl+Alt+F_7"
443539
444 #: ../src/virt-viewer-window.c:597
540 #: ../src/virt-viewer-window.c:547
445541 msgid "Ctrl+Alt+F_8"
446542 msgstr "Ctrl+Alt+F_8"
447543
448 #: ../src/virt-viewer-window.c:598
544 #: ../src/virt-viewer-window.c:548
449545 msgid "Ctrl+Alt+F_9"
450546 msgstr "Ctrl+Alt+F_9"
451547
452 #: ../src/virt-viewer-window.c:599
548 #: ../src/virt-viewer-window.c:549
453549 msgid "Ctrl+Alt+F1_0"
454550 msgstr "Ctrl+Alt+F1_0"
455551
456 #: ../src/virt-viewer-window.c:600
552 #: ../src/virt-viewer-window.c:550
457553 msgid "Ctrl+Alt+F11"
458554 msgstr "Ctrl+Alt+F11"
459555
460 #: ../src/virt-viewer-window.c:601
556 #: ../src/virt-viewer-window.c:551
461557 msgid "Ctrl+Alt+F12"
462558 msgstr "Ctrl+Alt+F12"
463559
464 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
560 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
465561 msgid "Screenshot"
466562 msgstr "스크린샷 "
467563
468 #: ../src/virt-viewer-window.c:1051
564 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
565 msgid "Unknown"
566 msgstr ""
567
568 #: ../src/virt-viewer-window.c:1062
469569 msgid "Disconnect"
470570 msgstr "연결 해제 "
471571
472 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
572 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
473573 #: ../src/virt-viewer.xml.h:3
474574 msgid "USB device selection"
475575 msgstr "USB 장치 선택 "
476576
477 #: ../src/virt-viewer-window.c:1070
577 #: ../src/virt-viewer-window.c:1081
478578 msgid "Send key combination"
479579 msgstr "조합 키 전송"
480580
481 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
581 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
482582 msgid "Leave fullscreen"
483583 msgstr "전체 화면 해제 "
484584
485 #: ../src/virt-viewer-window.c:1162
585 #: ../src/virt-viewer-window.c:1173
486586 msgid "Ctrl+Alt"
487587 msgstr "Ctrl+Alt"
488588
489 #: ../src/virt-viewer-window.c:1165
589 #: ../src/virt-viewer-window.c:1176
490590 #, c-format
491591 msgid "(Press %s to release pointer)"
492592 msgstr "(포인터를 개방하려면 %s를 누르십시오)"
493593
494594 #. translators:
495 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
496 #. <appname>"
497 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
498 #. Viewer"
499 #: ../src/virt-viewer-window.c:1176
595 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
596 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
597 #.
598 #: ../src/virt-viewer-window.c:1187
500599 #, c-format
501600 msgid "%s%s%s - %s"
502601 msgstr "%s%s%s - %s"
503602
504603 #. translators: <space>
505 #: ../src/virt-viewer-window.c:1180
604 #: ../src/virt-viewer-window.c:1191
506605 msgid " "
507606 msgstr " "
508607
509 #: ../src/virt-viewer-file.c:624
608 #: ../src/virt-viewer-file.c:825
609 #, c-format
610 msgid ""
611 "At least %s version %s is required to setup this connection, see %s for "
612 "details"
613 msgstr ""
614
615 #: ../src/virt-viewer-file.c:833
510616 #, c-format
511617 msgid "At least %s version %s is required to setup this connection"
512618 msgstr ""
513619
514 #: ../src/virt-viewer.c:133
620 #: ../src/virt-viewer.c:163
515621 msgid "Waiting for guest domain to re-start"
516622 msgstr "다시 시작할 게스트 도메인을 기다리는 중 "
517623
518 #: ../src/virt-viewer.c:318
624 #: ../src/virt-viewer.c:409
519625 #, c-format
520626 msgid "Cannot determine the graphic type for the guest %s"
521627 msgstr "게스트 %s의 그래픽 유형을 지정할 수 없음 "
522628
523 #: ../src/virt-viewer.c:341
524 #, c-format
525 msgid "Cannot determine the graphic address for the guest %s"
526 msgstr "게스트 %s의 그래픽 주소를 지정할 수 없음 "
527
528 #: ../src/virt-viewer.c:354
629 #: ../src/virt-viewer.c:448
529630 #, c-format
530631 msgid "Cannot determine the host for the guest %s"
531632 msgstr "게스트 %s의 호스트를 지정할 수 없음 "
532633
533 #: ../src/virt-viewer.c:540
634 #: ../src/virt-viewer.c:476
635 #, c-format
636 msgid "Guest '%s' is not reachable"
637 msgstr ""
638
639 #: ../src/virt-viewer.c:697
640 #, c-format
641 msgid "Virtual machine %s is not running"
642 msgstr ""
643
644 #: ../src/virt-viewer.c:720
534645 msgid "Waiting for libvirt to start"
535646 msgstr "libvirt 시작을 기다리는 중 "
536647
537 #: ../src/virt-viewer.c:544
648 #: ../src/virt-viewer.c:724
538649 msgid "Finding guest domain"
539650 msgstr "게스트 도메인 검색 중 "
540651
541 #: ../src/virt-viewer.c:548
652 #: ../src/virt-viewer.c:728
542653 msgid "Waiting for guest domain to be created"
543654 msgstr "게스트 도메인이 생성되기를 기다리는 중 "
544655
545 #: ../src/virt-viewer.c:553
546 #, c-format
547 msgid "Cannot find guest domain %s"
548 msgstr "게스트 도메인 %s를 찾을 수 없음 "
549
550 #: ../src/virt-viewer.c:566
656 #: ../src/virt-viewer.c:750
551657 msgid "Checking guest domain status"
552658 msgstr "게스트 도메인 상태 확인 중 "
553659
554 #: ../src/virt-viewer.c:573
660 #: ../src/virt-viewer.c:753
661 msgid "Cannot get guest state"
662 msgstr ""
663
664 #: ../src/virt-viewer.c:759
555665 msgid "Waiting for guest domain to start"
556666 msgstr "시작할 게스트 도메인을 기다리는 중 "
557667
558 #: ../src/virt-viewer.c:580
559 msgid "Waiting for guest domain to start server"
560 msgstr "서버를 시작할 게스트 도메인을 기다리는 중 "
561
562 #: ../src/virt-viewer.c:694
563 #, c-format
564 msgid "Unable to connect to libvirt with URI %s"
565 msgstr "URI %s로 libvirt에 연결할 수 없음 "
566
567 #: ../src/virt-viewer.c:695
668 #: ../src/virt-viewer.c:863
669 #, c-format
670 msgid "Unable to connect to libvirt with URI: %s."
671 msgstr ""
672
673 #: ../src/virt-viewer.c:864
568674 msgid "[none]"
569675 msgstr "[없음]"
570676
677 #: ../src/virt-viewer.c:871
678 msgid "Authentication failed."
679 msgstr ""
680
681 #: ../src/virt-viewer.c:931
682 msgid "Failed to connect: "
683 msgstr ""
684
685 #.
571686 #. * Local variables:
572687 #. * c-indent-level: 4
573688 #. * c-basic-offset: 4
574689 #. * indent-tabs-mode: nil
575690 #. * End:
691 #.
576692 #: ../src/virt-viewer.xml.h:1
577693 msgid "_File"
578694 msgstr "파일(_F)"
585701 msgid "Smartcard removal"
586702 msgstr "스마트카드 제거 "
587703
588 #: ../src/virt-viewer.xml.h:6
704 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
705 msgid "Preferences"
706 msgstr ""
707
708 #: ../src/virt-viewer.xml.h:7
589709 msgid "_View"
590710 msgstr "보기(_V)"
591711
592 #: ../src/virt-viewer.xml.h:7
712 #: ../src/virt-viewer.xml.h:8
593713 msgid "Full screen"
594714 msgstr "전체 화면 "
595715
596 #: ../src/virt-viewer.xml.h:8
716 #: ../src/virt-viewer.xml.h:9
597717 msgid "_Zoom"
598718 msgstr "줌(_Z) "
599719
600 #: ../src/virt-viewer.xml.h:9
720 #: ../src/virt-viewer.xml.h:10
601721 msgid "Displays"
602722 msgstr "디스플레이 "
603723
604 #: ../src/virt-viewer.xml.h:10
724 #: ../src/virt-viewer.xml.h:11
605725 msgid "Release cursor"
606726 msgstr "커서 개방 "
607727
608 #: ../src/virt-viewer.xml.h:11
728 #: ../src/virt-viewer.xml.h:12
609729 msgid "_Send key"
610730 msgstr "키 전송(_S)"
611731
612 #: ../src/virt-viewer.xml.h:12
732 #: ../src/virt-viewer.xml.h:13
613733 msgid "_Help"
614734 msgstr "도움말(_H) "
735
736 #: ../src/virt-viewer.xml.h:14
737 msgid "_Guest Details"
738 msgstr ""
739
740 #: ../src/virt-viewer-guest-details.xml.h:1
741 msgid "Guest Details"
742 msgstr ""
743
744 #: ../src/virt-viewer-guest-details.xml.h:2
745 msgid "Name:"
746 msgstr ""
747
748 #: ../src/virt-viewer-guest-details.xml.h:3
749 msgid "GUID:"
750 msgstr ""
751
752 #: ../src/virt-viewer-vm-connection.xml.h:1
753 msgid "Choose a virtual machine"
754 msgstr ""
755
756 #: ../src/virt-viewer-vm-connection.xml.h:2
757 msgid "Name"
758 msgstr ""
759
760 #: ../src/virt-viewer-vm-connection.xml.h:3
761 msgid "Available virtual machines"
762 msgstr ""
763
764 #: ../src/virt-viewer-preferences.xml.h:2
765 msgid "Folder sharing"
766 msgstr ""
767
768 #: ../src/virt-viewer-preferences.xml.h:3
769 msgid "Share folder"
770 msgstr ""
771
772 #: ../src/virt-viewer-preferences.xml.h:4
773 msgid "Read-only"
774 msgstr ""
775
776 #: ../src/virt-viewer-preferences.xml.h:5
777 msgid "Spice"
778 msgstr ""
+0
-610
po/ks.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Kashmiri (http://www.transifex.com/projects/p/virt-viewer/language/ks/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ks\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
+0
-610
po/ku.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Kurdish (http://www.transifex.com/projects/p/virt-viewer/language/ku/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ku\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: PACKAGE VERSION\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Cornish\n"
13 "Language: kw\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=4; plural= (n==1) ? 0 : (n==2) ? 1 : (n == 3) ? 2 : "
18 "3\n"
19 "X-Generator: Zanata 3.5.1\n"
20
21 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
22 msgid "Remote Viewer"
23 msgstr ""
24
25 #: ../data/remote-viewer.desktop.in.h:2
26 msgid "Access remote desktops"
27 msgstr ""
28
29 #: ../data/virt-viewer-mime.xml.in.h:1
30 msgid "Virt-Viewer connection file"
31 msgstr ""
32
33 #: ../src/gbinding.c:637
34 msgid "Source"
35 msgstr ""
36
37 #: ../src/gbinding.c:638
38 msgid "The source of the binding"
39 msgstr ""
40
41 #: ../src/gbinding.c:652
42 msgid "Target"
43 msgstr ""
44
45 #: ../src/gbinding.c:653
46 msgid "The target of the binding"
47 msgstr ""
48
49 #: ../src/gbinding.c:668
50 msgid "Source Property"
51 msgstr ""
52
53 #: ../src/gbinding.c:669
54 msgid "The property on the source to bind"
55 msgstr ""
56
57 #: ../src/gbinding.c:684
58 msgid "Target Property"
59 msgstr ""
60
61 #: ../src/gbinding.c:685
62 msgid "The property on the target to bind"
63 msgstr ""
64
65 #: ../src/gbinding.c:699
66 msgid "Flags"
67 msgstr ""
68
69 #: ../src/gbinding.c:700
70 msgid "The binding flags"
71 msgstr ""
72
73 #: ../src/remote-viewer-main.c:50
74 #, c-format
75 msgid "remote-viewer version %s"
76 msgstr ""
77
78 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
79 msgid "Display version information"
80 msgstr ""
81
82 #: ../src/remote-viewer-main.c:105
83 msgid "Set window title"
84 msgstr ""
85
86 #: ../src/remote-viewer-main.c:108
87 msgid "Open connection using Spice controller communication"
88 msgstr ""
89
90 #: ../src/remote-viewer-main.c:120
91 msgid "Remote viewer client"
92 msgstr ""
93
94 #: ../src/remote-viewer-main.c:138
95 #, c-format
96 msgid ""
97 "%s\n"
98 "Run '%s --help' to see a full list of available command line options\n"
99 msgstr ""
100
101 #: ../src/remote-viewer-main.c:149
102 #, c-format
103 msgid "Error: extra arguments given while using Spice controller\n"
104 msgstr ""
105
106 #: ../src/remote-viewer-main.c:156
107 #, c-format
108 msgid "Error: can't handle multiple URIs\n"
109 msgstr ""
110
111 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
112 msgid "Failed to initiate connection"
113 msgstr ""
114
115 #: ../src/remote-viewer.c:313
116 msgid "Display disabled by controller"
117 msgstr ""
118
119 #: ../src/remote-viewer.c:609
120 #, c-format
121 msgid "Controller connection failed: %s"
122 msgstr ""
123
124 #: ../src/remote-viewer.c:755
125 msgid "_Change CD"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:855
129 msgid "failed to parse ovirt uri"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
133 msgid "Authentication was cancelled"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:900
137 #, c-format
138 msgid "oVirt VM %s is not running"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:914
142 #, c-format
143 msgid "oVirt VM %s has no display"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:940
147 #, c-format
148 msgid "oVirt VM %s has no host information"
149 msgstr ""
150
151 #: ../src/remote-viewer.c:951
152 #, c-format
153 msgid "oVirt VM %s has unknown display type: %d"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1094
157 msgid "Setting up Spice session..."
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1102
161 msgid "No connection was chosen"
162 msgstr ""
163
164 #: ../src/remote-viewer.c:1120
165 #, c-format
166 msgid "Invalid file %s: "
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1128
170 msgid "Cannot determine the connection type from URI"
171 msgstr ""
172
173 #: ../src/remote-viewer.c:1134
174 msgid "Couldn't open oVirt session: "
175 msgstr ""
176
177 #.
178 #. * Local variables:
179 #. * c-indent-level: 4
180 #. * c-basic-offset: 4
181 #. * indent-tabs-mode: nil
182 #. * End:
183 #.
184 #: ../src/remote-viewer-connect.xml.h:1
185 msgid "Connection details"
186 msgstr ""
187
188 #: ../src/remote-viewer-connect.xml.h:2
189 msgid "Connection Address"
190 msgstr ""
191
192 #: ../src/remote-viewer-connect.xml.h:3
193 msgid "For example, spice://foo.example.org:5900"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:4
197 msgid "Recent connections"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:5
201 msgid "Cancel"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:6
205 msgid "Connect"
206 msgstr ""
207
208 #: ../src/virt-viewer-about.xml.h:1
209 msgid "About Glade"
210 msgstr ""
211
212 #: ../src/virt-viewer-about.xml.h:2
213 msgid ""
214 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
215 "Copyright (C) 2007-2014 Red Hat, Inc."
216 msgstr ""
217
218 #: ../src/virt-viewer-about.xml.h:4
219 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
220 msgstr ""
221
222 #: ../src/virt-viewer-about.xml.h:5
223 msgid "virt-manager.org"
224 msgstr ""
225
226 #: ../src/virt-viewer-about.xml.h:6
227 msgid ""
228 "This program is free software; you can redistribute it and/or modify\n"
229 "it under the terms of the GNU General Public License as published by\n"
230 "the Free Software Foundation; either version 2 of the License, or\n"
231 "(at your option) any later version.\n"
232 "\n"
233 "This program is distributed in the hope that it will be useful,\n"
234 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
235 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
236 "GNU General Public License for more details.\n"
237 "\n"
238 "You should have received a copy of the GNU General Public License\n"
239 "along with this program; if not, write to the Free Software\n"
240 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
241 msgstr ""
242
243 #: ../src/virt-viewer-about.xml.h:20
244 msgid "The Fedora Translation Team"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:526
248 msgid "Do you want to close the session?"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:528
252 msgid "Do not ask me again"
253 msgstr ""
254
255 #: ../src/virt-viewer-app.c:1008
256 #, c-format
257 msgid "Waiting for display %d..."
258 msgstr ""
259
260 #: ../src/virt-viewer-app.c:1117
261 #, c-format
262 msgid "Unsupported graphic type '%s'"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1200
266 msgid "Connect to ssh failed."
267 msgstr ""
268
269 #: ../src/virt-viewer-app.c:1202
270 msgid "Can't connect to channel, SSH only supported."
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1214
274 msgid "Connect to channel unsupported."
275 msgstr ""
276
277 #: ../src/virt-viewer-app.c:1276
278 msgid "Display can only be attached through libvirt with --attach"
279 msgstr ""
280
281 #: ../src/virt-viewer-app.c:1299
282 msgid "Connecting to graphic server"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:1398
286 msgid "Guest domain has shutdown"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:1459
290 msgid "Connected to graphic server"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:1486
294 #, c-format
295 msgid "Unable to connect to the graphic server %s"
296 msgstr ""
297
298 #: ../src/virt-viewer-app.c:1512
299 #, c-format
300 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
301 msgstr ""
302
303 #: ../src/virt-viewer-app.c:1525
304 #, c-format
305 msgid "Unable to authenticate with remote desktop server: %s"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:1533
309 #, c-format
310 msgid "USB redirection error: %s"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:1786
314 #, c-format
315 msgid "Zoom level must be within %d-%d\n"
316 msgstr ""
317
318 #: ../src/virt-viewer-app.c:2296
319 #, c-format
320 msgid "Display %d"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:2552
324 #, c-format
325 msgid "Invalid kiosk-quit argument: %s"
326 msgstr ""
327
328 #: ../src/virt-viewer-app.c:2561
329 msgid "Zoom level of window, in percentage"
330 msgstr ""
331
332 #: ../src/virt-viewer-app.c:2563
333 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
334 msgstr ""
335
336 #: ../src/virt-viewer-app.c:2565
337 msgid "Customise hotkeys"
338 msgstr ""
339
340 #: ../src/virt-viewer-app.c:2567
341 msgid "Enable kiosk mode"
342 msgstr ""
343
344 #: ../src/virt-viewer-app.c:2569
345 msgid "Quit on given condition in kiosk mode"
346 msgstr ""
347
348 #: ../src/virt-viewer-app.c:2569
349 msgid "<never|on-disconnect>"
350 msgstr ""
351
352 #: ../src/virt-viewer-app.c:2571
353 msgid "Display verbose information"
354 msgstr ""
355
356 #: ../src/virt-viewer-app.c:2573
357 msgid "Display debugging information"
358 msgstr ""
359
360 #: ../src/virt-viewer-auth.c:88
361 #, c-format
362 msgid ""
363 "Authentication is required for the %s connection to:\n"
364 "\n"
365 "<b>%s</b>\n"
366 "\n"
367 msgstr ""
368
369 #: ../src/virt-viewer-auth.c:92
370 #, c-format
371 msgid "Authentication is required for the %s connection:\n"
372 msgstr ""
373
374 #.
375 #. * Local variables:
376 #. * c-indent-level: 4
377 #. * c-basic-offset: 4
378 #. * indent-tabs-mode: nil
379 #. * End:
380 #.
381 #: ../src/virt-viewer-auth.xml.h:1
382 msgid "Authentication required"
383 msgstr ""
384
385 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
386 msgid "label"
387 msgstr ""
388
389 #: ../src/virt-viewer-auth.xml.h:3
390 msgid "Password:"
391 msgstr ""
392
393 #: ../src/virt-viewer-auth.xml.h:4
394 msgid "Username:"
395 msgstr ""
396
397 #: ../src/virt-viewer-auth.xml.h:5
398 msgid "Show password"
399 msgstr ""
400
401 #: ../src/virt-viewer-display-vnc.c:133
402 msgid "VNC does not provide GUID"
403 msgstr ""
404
405 #: ../src/virt-viewer-main.c:38
406 #, c-format
407 msgid "%s version %s\n"
408 msgstr ""
409
410 #: ../src/virt-viewer-main.c:62
411 msgid "Direct connection with no automatic tunnels"
412 msgstr ""
413
414 #: ../src/virt-viewer-main.c:64
415 msgid "Attach to the local display using libvirt"
416 msgstr ""
417
418 #: ../src/virt-viewer-main.c:66
419 msgid "Connect to hypervisor"
420 msgstr ""
421
422 #: ../src/virt-viewer-main.c:68
423 msgid "Wait for domain to start"
424 msgstr ""
425
426 #: ../src/virt-viewer-main.c:70
427 msgid "Reconnect to domain upon restart"
428 msgstr ""
429
430 #: ../src/virt-viewer-main.c:77
431 msgid "Virt Viewer"
432 msgstr ""
433
434 #: ../src/virt-viewer-main.c:80
435 #, c-format
436 msgid "Run '%s --help' to see a full list of available command line options"
437 msgstr ""
438
439 #: ../src/virt-viewer-main.c:86
440 msgid "Virtual machine graphical console"
441 msgstr ""
442
443 #: ../src/virt-viewer-main.c:107
444 #, c-format
445 msgid ""
446 "\n"
447 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
448 "\n"
449 "%s\n"
450 "\n"
451 msgstr ""
452
453 #: ../src/virt-viewer-main.c:112
454 #, c-format
455 msgid ""
456 "\n"
457 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
458 "\n"
459 msgstr ""
460
461 #: ../src/virt-viewer-session-spice.c:694
462 msgid "Invalid password"
463 msgstr ""
464
465 #. Create the widgets
466 #: ../src/virt-viewer-session-spice.c:786
467 msgid "Select USB devices for redirection"
468 msgstr ""
469
470 #: ../src/virt-viewer-session-vnc.c:153
471 #, c-format
472 msgid "Unsupported authentication type %d"
473 msgstr ""
474
475 #: ../src/virt-viewer-vm-connection.c:64
476 msgid "No virtual machine found"
477 msgstr ""
478
479 #: ../src/virt-viewer-vm-connection.c:93
480 msgid "No virtual machine was chosen"
481 msgstr ""
482
483 #: ../src/virt-viewer-window.c:537
484 msgid "Ctrl+Alt+_Del"
485 msgstr ""
486
487 #: ../src/virt-viewer-window.c:538
488 msgid "Ctrl+Alt+_Backspace"
489 msgstr ""
490
491 #: ../src/virt-viewer-window.c:540
492 msgid "Ctrl+Alt+F_1"
493 msgstr ""
494
495 #: ../src/virt-viewer-window.c:541
496 msgid "Ctrl+Alt+F_2"
497 msgstr ""
498
499 #: ../src/virt-viewer-window.c:542
500 msgid "Ctrl+Alt+F_3"
501 msgstr ""
502
503 #: ../src/virt-viewer-window.c:543
504 msgid "Ctrl+Alt+F_4"
505 msgstr ""
506
507 #: ../src/virt-viewer-window.c:544
508 msgid "Ctrl+Alt+F_5"
509 msgstr ""
510
511 #: ../src/virt-viewer-window.c:545
512 msgid "Ctrl+Alt+F_6"
513 msgstr ""
514
515 #: ../src/virt-viewer-window.c:546
516 msgid "Ctrl+Alt+F_7"
517 msgstr ""
518
519 #: ../src/virt-viewer-window.c:547
520 msgid "Ctrl+Alt+F_8"
521 msgstr ""
522
523 #: ../src/virt-viewer-window.c:548
524 msgid "Ctrl+Alt+F_9"
525 msgstr ""
526
527 #: ../src/virt-viewer-window.c:549
528 msgid "Ctrl+Alt+F1_0"
529 msgstr ""
530
531 #: ../src/virt-viewer-window.c:550
532 msgid "Ctrl+Alt+F11"
533 msgstr ""
534
535 #: ../src/virt-viewer-window.c:551
536 msgid "Ctrl+Alt+F12"
537 msgstr ""
538
539 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
540 msgid "Screenshot"
541 msgstr ""
542
543 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
544 msgid "Unknown"
545 msgstr ""
546
547 #: ../src/virt-viewer-window.c:1062
548 msgid "Disconnect"
549 msgstr ""
550
551 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
552 #: ../src/virt-viewer.xml.h:3
553 msgid "USB device selection"
554 msgstr ""
555
556 #: ../src/virt-viewer-window.c:1081
557 msgid "Send key combination"
558 msgstr ""
559
560 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
561 msgid "Leave fullscreen"
562 msgstr ""
563
564 #: ../src/virt-viewer-window.c:1173
565 msgid "Ctrl+Alt"
566 msgstr ""
567
568 #: ../src/virt-viewer-window.c:1176
569 #, c-format
570 msgid "(Press %s to release pointer)"
571 msgstr ""
572
573 #. translators:
574 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
575 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
576 #.
577 #: ../src/virt-viewer-window.c:1187
578 #, c-format
579 msgid "%s%s%s - %s"
580 msgstr ""
581
582 #. translators: <space>
583 #: ../src/virt-viewer-window.c:1191
584 msgid " "
585 msgstr ""
586
587 #: ../src/virt-viewer-file.c:825
588 #, c-format
589 msgid ""
590 "At least %s version %s is required to setup this connection, see %s for "
591 "details"
592 msgstr ""
593
594 #: ../src/virt-viewer-file.c:833
595 #, c-format
596 msgid "At least %s version %s is required to setup this connection"
597 msgstr ""
598
599 #: ../src/virt-viewer.c:163
600 msgid "Waiting for guest domain to re-start"
601 msgstr ""
602
603 #: ../src/virt-viewer.c:409
604 #, c-format
605 msgid "Cannot determine the graphic type for the guest %s"
606 msgstr ""
607
608 #: ../src/virt-viewer.c:448
609 #, c-format
610 msgid "Cannot determine the host for the guest %s"
611 msgstr ""
612
613 #: ../src/virt-viewer.c:476
614 #, c-format
615 msgid "Guest '%s' is not reachable"
616 msgstr ""
617
618 #: ../src/virt-viewer.c:697
619 #, c-format
620 msgid "Virtual machine %s is not running"
621 msgstr ""
622
623 #: ../src/virt-viewer.c:720
624 msgid "Waiting for libvirt to start"
625 msgstr ""
626
627 #: ../src/virt-viewer.c:724
628 msgid "Finding guest domain"
629 msgstr ""
630
631 #: ../src/virt-viewer.c:728
632 msgid "Waiting for guest domain to be created"
633 msgstr ""
634
635 #: ../src/virt-viewer.c:750
636 msgid "Checking guest domain status"
637 msgstr ""
638
639 #: ../src/virt-viewer.c:753
640 msgid "Cannot get guest state"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:759
644 msgid "Waiting for guest domain to start"
645 msgstr ""
646
647 #: ../src/virt-viewer.c:863
648 #, c-format
649 msgid "Unable to connect to libvirt with URI: %s."
650 msgstr ""
651
652 #: ../src/virt-viewer.c:864
653 msgid "[none]"
654 msgstr ""
655
656 #: ../src/virt-viewer.c:871
657 msgid "Authentication failed."
658 msgstr ""
659
660 #: ../src/virt-viewer.c:931
661 msgid "Failed to connect: "
662 msgstr ""
663
664 #.
665 #. * Local variables:
666 #. * c-indent-level: 4
667 #. * c-basic-offset: 4
668 #. * indent-tabs-mode: nil
669 #. * End:
670 #.
671 #: ../src/virt-viewer.xml.h:1
672 msgid "_File"
673 msgstr ""
674
675 #: ../src/virt-viewer.xml.h:4
676 msgid "Smartcard insertion"
677 msgstr ""
678
679 #: ../src/virt-viewer.xml.h:5
680 msgid "Smartcard removal"
681 msgstr ""
682
683 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
684 msgid "Preferences"
685 msgstr ""
686
687 #: ../src/virt-viewer.xml.h:7
688 msgid "_View"
689 msgstr ""
690
691 #: ../src/virt-viewer.xml.h:8
692 msgid "Full screen"
693 msgstr ""
694
695 #: ../src/virt-viewer.xml.h:9
696 msgid "_Zoom"
697 msgstr ""
698
699 #: ../src/virt-viewer.xml.h:10
700 msgid "Displays"
701 msgstr ""
702
703 #: ../src/virt-viewer.xml.h:11
704 msgid "Release cursor"
705 msgstr ""
706
707 #: ../src/virt-viewer.xml.h:12
708 msgid "_Send key"
709 msgstr ""
710
711 #: ../src/virt-viewer.xml.h:13
712 msgid "_Help"
713 msgstr ""
714
715 #: ../src/virt-viewer.xml.h:14
716 msgid "_Guest Details"
717 msgstr ""
718
719 #: ../src/virt-viewer-guest-details.xml.h:1
720 msgid "Guest Details"
721 msgstr ""
722
723 #: ../src/virt-viewer-guest-details.xml.h:2
724 msgid "Name:"
725 msgstr ""
726
727 #: ../src/virt-viewer-guest-details.xml.h:3
728 msgid "GUID:"
729 msgstr ""
730
731 #: ../src/virt-viewer-vm-connection.xml.h:1
732 msgid "Choose a virtual machine"
733 msgstr ""
734
735 #: ../src/virt-viewer-vm-connection.xml.h:2
736 msgid "Name"
737 msgstr ""
738
739 #: ../src/virt-viewer-vm-connection.xml.h:3
740 msgid "Available virtual machines"
741 msgstr ""
742
743 #: ../src/virt-viewer-preferences.xml.h:2
744 msgid "Folder sharing"
745 msgstr ""
746
747 #: ../src/virt-viewer-preferences.xml.h:3
748 msgid "Share folder"
749 msgstr ""
750
751 #: ../src/virt-viewer-preferences.xml.h:4
752 msgid "Read-only"
753 msgstr ""
754
755 #: ../src/virt-viewer-preferences.xml.h:5
756 msgid "Spice"
757 msgstr ""
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: PACKAGE VERSION\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Cornish (Common Orthography)\n"
13 "Language: kw@kkcor\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=4; plural= (n==1) ? 0 : (n==2) ? 1 : (n == 3) ? 2 : "
18 "3\n"
19 "X-Generator: Zanata 3.5.1\n"
20
21 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
22 msgid "Remote Viewer"
23 msgstr ""
24
25 #: ../data/remote-viewer.desktop.in.h:2
26 msgid "Access remote desktops"
27 msgstr ""
28
29 #: ../data/virt-viewer-mime.xml.in.h:1
30 msgid "Virt-Viewer connection file"
31 msgstr ""
32
33 #: ../src/gbinding.c:637
34 msgid "Source"
35 msgstr ""
36
37 #: ../src/gbinding.c:638
38 msgid "The source of the binding"
39 msgstr ""
40
41 #: ../src/gbinding.c:652
42 msgid "Target"
43 msgstr ""
44
45 #: ../src/gbinding.c:653
46 msgid "The target of the binding"
47 msgstr ""
48
49 #: ../src/gbinding.c:668
50 msgid "Source Property"
51 msgstr ""
52
53 #: ../src/gbinding.c:669
54 msgid "The property on the source to bind"
55 msgstr ""
56
57 #: ../src/gbinding.c:684
58 msgid "Target Property"
59 msgstr ""
60
61 #: ../src/gbinding.c:685
62 msgid "The property on the target to bind"
63 msgstr ""
64
65 #: ../src/gbinding.c:699
66 msgid "Flags"
67 msgstr ""
68
69 #: ../src/gbinding.c:700
70 msgid "The binding flags"
71 msgstr ""
72
73 #: ../src/remote-viewer-main.c:50
74 #, c-format
75 msgid "remote-viewer version %s"
76 msgstr ""
77
78 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
79 msgid "Display version information"
80 msgstr ""
81
82 #: ../src/remote-viewer-main.c:105
83 msgid "Set window title"
84 msgstr ""
85
86 #: ../src/remote-viewer-main.c:108
87 msgid "Open connection using Spice controller communication"
88 msgstr ""
89
90 #: ../src/remote-viewer-main.c:120
91 msgid "Remote viewer client"
92 msgstr ""
93
94 #: ../src/remote-viewer-main.c:138
95 #, c-format
96 msgid ""
97 "%s\n"
98 "Run '%s --help' to see a full list of available command line options\n"
99 msgstr ""
100
101 #: ../src/remote-viewer-main.c:149
102 #, c-format
103 msgid "Error: extra arguments given while using Spice controller\n"
104 msgstr ""
105
106 #: ../src/remote-viewer-main.c:156
107 #, c-format
108 msgid "Error: can't handle multiple URIs\n"
109 msgstr ""
110
111 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
112 msgid "Failed to initiate connection"
113 msgstr ""
114
115 #: ../src/remote-viewer.c:313
116 msgid "Display disabled by controller"
117 msgstr ""
118
119 #: ../src/remote-viewer.c:609
120 #, c-format
121 msgid "Controller connection failed: %s"
122 msgstr ""
123
124 #: ../src/remote-viewer.c:755
125 msgid "_Change CD"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:855
129 msgid "failed to parse ovirt uri"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
133 msgid "Authentication was cancelled"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:900
137 #, c-format
138 msgid "oVirt VM %s is not running"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:914
142 #, c-format
143 msgid "oVirt VM %s has no display"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:940
147 #, c-format
148 msgid "oVirt VM %s has no host information"
149 msgstr ""
150
151 #: ../src/remote-viewer.c:951
152 #, c-format
153 msgid "oVirt VM %s has unknown display type: %d"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1094
157 msgid "Setting up Spice session..."
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1102
161 msgid "No connection was chosen"
162 msgstr ""
163
164 #: ../src/remote-viewer.c:1120
165 #, c-format
166 msgid "Invalid file %s: "
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1128
170 msgid "Cannot determine the connection type from URI"
171 msgstr ""
172
173 #: ../src/remote-viewer.c:1134
174 msgid "Couldn't open oVirt session: "
175 msgstr ""
176
177 #.
178 #. * Local variables:
179 #. * c-indent-level: 4
180 #. * c-basic-offset: 4
181 #. * indent-tabs-mode: nil
182 #. * End:
183 #.
184 #: ../src/remote-viewer-connect.xml.h:1
185 msgid "Connection details"
186 msgstr ""
187
188 #: ../src/remote-viewer-connect.xml.h:2
189 msgid "Connection Address"
190 msgstr ""
191
192 #: ../src/remote-viewer-connect.xml.h:3
193 msgid "For example, spice://foo.example.org:5900"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:4
197 msgid "Recent connections"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:5
201 msgid "Cancel"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:6
205 msgid "Connect"
206 msgstr ""
207
208 #: ../src/virt-viewer-about.xml.h:1
209 msgid "About Glade"
210 msgstr ""
211
212 #: ../src/virt-viewer-about.xml.h:2
213 msgid ""
214 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
215 "Copyright (C) 2007-2014 Red Hat, Inc."
216 msgstr ""
217
218 #: ../src/virt-viewer-about.xml.h:4
219 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
220 msgstr ""
221
222 #: ../src/virt-viewer-about.xml.h:5
223 msgid "virt-manager.org"
224 msgstr ""
225
226 #: ../src/virt-viewer-about.xml.h:6
227 msgid ""
228 "This program is free software; you can redistribute it and/or modify\n"
229 "it under the terms of the GNU General Public License as published by\n"
230 "the Free Software Foundation; either version 2 of the License, or\n"
231 "(at your option) any later version.\n"
232 "\n"
233 "This program is distributed in the hope that it will be useful,\n"
234 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
235 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
236 "GNU General Public License for more details.\n"
237 "\n"
238 "You should have received a copy of the GNU General Public License\n"
239 "along with this program; if not, write to the Free Software\n"
240 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
241 msgstr ""
242
243 #: ../src/virt-viewer-about.xml.h:20
244 msgid "The Fedora Translation Team"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:526
248 msgid "Do you want to close the session?"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:528
252 msgid "Do not ask me again"
253 msgstr ""
254
255 #: ../src/virt-viewer-app.c:1008
256 #, c-format
257 msgid "Waiting for display %d..."
258 msgstr ""
259
260 #: ../src/virt-viewer-app.c:1117
261 #, c-format
262 msgid "Unsupported graphic type '%s'"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1200
266 msgid "Connect to ssh failed."
267 msgstr ""
268
269 #: ../src/virt-viewer-app.c:1202
270 msgid "Can't connect to channel, SSH only supported."
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1214
274 msgid "Connect to channel unsupported."
275 msgstr ""
276
277 #: ../src/virt-viewer-app.c:1276
278 msgid "Display can only be attached through libvirt with --attach"
279 msgstr ""
280
281 #: ../src/virt-viewer-app.c:1299
282 msgid "Connecting to graphic server"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:1398
286 msgid "Guest domain has shutdown"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:1459
290 msgid "Connected to graphic server"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:1486
294 #, c-format
295 msgid "Unable to connect to the graphic server %s"
296 msgstr ""
297
298 #: ../src/virt-viewer-app.c:1512
299 #, c-format
300 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
301 msgstr ""
302
303 #: ../src/virt-viewer-app.c:1525
304 #, c-format
305 msgid "Unable to authenticate with remote desktop server: %s"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:1533
309 #, c-format
310 msgid "USB redirection error: %s"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:1786
314 #, c-format
315 msgid "Zoom level must be within %d-%d\n"
316 msgstr ""
317
318 #: ../src/virt-viewer-app.c:2296
319 #, c-format
320 msgid "Display %d"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:2552
324 #, c-format
325 msgid "Invalid kiosk-quit argument: %s"
326 msgstr ""
327
328 #: ../src/virt-viewer-app.c:2561
329 msgid "Zoom level of window, in percentage"
330 msgstr ""
331
332 #: ../src/virt-viewer-app.c:2563
333 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
334 msgstr ""
335
336 #: ../src/virt-viewer-app.c:2565
337 msgid "Customise hotkeys"
338 msgstr ""
339
340 #: ../src/virt-viewer-app.c:2567
341 msgid "Enable kiosk mode"
342 msgstr ""
343
344 #: ../src/virt-viewer-app.c:2569
345 msgid "Quit on given condition in kiosk mode"
346 msgstr ""
347
348 #: ../src/virt-viewer-app.c:2569
349 msgid "<never|on-disconnect>"
350 msgstr ""
351
352 #: ../src/virt-viewer-app.c:2571
353 msgid "Display verbose information"
354 msgstr ""
355
356 #: ../src/virt-viewer-app.c:2573
357 msgid "Display debugging information"
358 msgstr ""
359
360 #: ../src/virt-viewer-auth.c:88
361 #, c-format
362 msgid ""
363 "Authentication is required for the %s connection to:\n"
364 "\n"
365 "<b>%s</b>\n"
366 "\n"
367 msgstr ""
368
369 #: ../src/virt-viewer-auth.c:92
370 #, c-format
371 msgid "Authentication is required for the %s connection:\n"
372 msgstr ""
373
374 #.
375 #. * Local variables:
376 #. * c-indent-level: 4
377 #. * c-basic-offset: 4
378 #. * indent-tabs-mode: nil
379 #. * End:
380 #.
381 #: ../src/virt-viewer-auth.xml.h:1
382 msgid "Authentication required"
383 msgstr ""
384
385 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
386 msgid "label"
387 msgstr ""
388
389 #: ../src/virt-viewer-auth.xml.h:3
390 msgid "Password:"
391 msgstr ""
392
393 #: ../src/virt-viewer-auth.xml.h:4
394 msgid "Username:"
395 msgstr ""
396
397 #: ../src/virt-viewer-auth.xml.h:5
398 msgid "Show password"
399 msgstr ""
400
401 #: ../src/virt-viewer-display-vnc.c:133
402 msgid "VNC does not provide GUID"
403 msgstr ""
404
405 #: ../src/virt-viewer-main.c:38
406 #, c-format
407 msgid "%s version %s\n"
408 msgstr ""
409
410 #: ../src/virt-viewer-main.c:62
411 msgid "Direct connection with no automatic tunnels"
412 msgstr ""
413
414 #: ../src/virt-viewer-main.c:64
415 msgid "Attach to the local display using libvirt"
416 msgstr ""
417
418 #: ../src/virt-viewer-main.c:66
419 msgid "Connect to hypervisor"
420 msgstr ""
421
422 #: ../src/virt-viewer-main.c:68
423 msgid "Wait for domain to start"
424 msgstr ""
425
426 #: ../src/virt-viewer-main.c:70
427 msgid "Reconnect to domain upon restart"
428 msgstr ""
429
430 #: ../src/virt-viewer-main.c:77
431 msgid "Virt Viewer"
432 msgstr ""
433
434 #: ../src/virt-viewer-main.c:80
435 #, c-format
436 msgid "Run '%s --help' to see a full list of available command line options"
437 msgstr ""
438
439 #: ../src/virt-viewer-main.c:86
440 msgid "Virtual machine graphical console"
441 msgstr ""
442
443 #: ../src/virt-viewer-main.c:107
444 #, c-format
445 msgid ""
446 "\n"
447 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
448 "\n"
449 "%s\n"
450 "\n"
451 msgstr ""
452
453 #: ../src/virt-viewer-main.c:112
454 #, c-format
455 msgid ""
456 "\n"
457 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
458 "\n"
459 msgstr ""
460
461 #: ../src/virt-viewer-session-spice.c:694
462 msgid "Invalid password"
463 msgstr ""
464
465 #. Create the widgets
466 #: ../src/virt-viewer-session-spice.c:786
467 msgid "Select USB devices for redirection"
468 msgstr ""
469
470 #: ../src/virt-viewer-session-vnc.c:153
471 #, c-format
472 msgid "Unsupported authentication type %d"
473 msgstr ""
474
475 #: ../src/virt-viewer-vm-connection.c:64
476 msgid "No virtual machine found"
477 msgstr ""
478
479 #: ../src/virt-viewer-vm-connection.c:93
480 msgid "No virtual machine was chosen"
481 msgstr ""
482
483 #: ../src/virt-viewer-window.c:537
484 msgid "Ctrl+Alt+_Del"
485 msgstr ""
486
487 #: ../src/virt-viewer-window.c:538
488 msgid "Ctrl+Alt+_Backspace"
489 msgstr ""
490
491 #: ../src/virt-viewer-window.c:540
492 msgid "Ctrl+Alt+F_1"
493 msgstr ""
494
495 #: ../src/virt-viewer-window.c:541
496 msgid "Ctrl+Alt+F_2"
497 msgstr ""
498
499 #: ../src/virt-viewer-window.c:542
500 msgid "Ctrl+Alt+F_3"
501 msgstr ""
502
503 #: ../src/virt-viewer-window.c:543
504 msgid "Ctrl+Alt+F_4"
505 msgstr ""
506
507 #: ../src/virt-viewer-window.c:544
508 msgid "Ctrl+Alt+F_5"
509 msgstr ""
510
511 #: ../src/virt-viewer-window.c:545
512 msgid "Ctrl+Alt+F_6"
513 msgstr ""
514
515 #: ../src/virt-viewer-window.c:546
516 msgid "Ctrl+Alt+F_7"
517 msgstr ""
518
519 #: ../src/virt-viewer-window.c:547
520 msgid "Ctrl+Alt+F_8"
521 msgstr ""
522
523 #: ../src/virt-viewer-window.c:548
524 msgid "Ctrl+Alt+F_9"
525 msgstr ""
526
527 #: ../src/virt-viewer-window.c:549
528 msgid "Ctrl+Alt+F1_0"
529 msgstr ""
530
531 #: ../src/virt-viewer-window.c:550
532 msgid "Ctrl+Alt+F11"
533 msgstr ""
534
535 #: ../src/virt-viewer-window.c:551
536 msgid "Ctrl+Alt+F12"
537 msgstr ""
538
539 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
540 msgid "Screenshot"
541 msgstr ""
542
543 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
544 msgid "Unknown"
545 msgstr ""
546
547 #: ../src/virt-viewer-window.c:1062
548 msgid "Disconnect"
549 msgstr ""
550
551 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
552 #: ../src/virt-viewer.xml.h:3
553 msgid "USB device selection"
554 msgstr ""
555
556 #: ../src/virt-viewer-window.c:1081
557 msgid "Send key combination"
558 msgstr ""
559
560 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
561 msgid "Leave fullscreen"
562 msgstr ""
563
564 #: ../src/virt-viewer-window.c:1173
565 msgid "Ctrl+Alt"
566 msgstr ""
567
568 #: ../src/virt-viewer-window.c:1176
569 #, c-format
570 msgid "(Press %s to release pointer)"
571 msgstr ""
572
573 #. translators:
574 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
575 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
576 #.
577 #: ../src/virt-viewer-window.c:1187
578 #, c-format
579 msgid "%s%s%s - %s"
580 msgstr ""
581
582 #. translators: <space>
583 #: ../src/virt-viewer-window.c:1191
584 msgid " "
585 msgstr ""
586
587 #: ../src/virt-viewer-file.c:825
588 #, c-format
589 msgid ""
590 "At least %s version %s is required to setup this connection, see %s for "
591 "details"
592 msgstr ""
593
594 #: ../src/virt-viewer-file.c:833
595 #, c-format
596 msgid "At least %s version %s is required to setup this connection"
597 msgstr ""
598
599 #: ../src/virt-viewer.c:163
600 msgid "Waiting for guest domain to re-start"
601 msgstr ""
602
603 #: ../src/virt-viewer.c:409
604 #, c-format
605 msgid "Cannot determine the graphic type for the guest %s"
606 msgstr ""
607
608 #: ../src/virt-viewer.c:448
609 #, c-format
610 msgid "Cannot determine the host for the guest %s"
611 msgstr ""
612
613 #: ../src/virt-viewer.c:476
614 #, c-format
615 msgid "Guest '%s' is not reachable"
616 msgstr ""
617
618 #: ../src/virt-viewer.c:697
619 #, c-format
620 msgid "Virtual machine %s is not running"
621 msgstr ""
622
623 #: ../src/virt-viewer.c:720
624 msgid "Waiting for libvirt to start"
625 msgstr ""
626
627 #: ../src/virt-viewer.c:724
628 msgid "Finding guest domain"
629 msgstr ""
630
631 #: ../src/virt-viewer.c:728
632 msgid "Waiting for guest domain to be created"
633 msgstr ""
634
635 #: ../src/virt-viewer.c:750
636 msgid "Checking guest domain status"
637 msgstr ""
638
639 #: ../src/virt-viewer.c:753
640 msgid "Cannot get guest state"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:759
644 msgid "Waiting for guest domain to start"
645 msgstr ""
646
647 #: ../src/virt-viewer.c:863
648 #, c-format
649 msgid "Unable to connect to libvirt with URI: %s."
650 msgstr ""
651
652 #: ../src/virt-viewer.c:864
653 msgid "[none]"
654 msgstr ""
655
656 #: ../src/virt-viewer.c:871
657 msgid "Authentication failed."
658 msgstr ""
659
660 #: ../src/virt-viewer.c:931
661 msgid "Failed to connect: "
662 msgstr ""
663
664 #.
665 #. * Local variables:
666 #. * c-indent-level: 4
667 #. * c-basic-offset: 4
668 #. * indent-tabs-mode: nil
669 #. * End:
670 #.
671 #: ../src/virt-viewer.xml.h:1
672 msgid "_File"
673 msgstr ""
674
675 #: ../src/virt-viewer.xml.h:4
676 msgid "Smartcard insertion"
677 msgstr ""
678
679 #: ../src/virt-viewer.xml.h:5
680 msgid "Smartcard removal"
681 msgstr ""
682
683 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
684 msgid "Preferences"
685 msgstr ""
686
687 #: ../src/virt-viewer.xml.h:7
688 msgid "_View"
689 msgstr ""
690
691 #: ../src/virt-viewer.xml.h:8
692 msgid "Full screen"
693 msgstr ""
694
695 #: ../src/virt-viewer.xml.h:9
696 msgid "_Zoom"
697 msgstr ""
698
699 #: ../src/virt-viewer.xml.h:10
700 msgid "Displays"
701 msgstr ""
702
703 #: ../src/virt-viewer.xml.h:11
704 msgid "Release cursor"
705 msgstr ""
706
707 #: ../src/virt-viewer.xml.h:12
708 msgid "_Send key"
709 msgstr ""
710
711 #: ../src/virt-viewer.xml.h:13
712 msgid "_Help"
713 msgstr ""
714
715 #: ../src/virt-viewer.xml.h:14
716 msgid "_Guest Details"
717 msgstr ""
718
719 #: ../src/virt-viewer-guest-details.xml.h:1
720 msgid "Guest Details"
721 msgstr ""
722
723 #: ../src/virt-viewer-guest-details.xml.h:2
724 msgid "Name:"
725 msgstr ""
726
727 #: ../src/virt-viewer-guest-details.xml.h:3
728 msgid "GUID:"
729 msgstr ""
730
731 #: ../src/virt-viewer-vm-connection.xml.h:1
732 msgid "Choose a virtual machine"
733 msgstr ""
734
735 #: ../src/virt-viewer-vm-connection.xml.h:2
736 msgid "Name"
737 msgstr ""
738
739 #: ../src/virt-viewer-vm-connection.xml.h:3
740 msgid "Available virtual machines"
741 msgstr ""
742
743 #: ../src/virt-viewer-preferences.xml.h:2
744 msgid "Folder sharing"
745 msgstr ""
746
747 #: ../src/virt-viewer-preferences.xml.h:3
748 msgid "Share folder"
749 msgstr ""
750
751 #: ../src/virt-viewer-preferences.xml.h:4
752 msgid "Read-only"
753 msgstr ""
754
755 #: ../src/virt-viewer-preferences.xml.h:5
756 msgid "Spice"
757 msgstr ""
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: PACKAGE VERSION\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Cornish (Unified Orthography)\n"
13 "Language: kw@uccor\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=4; plural= (n==1) ? 0 : (n==2) ? 1 : (n == 3) ? 2 : "
18 "3\n"
19 "X-Generator: Zanata 3.5.1\n"
20
21 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
22 msgid "Remote Viewer"
23 msgstr ""
24
25 #: ../data/remote-viewer.desktop.in.h:2
26 msgid "Access remote desktops"
27 msgstr ""
28
29 #: ../data/virt-viewer-mime.xml.in.h:1
30 msgid "Virt-Viewer connection file"
31 msgstr ""
32
33 #: ../src/gbinding.c:637
34 msgid "Source"
35 msgstr ""
36
37 #: ../src/gbinding.c:638
38 msgid "The source of the binding"
39 msgstr ""
40
41 #: ../src/gbinding.c:652
42 msgid "Target"
43 msgstr ""
44
45 #: ../src/gbinding.c:653
46 msgid "The target of the binding"
47 msgstr ""
48
49 #: ../src/gbinding.c:668
50 msgid "Source Property"
51 msgstr ""
52
53 #: ../src/gbinding.c:669
54 msgid "The property on the source to bind"
55 msgstr ""
56
57 #: ../src/gbinding.c:684
58 msgid "Target Property"
59 msgstr ""
60
61 #: ../src/gbinding.c:685
62 msgid "The property on the target to bind"
63 msgstr ""
64
65 #: ../src/gbinding.c:699
66 msgid "Flags"
67 msgstr ""
68
69 #: ../src/gbinding.c:700
70 msgid "The binding flags"
71 msgstr ""
72
73 #: ../src/remote-viewer-main.c:50
74 #, c-format
75 msgid "remote-viewer version %s"
76 msgstr ""
77
78 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
79 msgid "Display version information"
80 msgstr ""
81
82 #: ../src/remote-viewer-main.c:105
83 msgid "Set window title"
84 msgstr ""
85
86 #: ../src/remote-viewer-main.c:108
87 msgid "Open connection using Spice controller communication"
88 msgstr ""
89
90 #: ../src/remote-viewer-main.c:120
91 msgid "Remote viewer client"
92 msgstr ""
93
94 #: ../src/remote-viewer-main.c:138
95 #, c-format
96 msgid ""
97 "%s\n"
98 "Run '%s --help' to see a full list of available command line options\n"
99 msgstr ""
100
101 #: ../src/remote-viewer-main.c:149
102 #, c-format
103 msgid "Error: extra arguments given while using Spice controller\n"
104 msgstr ""
105
106 #: ../src/remote-viewer-main.c:156
107 #, c-format
108 msgid "Error: can't handle multiple URIs\n"
109 msgstr ""
110
111 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
112 msgid "Failed to initiate connection"
113 msgstr ""
114
115 #: ../src/remote-viewer.c:313
116 msgid "Display disabled by controller"
117 msgstr ""
118
119 #: ../src/remote-viewer.c:609
120 #, c-format
121 msgid "Controller connection failed: %s"
122 msgstr ""
123
124 #: ../src/remote-viewer.c:755
125 msgid "_Change CD"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:855
129 msgid "failed to parse ovirt uri"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
133 msgid "Authentication was cancelled"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:900
137 #, c-format
138 msgid "oVirt VM %s is not running"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:914
142 #, c-format
143 msgid "oVirt VM %s has no display"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:940
147 #, c-format
148 msgid "oVirt VM %s has no host information"
149 msgstr ""
150
151 #: ../src/remote-viewer.c:951
152 #, c-format
153 msgid "oVirt VM %s has unknown display type: %d"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1094
157 msgid "Setting up Spice session..."
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1102
161 msgid "No connection was chosen"
162 msgstr ""
163
164 #: ../src/remote-viewer.c:1120
165 #, c-format
166 msgid "Invalid file %s: "
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1128
170 msgid "Cannot determine the connection type from URI"
171 msgstr ""
172
173 #: ../src/remote-viewer.c:1134
174 msgid "Couldn't open oVirt session: "
175 msgstr ""
176
177 #.
178 #. * Local variables:
179 #. * c-indent-level: 4
180 #. * c-basic-offset: 4
181 #. * indent-tabs-mode: nil
182 #. * End:
183 #.
184 #: ../src/remote-viewer-connect.xml.h:1
185 msgid "Connection details"
186 msgstr ""
187
188 #: ../src/remote-viewer-connect.xml.h:2
189 msgid "Connection Address"
190 msgstr ""
191
192 #: ../src/remote-viewer-connect.xml.h:3
193 msgid "For example, spice://foo.example.org:5900"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:4
197 msgid "Recent connections"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:5
201 msgid "Cancel"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:6
205 msgid "Connect"
206 msgstr ""
207
208 #: ../src/virt-viewer-about.xml.h:1
209 msgid "About Glade"
210 msgstr ""
211
212 #: ../src/virt-viewer-about.xml.h:2
213 msgid ""
214 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
215 "Copyright (C) 2007-2014 Red Hat, Inc."
216 msgstr ""
217
218 #: ../src/virt-viewer-about.xml.h:4
219 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
220 msgstr ""
221
222 #: ../src/virt-viewer-about.xml.h:5
223 msgid "virt-manager.org"
224 msgstr ""
225
226 #: ../src/virt-viewer-about.xml.h:6
227 msgid ""
228 "This program is free software; you can redistribute it and/or modify\n"
229 "it under the terms of the GNU General Public License as published by\n"
230 "the Free Software Foundation; either version 2 of the License, or\n"
231 "(at your option) any later version.\n"
232 "\n"
233 "This program is distributed in the hope that it will be useful,\n"
234 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
235 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
236 "GNU General Public License for more details.\n"
237 "\n"
238 "You should have received a copy of the GNU General Public License\n"
239 "along with this program; if not, write to the Free Software\n"
240 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
241 msgstr ""
242
243 #: ../src/virt-viewer-about.xml.h:20
244 msgid "The Fedora Translation Team"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:526
248 msgid "Do you want to close the session?"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:528
252 msgid "Do not ask me again"
253 msgstr ""
254
255 #: ../src/virt-viewer-app.c:1008
256 #, c-format
257 msgid "Waiting for display %d..."
258 msgstr ""
259
260 #: ../src/virt-viewer-app.c:1117
261 #, c-format
262 msgid "Unsupported graphic type '%s'"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1200
266 msgid "Connect to ssh failed."
267 msgstr ""
268
269 #: ../src/virt-viewer-app.c:1202
270 msgid "Can't connect to channel, SSH only supported."
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1214
274 msgid "Connect to channel unsupported."
275 msgstr ""
276
277 #: ../src/virt-viewer-app.c:1276
278 msgid "Display can only be attached through libvirt with --attach"
279 msgstr ""
280
281 #: ../src/virt-viewer-app.c:1299
282 msgid "Connecting to graphic server"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:1398
286 msgid "Guest domain has shutdown"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:1459
290 msgid "Connected to graphic server"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:1486
294 #, c-format
295 msgid "Unable to connect to the graphic server %s"
296 msgstr ""
297
298 #: ../src/virt-viewer-app.c:1512
299 #, c-format
300 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
301 msgstr ""
302
303 #: ../src/virt-viewer-app.c:1525
304 #, c-format
305 msgid "Unable to authenticate with remote desktop server: %s"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:1533
309 #, c-format
310 msgid "USB redirection error: %s"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:1786
314 #, c-format
315 msgid "Zoom level must be within %d-%d\n"
316 msgstr ""
317
318 #: ../src/virt-viewer-app.c:2296
319 #, c-format
320 msgid "Display %d"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:2552
324 #, c-format
325 msgid "Invalid kiosk-quit argument: %s"
326 msgstr ""
327
328 #: ../src/virt-viewer-app.c:2561
329 msgid "Zoom level of window, in percentage"
330 msgstr ""
331
332 #: ../src/virt-viewer-app.c:2563
333 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
334 msgstr ""
335
336 #: ../src/virt-viewer-app.c:2565
337 msgid "Customise hotkeys"
338 msgstr ""
339
340 #: ../src/virt-viewer-app.c:2567
341 msgid "Enable kiosk mode"
342 msgstr ""
343
344 #: ../src/virt-viewer-app.c:2569
345 msgid "Quit on given condition in kiosk mode"
346 msgstr ""
347
348 #: ../src/virt-viewer-app.c:2569
349 msgid "<never|on-disconnect>"
350 msgstr ""
351
352 #: ../src/virt-viewer-app.c:2571
353 msgid "Display verbose information"
354 msgstr ""
355
356 #: ../src/virt-viewer-app.c:2573
357 msgid "Display debugging information"
358 msgstr ""
359
360 #: ../src/virt-viewer-auth.c:88
361 #, c-format
362 msgid ""
363 "Authentication is required for the %s connection to:\n"
364 "\n"
365 "<b>%s</b>\n"
366 "\n"
367 msgstr ""
368
369 #: ../src/virt-viewer-auth.c:92
370 #, c-format
371 msgid "Authentication is required for the %s connection:\n"
372 msgstr ""
373
374 #.
375 #. * Local variables:
376 #. * c-indent-level: 4
377 #. * c-basic-offset: 4
378 #. * indent-tabs-mode: nil
379 #. * End:
380 #.
381 #: ../src/virt-viewer-auth.xml.h:1
382 msgid "Authentication required"
383 msgstr ""
384
385 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
386 msgid "label"
387 msgstr ""
388
389 #: ../src/virt-viewer-auth.xml.h:3
390 msgid "Password:"
391 msgstr ""
392
393 #: ../src/virt-viewer-auth.xml.h:4
394 msgid "Username:"
395 msgstr ""
396
397 #: ../src/virt-viewer-auth.xml.h:5
398 msgid "Show password"
399 msgstr ""
400
401 #: ../src/virt-viewer-display-vnc.c:133
402 msgid "VNC does not provide GUID"
403 msgstr ""
404
405 #: ../src/virt-viewer-main.c:38
406 #, c-format
407 msgid "%s version %s\n"
408 msgstr ""
409
410 #: ../src/virt-viewer-main.c:62
411 msgid "Direct connection with no automatic tunnels"
412 msgstr ""
413
414 #: ../src/virt-viewer-main.c:64
415 msgid "Attach to the local display using libvirt"
416 msgstr ""
417
418 #: ../src/virt-viewer-main.c:66
419 msgid "Connect to hypervisor"
420 msgstr ""
421
422 #: ../src/virt-viewer-main.c:68
423 msgid "Wait for domain to start"
424 msgstr ""
425
426 #: ../src/virt-viewer-main.c:70
427 msgid "Reconnect to domain upon restart"
428 msgstr ""
429
430 #: ../src/virt-viewer-main.c:77
431 msgid "Virt Viewer"
432 msgstr ""
433
434 #: ../src/virt-viewer-main.c:80
435 #, c-format
436 msgid "Run '%s --help' to see a full list of available command line options"
437 msgstr ""
438
439 #: ../src/virt-viewer-main.c:86
440 msgid "Virtual machine graphical console"
441 msgstr ""
442
443 #: ../src/virt-viewer-main.c:107
444 #, c-format
445 msgid ""
446 "\n"
447 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
448 "\n"
449 "%s\n"
450 "\n"
451 msgstr ""
452
453 #: ../src/virt-viewer-main.c:112
454 #, c-format
455 msgid ""
456 "\n"
457 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
458 "\n"
459 msgstr ""
460
461 #: ../src/virt-viewer-session-spice.c:694
462 msgid "Invalid password"
463 msgstr ""
464
465 #. Create the widgets
466 #: ../src/virt-viewer-session-spice.c:786
467 msgid "Select USB devices for redirection"
468 msgstr ""
469
470 #: ../src/virt-viewer-session-vnc.c:153
471 #, c-format
472 msgid "Unsupported authentication type %d"
473 msgstr ""
474
475 #: ../src/virt-viewer-vm-connection.c:64
476 msgid "No virtual machine found"
477 msgstr ""
478
479 #: ../src/virt-viewer-vm-connection.c:93
480 msgid "No virtual machine was chosen"
481 msgstr ""
482
483 #: ../src/virt-viewer-window.c:537
484 msgid "Ctrl+Alt+_Del"
485 msgstr ""
486
487 #: ../src/virt-viewer-window.c:538
488 msgid "Ctrl+Alt+_Backspace"
489 msgstr ""
490
491 #: ../src/virt-viewer-window.c:540
492 msgid "Ctrl+Alt+F_1"
493 msgstr ""
494
495 #: ../src/virt-viewer-window.c:541
496 msgid "Ctrl+Alt+F_2"
497 msgstr ""
498
499 #: ../src/virt-viewer-window.c:542
500 msgid "Ctrl+Alt+F_3"
501 msgstr ""
502
503 #: ../src/virt-viewer-window.c:543
504 msgid "Ctrl+Alt+F_4"
505 msgstr ""
506
507 #: ../src/virt-viewer-window.c:544
508 msgid "Ctrl+Alt+F_5"
509 msgstr ""
510
511 #: ../src/virt-viewer-window.c:545
512 msgid "Ctrl+Alt+F_6"
513 msgstr ""
514
515 #: ../src/virt-viewer-window.c:546
516 msgid "Ctrl+Alt+F_7"
517 msgstr ""
518
519 #: ../src/virt-viewer-window.c:547
520 msgid "Ctrl+Alt+F_8"
521 msgstr ""
522
523 #: ../src/virt-viewer-window.c:548
524 msgid "Ctrl+Alt+F_9"
525 msgstr ""
526
527 #: ../src/virt-viewer-window.c:549
528 msgid "Ctrl+Alt+F1_0"
529 msgstr ""
530
531 #: ../src/virt-viewer-window.c:550
532 msgid "Ctrl+Alt+F11"
533 msgstr ""
534
535 #: ../src/virt-viewer-window.c:551
536 msgid "Ctrl+Alt+F12"
537 msgstr ""
538
539 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
540 msgid "Screenshot"
541 msgstr ""
542
543 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
544 msgid "Unknown"
545 msgstr ""
546
547 #: ../src/virt-viewer-window.c:1062
548 msgid "Disconnect"
549 msgstr ""
550
551 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
552 #: ../src/virt-viewer.xml.h:3
553 msgid "USB device selection"
554 msgstr ""
555
556 #: ../src/virt-viewer-window.c:1081
557 msgid "Send key combination"
558 msgstr ""
559
560 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
561 msgid "Leave fullscreen"
562 msgstr ""
563
564 #: ../src/virt-viewer-window.c:1173
565 msgid "Ctrl+Alt"
566 msgstr ""
567
568 #: ../src/virt-viewer-window.c:1176
569 #, c-format
570 msgid "(Press %s to release pointer)"
571 msgstr ""
572
573 #. translators:
574 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
575 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
576 #.
577 #: ../src/virt-viewer-window.c:1187
578 #, c-format
579 msgid "%s%s%s - %s"
580 msgstr ""
581
582 #. translators: <space>
583 #: ../src/virt-viewer-window.c:1191
584 msgid " "
585 msgstr ""
586
587 #: ../src/virt-viewer-file.c:825
588 #, c-format
589 msgid ""
590 "At least %s version %s is required to setup this connection, see %s for "
591 "details"
592 msgstr ""
593
594 #: ../src/virt-viewer-file.c:833
595 #, c-format
596 msgid "At least %s version %s is required to setup this connection"
597 msgstr ""
598
599 #: ../src/virt-viewer.c:163
600 msgid "Waiting for guest domain to re-start"
601 msgstr ""
602
603 #: ../src/virt-viewer.c:409
604 #, c-format
605 msgid "Cannot determine the graphic type for the guest %s"
606 msgstr ""
607
608 #: ../src/virt-viewer.c:448
609 #, c-format
610 msgid "Cannot determine the host for the guest %s"
611 msgstr ""
612
613 #: ../src/virt-viewer.c:476
614 #, c-format
615 msgid "Guest '%s' is not reachable"
616 msgstr ""
617
618 #: ../src/virt-viewer.c:697
619 #, c-format
620 msgid "Virtual machine %s is not running"
621 msgstr ""
622
623 #: ../src/virt-viewer.c:720
624 msgid "Waiting for libvirt to start"
625 msgstr ""
626
627 #: ../src/virt-viewer.c:724
628 msgid "Finding guest domain"
629 msgstr ""
630
631 #: ../src/virt-viewer.c:728
632 msgid "Waiting for guest domain to be created"
633 msgstr ""
634
635 #: ../src/virt-viewer.c:750
636 msgid "Checking guest domain status"
637 msgstr ""
638
639 #: ../src/virt-viewer.c:753
640 msgid "Cannot get guest state"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:759
644 msgid "Waiting for guest domain to start"
645 msgstr ""
646
647 #: ../src/virt-viewer.c:863
648 #, c-format
649 msgid "Unable to connect to libvirt with URI: %s."
650 msgstr ""
651
652 #: ../src/virt-viewer.c:864
653 msgid "[none]"
654 msgstr ""
655
656 #: ../src/virt-viewer.c:871
657 msgid "Authentication failed."
658 msgstr ""
659
660 #: ../src/virt-viewer.c:931
661 msgid "Failed to connect: "
662 msgstr ""
663
664 #.
665 #. * Local variables:
666 #. * c-indent-level: 4
667 #. * c-basic-offset: 4
668 #. * indent-tabs-mode: nil
669 #. * End:
670 #.
671 #: ../src/virt-viewer.xml.h:1
672 msgid "_File"
673 msgstr ""
674
675 #: ../src/virt-viewer.xml.h:4
676 msgid "Smartcard insertion"
677 msgstr ""
678
679 #: ../src/virt-viewer.xml.h:5
680 msgid "Smartcard removal"
681 msgstr ""
682
683 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
684 msgid "Preferences"
685 msgstr ""
686
687 #: ../src/virt-viewer.xml.h:7
688 msgid "_View"
689 msgstr ""
690
691 #: ../src/virt-viewer.xml.h:8
692 msgid "Full screen"
693 msgstr ""
694
695 #: ../src/virt-viewer.xml.h:9
696 msgid "_Zoom"
697 msgstr ""
698
699 #: ../src/virt-viewer.xml.h:10
700 msgid "Displays"
701 msgstr ""
702
703 #: ../src/virt-viewer.xml.h:11
704 msgid "Release cursor"
705 msgstr ""
706
707 #: ../src/virt-viewer.xml.h:12
708 msgid "_Send key"
709 msgstr ""
710
711 #: ../src/virt-viewer.xml.h:13
712 msgid "_Help"
713 msgstr ""
714
715 #: ../src/virt-viewer.xml.h:14
716 msgid "_Guest Details"
717 msgstr ""
718
719 #: ../src/virt-viewer-guest-details.xml.h:1
720 msgid "Guest Details"
721 msgstr ""
722
723 #: ../src/virt-viewer-guest-details.xml.h:2
724 msgid "Name:"
725 msgstr ""
726
727 #: ../src/virt-viewer-guest-details.xml.h:3
728 msgid "GUID:"
729 msgstr ""
730
731 #: ../src/virt-viewer-vm-connection.xml.h:1
732 msgid "Choose a virtual machine"
733 msgstr ""
734
735 #: ../src/virt-viewer-vm-connection.xml.h:2
736 msgid "Name"
737 msgstr ""
738
739 #: ../src/virt-viewer-vm-connection.xml.h:3
740 msgid "Available virtual machines"
741 msgstr ""
742
743 #: ../src/virt-viewer-preferences.xml.h:2
744 msgid "Folder sharing"
745 msgstr ""
746
747 #: ../src/virt-viewer-preferences.xml.h:3
748 msgid "Share folder"
749 msgstr ""
750
751 #: ../src/virt-viewer-preferences.xml.h:4
752 msgid "Read-only"
753 msgstr ""
754
755 #: ../src/virt-viewer-preferences.xml.h:5
756 msgid "Spice"
757 msgstr ""
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: PACKAGE VERSION\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Cornish (United Kingdom)\n"
13 "Language: kw-GB\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=4; plural= (n==1) ? 0 : (n==2) ? 1 : (n == 3) ? 2 : "
18 "3\n"
19 "X-Generator: Zanata 3.5.1\n"
20
21 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
22 msgid "Remote Viewer"
23 msgstr ""
24
25 #: ../data/remote-viewer.desktop.in.h:2
26 msgid "Access remote desktops"
27 msgstr ""
28
29 #: ../data/virt-viewer-mime.xml.in.h:1
30 msgid "Virt-Viewer connection file"
31 msgstr ""
32
33 #: ../src/gbinding.c:637
34 msgid "Source"
35 msgstr ""
36
37 #: ../src/gbinding.c:638
38 msgid "The source of the binding"
39 msgstr ""
40
41 #: ../src/gbinding.c:652
42 msgid "Target"
43 msgstr ""
44
45 #: ../src/gbinding.c:653
46 msgid "The target of the binding"
47 msgstr ""
48
49 #: ../src/gbinding.c:668
50 msgid "Source Property"
51 msgstr ""
52
53 #: ../src/gbinding.c:669
54 msgid "The property on the source to bind"
55 msgstr ""
56
57 #: ../src/gbinding.c:684
58 msgid "Target Property"
59 msgstr ""
60
61 #: ../src/gbinding.c:685
62 msgid "The property on the target to bind"
63 msgstr ""
64
65 #: ../src/gbinding.c:699
66 msgid "Flags"
67 msgstr ""
68
69 #: ../src/gbinding.c:700
70 msgid "The binding flags"
71 msgstr ""
72
73 #: ../src/remote-viewer-main.c:50
74 #, c-format
75 msgid "remote-viewer version %s"
76 msgstr ""
77
78 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
79 msgid "Display version information"
80 msgstr ""
81
82 #: ../src/remote-viewer-main.c:105
83 msgid "Set window title"
84 msgstr ""
85
86 #: ../src/remote-viewer-main.c:108
87 msgid "Open connection using Spice controller communication"
88 msgstr ""
89
90 #: ../src/remote-viewer-main.c:120
91 msgid "Remote viewer client"
92 msgstr ""
93
94 #: ../src/remote-viewer-main.c:138
95 #, c-format
96 msgid ""
97 "%s\n"
98 "Run '%s --help' to see a full list of available command line options\n"
99 msgstr ""
100
101 #: ../src/remote-viewer-main.c:149
102 #, c-format
103 msgid "Error: extra arguments given while using Spice controller\n"
104 msgstr ""
105
106 #: ../src/remote-viewer-main.c:156
107 #, c-format
108 msgid "Error: can't handle multiple URIs\n"
109 msgstr ""
110
111 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
112 msgid "Failed to initiate connection"
113 msgstr ""
114
115 #: ../src/remote-viewer.c:313
116 msgid "Display disabled by controller"
117 msgstr ""
118
119 #: ../src/remote-viewer.c:609
120 #, c-format
121 msgid "Controller connection failed: %s"
122 msgstr ""
123
124 #: ../src/remote-viewer.c:755
125 msgid "_Change CD"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:855
129 msgid "failed to parse ovirt uri"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
133 msgid "Authentication was cancelled"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:900
137 #, c-format
138 msgid "oVirt VM %s is not running"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:914
142 #, c-format
143 msgid "oVirt VM %s has no display"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:940
147 #, c-format
148 msgid "oVirt VM %s has no host information"
149 msgstr ""
150
151 #: ../src/remote-viewer.c:951
152 #, c-format
153 msgid "oVirt VM %s has unknown display type: %d"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1094
157 msgid "Setting up Spice session..."
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1102
161 msgid "No connection was chosen"
162 msgstr ""
163
164 #: ../src/remote-viewer.c:1120
165 #, c-format
166 msgid "Invalid file %s: "
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1128
170 msgid "Cannot determine the connection type from URI"
171 msgstr ""
172
173 #: ../src/remote-viewer.c:1134
174 msgid "Couldn't open oVirt session: "
175 msgstr ""
176
177 #.
178 #. * Local variables:
179 #. * c-indent-level: 4
180 #. * c-basic-offset: 4
181 #. * indent-tabs-mode: nil
182 #. * End:
183 #.
184 #: ../src/remote-viewer-connect.xml.h:1
185 msgid "Connection details"
186 msgstr ""
187
188 #: ../src/remote-viewer-connect.xml.h:2
189 msgid "Connection Address"
190 msgstr ""
191
192 #: ../src/remote-viewer-connect.xml.h:3
193 msgid "For example, spice://foo.example.org:5900"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:4
197 msgid "Recent connections"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:5
201 msgid "Cancel"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:6
205 msgid "Connect"
206 msgstr ""
207
208 #: ../src/virt-viewer-about.xml.h:1
209 msgid "About Glade"
210 msgstr ""
211
212 #: ../src/virt-viewer-about.xml.h:2
213 msgid ""
214 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
215 "Copyright (C) 2007-2014 Red Hat, Inc."
216 msgstr ""
217
218 #: ../src/virt-viewer-about.xml.h:4
219 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
220 msgstr ""
221
222 #: ../src/virt-viewer-about.xml.h:5
223 msgid "virt-manager.org"
224 msgstr ""
225
226 #: ../src/virt-viewer-about.xml.h:6
227 msgid ""
228 "This program is free software; you can redistribute it and/or modify\n"
229 "it under the terms of the GNU General Public License as published by\n"
230 "the Free Software Foundation; either version 2 of the License, or\n"
231 "(at your option) any later version.\n"
232 "\n"
233 "This program is distributed in the hope that it will be useful,\n"
234 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
235 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
236 "GNU General Public License for more details.\n"
237 "\n"
238 "You should have received a copy of the GNU General Public License\n"
239 "along with this program; if not, write to the Free Software\n"
240 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
241 msgstr ""
242
243 #: ../src/virt-viewer-about.xml.h:20
244 msgid "The Fedora Translation Team"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:526
248 msgid "Do you want to close the session?"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:528
252 msgid "Do not ask me again"
253 msgstr ""
254
255 #: ../src/virt-viewer-app.c:1008
256 #, c-format
257 msgid "Waiting for display %d..."
258 msgstr ""
259
260 #: ../src/virt-viewer-app.c:1117
261 #, c-format
262 msgid "Unsupported graphic type '%s'"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1200
266 msgid "Connect to ssh failed."
267 msgstr ""
268
269 #: ../src/virt-viewer-app.c:1202
270 msgid "Can't connect to channel, SSH only supported."
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1214
274 msgid "Connect to channel unsupported."
275 msgstr ""
276
277 #: ../src/virt-viewer-app.c:1276
278 msgid "Display can only be attached through libvirt with --attach"
279 msgstr ""
280
281 #: ../src/virt-viewer-app.c:1299
282 msgid "Connecting to graphic server"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:1398
286 msgid "Guest domain has shutdown"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:1459
290 msgid "Connected to graphic server"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:1486
294 #, c-format
295 msgid "Unable to connect to the graphic server %s"
296 msgstr ""
297
298 #: ../src/virt-viewer-app.c:1512
299 #, c-format
300 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
301 msgstr ""
302
303 #: ../src/virt-viewer-app.c:1525
304 #, c-format
305 msgid "Unable to authenticate with remote desktop server: %s"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:1533
309 #, c-format
310 msgid "USB redirection error: %s"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:1786
314 #, c-format
315 msgid "Zoom level must be within %d-%d\n"
316 msgstr ""
317
318 #: ../src/virt-viewer-app.c:2296
319 #, c-format
320 msgid "Display %d"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:2552
324 #, c-format
325 msgid "Invalid kiosk-quit argument: %s"
326 msgstr ""
327
328 #: ../src/virt-viewer-app.c:2561
329 msgid "Zoom level of window, in percentage"
330 msgstr ""
331
332 #: ../src/virt-viewer-app.c:2563
333 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
334 msgstr ""
335
336 #: ../src/virt-viewer-app.c:2565
337 msgid "Customise hotkeys"
338 msgstr ""
339
340 #: ../src/virt-viewer-app.c:2567
341 msgid "Enable kiosk mode"
342 msgstr ""
343
344 #: ../src/virt-viewer-app.c:2569
345 msgid "Quit on given condition in kiosk mode"
346 msgstr ""
347
348 #: ../src/virt-viewer-app.c:2569
349 msgid "<never|on-disconnect>"
350 msgstr ""
351
352 #: ../src/virt-viewer-app.c:2571
353 msgid "Display verbose information"
354 msgstr ""
355
356 #: ../src/virt-viewer-app.c:2573
357 msgid "Display debugging information"
358 msgstr ""
359
360 #: ../src/virt-viewer-auth.c:88
361 #, c-format
362 msgid ""
363 "Authentication is required for the %s connection to:\n"
364 "\n"
365 "<b>%s</b>\n"
366 "\n"
367 msgstr ""
368
369 #: ../src/virt-viewer-auth.c:92
370 #, c-format
371 msgid "Authentication is required for the %s connection:\n"
372 msgstr ""
373
374 #.
375 #. * Local variables:
376 #. * c-indent-level: 4
377 #. * c-basic-offset: 4
378 #. * indent-tabs-mode: nil
379 #. * End:
380 #.
381 #: ../src/virt-viewer-auth.xml.h:1
382 msgid "Authentication required"
383 msgstr ""
384
385 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
386 msgid "label"
387 msgstr ""
388
389 #: ../src/virt-viewer-auth.xml.h:3
390 msgid "Password:"
391 msgstr ""
392
393 #: ../src/virt-viewer-auth.xml.h:4
394 msgid "Username:"
395 msgstr ""
396
397 #: ../src/virt-viewer-auth.xml.h:5
398 msgid "Show password"
399 msgstr ""
400
401 #: ../src/virt-viewer-display-vnc.c:133
402 msgid "VNC does not provide GUID"
403 msgstr ""
404
405 #: ../src/virt-viewer-main.c:38
406 #, c-format
407 msgid "%s version %s\n"
408 msgstr ""
409
410 #: ../src/virt-viewer-main.c:62
411 msgid "Direct connection with no automatic tunnels"
412 msgstr ""
413
414 #: ../src/virt-viewer-main.c:64
415 msgid "Attach to the local display using libvirt"
416 msgstr ""
417
418 #: ../src/virt-viewer-main.c:66
419 msgid "Connect to hypervisor"
420 msgstr ""
421
422 #: ../src/virt-viewer-main.c:68
423 msgid "Wait for domain to start"
424 msgstr ""
425
426 #: ../src/virt-viewer-main.c:70
427 msgid "Reconnect to domain upon restart"
428 msgstr ""
429
430 #: ../src/virt-viewer-main.c:77
431 msgid "Virt Viewer"
432 msgstr ""
433
434 #: ../src/virt-viewer-main.c:80
435 #, c-format
436 msgid "Run '%s --help' to see a full list of available command line options"
437 msgstr ""
438
439 #: ../src/virt-viewer-main.c:86
440 msgid "Virtual machine graphical console"
441 msgstr ""
442
443 #: ../src/virt-viewer-main.c:107
444 #, c-format
445 msgid ""
446 "\n"
447 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
448 "\n"
449 "%s\n"
450 "\n"
451 msgstr ""
452
453 #: ../src/virt-viewer-main.c:112
454 #, c-format
455 msgid ""
456 "\n"
457 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
458 "\n"
459 msgstr ""
460
461 #: ../src/virt-viewer-session-spice.c:694
462 msgid "Invalid password"
463 msgstr ""
464
465 #. Create the widgets
466 #: ../src/virt-viewer-session-spice.c:786
467 msgid "Select USB devices for redirection"
468 msgstr ""
469
470 #: ../src/virt-viewer-session-vnc.c:153
471 #, c-format
472 msgid "Unsupported authentication type %d"
473 msgstr ""
474
475 #: ../src/virt-viewer-vm-connection.c:64
476 msgid "No virtual machine found"
477 msgstr ""
478
479 #: ../src/virt-viewer-vm-connection.c:93
480 msgid "No virtual machine was chosen"
481 msgstr ""
482
483 #: ../src/virt-viewer-window.c:537
484 msgid "Ctrl+Alt+_Del"
485 msgstr ""
486
487 #: ../src/virt-viewer-window.c:538
488 msgid "Ctrl+Alt+_Backspace"
489 msgstr ""
490
491 #: ../src/virt-viewer-window.c:540
492 msgid "Ctrl+Alt+F_1"
493 msgstr ""
494
495 #: ../src/virt-viewer-window.c:541
496 msgid "Ctrl+Alt+F_2"
497 msgstr ""
498
499 #: ../src/virt-viewer-window.c:542
500 msgid "Ctrl+Alt+F_3"
501 msgstr ""
502
503 #: ../src/virt-viewer-window.c:543
504 msgid "Ctrl+Alt+F_4"
505 msgstr ""
506
507 #: ../src/virt-viewer-window.c:544
508 msgid "Ctrl+Alt+F_5"
509 msgstr ""
510
511 #: ../src/virt-viewer-window.c:545
512 msgid "Ctrl+Alt+F_6"
513 msgstr ""
514
515 #: ../src/virt-viewer-window.c:546
516 msgid "Ctrl+Alt+F_7"
517 msgstr ""
518
519 #: ../src/virt-viewer-window.c:547
520 msgid "Ctrl+Alt+F_8"
521 msgstr ""
522
523 #: ../src/virt-viewer-window.c:548
524 msgid "Ctrl+Alt+F_9"
525 msgstr ""
526
527 #: ../src/virt-viewer-window.c:549
528 msgid "Ctrl+Alt+F1_0"
529 msgstr ""
530
531 #: ../src/virt-viewer-window.c:550
532 msgid "Ctrl+Alt+F11"
533 msgstr ""
534
535 #: ../src/virt-viewer-window.c:551
536 msgid "Ctrl+Alt+F12"
537 msgstr ""
538
539 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
540 msgid "Screenshot"
541 msgstr ""
542
543 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
544 msgid "Unknown"
545 msgstr ""
546
547 #: ../src/virt-viewer-window.c:1062
548 msgid "Disconnect"
549 msgstr ""
550
551 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
552 #: ../src/virt-viewer.xml.h:3
553 msgid "USB device selection"
554 msgstr ""
555
556 #: ../src/virt-viewer-window.c:1081
557 msgid "Send key combination"
558 msgstr ""
559
560 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
561 msgid "Leave fullscreen"
562 msgstr ""
563
564 #: ../src/virt-viewer-window.c:1173
565 msgid "Ctrl+Alt"
566 msgstr ""
567
568 #: ../src/virt-viewer-window.c:1176
569 #, c-format
570 msgid "(Press %s to release pointer)"
571 msgstr ""
572
573 #. translators:
574 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
575 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
576 #.
577 #: ../src/virt-viewer-window.c:1187
578 #, c-format
579 msgid "%s%s%s - %s"
580 msgstr ""
581
582 #. translators: <space>
583 #: ../src/virt-viewer-window.c:1191
584 msgid " "
585 msgstr ""
586
587 #: ../src/virt-viewer-file.c:825
588 #, c-format
589 msgid ""
590 "At least %s version %s is required to setup this connection, see %s for "
591 "details"
592 msgstr ""
593
594 #: ../src/virt-viewer-file.c:833
595 #, c-format
596 msgid "At least %s version %s is required to setup this connection"
597 msgstr ""
598
599 #: ../src/virt-viewer.c:163
600 msgid "Waiting for guest domain to re-start"
601 msgstr ""
602
603 #: ../src/virt-viewer.c:409
604 #, c-format
605 msgid "Cannot determine the graphic type for the guest %s"
606 msgstr ""
607
608 #: ../src/virt-viewer.c:448
609 #, c-format
610 msgid "Cannot determine the host for the guest %s"
611 msgstr ""
612
613 #: ../src/virt-viewer.c:476
614 #, c-format
615 msgid "Guest '%s' is not reachable"
616 msgstr ""
617
618 #: ../src/virt-viewer.c:697
619 #, c-format
620 msgid "Virtual machine %s is not running"
621 msgstr ""
622
623 #: ../src/virt-viewer.c:720
624 msgid "Waiting for libvirt to start"
625 msgstr ""
626
627 #: ../src/virt-viewer.c:724
628 msgid "Finding guest domain"
629 msgstr ""
630
631 #: ../src/virt-viewer.c:728
632 msgid "Waiting for guest domain to be created"
633 msgstr ""
634
635 #: ../src/virt-viewer.c:750
636 msgid "Checking guest domain status"
637 msgstr ""
638
639 #: ../src/virt-viewer.c:753
640 msgid "Cannot get guest state"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:759
644 msgid "Waiting for guest domain to start"
645 msgstr ""
646
647 #: ../src/virt-viewer.c:863
648 #, c-format
649 msgid "Unable to connect to libvirt with URI: %s."
650 msgstr ""
651
652 #: ../src/virt-viewer.c:864
653 msgid "[none]"
654 msgstr ""
655
656 #: ../src/virt-viewer.c:871
657 msgid "Authentication failed."
658 msgstr ""
659
660 #: ../src/virt-viewer.c:931
661 msgid "Failed to connect: "
662 msgstr ""
663
664 #.
665 #. * Local variables:
666 #. * c-indent-level: 4
667 #. * c-basic-offset: 4
668 #. * indent-tabs-mode: nil
669 #. * End:
670 #.
671 #: ../src/virt-viewer.xml.h:1
672 msgid "_File"
673 msgstr ""
674
675 #: ../src/virt-viewer.xml.h:4
676 msgid "Smartcard insertion"
677 msgstr ""
678
679 #: ../src/virt-viewer.xml.h:5
680 msgid "Smartcard removal"
681 msgstr ""
682
683 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
684 msgid "Preferences"
685 msgstr ""
686
687 #: ../src/virt-viewer.xml.h:7
688 msgid "_View"
689 msgstr ""
690
691 #: ../src/virt-viewer.xml.h:8
692 msgid "Full screen"
693 msgstr ""
694
695 #: ../src/virt-viewer.xml.h:9
696 msgid "_Zoom"
697 msgstr ""
698
699 #: ../src/virt-viewer.xml.h:10
700 msgid "Displays"
701 msgstr ""
702
703 #: ../src/virt-viewer.xml.h:11
704 msgid "Release cursor"
705 msgstr ""
706
707 #: ../src/virt-viewer.xml.h:12
708 msgid "_Send key"
709 msgstr ""
710
711 #: ../src/virt-viewer.xml.h:13
712 msgid "_Help"
713 msgstr ""
714
715 #: ../src/virt-viewer.xml.h:14
716 msgid "_Guest Details"
717 msgstr ""
718
719 #: ../src/virt-viewer-guest-details.xml.h:1
720 msgid "Guest Details"
721 msgstr ""
722
723 #: ../src/virt-viewer-guest-details.xml.h:2
724 msgid "Name:"
725 msgstr ""
726
727 #: ../src/virt-viewer-guest-details.xml.h:3
728 msgid "GUID:"
729 msgstr ""
730
731 #: ../src/virt-viewer-vm-connection.xml.h:1
732 msgid "Choose a virtual machine"
733 msgstr ""
734
735 #: ../src/virt-viewer-vm-connection.xml.h:2
736 msgid "Name"
737 msgstr ""
738
739 #: ../src/virt-viewer-vm-connection.xml.h:3
740 msgid "Available virtual machines"
741 msgstr ""
742
743 #: ../src/virt-viewer-preferences.xml.h:2
744 msgid "Folder sharing"
745 msgstr ""
746
747 #: ../src/virt-viewer-preferences.xml.h:3
748 msgid "Share folder"
749 msgstr ""
750
751 #: ../src/virt-viewer-preferences.xml.h:4
752 msgid "Read-only"
753 msgstr ""
754
755 #: ../src/virt-viewer-preferences.xml.h:5
756 msgid "Spice"
757 msgstr ""
+352
-205
po/ky.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Kirgyz (http://www.transifex.com/projects/p/virt-viewer/language/ky/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Kirghiz\n"
13 "Language: ky\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ky\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+0
-610
po/la.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Latin (http://www.transifex.com/projects/p/virt-viewer/language/la/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: la\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
+0
-610
po/lo.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Lao (http://www.transifex.com/projects/p/virt-viewer/language/lo/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: lo\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
+353
-205
po/lt.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Lithuanian (http://www.transifex.com/projects/p/virt-viewer/language/lt/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Lithuanian\n"
13 "Language: lt\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: lt\n"
17 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n"
18 "%100<10 or n%100>=20) ? 1 : 2)\n"
19 "X-Generator: Zanata 3.5.1\n"
20
21 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2022 msgid "Remote Viewer"
2123 msgstr ""
2224
7072
7173 #: ../src/remote-viewer-main.c:50
7274 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
75 msgid "remote-viewer version %s"
76 msgstr ""
77
78 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7779 msgid "Display version information"
7880 msgstr ""
7981
80 #: ../src/remote-viewer-main.c:101
82 #: ../src/remote-viewer-main.c:105
8183 msgid "Set window title"
8284 msgstr ""
8385
84 #: ../src/remote-viewer-main.c:104
86 #: ../src/remote-viewer-main.c:108
8587 msgid "Open connection using Spice controller communication"
8688 msgstr ""
8789
88 #: ../src/remote-viewer-main.c:116
90 #: ../src/remote-viewer-main.c:120
8991 msgid "Remote viewer client"
9092 msgstr ""
9193
92 #: ../src/remote-viewer-main.c:134
94 #: ../src/remote-viewer-main.c:138
9395 #, c-format
9496 msgid ""
9597 "%s\n"
9698 "Run '%s --help' to see a full list of available command line options\n"
9799 msgstr ""
98100
99 #: ../src/remote-viewer-main.c:146
101 #: ../src/remote-viewer-main.c:149
100102 #, c-format
101103 msgid "Error: extra arguments given while using Spice controller\n"
102104 msgstr ""
103105
104 #: ../src/remote-viewer-main.c:153
106 #: ../src/remote-viewer-main.c:156
105107 #, c-format
106108 msgid "Error: can't handle multiple URIs\n"
107109 msgstr ""
108110
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
111 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110112 msgid "Failed to initiate connection"
111113 msgstr ""
112114
113 #: ../src/remote-viewer.c:294
115 #: ../src/remote-viewer.c:313
114116 msgid "Display disabled by controller"
115117 msgstr ""
116118
117 #: ../src/remote-viewer.c:592
119 #: ../src/remote-viewer.c:609
118120 #, c-format
119121 msgid "Controller connection failed: %s"
120122 msgstr ""
121123
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
124 #: ../src/remote-viewer.c:755
125 msgid "_Change CD"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:855
129 msgid "failed to parse ovirt uri"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
133 msgid "Authentication was cancelled"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:900
137 #, c-format
138 msgid "oVirt VM %s is not running"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:914
142 #, c-format
143 msgid "oVirt VM %s has no display"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:940
147 #, c-format
148 msgid "oVirt VM %s has no host information"
129149 msgstr ""
130150
131151 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
152 #, c-format
153 msgid "oVirt VM %s has unknown display type: %d"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1094
144157 msgid "Setting up Spice session..."
145158 msgstr ""
146159
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
160 #: ../src/remote-viewer.c:1102
161 msgid "No connection was chosen"
162 msgstr ""
163
164 #: ../src/remote-viewer.c:1120
165 #, c-format
166 msgid "Invalid file %s: "
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1128
153170 msgid "Cannot determine the connection type from URI"
154171 msgstr ""
155172
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
173 #: ../src/remote-viewer.c:1134
174 msgid "Couldn't open oVirt session: "
175 msgstr ""
176
177 #.
165178 #. * Local variables:
166179 #. * c-indent-level: 4
167180 #. * c-basic-offset: 4
168181 #. * indent-tabs-mode: nil
169182 #. * End:
183 #.
184 #: ../src/remote-viewer-connect.xml.h:1
185 msgid "Connection details"
186 msgstr ""
187
188 #: ../src/remote-viewer-connect.xml.h:2
189 msgid "Connection Address"
190 msgstr ""
191
192 #: ../src/remote-viewer-connect.xml.h:3
193 msgid "For example, spice://foo.example.org:5900"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:4
197 msgid "Recent connections"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:5
201 msgid "Cancel"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:6
205 msgid "Connect"
206 msgstr ""
207
170208 #: ../src/virt-viewer-about.xml.h:1
171209 msgid "About Glade"
172210 msgstr ""
206244 msgid "The Fedora Translation Team"
207245 msgstr ""
208246
209 #: ../src/virt-viewer-app.c:400
247 #: ../src/virt-viewer-app.c:526
210248 msgid "Do you want to close the session?"
211249 msgstr ""
212250
213 #: ../src/virt-viewer-app.c:402
251 #: ../src/virt-viewer-app.c:528
214252 msgid "Do not ask me again"
215253 msgstr ""
216254
217 #: ../src/virt-viewer-app.c:841
255 #: ../src/virt-viewer-app.c:1008
218256 #, c-format
219257 msgid "Waiting for display %d..."
220258 msgstr ""
221259
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
260 #: ../src/virt-viewer-app.c:1117
261 #, c-format
262 msgid "Unsupported graphic type '%s'"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1200
228266 msgid "Connect to ssh failed."
229267 msgstr ""
230268
231 #: ../src/virt-viewer-app.c:1029
269 #: ../src/virt-viewer-app.c:1202
232270 msgid "Can't connect to channel, SSH only supported."
233271 msgstr ""
234272
235 #: ../src/virt-viewer-app.c:1041
273 #: ../src/virt-viewer-app.c:1214
236274 msgid "Connect to channel unsupported."
237275 msgstr ""
238276
239 #: ../src/virt-viewer-app.c:1123
277 #: ../src/virt-viewer-app.c:1276
278 msgid "Display can only be attached through libvirt with --attach"
279 msgstr ""
280
281 #: ../src/virt-viewer-app.c:1299
240282 msgid "Connecting to graphic server"
241283 msgstr ""
242284
243 #: ../src/virt-viewer-app.c:1256
285 #: ../src/virt-viewer-app.c:1398
244286 msgid "Guest domain has shutdown"
245287 msgstr ""
246288
247 #: ../src/virt-viewer-app.c:1317
289 #: ../src/virt-viewer-app.c:1459
248290 msgid "Connected to graphic server"
249291 msgstr ""
250292
251 #: ../src/virt-viewer-app.c:1344
293 #: ../src/virt-viewer-app.c:1486
252294 #, c-format
253295 msgid "Unable to connect to the graphic server %s"
254296 msgstr ""
255297
256 #: ../src/virt-viewer-app.c:1376
298 #: ../src/virt-viewer-app.c:1512
299 #, c-format
300 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
301 msgstr ""
302
303 #: ../src/virt-viewer-app.c:1525
304 #, c-format
305 msgid "Unable to authenticate with remote desktop server: %s"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:1533
309 #, c-format
310 msgid "USB redirection error: %s"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:1786
314 #, c-format
315 msgid "Zoom level must be within %d-%d\n"
316 msgstr ""
317
318 #: ../src/virt-viewer-app.c:2296
319 #, c-format
320 msgid "Display %d"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:2552
324 #, c-format
325 msgid "Invalid kiosk-quit argument: %s"
326 msgstr ""
327
328 #: ../src/virt-viewer-app.c:2561
329 msgid "Zoom level of window, in percentage"
330 msgstr ""
331
332 #: ../src/virt-viewer-app.c:2563
333 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
334 msgstr ""
335
336 #: ../src/virt-viewer-app.c:2565
337 msgid "Customise hotkeys"
338 msgstr ""
339
340 #: ../src/virt-viewer-app.c:2567
341 msgid "Enable kiosk mode"
342 msgstr ""
343
344 #: ../src/virt-viewer-app.c:2569
345 msgid "Quit on given condition in kiosk mode"
346 msgstr ""
347
348 #: ../src/virt-viewer-app.c:2569
349 msgid "<never|on-disconnect>"
350 msgstr ""
351
352 #: ../src/virt-viewer-app.c:2571
353 msgid "Display verbose information"
354 msgstr ""
355
356 #: ../src/virt-viewer-app.c:2573
357 msgid "Display debugging information"
358 msgstr ""
359
360 #: ../src/virt-viewer-auth.c:88
257361 #, c-format
258362 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
363 "Authentication is required for the %s connection to:\n"
364 "\n"
365 "<b>%s</b>\n"
366 "\n"
367 msgstr ""
368
369 #: ../src/virt-viewer-auth.c:92
370 #, c-format
371 msgid "Authentication is required for the %s connection:\n"
372 msgstr ""
373
374 #.
320375 #. * Local variables:
321376 #. * c-indent-level: 4
322377 #. * c-basic-offset: 4
323378 #. * indent-tabs-mode: nil
324379 #. * End:
380 #.
325381 #: ../src/virt-viewer-auth.xml.h:1
326382 msgid "Authentication required"
327383 msgstr ""
328384
329 #: ../src/virt-viewer-auth.xml.h:2
385 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330386 msgid "label"
331387 msgstr ""
332388
338394 msgid "Username:"
339395 msgstr ""
340396
397 #: ../src/virt-viewer-auth.xml.h:5
398 msgid "Show password"
399 msgstr ""
400
401 #: ../src/virt-viewer-display-vnc.c:133
402 msgid "VNC does not provide GUID"
403 msgstr ""
404
341405 #: ../src/virt-viewer-main.c:38
342406 #, c-format
343407 msgid "%s version %s\n"
376440 msgid "Virtual machine graphical console"
377441 msgstr ""
378442
379 #: ../src/virt-viewer-main.c:108
443 #: ../src/virt-viewer-main.c:107
380444 #, c-format
381445 msgid ""
382446 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
447 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384448 "\n"
385449 "%s\n"
386450 "\n"
387451 msgstr ""
388452
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
453 #: ../src/virt-viewer-main.c:112
454 #, c-format
455 msgid ""
456 "\n"
457 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
458 "\n"
459 msgstr ""
460
461 #: ../src/virt-viewer-session-spice.c:694
462 msgid "Invalid password"
391463 msgstr ""
392464
393465 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
466 #: ../src/virt-viewer-session-spice.c:786
395467 msgid "Select USB devices for redirection"
396468 msgstr ""
397469
398 #: ../src/virt-viewer-session-vnc.c:148
470 #: ../src/virt-viewer-session-vnc.c:153
399471 #, c-format
400472 msgid "Unsupported authentication type %d"
401473 msgstr ""
402474
403 #: ../src/virt-viewer-window.c:587
475 #: ../src/virt-viewer-vm-connection.c:64
476 msgid "No virtual machine found"
477 msgstr ""
478
479 #: ../src/virt-viewer-vm-connection.c:93
480 msgid "No virtual machine was chosen"
481 msgstr ""
482
483 #: ../src/virt-viewer-window.c:537
404484 msgid "Ctrl+Alt+_Del"
405485 msgstr ""
406486
407 #: ../src/virt-viewer-window.c:588
487 #: ../src/virt-viewer-window.c:538
408488 msgid "Ctrl+Alt+_Backspace"
409489 msgstr ""
410490
411 #: ../src/virt-viewer-window.c:590
491 #: ../src/virt-viewer-window.c:540
412492 msgid "Ctrl+Alt+F_1"
413493 msgstr ""
414494
415 #: ../src/virt-viewer-window.c:591
495 #: ../src/virt-viewer-window.c:541
416496 msgid "Ctrl+Alt+F_2"
417497 msgstr ""
418498
419 #: ../src/virt-viewer-window.c:592
499 #: ../src/virt-viewer-window.c:542
420500 msgid "Ctrl+Alt+F_3"
421501 msgstr ""
422502
423 #: ../src/virt-viewer-window.c:593
503 #: ../src/virt-viewer-window.c:543
424504 msgid "Ctrl+Alt+F_4"
425505 msgstr ""
426506
427 #: ../src/virt-viewer-window.c:594
507 #: ../src/virt-viewer-window.c:544
428508 msgid "Ctrl+Alt+F_5"
429509 msgstr ""
430510
431 #: ../src/virt-viewer-window.c:595
511 #: ../src/virt-viewer-window.c:545
432512 msgid "Ctrl+Alt+F_6"
433513 msgstr ""
434514
435 #: ../src/virt-viewer-window.c:596
515 #: ../src/virt-viewer-window.c:546
436516 msgid "Ctrl+Alt+F_7"
437517 msgstr ""
438518
439 #: ../src/virt-viewer-window.c:597
519 #: ../src/virt-viewer-window.c:547
440520 msgid "Ctrl+Alt+F_8"
441521 msgstr ""
442522
443 #: ../src/virt-viewer-window.c:598
523 #: ../src/virt-viewer-window.c:548
444524 msgid "Ctrl+Alt+F_9"
445525 msgstr ""
446526
447 #: ../src/virt-viewer-window.c:599
527 #: ../src/virt-viewer-window.c:549
448528 msgid "Ctrl+Alt+F1_0"
449529 msgstr ""
450530
451 #: ../src/virt-viewer-window.c:600
531 #: ../src/virt-viewer-window.c:550
452532 msgid "Ctrl+Alt+F11"
453533 msgstr ""
454534
455 #: ../src/virt-viewer-window.c:601
535 #: ../src/virt-viewer-window.c:551
456536 msgid "Ctrl+Alt+F12"
457537 msgstr ""
458538
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
539 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460540 msgid "Screenshot"
461541 msgstr ""
462542
463 #: ../src/virt-viewer-window.c:1051
543 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
544 msgid "Unknown"
545 msgstr ""
546
547 #: ../src/virt-viewer-window.c:1062
464548 msgid "Disconnect"
465549 msgstr ""
466550
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
551 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468552 #: ../src/virt-viewer.xml.h:3
469553 msgid "USB device selection"
470554 msgstr ""
471555
472 #: ../src/virt-viewer-window.c:1070
556 #: ../src/virt-viewer-window.c:1081
473557 msgid "Send key combination"
474558 msgstr ""
475559
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
560 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477561 msgid "Leave fullscreen"
478562 msgstr ""
479563
480 #: ../src/virt-viewer-window.c:1162
564 #: ../src/virt-viewer-window.c:1173
481565 msgid "Ctrl+Alt"
482566 msgstr ""
483567
484 #: ../src/virt-viewer-window.c:1165
568 #: ../src/virt-viewer-window.c:1176
485569 #, c-format
486570 msgid "(Press %s to release pointer)"
487571 msgstr ""
488572
489573 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
574 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
575 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
576 #.
577 #: ../src/virt-viewer-window.c:1187
495578 #, c-format
496579 msgid "%s%s%s - %s"
497580 msgstr ""
498581
499582 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
583 #: ../src/virt-viewer-window.c:1191
501584 msgid " "
502585 msgstr ""
503586
504 #: ../src/virt-viewer-file.c:624
587 #: ../src/virt-viewer-file.c:825
588 #, c-format
589 msgid ""
590 "At least %s version %s is required to setup this connection, see %s for "
591 "details"
592 msgstr ""
593
594 #: ../src/virt-viewer-file.c:833
505595 #, c-format
506596 msgid "At least %s version %s is required to setup this connection"
507597 msgstr ""
508598
509 #: ../src/virt-viewer.c:133
599 #: ../src/virt-viewer.c:163
510600 msgid "Waiting for guest domain to re-start"
511601 msgstr ""
512602
513 #: ../src/virt-viewer.c:318
603 #: ../src/virt-viewer.c:409
514604 #, c-format
515605 msgid "Cannot determine the graphic type for the guest %s"
516606 msgstr ""
517607
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
608 #: ../src/virt-viewer.c:448
524609 #, c-format
525610 msgid "Cannot determine the host for the guest %s"
526611 msgstr ""
527612
528 #: ../src/virt-viewer.c:540
613 #: ../src/virt-viewer.c:476
614 #, c-format
615 msgid "Guest '%s' is not reachable"
616 msgstr ""
617
618 #: ../src/virt-viewer.c:697
619 #, c-format
620 msgid "Virtual machine %s is not running"
621 msgstr ""
622
623 #: ../src/virt-viewer.c:720
529624 msgid "Waiting for libvirt to start"
530625 msgstr ""
531626
532 #: ../src/virt-viewer.c:544
627 #: ../src/virt-viewer.c:724
533628 msgid "Finding guest domain"
534629 msgstr ""
535630
536 #: ../src/virt-viewer.c:548
631 #: ../src/virt-viewer.c:728
537632 msgid "Waiting for guest domain to be created"
538633 msgstr ""
539634
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
635 #: ../src/virt-viewer.c:750
546636 msgid "Checking guest domain status"
547637 msgstr ""
548638
549 #: ../src/virt-viewer.c:573
639 #: ../src/virt-viewer.c:753
640 msgid "Cannot get guest state"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:759
550644 msgid "Waiting for guest domain to start"
551645 msgstr ""
552646
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
647 #: ../src/virt-viewer.c:863
648 #, c-format
649 msgid "Unable to connect to libvirt with URI: %s."
650 msgstr ""
651
652 #: ../src/virt-viewer.c:864
563653 msgid "[none]"
564654 msgstr ""
565655
656 #: ../src/virt-viewer.c:871
657 msgid "Authentication failed."
658 msgstr ""
659
660 #: ../src/virt-viewer.c:931
661 msgid "Failed to connect: "
662 msgstr ""
663
664 #.
566665 #. * Local variables:
567666 #. * c-indent-level: 4
568667 #. * c-basic-offset: 4
569668 #. * indent-tabs-mode: nil
570669 #. * End:
670 #.
571671 #: ../src/virt-viewer.xml.h:1
572672 msgid "_File"
573673 msgstr ""
580680 msgid "Smartcard removal"
581681 msgstr ""
582682
583 #: ../src/virt-viewer.xml.h:6
683 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
684 msgid "Preferences"
685 msgstr ""
686
687 #: ../src/virt-viewer.xml.h:7
584688 msgid "_View"
585689 msgstr ""
586690
587 #: ../src/virt-viewer.xml.h:7
691 #: ../src/virt-viewer.xml.h:8
588692 msgid "Full screen"
589693 msgstr ""
590694
591 #: ../src/virt-viewer.xml.h:8
695 #: ../src/virt-viewer.xml.h:9
592696 msgid "_Zoom"
593697 msgstr ""
594698
595 #: ../src/virt-viewer.xml.h:9
699 #: ../src/virt-viewer.xml.h:10
596700 msgid "Displays"
597701 msgstr ""
598702
599 #: ../src/virt-viewer.xml.h:10
703 #: ../src/virt-viewer.xml.h:11
600704 msgid "Release cursor"
601705 msgstr ""
602706
603 #: ../src/virt-viewer.xml.h:11
707 #: ../src/virt-viewer.xml.h:12
604708 msgid "_Send key"
605709 msgstr ""
606710
607 #: ../src/virt-viewer.xml.h:12
711 #: ../src/virt-viewer.xml.h:13
608712 msgid "_Help"
609713 msgstr ""
714
715 #: ../src/virt-viewer.xml.h:14
716 msgid "_Guest Details"
717 msgstr ""
718
719 #: ../src/virt-viewer-guest-details.xml.h:1
720 msgid "Guest Details"
721 msgstr ""
722
723 #: ../src/virt-viewer-guest-details.xml.h:2
724 msgid "Name:"
725 msgstr ""
726
727 #: ../src/virt-viewer-guest-details.xml.h:3
728 msgid "GUID:"
729 msgstr ""
730
731 #: ../src/virt-viewer-vm-connection.xml.h:1
732 msgid "Choose a virtual machine"
733 msgstr ""
734
735 #: ../src/virt-viewer-vm-connection.xml.h:2
736 msgid "Name"
737 msgstr ""
738
739 #: ../src/virt-viewer-vm-connection.xml.h:3
740 msgid "Available virtual machines"
741 msgstr ""
742
743 #: ../src/virt-viewer-preferences.xml.h:2
744 msgid "Folder sharing"
745 msgstr ""
746
747 #: ../src/virt-viewer-preferences.xml.h:3
748 msgid "Share folder"
749 msgstr ""
750
751 #: ../src/virt-viewer-preferences.xml.h:4
752 msgid "Read-only"
753 msgstr ""
754
755 #: ../src/virt-viewer-preferences.xml.h:5
756 msgid "Spice"
757 msgstr ""
+353
-205
po/lv.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Latvian (http://www.transifex.com/projects/p/virt-viewer/language/lv/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Latvian\n"
13 "Language: lv\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: lv\n"
17 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
18 "2)\n"
19 "X-Generator: Zanata 3.5.1\n"
20
21 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2022 msgid "Remote Viewer"
2123 msgstr ""
2224
7072
7173 #: ../src/remote-viewer-main.c:50
7274 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
75 msgid "remote-viewer version %s"
76 msgstr ""
77
78 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7779 msgid "Display version information"
7880 msgstr ""
7981
80 #: ../src/remote-viewer-main.c:101
82 #: ../src/remote-viewer-main.c:105
8183 msgid "Set window title"
8284 msgstr ""
8385
84 #: ../src/remote-viewer-main.c:104
86 #: ../src/remote-viewer-main.c:108
8587 msgid "Open connection using Spice controller communication"
8688 msgstr ""
8789
88 #: ../src/remote-viewer-main.c:116
90 #: ../src/remote-viewer-main.c:120
8991 msgid "Remote viewer client"
9092 msgstr ""
9193
92 #: ../src/remote-viewer-main.c:134
94 #: ../src/remote-viewer-main.c:138
9395 #, c-format
9496 msgid ""
9597 "%s\n"
9698 "Run '%s --help' to see a full list of available command line options\n"
9799 msgstr ""
98100
99 #: ../src/remote-viewer-main.c:146
101 #: ../src/remote-viewer-main.c:149
100102 #, c-format
101103 msgid "Error: extra arguments given while using Spice controller\n"
102104 msgstr ""
103105
104 #: ../src/remote-viewer-main.c:153
106 #: ../src/remote-viewer-main.c:156
105107 #, c-format
106108 msgid "Error: can't handle multiple URIs\n"
107109 msgstr ""
108110
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
111 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110112 msgid "Failed to initiate connection"
111113 msgstr ""
112114
113 #: ../src/remote-viewer.c:294
115 #: ../src/remote-viewer.c:313
114116 msgid "Display disabled by controller"
115117 msgstr ""
116118
117 #: ../src/remote-viewer.c:592
119 #: ../src/remote-viewer.c:609
118120 #, c-format
119121 msgid "Controller connection failed: %s"
120122 msgstr ""
121123
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
124 #: ../src/remote-viewer.c:755
125 msgid "_Change CD"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:855
129 msgid "failed to parse ovirt uri"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
133 msgid "Authentication was cancelled"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:900
137 #, c-format
138 msgid "oVirt VM %s is not running"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:914
142 #, c-format
143 msgid "oVirt VM %s has no display"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:940
147 #, c-format
148 msgid "oVirt VM %s has no host information"
129149 msgstr ""
130150
131151 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
152 #, c-format
153 msgid "oVirt VM %s has unknown display type: %d"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1094
144157 msgid "Setting up Spice session..."
145158 msgstr ""
146159
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
160 #: ../src/remote-viewer.c:1102
161 msgid "No connection was chosen"
162 msgstr ""
163
164 #: ../src/remote-viewer.c:1120
165 #, c-format
166 msgid "Invalid file %s: "
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1128
153170 msgid "Cannot determine the connection type from URI"
154171 msgstr ""
155172
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
173 #: ../src/remote-viewer.c:1134
174 msgid "Couldn't open oVirt session: "
175 msgstr ""
176
177 #.
165178 #. * Local variables:
166179 #. * c-indent-level: 4
167180 #. * c-basic-offset: 4
168181 #. * indent-tabs-mode: nil
169182 #. * End:
183 #.
184 #: ../src/remote-viewer-connect.xml.h:1
185 msgid "Connection details"
186 msgstr ""
187
188 #: ../src/remote-viewer-connect.xml.h:2
189 msgid "Connection Address"
190 msgstr ""
191
192 #: ../src/remote-viewer-connect.xml.h:3
193 msgid "For example, spice://foo.example.org:5900"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:4
197 msgid "Recent connections"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:5
201 msgid "Cancel"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:6
205 msgid "Connect"
206 msgstr ""
207
170208 #: ../src/virt-viewer-about.xml.h:1
171209 msgid "About Glade"
172210 msgstr ""
206244 msgid "The Fedora Translation Team"
207245 msgstr ""
208246
209 #: ../src/virt-viewer-app.c:400
247 #: ../src/virt-viewer-app.c:526
210248 msgid "Do you want to close the session?"
211249 msgstr ""
212250
213 #: ../src/virt-viewer-app.c:402
251 #: ../src/virt-viewer-app.c:528
214252 msgid "Do not ask me again"
215253 msgstr ""
216254
217 #: ../src/virt-viewer-app.c:841
255 #: ../src/virt-viewer-app.c:1008
218256 #, c-format
219257 msgid "Waiting for display %d..."
220258 msgstr ""
221259
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
260 #: ../src/virt-viewer-app.c:1117
261 #, c-format
262 msgid "Unsupported graphic type '%s'"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1200
228266 msgid "Connect to ssh failed."
229267 msgstr ""
230268
231 #: ../src/virt-viewer-app.c:1029
269 #: ../src/virt-viewer-app.c:1202
232270 msgid "Can't connect to channel, SSH only supported."
233271 msgstr ""
234272
235 #: ../src/virt-viewer-app.c:1041
273 #: ../src/virt-viewer-app.c:1214
236274 msgid "Connect to channel unsupported."
237275 msgstr ""
238276
239 #: ../src/virt-viewer-app.c:1123
277 #: ../src/virt-viewer-app.c:1276
278 msgid "Display can only be attached through libvirt with --attach"
279 msgstr ""
280
281 #: ../src/virt-viewer-app.c:1299
240282 msgid "Connecting to graphic server"
241283 msgstr ""
242284
243 #: ../src/virt-viewer-app.c:1256
285 #: ../src/virt-viewer-app.c:1398
244286 msgid "Guest domain has shutdown"
245287 msgstr ""
246288
247 #: ../src/virt-viewer-app.c:1317
289 #: ../src/virt-viewer-app.c:1459
248290 msgid "Connected to graphic server"
249291 msgstr ""
250292
251 #: ../src/virt-viewer-app.c:1344
293 #: ../src/virt-viewer-app.c:1486
252294 #, c-format
253295 msgid "Unable to connect to the graphic server %s"
254296 msgstr ""
255297
256 #: ../src/virt-viewer-app.c:1376
298 #: ../src/virt-viewer-app.c:1512
299 #, c-format
300 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
301 msgstr ""
302
303 #: ../src/virt-viewer-app.c:1525
304 #, c-format
305 msgid "Unable to authenticate with remote desktop server: %s"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:1533
309 #, c-format
310 msgid "USB redirection error: %s"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:1786
314 #, c-format
315 msgid "Zoom level must be within %d-%d\n"
316 msgstr ""
317
318 #: ../src/virt-viewer-app.c:2296
319 #, c-format
320 msgid "Display %d"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:2552
324 #, c-format
325 msgid "Invalid kiosk-quit argument: %s"
326 msgstr ""
327
328 #: ../src/virt-viewer-app.c:2561
329 msgid "Zoom level of window, in percentage"
330 msgstr ""
331
332 #: ../src/virt-viewer-app.c:2563
333 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
334 msgstr ""
335
336 #: ../src/virt-viewer-app.c:2565
337 msgid "Customise hotkeys"
338 msgstr ""
339
340 #: ../src/virt-viewer-app.c:2567
341 msgid "Enable kiosk mode"
342 msgstr ""
343
344 #: ../src/virt-viewer-app.c:2569
345 msgid "Quit on given condition in kiosk mode"
346 msgstr ""
347
348 #: ../src/virt-viewer-app.c:2569
349 msgid "<never|on-disconnect>"
350 msgstr ""
351
352 #: ../src/virt-viewer-app.c:2571
353 msgid "Display verbose information"
354 msgstr ""
355
356 #: ../src/virt-viewer-app.c:2573
357 msgid "Display debugging information"
358 msgstr ""
359
360 #: ../src/virt-viewer-auth.c:88
257361 #, c-format
258362 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
363 "Authentication is required for the %s connection to:\n"
364 "\n"
365 "<b>%s</b>\n"
366 "\n"
367 msgstr ""
368
369 #: ../src/virt-viewer-auth.c:92
370 #, c-format
371 msgid "Authentication is required for the %s connection:\n"
372 msgstr ""
373
374 #.
320375 #. * Local variables:
321376 #. * c-indent-level: 4
322377 #. * c-basic-offset: 4
323378 #. * indent-tabs-mode: nil
324379 #. * End:
380 #.
325381 #: ../src/virt-viewer-auth.xml.h:1
326382 msgid "Authentication required"
327383 msgstr ""
328384
329 #: ../src/virt-viewer-auth.xml.h:2
385 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330386 msgid "label"
331387 msgstr ""
332388
338394 msgid "Username:"
339395 msgstr ""
340396
397 #: ../src/virt-viewer-auth.xml.h:5
398 msgid "Show password"
399 msgstr ""
400
401 #: ../src/virt-viewer-display-vnc.c:133
402 msgid "VNC does not provide GUID"
403 msgstr ""
404
341405 #: ../src/virt-viewer-main.c:38
342406 #, c-format
343407 msgid "%s version %s\n"
376440 msgid "Virtual machine graphical console"
377441 msgstr ""
378442
379 #: ../src/virt-viewer-main.c:108
443 #: ../src/virt-viewer-main.c:107
380444 #, c-format
381445 msgid ""
382446 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
447 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384448 "\n"
385449 "%s\n"
386450 "\n"
387451 msgstr ""
388452
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
453 #: ../src/virt-viewer-main.c:112
454 #, c-format
455 msgid ""
456 "\n"
457 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
458 "\n"
459 msgstr ""
460
461 #: ../src/virt-viewer-session-spice.c:694
462 msgid "Invalid password"
391463 msgstr ""
392464
393465 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
466 #: ../src/virt-viewer-session-spice.c:786
395467 msgid "Select USB devices for redirection"
396468 msgstr ""
397469
398 #: ../src/virt-viewer-session-vnc.c:148
470 #: ../src/virt-viewer-session-vnc.c:153
399471 #, c-format
400472 msgid "Unsupported authentication type %d"
401473 msgstr ""
402474
403 #: ../src/virt-viewer-window.c:587
475 #: ../src/virt-viewer-vm-connection.c:64
476 msgid "No virtual machine found"
477 msgstr ""
478
479 #: ../src/virt-viewer-vm-connection.c:93
480 msgid "No virtual machine was chosen"
481 msgstr ""
482
483 #: ../src/virt-viewer-window.c:537
404484 msgid "Ctrl+Alt+_Del"
405485 msgstr ""
406486
407 #: ../src/virt-viewer-window.c:588
487 #: ../src/virt-viewer-window.c:538
408488 msgid "Ctrl+Alt+_Backspace"
409489 msgstr ""
410490
411 #: ../src/virt-viewer-window.c:590
491 #: ../src/virt-viewer-window.c:540
412492 msgid "Ctrl+Alt+F_1"
413493 msgstr ""
414494
415 #: ../src/virt-viewer-window.c:591
495 #: ../src/virt-viewer-window.c:541
416496 msgid "Ctrl+Alt+F_2"
417497 msgstr ""
418498
419 #: ../src/virt-viewer-window.c:592
499 #: ../src/virt-viewer-window.c:542
420500 msgid "Ctrl+Alt+F_3"
421501 msgstr ""
422502
423 #: ../src/virt-viewer-window.c:593
503 #: ../src/virt-viewer-window.c:543
424504 msgid "Ctrl+Alt+F_4"
425505 msgstr ""
426506
427 #: ../src/virt-viewer-window.c:594
507 #: ../src/virt-viewer-window.c:544
428508 msgid "Ctrl+Alt+F_5"
429509 msgstr ""
430510
431 #: ../src/virt-viewer-window.c:595
511 #: ../src/virt-viewer-window.c:545
432512 msgid "Ctrl+Alt+F_6"
433513 msgstr ""
434514
435 #: ../src/virt-viewer-window.c:596
515 #: ../src/virt-viewer-window.c:546
436516 msgid "Ctrl+Alt+F_7"
437517 msgstr ""
438518
439 #: ../src/virt-viewer-window.c:597
519 #: ../src/virt-viewer-window.c:547
440520 msgid "Ctrl+Alt+F_8"
441521 msgstr ""
442522
443 #: ../src/virt-viewer-window.c:598
523 #: ../src/virt-viewer-window.c:548
444524 msgid "Ctrl+Alt+F_9"
445525 msgstr ""
446526
447 #: ../src/virt-viewer-window.c:599
527 #: ../src/virt-viewer-window.c:549
448528 msgid "Ctrl+Alt+F1_0"
449529 msgstr ""
450530
451 #: ../src/virt-viewer-window.c:600
531 #: ../src/virt-viewer-window.c:550
452532 msgid "Ctrl+Alt+F11"
453533 msgstr ""
454534
455 #: ../src/virt-viewer-window.c:601
535 #: ../src/virt-viewer-window.c:551
456536 msgid "Ctrl+Alt+F12"
457537 msgstr ""
458538
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
539 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460540 msgid "Screenshot"
461541 msgstr ""
462542
463 #: ../src/virt-viewer-window.c:1051
543 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
544 msgid "Unknown"
545 msgstr ""
546
547 #: ../src/virt-viewer-window.c:1062
464548 msgid "Disconnect"
465549 msgstr ""
466550
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
551 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468552 #: ../src/virt-viewer.xml.h:3
469553 msgid "USB device selection"
470554 msgstr ""
471555
472 #: ../src/virt-viewer-window.c:1070
556 #: ../src/virt-viewer-window.c:1081
473557 msgid "Send key combination"
474558 msgstr ""
475559
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
560 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477561 msgid "Leave fullscreen"
478562 msgstr ""
479563
480 #: ../src/virt-viewer-window.c:1162
564 #: ../src/virt-viewer-window.c:1173
481565 msgid "Ctrl+Alt"
482566 msgstr ""
483567
484 #: ../src/virt-viewer-window.c:1165
568 #: ../src/virt-viewer-window.c:1176
485569 #, c-format
486570 msgid "(Press %s to release pointer)"
487571 msgstr ""
488572
489573 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
574 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
575 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
576 #.
577 #: ../src/virt-viewer-window.c:1187
495578 #, c-format
496579 msgid "%s%s%s - %s"
497580 msgstr ""
498581
499582 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
583 #: ../src/virt-viewer-window.c:1191
501584 msgid " "
502585 msgstr ""
503586
504 #: ../src/virt-viewer-file.c:624
587 #: ../src/virt-viewer-file.c:825
588 #, c-format
589 msgid ""
590 "At least %s version %s is required to setup this connection, see %s for "
591 "details"
592 msgstr ""
593
594 #: ../src/virt-viewer-file.c:833
505595 #, c-format
506596 msgid "At least %s version %s is required to setup this connection"
507597 msgstr ""
508598
509 #: ../src/virt-viewer.c:133
599 #: ../src/virt-viewer.c:163
510600 msgid "Waiting for guest domain to re-start"
511601 msgstr ""
512602
513 #: ../src/virt-viewer.c:318
603 #: ../src/virt-viewer.c:409
514604 #, c-format
515605 msgid "Cannot determine the graphic type for the guest %s"
516606 msgstr ""
517607
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
608 #: ../src/virt-viewer.c:448
524609 #, c-format
525610 msgid "Cannot determine the host for the guest %s"
526611 msgstr ""
527612
528 #: ../src/virt-viewer.c:540
613 #: ../src/virt-viewer.c:476
614 #, c-format
615 msgid "Guest '%s' is not reachable"
616 msgstr ""
617
618 #: ../src/virt-viewer.c:697
619 #, c-format
620 msgid "Virtual machine %s is not running"
621 msgstr ""
622
623 #: ../src/virt-viewer.c:720
529624 msgid "Waiting for libvirt to start"
530625 msgstr ""
531626
532 #: ../src/virt-viewer.c:544
627 #: ../src/virt-viewer.c:724
533628 msgid "Finding guest domain"
534629 msgstr ""
535630
536 #: ../src/virt-viewer.c:548
631 #: ../src/virt-viewer.c:728
537632 msgid "Waiting for guest domain to be created"
538633 msgstr ""
539634
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
635 #: ../src/virt-viewer.c:750
546636 msgid "Checking guest domain status"
547637 msgstr ""
548638
549 #: ../src/virt-viewer.c:573
639 #: ../src/virt-viewer.c:753
640 msgid "Cannot get guest state"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:759
550644 msgid "Waiting for guest domain to start"
551645 msgstr ""
552646
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
647 #: ../src/virt-viewer.c:863
648 #, c-format
649 msgid "Unable to connect to libvirt with URI: %s."
650 msgstr ""
651
652 #: ../src/virt-viewer.c:864
563653 msgid "[none]"
564654 msgstr ""
565655
656 #: ../src/virt-viewer.c:871
657 msgid "Authentication failed."
658 msgstr ""
659
660 #: ../src/virt-viewer.c:931
661 msgid "Failed to connect: "
662 msgstr ""
663
664 #.
566665 #. * Local variables:
567666 #. * c-indent-level: 4
568667 #. * c-basic-offset: 4
569668 #. * indent-tabs-mode: nil
570669 #. * End:
670 #.
571671 #: ../src/virt-viewer.xml.h:1
572672 msgid "_File"
573673 msgstr ""
580680 msgid "Smartcard removal"
581681 msgstr ""
582682
583 #: ../src/virt-viewer.xml.h:6
683 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
684 msgid "Preferences"
685 msgstr ""
686
687 #: ../src/virt-viewer.xml.h:7
584688 msgid "_View"
585689 msgstr ""
586690
587 #: ../src/virt-viewer.xml.h:7
691 #: ../src/virt-viewer.xml.h:8
588692 msgid "Full screen"
589693 msgstr ""
590694
591 #: ../src/virt-viewer.xml.h:8
695 #: ../src/virt-viewer.xml.h:9
592696 msgid "_Zoom"
593697 msgstr ""
594698
595 #: ../src/virt-viewer.xml.h:9
699 #: ../src/virt-viewer.xml.h:10
596700 msgid "Displays"
597701 msgstr ""
598702
599 #: ../src/virt-viewer.xml.h:10
703 #: ../src/virt-viewer.xml.h:11
600704 msgid "Release cursor"
601705 msgstr ""
602706
603 #: ../src/virt-viewer.xml.h:11
707 #: ../src/virt-viewer.xml.h:12
604708 msgid "_Send key"
605709 msgstr ""
606710
607 #: ../src/virt-viewer.xml.h:12
711 #: ../src/virt-viewer.xml.h:13
608712 msgid "_Help"
609713 msgstr ""
714
715 #: ../src/virt-viewer.xml.h:14
716 msgid "_Guest Details"
717 msgstr ""
718
719 #: ../src/virt-viewer-guest-details.xml.h:1
720 msgid "Guest Details"
721 msgstr ""
722
723 #: ../src/virt-viewer-guest-details.xml.h:2
724 msgid "Name:"
725 msgstr ""
726
727 #: ../src/virt-viewer-guest-details.xml.h:3
728 msgid "GUID:"
729 msgstr ""
730
731 #: ../src/virt-viewer-vm-connection.xml.h:1
732 msgid "Choose a virtual machine"
733 msgstr ""
734
735 #: ../src/virt-viewer-vm-connection.xml.h:2
736 msgid "Name"
737 msgstr ""
738
739 #: ../src/virt-viewer-vm-connection.xml.h:3
740 msgid "Available virtual machines"
741 msgstr ""
742
743 #: ../src/virt-viewer-preferences.xml.h:2
744 msgid "Folder sharing"
745 msgstr ""
746
747 #: ../src/virt-viewer-preferences.xml.h:3
748 msgid "Share folder"
749 msgstr ""
750
751 #: ../src/virt-viewer-preferences.xml.h:4
752 msgid "Read-only"
753 msgstr ""
754
755 #: ../src/virt-viewer-preferences.xml.h:5
756 msgid "Spice"
757 msgstr ""
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Maithili (http://www.transifex.com/projects/p/virt-viewer/language/mai/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Maithili\n"
13 "Language: mai\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: mai\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+0
-610
po/mg.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Malagasy (http://www.transifex.com/projects/p/virt-viewer/language/mg/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: mg\n"
17 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
+352
-205
po/mk.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Macedonian (http://www.transifex.com/projects/p/virt-viewer/language/mk/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Macedonian\n"
13 "Language: mk\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: mk\n"
17 "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural= n==1 || n%10==1 ? 0 : 1\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+339
-174
po/ml.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
5 # Ani Peter <apeter@redhat.com>, 2010,2012-2013
5 # Ani Peter <apeter@redhat.com>, 2010,2012-2014
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: virt-viewer\n"
8 "Project-Id-Version: PACKAGE VERSION\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
11 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
10 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
11 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1212 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
13 "Language-Team: Malayalam (http://www.transifex.com/projects/p/virt-viewer/language/ml/)\n"
13 "Language-Team: Malayalam (http://www.transifex.com/projects/p/virt-viewer/"
14 "language/ml/)\n"
15 "Language: ml\n"
1416 "MIME-Version: 1.0\n"
1517 "Content-Type: text/plain; charset=UTF-8\n"
1618 "Content-Transfer-Encoding: 8bit\n"
17 "Language: ml\n"
1819 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 "X-Generator: Zanata 3.7.3\n"
21
22 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2123 msgid "Remote Viewer"
2224 msgstr "റിമോട്ട് വ്യൂവര്‍"
2325
7173
7274 #: ../src/remote-viewer-main.c:50
7375 #, c-format
74 msgid "remote-viewer version %s\n"
75 msgstr "remote-viewer പതിപ്പു് %s\n"
76
77 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
76 msgid "remote-viewer version %s"
77 msgstr ""
78
79 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7880 msgid "Display version information"
7981 msgstr "പതിപ്പിനെപ്പറ്റിയുള്ള വിവരം കാണിയ്ക്കുക"
8082
81 #: ../src/remote-viewer-main.c:101
83 #: ../src/remote-viewer-main.c:105
8284 msgid "Set window title"
8385 msgstr "ജാലകത്തിന്റെ തലക്കെട്ട് സജ്ജമാക്കുക"
8486
85 #: ../src/remote-viewer-main.c:104
87 #: ../src/remote-viewer-main.c:108
8688 msgid "Open connection using Spice controller communication"
8789 msgstr "സ്പയിസ് കണ്ട്രോളര്‍ ആശയവിനിമയം ഉപയോഗിച്ചു് കണക്ഷന്‍ തുറക്കുക"
8890
89 #: ../src/remote-viewer-main.c:116
91 #: ../src/remote-viewer-main.c:120
9092 msgid "Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:134
93 msgstr "റിമോട്ട് വ്യൂവര്‍ ക്ലയന്റ്"
94
95 #: ../src/remote-viewer-main.c:138
9496 #, c-format
9597 msgid ""
9698 "%s\n"
9799 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr "%s\nലഭ്യമായ കമാന്‍ഡ് ലൈന്‍ ഐച്ഛികങ്ങളുടെ പൂര്‍ണ്ണ പട്ടിക കാണുന്നതിനായി '%s --help' പ്രവര്‍ത്തിപ്പിയ്ക്കുക\n"
99
100 #: ../src/remote-viewer-main.c:146
100 msgstr ""
101 "%s\n"
102 "ലഭ്യമായ കമാന്‍ഡ് ലൈന്‍ ഐച്ഛികങ്ങളുടെ പൂര്‍ണ്ണ പട്ടിക കാണുന്നതിനായി '%s --help' "
103 "പ്രവര്‍ത്തിപ്പിയ്ക്കുക\n"
104
105 #: ../src/remote-viewer-main.c:149
101106 #, c-format
102107 msgid "Error: extra arguments given while using Spice controller\n"
103108 msgstr "പിശക്: സ്പയിസ് കണ്ട്രോളര്‍ ഉപയോഗിയ്ക്കുമ്പോള്‍ നല്‍കുന്ന അധികമായ ആര്‍ഗ്യുമെന്റുകള്‍\n"
104109
105 #: ../src/remote-viewer-main.c:153
110 #: ../src/remote-viewer-main.c:156
106111 #, c-format
107112 msgid "Error: can't handle multiple URIs\n"
108113 msgstr "പിശക്: അനവധി യുആര്‍ഐ കൈകാര്യം ചെയ്യുവാന്‍ സാധ്യമല്ല\n"
109114
110 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
115 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
111116 msgid "Failed to initiate connection"
112117 msgstr "കണക്ഷന്‍ ആരംഭിയ്ക്കുന്നതില്‍ പരാജയം"
113118
114 #: ../src/remote-viewer.c:294
119 #: ../src/remote-viewer.c:313
115120 msgid "Display disabled by controller"
116121 msgstr "കണ്ട്രോളര്‍ പ്രദര്‍ശനം പ്രവര്‍ത്തന രഹിതമാക്കിയിരിയ്ക്കുന്നു"
117122
118 #: ../src/remote-viewer.c:592
123 #: ../src/remote-viewer.c:609
119124 #, c-format
120125 msgid "Controller connection failed: %s"
121126 msgstr "കണ്ട്രോളറിനുള്ള കണക്ഷന്‍ പരാജയപ്പെട്ടു: %s"
122127
123 #. Create the widgets
124 #: ../src/remote-viewer.c:924
125 msgid "Connection details"
126 msgstr "കണക്ഷന്‍ വിശദാംശങ്ങള്‍"
127
128 #: ../src/remote-viewer.c:939
129 msgid "_Connection Address"
128 #: ../src/remote-viewer.c:755
129 msgid "_Change CD"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:855
133 msgid "failed to parse ovirt uri"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
137 msgid "Authentication was cancelled"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:900
141 #, c-format
142 msgid "oVirt VM %s is not running"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:914
146 #, c-format
147 msgid "oVirt VM %s has no display"
148 msgstr ""
149
150 #: ../src/remote-viewer.c:940
151 #, c-format
152 msgid "oVirt VM %s has no host information"
130153 msgstr ""
131154
132155 #: ../src/remote-viewer.c:951
133 msgid "For example, spice://foo.example.org:5900"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:964
137 msgid "_Recent Connections"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:1020
141 msgid "Couldn't create a Spice session"
142 msgstr "ഒരു സ്പയിസ് സെഷന്‍ തയ്യാറാക്കുവാന്‍ സാധ്യമല്ല"
143
144 #: ../src/remote-viewer.c:1034
156 #, c-format
157 msgid "oVirt VM %s has unknown display type: %d"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1094
145161 msgid "Setting up Spice session..."
146162 msgstr "സ്പയിസ് സെഷന്‍ സജ്ജമാക്കുന്നു..."
147163
148 #: ../src/remote-viewer.c:1055
149 #, c-format
150 msgid "Invalid file %s"
151 msgstr "തെറ്റായ ഫയല്‍ %s"
152
153 #: ../src/remote-viewer.c:1062
164 #: ../src/remote-viewer.c:1102
165 msgid "No connection was chosen"
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1120
169 #, c-format
170 msgid "Invalid file %s: "
171 msgstr ""
172
173 #: ../src/remote-viewer.c:1128
154174 msgid "Cannot determine the connection type from URI"
155175 msgstr "യുആര്‍ഐയില്‍ നിന്നും കണക്ഷന്‍ രീതി കണ്ടുപിടിയ്ക്കുവാന്‍ സാധ്യമല്ല"
156176
157 #: ../src/remote-viewer.c:1068
158 msgid "Couldn't open oVirt session"
159 msgstr "oVirt സെഷന്‍ തുറക്കുവാന്‍ സാധ്യമായില്ല"
160
161 #: ../src/remote-viewer.c:1075
162 #, c-format
163 msgid "Couldn't create a session for this type: %s"
164 msgstr "ഈ തരത്തിനുള്ളൊരു സെഷന്‍ തയ്യാറാക്കുവാന്‍ സാധ്യമല്ല: %s"
165
177 #: ../src/remote-viewer.c:1134
178 msgid "Couldn't open oVirt session: "
179 msgstr ""
180
181 #.
166182 #. * Local variables:
167183 #. * c-indent-level: 4
168184 #. * c-basic-offset: 4
169185 #. * indent-tabs-mode: nil
170186 #. * End:
187 #.
188 #: ../src/remote-viewer-connect.xml.h:1
189 msgid "Connection details"
190 msgstr "കണക്ഷന്‍ വിശദാംശങ്ങള്‍"
191
192 #: ../src/remote-viewer-connect.xml.h:2
193 msgid "Connection Address"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:3
197 msgid "For example, spice://foo.example.org:5900"
198 msgstr "ഉദാഹരണത്തിനു്, spice://foo.example.org:5900"
199
200 #: ../src/remote-viewer-connect.xml.h:4
201 msgid "Recent connections"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:5
205 msgid "Cancel"
206 msgstr ""
207
208 #: ../src/remote-viewer-connect.xml.h:6
209 msgid "Connect"
210 msgstr ""
211
171212 #: ../src/virt-viewer-about.xml.h:1
172213 msgid "About Glade"
173214 msgstr "ഗ്ലേഡിനെപ്പറ്റി"
177218 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
178219 "Copyright (C) 2007-2014 Red Hat, Inc."
179220 msgstr ""
221 "പകര്‍പ്പവകാശം (C) 2007-2012 ഡാനിയല്‍ പി. ബറെയിഞ്ച്\n"
222 "പകര്‍പ്പവകാശം (C) 2007-2014 Red Hat, Inc."
180223
181224 #: ../src/virt-viewer-about.xml.h:4
182225 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
201244 "You should have received a copy of the GNU General Public License\n"
202245 "along with this program; if not, write to the Free Software\n"
203246 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
204 msgstr "ഈ പ്രോഗ്രാം സ്വതന്ത്ര സോഫ്റ്റ്‌വെയര്‍ ആകുന്നു; നിങ്ങള്‍ക്കിത് ഗ്നു ജനറല്‍ പബ്ലിക്ലൈസന്‍സിന്റെ നിബന്ധനകള്‍ പ്രകാരം (രണ്ടാം ലക്കം അല്ലെങ്കില്‍ നിങ്ങളുടെ താല്‍പര്യമനുസരിച്ച് അതിലും പുതിയ ലക്കം) വീണ്ടും വിതരണം ചെയ്യുകയോ മാറ്റം വരുത്തുകയോ ചെയ്യാം. ഫ്രീ സോഫ്റ്റ്‌വെയര്‍ ഫൌണ്ടേഷന്‍ ആണ് ഈ ലൈസന്‍സ് പ്രസിദ്ധീകരിച്ചിട്ടുള്ളത്.\n\nവളരെ ഫലപ്രദമായ പ്രോഗ്രാം എന്ന പ്രതീക്ഷയിലാകുന്നു ഈ പ്രോഗ്രാം വിതരണം ചെയ്തത്.ഇതിന് വാറന്റി ലഭ്യമല്ല. കൂടുതല്‍ വിവരങ്ങള്‍ക്കായി ഗ്നു ജനറല്‍ പബ്ളിക് ലൈസന്‍സ് കാണുക.\n\nഈ പ്രോഗ്രാമിനൊപ്പം നിങ്ങള്‍ക്ക് ഗ്നു ജനറല്‍ പബ്ലിക് ലൈസന്‍സിന്റെ ഒരു പകര്‍പ്പും ലഭിച്ചിരിക്കണം, ഇല്ലായെങ്കില്‍, ‌താഴെ പറയുന്ന മേല്‍വിലാസത്തിലേക്ക് എഴുതുക: Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
247 msgstr ""
248 "ഈ പ്രോഗ്രാം സ്വതന്ത്ര സോഫ്റ്റ്‌വെയര്‍ ആകുന്നു; നിങ്ങള്‍ക്കിത് ഗ്നു ജനറല്‍ പബ്ലിക്ലൈസന്‍സിന്റെ നിബന്ധനകള്‍ "
249 "പ്രകാരം (രണ്ടാം ലക്കം അല്ലെങ്കില്‍ നിങ്ങളുടെ താല്‍പര്യമനുസരിച്ച് അതിലും പുതിയ ലക്കം) വീണ്ടും "
250 "വിതരണം ചെയ്യുകയോ മാറ്റം വരുത്തുകയോ ചെയ്യാം. ഫ്രീ സോഫ്റ്റ്‌വെയര്‍ ഫൌണ്ടേഷന്‍ ആണ് ഈ ലൈസന്‍സ് "
251 "പ്രസിദ്ധീകരിച്ചിട്ടുള്ളത്.\n"
252 "\n"
253 "വളരെ ഫലപ്രദമായ പ്രോഗ്രാം എന്ന പ്രതീക്ഷയിലാകുന്നു ഈ പ്രോഗ്രാം വിതരണം ചെയ്തത്.ഇതിന് വാറന്റി "
254 "ലഭ്യമല്ല. കൂടുതല്‍ വിവരങ്ങള്‍ക്കായി ഗ്നു ജനറല്‍ പബ്ളിക് ലൈസന്‍സ് കാണുക.\n"
255 "\n"
256 "ഈ പ്രോഗ്രാമിനൊപ്പം നിങ്ങള്‍ക്ക് ഗ്നു ജനറല്‍ പബ്ലിക് ലൈസന്‍സിന്റെ ഒരു പകര്‍പ്പും ലഭിച്ചിരിക്കണം, "
257 "ഇല്ലായെങ്കില്‍, ‌താഴെ പറയുന്ന മേല്‍വിലാസത്തിലേക്ക് എഴുതുക: Free Software\n"
258 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
205259
206260 #: ../src/virt-viewer-about.xml.h:20
207261 msgid "The Fedora Translation Team"
208262 msgstr "ഫെഡോറാ പ്രാദേശികവത്കരണ സംഘം"
209263
210 #: ../src/virt-viewer-app.c:400
264 #: ../src/virt-viewer-app.c:526
211265 msgid "Do you want to close the session?"
212266 msgstr "ഈ സെഷന്‍ അടയ്ക്കണമോ?"
213267
214 #: ../src/virt-viewer-app.c:402
268 #: ../src/virt-viewer-app.c:528
215269 msgid "Do not ask me again"
216270 msgstr "ഇനി ചോദിയ്ക്കരുതു്"
217271
218 #: ../src/virt-viewer-app.c:841
272 #: ../src/virt-viewer-app.c:1008
219273 #, c-format
220274 msgid "Waiting for display %d..."
221275 msgstr "%d പ്രദര്‍ശനത്തിനായി കാത്തിരിയ്ക്കുന്നു..."
222276
223 #: ../src/virt-viewer-app.c:946
224 #, c-format
225 msgid "Unknown graphic type for the guest %s"
226 msgstr "ഗസ്റ്റ് %s-നുള്ള അപരിചിതമായ ഗ്രാഫിക് രീതി"
227
228 #: ../src/virt-viewer-app.c:1027
277 #: ../src/virt-viewer-app.c:1117
278 #, c-format
279 msgid "Unsupported graphic type '%s'"
280 msgstr ""
281
282 #: ../src/virt-viewer-app.c:1200
229283 msgid "Connect to ssh failed."
230284 msgstr "ssh-ലേക്കുള്ള കണക്ഷന്‍ പരാജയപ്പെട്ടു."
231285
232 #: ../src/virt-viewer-app.c:1029
286 #: ../src/virt-viewer-app.c:1202
233287 msgid "Can't connect to channel, SSH only supported."
234288 msgstr "ചാനലിലേക്കു് കണക്ട് ചെയ്യുവാന്‍ സാധ്യമല്ല, എസ്എസ്എചിനു് മാത്രം പിന്തുണ ലഭ്യമുള്ളൂ."
235289
236 #: ../src/virt-viewer-app.c:1041
290 #: ../src/virt-viewer-app.c:1214
237291 msgid "Connect to channel unsupported."
238292 msgstr "ചാനലിലേക്കുള്ള കണക്ഷനു് പിന്തുണയില്ല."
239293
240 #: ../src/virt-viewer-app.c:1123
294 #: ../src/virt-viewer-app.c:1276
295 msgid "Display can only be attached through libvirt with --attach"
296 msgstr ""
297
298 #: ../src/virt-viewer-app.c:1299
241299 msgid "Connecting to graphic server"
242300 msgstr "ഗ്രാഫിക് സര്‍വറിലേക്കു് കണക്ട് ചെയ്യുന്നു"
243301
244 #: ../src/virt-viewer-app.c:1256
302 #: ../src/virt-viewer-app.c:1398
245303 msgid "Guest domain has shutdown"
246304 msgstr "ഗസ്റ്റ് ഡൊമെയിന്‍ അടച്ചുപൂട്ടിയിരിയ്ക്കുന്നു"
247305
248 #: ../src/virt-viewer-app.c:1317
306 #: ../src/virt-viewer-app.c:1459
249307 msgid "Connected to graphic server"
250308 msgstr "ഗ്രാഫിക് സര്‍വറിലേക്കു് കണക്ട് ചെയ്തിരിയ്ക്കുന്നു"
251309
252 #: ../src/virt-viewer-app.c:1344
310 #: ../src/virt-viewer-app.c:1486
253311 #, c-format
254312 msgid "Unable to connect to the graphic server %s"
255313 msgstr "ഗ്രാഫിക് സര്‍വര്‍ %s-ലേക്കു് കണക്ട് ചെയ്യുവാന്‍ സാധ്യമല്ല"
256314
257 #: ../src/virt-viewer-app.c:1376
258 #, c-format
259 msgid ""
260 "Unable to authenticate with remote desktop server at %s: %s\n"
261 "Retry connection again?"
262 msgstr "%s-ല്‍ റിമോട്ട് ഡസ്ക്ടോപ്പ് സര്‍വറിലേക്കു് ആധികാരികത ഉറപ്പാക്കുവാന്‍ സാധ്യമല്ല: %s\nവീണ്ടും ശ്രമിയ്ക്കണമോ?"
263
264 #: ../src/virt-viewer-app.c:1396
315 #: ../src/virt-viewer-app.c:1512
316 #, c-format
317 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
318 msgstr ""
319
320 #: ../src/virt-viewer-app.c:1525
265321 #, c-format
266322 msgid "Unable to authenticate with remote desktop server: %s"
267323 msgstr "റിമോട്ട് ഡസ്ക്ടോപ്പ് സര്‍വറിനൊപ്പം ആധികാരികത ഉറപ്പാക്കുവാന്‍ സാധ്യമല്ല: %s"
268324
269 #: ../src/virt-viewer-app.c:1404
325 #: ../src/virt-viewer-app.c:1533
270326 #, c-format
271327 msgid "USB redirection error: %s"
272328 msgstr "യുഎസ്ബി റീഡയറക്ഷന്‍ പിശക്: %s"
273329
274 #: ../src/virt-viewer-app.c:1632
330 #: ../src/virt-viewer-app.c:1786
275331 #, c-format
276332 msgid "Zoom level must be within %d-%d\n"
277333 msgstr "സൂം ലവല്‍ %d-%d ആയിരിയ്ക്കണം\n"
278334
279 #: ../src/virt-viewer-app.c:2126
335 #: ../src/virt-viewer-app.c:2296
280336 #, c-format
281337 msgid "Display %d"
282338 msgstr "%d പ്രദര്‍ശിപ്പിയ്ക്കുക"
283339
284 #: ../src/virt-viewer-app.c:2301
340 #: ../src/virt-viewer-app.c:2552
285341 #, c-format
286342 msgid "Invalid kiosk-quit argument: %s"
287343 msgstr "തെറ്റായ kiosk-quit ആര്‍ഗ്യുമെന്റ്: %s"
288344
289 #: ../src/virt-viewer-app.c:2310
345 #: ../src/virt-viewer-app.c:2561
290346 msgid "Zoom level of window, in percentage"
291347 msgstr "ജാലകത്തിന്റെ സൂം ലവല്‍, ശതമാനത്തില്‍"
292348
293 #: ../src/virt-viewer-app.c:2312
349 #: ../src/virt-viewer-app.c:2563
294350 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:2314
351 msgstr "സ്ക്രീന്‍ പൂര്‍ണ്ണവലിപ്പത്തില്‍ തുറക്കുക (ക്ലയന്റിനു് പാകത്തിനു് ഗസ്റ്റ് റിസല്യൂഷന്‍ സജ്ജമാക്കുന്നു)"
352
353 #: ../src/virt-viewer-app.c:2565
298354 msgid "Customise hotkeys"
299355 msgstr "എഴുപ്പവഴികള്‍ യഥേഷ്ടമാക്കുക"
300356
301 #: ../src/virt-viewer-app.c:2316
357 #: ../src/virt-viewer-app.c:2567
302358 msgid "Enable kiosk mode"
303359 msgstr "കിയോസ്ക് മോഡ് പ്രവര്‍ത്തന സജ്ജമാക്കുക"
304360
305 #: ../src/virt-viewer-app.c:2318
361 #: ../src/virt-viewer-app.c:2569
306362 msgid "Quit on given condition in kiosk mode"
307363 msgstr "കിയോസ്ക് മോഡിലുള്ള നല്‍കിയിരിയ്ക്കുന്ന അവസ്ഥയില്‍ പുറത്തു് കടക്കുക"
308364
309 #: ../src/virt-viewer-app.c:2318
365 #: ../src/virt-viewer-app.c:2569
310366 msgid "<never|on-disconnect>"
311367 msgstr "<never|on-disconnect>"
312368
313 #: ../src/virt-viewer-app.c:2320
369 #: ../src/virt-viewer-app.c:2571
314370 msgid "Display verbose information"
315371 msgstr "വെര്‍ബോസ് വിവരം കാണിയ്ക്കുക"
316372
317 #: ../src/virt-viewer-app.c:2322
373 #: ../src/virt-viewer-app.c:2573
318374 msgid "Display debugging information"
319375 msgstr "ഡീബഗ്ഗിങ് വിവരം കാണിയ്ക്കുക"
320376
377 #: ../src/virt-viewer-auth.c:88
378 #, c-format
379 msgid ""
380 "Authentication is required for the %s connection to:\n"
381 "\n"
382 "<b>%s</b>\n"
383 "\n"
384 msgstr ""
385
386 #: ../src/virt-viewer-auth.c:92
387 #, c-format
388 msgid "Authentication is required for the %s connection:\n"
389 msgstr ""
390
391 #.
321392 #. * Local variables:
322393 #. * c-indent-level: 4
323394 #. * c-basic-offset: 4
324395 #. * indent-tabs-mode: nil
325396 #. * End:
397 #.
326398 #: ../src/virt-viewer-auth.xml.h:1
327399 msgid "Authentication required"
328400 msgstr "ആധികാരികത ഉറപ്പാക്കല്‍ ആവശ്യമുണ്ടു്"
329401
330 #: ../src/virt-viewer-auth.xml.h:2
402 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
331403 msgid "label"
332404 msgstr "ലേബല്‍"
333405
339411 msgid "Username:"
340412 msgstr "ഉപയോക്തൃനാമം:"
341413
414 #: ../src/virt-viewer-auth.xml.h:5
415 msgid "Show password"
416 msgstr ""
417
418 #: ../src/virt-viewer-display-vnc.c:133
419 msgid "VNC does not provide GUID"
420 msgstr ""
421
342422 #: ../src/virt-viewer-main.c:38
343423 #, c-format
344424 msgid "%s version %s\n"
371451 #: ../src/virt-viewer-main.c:80
372452 #, c-format
373453 msgid "Run '%s --help' to see a full list of available command line options"
374 msgstr "ലഭ്യമായ കമാന്‍ഡ് ലൈന്‍ ഐച്ഛികങ്ങളുടെ പൂര്‍ണ്ണ പട്ടിക കാണുന്നതിനായി '%s --help' പ്രവര്‍ത്തിപ്പിയ്ക്കുക"
454 msgstr ""
455 "ലഭ്യമായ കമാന്‍ഡ് ലൈന്‍ ഐച്ഛികങ്ങളുടെ പൂര്‍ണ്ണ പട്ടിക കാണുന്നതിനായി '%s --help' പ്രവര്‍ത്തിപ്പിയ്ക്കുക"
375456
376457 #: ../src/virt-viewer-main.c:86
377458 msgid "Virtual machine graphical console"
378 msgstr ""
379
380 #: ../src/virt-viewer-main.c:108
459 msgstr "വിര്‍ച്ച്വല്‍ മഷീന്‍ ഗ്രാഫിക്കല്‍ കണ്‍സോള്‍"
460
461 #: ../src/virt-viewer-main.c:107
381462 #, c-format
382463 msgid ""
383464 "\n"
384 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
465 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
385466 "\n"
386467 "%s\n"
387468 "\n"
388 msgstr "\nUsage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
389
390 #: ../src/virt-viewer-session-spice.c:506
391 msgid "invalid password"
392 msgstr "തെറ്റായ രഹസ്യവാക്ക്"
469 msgstr ""
470
471 #: ../src/virt-viewer-main.c:112
472 #, c-format
473 msgid ""
474 "\n"
475 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
476 "\n"
477 msgstr ""
478
479 #: ../src/virt-viewer-session-spice.c:694
480 msgid "Invalid password"
481 msgstr ""
393482
394483 #. Create the widgets
395 #: ../src/virt-viewer-session-spice.c:588
484 #: ../src/virt-viewer-session-spice.c:786
396485 msgid "Select USB devices for redirection"
397486 msgstr "യുഎസ്ബി ഡിവൈസുകള്‍ തെരഞ്ഞെടുക്കുക"
398487
399 #: ../src/virt-viewer-session-vnc.c:148
488 #: ../src/virt-viewer-session-vnc.c:153
400489 #, c-format
401490 msgid "Unsupported authentication type %d"
402491 msgstr "പിന്തുണയില്ലാത്ത ആധികാരികത ഉറപ്പാക്കല്‍ രീതി %d"
403492
404 #: ../src/virt-viewer-window.c:587
493 #: ../src/virt-viewer-vm-connection.c:64
494 msgid "No virtual machine found"
495 msgstr ""
496
497 #: ../src/virt-viewer-vm-connection.c:93
498 msgid "No virtual machine was chosen"
499 msgstr ""
500
501 #: ../src/virt-viewer-window.c:537
405502 msgid "Ctrl+Alt+_Del"
406503 msgstr "Ctrl+Alt+_Del"
407504
408 #: ../src/virt-viewer-window.c:588
505 #: ../src/virt-viewer-window.c:538
409506 msgid "Ctrl+Alt+_Backspace"
410507 msgstr "Ctrl+Alt+_Backspace"
411508
412 #: ../src/virt-viewer-window.c:590
509 #: ../src/virt-viewer-window.c:540
413510 msgid "Ctrl+Alt+F_1"
414511 msgstr "Ctrl+Alt+F_1"
415512
416 #: ../src/virt-viewer-window.c:591
513 #: ../src/virt-viewer-window.c:541
417514 msgid "Ctrl+Alt+F_2"
418515 msgstr "Ctrl+Alt+F_2"
419516
420 #: ../src/virt-viewer-window.c:592
517 #: ../src/virt-viewer-window.c:542
421518 msgid "Ctrl+Alt+F_3"
422519 msgstr "Ctrl+Alt+F_3"
423520
424 #: ../src/virt-viewer-window.c:593
521 #: ../src/virt-viewer-window.c:543
425522 msgid "Ctrl+Alt+F_4"
426523 msgstr "Ctrl+Alt+F_4"
427524
428 #: ../src/virt-viewer-window.c:594
525 #: ../src/virt-viewer-window.c:544
429526 msgid "Ctrl+Alt+F_5"
430527 msgstr "Ctrl+Alt+F_5"
431528
432 #: ../src/virt-viewer-window.c:595
529 #: ../src/virt-viewer-window.c:545
433530 msgid "Ctrl+Alt+F_6"
434531 msgstr "Ctrl+Alt+F_6"
435532
436 #: ../src/virt-viewer-window.c:596
533 #: ../src/virt-viewer-window.c:546
437534 msgid "Ctrl+Alt+F_7"
438535 msgstr "Ctrl+Alt+F_7"
439536
440 #: ../src/virt-viewer-window.c:597
537 #: ../src/virt-viewer-window.c:547
441538 msgid "Ctrl+Alt+F_8"
442539 msgstr "Ctrl+Alt+F_8"
443540
444 #: ../src/virt-viewer-window.c:598
541 #: ../src/virt-viewer-window.c:548
445542 msgid "Ctrl+Alt+F_9"
446543 msgstr "Ctrl+Alt+F_9"
447544
448 #: ../src/virt-viewer-window.c:599
545 #: ../src/virt-viewer-window.c:549
449546 msgid "Ctrl+Alt+F1_0"
450547 msgstr "Ctrl+Alt+F1_0"
451548
452 #: ../src/virt-viewer-window.c:600
549 #: ../src/virt-viewer-window.c:550
453550 msgid "Ctrl+Alt+F11"
454551 msgstr "Ctrl+Alt+F11"
455552
456 #: ../src/virt-viewer-window.c:601
553 #: ../src/virt-viewer-window.c:551
457554 msgid "Ctrl+Alt+F12"
458555 msgstr "Ctrl+Alt+F12"
459556
460 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
557 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
461558 msgid "Screenshot"
462559 msgstr "സ്ക്രീന്‍ഷോട്ട്"
463560
464 #: ../src/virt-viewer-window.c:1051
561 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
562 msgid "Unknown"
563 msgstr ""
564
565 #: ../src/virt-viewer-window.c:1062
465566 msgid "Disconnect"
466567 msgstr "കണക്ഷന്‍ വിഛേദിയ്ക്കുക"
467568
468 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
569 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
469570 #: ../src/virt-viewer.xml.h:3
470571 msgid "USB device selection"
471572 msgstr "യുഎസ്ബി ഡിവൈസ് തെരഞ്ഞെടുക്കല്‍"
472573
473 #: ../src/virt-viewer-window.c:1070
574 #: ../src/virt-viewer-window.c:1081
474575 msgid "Send key combination"
475576 msgstr "കീ കൂട്ടം അയയ്ക്കുക"
476577
477 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
578 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
478579 msgid "Leave fullscreen"
479580 msgstr "പൂര്‍ണ്ണസ്ക്രീനില്‍ നിന്നും മാറുക"
480581
481 #: ../src/virt-viewer-window.c:1162
582 #: ../src/virt-viewer-window.c:1173
482583 msgid "Ctrl+Alt"
483584 msgstr "Ctrl+Alt"
484585
485 #: ../src/virt-viewer-window.c:1165
586 #: ../src/virt-viewer-window.c:1176
486587 #, c-format
487588 msgid "(Press %s to release pointer)"
488589 msgstr "(പോയിന്റര്‍ വിടുന്നതിനായി %s അമര്‍ത്തുക)"
489590
490591 #. translators:
491 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
492 #. <appname>"
493 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
494 #. Viewer"
495 #: ../src/virt-viewer-window.c:1176
592 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
593 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
594 #.
595 #: ../src/virt-viewer-window.c:1187
496596 #, c-format
497597 msgid "%s%s%s - %s"
498598 msgstr "%s%s%s - %s"
499599
500600 #. translators: <space>
501 #: ../src/virt-viewer-window.c:1180
601 #: ../src/virt-viewer-window.c:1191
502602 msgid " "
503603 msgstr " "
504604
505 #: ../src/virt-viewer-file.c:624
605 #: ../src/virt-viewer-file.c:825
606 #, c-format
607 msgid ""
608 "At least %s version %s is required to setup this connection, see %s for "
609 "details"
610 msgstr ""
611
612 #: ../src/virt-viewer-file.c:833
506613 #, c-format
507614 msgid "At least %s version %s is required to setup this connection"
508615 msgstr "ഈ കണക്ഷന്‍ സജ്ജമാക്കുന്നതിനായി കുറഞ്ഞതു് %s പതിപ്പു് %s ആവശ്യമുണ്ടു്"
509616
510 #: ../src/virt-viewer.c:133
617 #: ../src/virt-viewer.c:163
511618 msgid "Waiting for guest domain to re-start"
512619 msgstr "ഗസ്റ്റ് ഡൊമെയിന്‍ വീണ്ടും ആരംഭിയ്ക്കുന്നതിനായി കാത്തിരിയ്ക്കുന്നു"
513620
514 #: ../src/virt-viewer.c:318
621 #: ../src/virt-viewer.c:409
515622 #, c-format
516623 msgid "Cannot determine the graphic type for the guest %s"
517624 msgstr "%s ഗസ്റ്റിനുള്ള ഗ്രാഫിക് രീതി കണ്ടുപിടിയ്ക്കുവാന്‍ സാധ്യമല്ല"
518625
519 #: ../src/virt-viewer.c:341
520 #, c-format
521 msgid "Cannot determine the graphic address for the guest %s"
522 msgstr "%s ഗസ്റ്റിനുള്ള ഗ്രാഫിക് വിലാസം കണ്ടുപിടിയ്ക്കുവാന്‍ സാധ്യമല്ല"
523
524 #: ../src/virt-viewer.c:354
626 #: ../src/virt-viewer.c:448
525627 #, c-format
526628 msgid "Cannot determine the host for the guest %s"
527629 msgstr "ഗസ്റ്റ് %s-നുള്ള ഹോസ്റ്റ് കണ്ടുപിടിയ്ക്കുവാന്‍ സാധ്യമല്ല"
528630
529 #: ../src/virt-viewer.c:540
631 #: ../src/virt-viewer.c:476
632 #, c-format
633 msgid "Guest '%s' is not reachable"
634 msgstr ""
635
636 #: ../src/virt-viewer.c:697
637 #, c-format
638 msgid "Virtual machine %s is not running"
639 msgstr ""
640
641 #: ../src/virt-viewer.c:720
530642 msgid "Waiting for libvirt to start"
531643 msgstr "ആരംഭിയ്ക്കുന്നതിനായി libvirt-നു് വേണ്ടി കാത്തിരിയ്ക്കുന്നു"
532644
533 #: ../src/virt-viewer.c:544
645 #: ../src/virt-viewer.c:724
534646 msgid "Finding guest domain"
535647 msgstr "ഗസ്റ്റ് ഡൊമെയിന്‍ കണ്ടുപിടിയ്ക്കുന്നു"
536648
537 #: ../src/virt-viewer.c:548
649 #: ../src/virt-viewer.c:728
538650 msgid "Waiting for guest domain to be created"
539651 msgstr "ഗസ്റ്റ് ഡൊമെയിന്‍ തയ്യാറാക്കുന്നതിനായി കാത്തിരിയ്ക്കുന്നു"
540652
541 #: ../src/virt-viewer.c:553
542 #, c-format
543 msgid "Cannot find guest domain %s"
544 msgstr "ഗസ്റ്റ് ഡൊമെയിന്‍ %s ലഭ്യമാക്കുവാന്‍ സാധ്യമല്ല"
545
546 #: ../src/virt-viewer.c:566
653 #: ../src/virt-viewer.c:750
547654 msgid "Checking guest domain status"
548655 msgstr "ഗസ്റ്റ് ഡൊമെയിന്‍ അവസ്ഥ പരിശോധിയ്ക്കുന്നു"
549656
550 #: ../src/virt-viewer.c:573
657 #: ../src/virt-viewer.c:753
658 msgid "Cannot get guest state"
659 msgstr ""
660
661 #: ../src/virt-viewer.c:759
551662 msgid "Waiting for guest domain to start"
552663 msgstr "ഗസ്റ്റ് ഡൊമെയിന്‍ ആരംഭിയ്ക്കുന്നതിനായി കാത്തിരിയ്ക്കുന്നു"
553664
554 #: ../src/virt-viewer.c:580
555 msgid "Waiting for guest domain to start server"
556 msgstr "ഗസ്റ്റ് ഡൊമെയിന്‍ സര്‍വര്‍ ആരംഭിയ്ക്കുന്നതിനായി കാത്തിരിയ്ക്കുന്നു"
557
558 #: ../src/virt-viewer.c:694
559 #, c-format
560 msgid "Unable to connect to libvirt with URI %s"
561 msgstr "libvrt-ലേക്ക് യുആര്‍ഐ %s ഉപയോഗിച്ചു് കണക്ട് ചെയ്യുവാന്‍ സാധ്യമല്ല"
562
563 #: ../src/virt-viewer.c:695
665 #: ../src/virt-viewer.c:863
666 #, c-format
667 msgid "Unable to connect to libvirt with URI: %s."
668 msgstr ""
669
670 #: ../src/virt-viewer.c:864
564671 msgid "[none]"
565672 msgstr "[ഒന്നുമില്ല]"
566673
674 #: ../src/virt-viewer.c:871
675 msgid "Authentication failed."
676 msgstr ""
677
678 #: ../src/virt-viewer.c:931
679 msgid "Failed to connect: "
680 msgstr ""
681
682 #.
567683 #. * Local variables:
568684 #. * c-indent-level: 4
569685 #. * c-basic-offset: 4
570686 #. * indent-tabs-mode: nil
571687 #. * End:
688 #.
572689 #: ../src/virt-viewer.xml.h:1
573690 msgid "_File"
574691 msgstr "_ഫയല്‍"
581698 msgid "Smartcard removal"
582699 msgstr "സ്മാര്‍ട്ട്കാര്‍ഡ് നീക്കം ചെയ്യല്‍"
583700
584 #: ../src/virt-viewer.xml.h:6
701 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
702 msgid "Preferences"
703 msgstr ""
704
705 #: ../src/virt-viewer.xml.h:7
585706 msgid "_View"
586707 msgstr "_കാഴ്ച"
587708
588 #: ../src/virt-viewer.xml.h:7
709 #: ../src/virt-viewer.xml.h:8
589710 msgid "Full screen"
590711 msgstr "സ്ക്രീന്‍ പൂര്‍ണ്ണവലിപ്പത്തില്‍"
591712
592 #: ../src/virt-viewer.xml.h:8
713 #: ../src/virt-viewer.xml.h:9
593714 msgid "_Zoom"
594715 msgstr "_വലുതാക്കുക"
595716
596 #: ../src/virt-viewer.xml.h:9
717 #: ../src/virt-viewer.xml.h:10
597718 msgid "Displays"
598719 msgstr "പ്രദര്‍ശനങ്ങള്‍"
599720
600 #: ../src/virt-viewer.xml.h:10
721 #: ../src/virt-viewer.xml.h:11
601722 msgid "Release cursor"
602723 msgstr "കര്‍സര്‍ റിലീസ് ചെയ്യുക"
603724
604 #: ../src/virt-viewer.xml.h:11
725 #: ../src/virt-viewer.xml.h:12
605726 msgid "_Send key"
606727 msgstr "കീ _അയയ്ക്കുക"
607728
608 #: ../src/virt-viewer.xml.h:12
729 #: ../src/virt-viewer.xml.h:13
609730 msgid "_Help"
610731 msgstr "_സഹായം"
732
733 #: ../src/virt-viewer.xml.h:14
734 msgid "_Guest Details"
735 msgstr ""
736
737 #: ../src/virt-viewer-guest-details.xml.h:1
738 msgid "Guest Details"
739 msgstr ""
740
741 #: ../src/virt-viewer-guest-details.xml.h:2
742 msgid "Name:"
743 msgstr ""
744
745 #: ../src/virt-viewer-guest-details.xml.h:3
746 msgid "GUID:"
747 msgstr ""
748
749 #: ../src/virt-viewer-vm-connection.xml.h:1
750 msgid "Choose a virtual machine"
751 msgstr ""
752
753 #: ../src/virt-viewer-vm-connection.xml.h:2
754 msgid "Name"
755 msgstr ""
756
757 #: ../src/virt-viewer-vm-connection.xml.h:3
758 msgid "Available virtual machines"
759 msgstr ""
760
761 #: ../src/virt-viewer-preferences.xml.h:2
762 msgid "Folder sharing"
763 msgstr ""
764
765 #: ../src/virt-viewer-preferences.xml.h:3
766 msgid "Share folder"
767 msgstr ""
768
769 #: ../src/virt-viewer-preferences.xml.h:4
770 msgid "Read-only"
771 msgstr ""
772
773 #: ../src/virt-viewer-preferences.xml.h:5
774 msgid "Spice"
775 msgstr ""
+352
-205
po/mn.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Mongolian (http://www.transifex.com/projects/p/virt-viewer/language/mn/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Mongolian\n"
13 "Language: mn\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: mn\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+347
-181
po/mr.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # sandeeps <sshedmak@redhat.com>, 2010,2012
66 # sandeeps <sshedmak@redhat.com>, 2010,2012-2013
7 # sandeeps <sshedmak@redhat.com>, 2014
78 msgid ""
89 msgstr ""
9 "Project-Id-Version: virt-viewer\n"
10 "Project-Id-Version: PACKAGE VERSION\n"
1011 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
12 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
12 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
13 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1314 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
14 "Language-Team: Marathi (http://www.transifex.com/projects/p/virt-viewer/language/mr/)\n"
15 "Language-Team: Marathi (http://www.transifex.com/projects/p/virt-viewer/"
16 "language/mr/)\n"
17 "Language: mr\n"
1518 "MIME-Version: 1.0\n"
1619 "Content-Type: text/plain; charset=UTF-8\n"
1720 "Content-Transfer-Encoding: 8bit\n"
18 "Language: mr\n"
1921 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
21 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
22 "X-Generator: Zanata 3.7.3\n"
23
24 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2225 msgid "Remote Viewer"
2326 msgstr "रिमोट व्युअर"
2427
7275
7376 #: ../src/remote-viewer-main.c:50
7477 #, c-format
75 msgid "remote-viewer version %s\n"
76 msgstr "remote-viewer आवृत्ती %s\n"
77
78 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
78 msgid "remote-viewer version %s"
79 msgstr ""
80
81 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7982 msgid "Display version information"
8083 msgstr "आवृत्तीविषयी माहिती दाखवा"
8184
82 #: ../src/remote-viewer-main.c:101
85 #: ../src/remote-viewer-main.c:105
8386 msgid "Set window title"
8487 msgstr "पटलाचे शीर्षक सेट करा"
8588
86 #: ../src/remote-viewer-main.c:104
89 #: ../src/remote-viewer-main.c:108
8790 msgid "Open connection using Spice controller communication"
8891 msgstr "स्पाइस कंट्रोलर संपर्काचा वापर करून जोडणी उघडा"
8992
90 #: ../src/remote-viewer-main.c:116
93 #: ../src/remote-viewer-main.c:120
9194 msgid "Remote viewer client"
92 msgstr ""
93
94 #: ../src/remote-viewer-main.c:134
95 msgstr "दूरस्त व्युअर क्लाएंट"
96
97 #: ../src/remote-viewer-main.c:138
9598 #, c-format
9699 msgid ""
97100 "%s\n"
98101 "Run '%s --help' to see a full list of available command line options\n"
99 msgstr "%s\nउपलब्ध आदेश ओळ पर्यायांची संपूर्ण सूची पहाण्यासाठी '%s --help' चालवा\n"
100
101 #: ../src/remote-viewer-main.c:146
102 msgstr ""
103 "%s\n"
104 "उपलब्ध आदेश ओळ पर्यायांची संपूर्ण सूची पहाण्यासाठी '%s --help' चालवा\n"
105
106 #: ../src/remote-viewer-main.c:149
102107 #, c-format
103108 msgid "Error: extra arguments given while using Spice controller\n"
104109 msgstr "त्रुटी: स्पाइस् कंट्रोलरचा वापर करतेवेळी अगाऊ घटक दिले\n"
105110
106 #: ../src/remote-viewer-main.c:153
111 #: ../src/remote-viewer-main.c:156
107112 #, c-format
108113 msgid "Error: can't handle multiple URIs\n"
109114 msgstr "त्रुटी: एकापेक्षा जास्त URIs हाताळणे अशक्य\n"
110115
111 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
116 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
112117 msgid "Failed to initiate connection"
113118 msgstr "जोडणी सुरू करण्यास अपयशी"
114119
115 #: ../src/remote-viewer.c:294
120 #: ../src/remote-viewer.c:313
116121 msgid "Display disabled by controller"
117122 msgstr "कंट्रोलरतर्फे डिस्पले बंद केले"
118123
119 #: ../src/remote-viewer.c:592
124 #: ../src/remote-viewer.c:609
120125 #, c-format
121126 msgid "Controller connection failed: %s"
122127 msgstr "कंट्रोलर जोडणी अपयशी: %s"
123128
124 #. Create the widgets
125 #: ../src/remote-viewer.c:924
126 msgid "Connection details"
127 msgstr "जोडणी तपशील"
128
129 #: ../src/remote-viewer.c:939
130 msgid "_Connection Address"
129 #: ../src/remote-viewer.c:755
130 msgid "_Change CD"
131 msgstr ""
132
133 #: ../src/remote-viewer.c:855
134 msgid "failed to parse ovirt uri"
135 msgstr ""
136
137 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
138 msgid "Authentication was cancelled"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:900
142 #, c-format
143 msgid "oVirt VM %s is not running"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:914
147 #, c-format
148 msgid "oVirt VM %s has no display"
149 msgstr ""
150
151 #: ../src/remote-viewer.c:940
152 #, c-format
153 msgid "oVirt VM %s has no host information"
131154 msgstr ""
132155
133156 #: ../src/remote-viewer.c:951
134 msgid "For example, spice://foo.example.org:5900"
135 msgstr ""
136
137 #: ../src/remote-viewer.c:964
138 msgid "_Recent Connections"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:1020
142 msgid "Couldn't create a Spice session"
143 msgstr "स्पाइस सत्र निर्माण करणे अशक्य"
144
145 #: ../src/remote-viewer.c:1034
157 #, c-format
158 msgid "oVirt VM %s has unknown display type: %d"
159 msgstr ""
160
161 #: ../src/remote-viewer.c:1094
146162 msgid "Setting up Spice session..."
147163 msgstr "स्पाइस सत्राची मांडणी अशक्य..."
148164
149 #: ../src/remote-viewer.c:1055
150 #, c-format
151 msgid "Invalid file %s"
152 msgstr "अवैध फाइल %s"
153
154 #: ../src/remote-viewer.c:1062
165 #: ../src/remote-viewer.c:1102
166 msgid "No connection was chosen"
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1120
170 #, c-format
171 msgid "Invalid file %s: "
172 msgstr ""
173
174 #: ../src/remote-viewer.c:1128
155175 msgid "Cannot determine the connection type from URI"
156176 msgstr "URI पासून जोडणी प्रकार ओळखणे अशक्य"
157177
158 #: ../src/remote-viewer.c:1068
159 msgid "Couldn't open oVirt session"
160 msgstr "oVirt सत्र उघडणे अशक्य"
161
162 #: ../src/remote-viewer.c:1075
163 #, c-format
164 msgid "Couldn't create a session for this type: %s"
165 msgstr "या प्रकारकरीता सत्र निर्माण करणे अशक्य: %s"
166
178 #: ../src/remote-viewer.c:1134
179 msgid "Couldn't open oVirt session: "
180 msgstr ""
181
182 #.
167183 #. * Local variables:
168184 #. * c-indent-level: 4
169185 #. * c-basic-offset: 4
170186 #. * indent-tabs-mode: nil
171187 #. * End:
188 #.
189 #: ../src/remote-viewer-connect.xml.h:1
190 msgid "Connection details"
191 msgstr "जोडणी तपशील"
192
193 #: ../src/remote-viewer-connect.xml.h:2
194 msgid "Connection Address"
195 msgstr ""
196
197 #: ../src/remote-viewer-connect.xml.h:3
198 msgid "For example, spice://foo.example.org:5900"
199 msgstr "उदाहरणार्थ, spice://foo.example.org:5900"
200
201 #: ../src/remote-viewer-connect.xml.h:4
202 msgid "Recent connections"
203 msgstr ""
204
205 #: ../src/remote-viewer-connect.xml.h:5
206 msgid "Cancel"
207 msgstr ""
208
209 #: ../src/remote-viewer-connect.xml.h:6
210 msgid "Connect"
211 msgstr ""
212
172213 #: ../src/virt-viewer-about.xml.h:1
173214 msgid "About Glade"
174215 msgstr "ग्लेड विषयी"
178219 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
179220 "Copyright (C) 2007-2014 Red Hat, Inc."
180221 msgstr ""
222 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
223 "Copyright (C) 2007-2014 Red Hat, Inc."
181224
182225 #: ../src/virt-viewer-about.xml.h:4
183226 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
202245 "You should have received a copy of the GNU General Public License\n"
203246 "along with this program; if not, write to the Free Software\n"
204247 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
205 msgstr "This program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
248 msgstr ""
249 "This program is free software; you can redistribute it and/or modify\n"
250 "it under the terms of the GNU General Public License as published by\n"
251 "the Free Software Foundation; either version 2 of the License, or\n"
252 "(at your option) any later version.\n"
253 "\n"
254 "This program is distributed in the hope that it will be useful,\n"
255 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
256 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
257 "GNU General Public License for more details.\n"
258 "\n"
259 "You should have received a copy of the GNU General Public License\n"
260 "along with this program; if not, write to the Free Software\n"
261 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
206262
207263 #: ../src/virt-viewer-about.xml.h:20
208264 msgid "The Fedora Translation Team"
209265 msgstr "Fedora भाषांतरन गट"
210266
211 #: ../src/virt-viewer-app.c:400
267 #: ../src/virt-viewer-app.c:526
212268 msgid "Do you want to close the session?"
213269 msgstr "सत्र बंद करायचे?"
214270
215 #: ../src/virt-viewer-app.c:402
271 #: ../src/virt-viewer-app.c:528
216272 msgid "Do not ask me again"
217273 msgstr "मला पुन्हा विचारू नका"
218274
219 #: ../src/virt-viewer-app.c:841
275 #: ../src/virt-viewer-app.c:1008
220276 #, c-format
221277 msgid "Waiting for display %d..."
222278 msgstr "डिस्पले %d करीता प्रतिक्षा करत आहे..."
223279
224 #: ../src/virt-viewer-app.c:946
225 #, c-format
226 msgid "Unknown graphic type for the guest %s"
227 msgstr "अतिथी %s करीता अपरिचीत ग्राफिक प्रकार"
228
229 #: ../src/virt-viewer-app.c:1027
280 #: ../src/virt-viewer-app.c:1117
281 #, c-format
282 msgid "Unsupported graphic type '%s'"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:1200
230286 msgid "Connect to ssh failed."
231287 msgstr "ssh सह जोडणी अपयशी."
232288
233 #: ../src/virt-viewer-app.c:1029
289 #: ../src/virt-viewer-app.c:1202
234290 msgid "Can't connect to channel, SSH only supported."
235291 msgstr "वाहिनीसह जोडणी करणे अशक्य, SSH फक्त याकरीता समर्थन पुरवतो."
236292
237 #: ../src/virt-viewer-app.c:1041
293 #: ../src/virt-viewer-app.c:1214
238294 msgid "Connect to channel unsupported."
239295 msgstr "वाहिनीसह जोडणी असमर्थीत आहे."
240296
241 #: ../src/virt-viewer-app.c:1123
297 #: ../src/virt-viewer-app.c:1276
298 msgid "Display can only be attached through libvirt with --attach"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:1299
242302 msgid "Connecting to graphic server"
243303 msgstr "ग्राफिक सर्व्हरसह जोडणी करत आहे"
244304
245 #: ../src/virt-viewer-app.c:1256
305 #: ../src/virt-viewer-app.c:1398
246306 msgid "Guest domain has shutdown"
247307 msgstr "अतिथी डोमैन बंद झाले"
248308
249 #: ../src/virt-viewer-app.c:1317
309 #: ../src/virt-viewer-app.c:1459
250310 msgid "Connected to graphic server"
251311 msgstr "ग्राफिक सर्व्हरसह जोडणी केली"
252312
253 #: ../src/virt-viewer-app.c:1344
313 #: ../src/virt-viewer-app.c:1486
254314 #, c-format
255315 msgid "Unable to connect to the graphic server %s"
256316 msgstr "ग्राफिक सर्व्हर %s सह जोडणी अशक्य"
257317
258 #: ../src/virt-viewer-app.c:1376
259 #, c-format
260 msgid ""
261 "Unable to authenticate with remote desktop server at %s: %s\n"
262 "Retry connection again?"
263 msgstr "%s: %s येथे रिमोट डेस्कटॉप सर्व्हरसह ओळख पटवणे अशक्य\nजोडणीकरीता पुन्हा प्रयत्न करायचे?"
264
265 #: ../src/virt-viewer-app.c:1396
318 #: ../src/virt-viewer-app.c:1512
319 #, c-format
320 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:1525
266324 #, c-format
267325 msgid "Unable to authenticate with remote desktop server: %s"
268326 msgstr "रिमोट डेस्कटॉप सर्व्हरसह ओळख पटवणे अशक्य: %s"
269327
270 #: ../src/virt-viewer-app.c:1404
328 #: ../src/virt-viewer-app.c:1533
271329 #, c-format
272330 msgid "USB redirection error: %s"
273331 msgstr "USB पुनःनिर्देशन त्रुटी: %s"
274332
275 #: ../src/virt-viewer-app.c:1632
333 #: ../src/virt-viewer-app.c:1786
276334 #, c-format
277335 msgid "Zoom level must be within %d-%d\n"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:2126
336 msgstr "झूम स्तर %d-%d अंतर्गत पाहिजे\n"
337
338 #: ../src/virt-viewer-app.c:2296
281339 #, c-format
282340 msgid "Display %d"
283341 msgstr "डिस्पले %d"
284342
285 #: ../src/virt-viewer-app.c:2301
343 #: ../src/virt-viewer-app.c:2552
286344 #, c-format
287345 msgid "Invalid kiosk-quit argument: %s"
288 msgstr ""
289
290 #: ../src/virt-viewer-app.c:2310
346 msgstr "अवैध kiosk-quit बाब: %s"
347
348 #: ../src/virt-viewer-app.c:2561
291349 msgid "Zoom level of window, in percentage"
292350 msgstr "पटलाचे झूम स्तर, टक्केवारित"
293351
294 #: ../src/virt-viewer-app.c:2312
352 #: ../src/virt-viewer-app.c:2563
295353 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
296 msgstr ""
297
298 #: ../src/virt-viewer-app.c:2314
354 msgstr "पडदाभर मोडमध्ये खुले करा (क्लाएंट घट्ट बसवण्याकरिता अतिथी रेजोल्युशन सुस्थीत करते)"
355
356 #: ../src/virt-viewer-app.c:2565
299357 msgid "Customise hotkeys"
300358 msgstr "हॉटकिज पसंतीचे करा"
301359
302 #: ../src/virt-viewer-app.c:2316
360 #: ../src/virt-viewer-app.c:2567
303361 msgid "Enable kiosk mode"
304 msgstr ""
305
306 #: ../src/virt-viewer-app.c:2318
362 msgstr "किओस्क मोड सुरू करा"
363
364 #: ../src/virt-viewer-app.c:2569
307365 msgid "Quit on given condition in kiosk mode"
308 msgstr ""
309
310 #: ../src/virt-viewer-app.c:2318
366 msgstr "किओस्क मोडमध्ये दिलेल्या अटीवर बाहेर पडा"
367
368 #: ../src/virt-viewer-app.c:2569
311369 msgid "<never|on-disconnect>"
312 msgstr ""
313
314 #: ../src/virt-viewer-app.c:2320
370 msgstr "<never|on-disconnect>"
371
372 #: ../src/virt-viewer-app.c:2571
315373 msgid "Display verbose information"
316374 msgstr "शब्दात्मक माहिती दाखवा"
317375
318 #: ../src/virt-viewer-app.c:2322
376 #: ../src/virt-viewer-app.c:2573
319377 msgid "Display debugging information"
320378 msgstr "डिबगिंग माहिती दाखवत आहे"
321379
380 #: ../src/virt-viewer-auth.c:88
381 #, c-format
382 msgid ""
383 "Authentication is required for the %s connection to:\n"
384 "\n"
385 "<b>%s</b>\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-auth.c:92
390 #, c-format
391 msgid "Authentication is required for the %s connection:\n"
392 msgstr ""
393
394 #.
322395 #. * Local variables:
323396 #. * c-indent-level: 4
324397 #. * c-basic-offset: 4
325398 #. * indent-tabs-mode: nil
326399 #. * End:
400 #.
327401 #: ../src/virt-viewer-auth.xml.h:1
328402 msgid "Authentication required"
329403 msgstr "ओळख पटवणे आवश्यक"
330404
331 #: ../src/virt-viewer-auth.xml.h:2
405 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
332406 msgid "label"
333407 msgstr "लेबल"
334408
340414 msgid "Username:"
341415 msgstr "वापरकर्तानाव:"
342416
417 #: ../src/virt-viewer-auth.xml.h:5
418 msgid "Show password"
419 msgstr ""
420
421 #: ../src/virt-viewer-display-vnc.c:133
422 msgid "VNC does not provide GUID"
423 msgstr ""
424
343425 #: ../src/virt-viewer-main.c:38
344426 #, c-format
345427 msgid "%s version %s\n"
376458
377459 #: ../src/virt-viewer-main.c:86
378460 msgid "Virtual machine graphical console"
379 msgstr ""
380
381 #: ../src/virt-viewer-main.c:108
461 msgstr "वर्च्युअल मशीन ग्राफिकल कंसोल"
462
463 #: ../src/virt-viewer-main.c:107
382464 #, c-format
383465 msgid ""
384466 "\n"
385 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
467 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
386468 "\n"
387469 "%s\n"
388470 "\n"
389 msgstr "\nवापर: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
390
391 #: ../src/virt-viewer-session-spice.c:506
392 msgid "invalid password"
471 msgstr ""
472
473 #: ../src/virt-viewer-main.c:112
474 #, c-format
475 msgid ""
476 "\n"
477 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
478 "\n"
479 msgstr ""
480
481 #: ../src/virt-viewer-session-spice.c:694
482 msgid "Invalid password"
393483 msgstr ""
394484
395485 #. Create the widgets
396 #: ../src/virt-viewer-session-spice.c:588
486 #: ../src/virt-viewer-session-spice.c:786
397487 msgid "Select USB devices for redirection"
398488 msgstr "रिडायरेक्शनकरीता USB साधने पसंत करा"
399489
400 #: ../src/virt-viewer-session-vnc.c:148
490 #: ../src/virt-viewer-session-vnc.c:153
401491 #, c-format
402492 msgid "Unsupported authentication type %d"
403493 msgstr "असमर्थीत ओळखपटवणे प्रकार %d"
404494
405 #: ../src/virt-viewer-window.c:587
495 #: ../src/virt-viewer-vm-connection.c:64
496 msgid "No virtual machine found"
497 msgstr ""
498
499 #: ../src/virt-viewer-vm-connection.c:93
500 msgid "No virtual machine was chosen"
501 msgstr ""
502
503 #: ../src/virt-viewer-window.c:537
406504 msgid "Ctrl+Alt+_Del"
407505 msgstr "Ctrl+Alt+Del (_D)"
408506
409 #: ../src/virt-viewer-window.c:588
507 #: ../src/virt-viewer-window.c:538
410508 msgid "Ctrl+Alt+_Backspace"
411509 msgstr "Ctrl+Alt+Backspace (_B)"
412510
413 #: ../src/virt-viewer-window.c:590
511 #: ../src/virt-viewer-window.c:540
414512 msgid "Ctrl+Alt+F_1"
415513 msgstr "Ctrl+Alt+F1 (_1)"
416514
417 #: ../src/virt-viewer-window.c:591
515 #: ../src/virt-viewer-window.c:541
418516 msgid "Ctrl+Alt+F_2"
419517 msgstr "Ctrl+Alt+F2 (_2)"
420518
421 #: ../src/virt-viewer-window.c:592
519 #: ../src/virt-viewer-window.c:542
422520 msgid "Ctrl+Alt+F_3"
423521 msgstr "Ctrl+Alt+F3 (_3)"
424522
425 #: ../src/virt-viewer-window.c:593
523 #: ../src/virt-viewer-window.c:543
426524 msgid "Ctrl+Alt+F_4"
427525 msgstr "Ctrl+Alt+F4 (_4)"
428526
429 #: ../src/virt-viewer-window.c:594
527 #: ../src/virt-viewer-window.c:544
430528 msgid "Ctrl+Alt+F_5"
431529 msgstr "Ctrl+Alt+F5 (_5)"
432530
433 #: ../src/virt-viewer-window.c:595
531 #: ../src/virt-viewer-window.c:545
434532 msgid "Ctrl+Alt+F_6"
435533 msgstr "Ctrl+Alt+F6 (_6)"
436534
437 #: ../src/virt-viewer-window.c:596
535 #: ../src/virt-viewer-window.c:546
438536 msgid "Ctrl+Alt+F_7"
439537 msgstr "Ctrl+Alt+F7 (_7)"
440538
441 #: ../src/virt-viewer-window.c:597
539 #: ../src/virt-viewer-window.c:547
442540 msgid "Ctrl+Alt+F_8"
443541 msgstr "Ctrl+Alt+F8 (_8)"
444542
445 #: ../src/virt-viewer-window.c:598
543 #: ../src/virt-viewer-window.c:548
446544 msgid "Ctrl+Alt+F_9"
447545 msgstr "Ctrl+Alt+F9 (_9)"
448546
449 #: ../src/virt-viewer-window.c:599
547 #: ../src/virt-viewer-window.c:549
450548 msgid "Ctrl+Alt+F1_0"
451549 msgstr "Ctrl+Alt+F10 (_0)"
452550
453 #: ../src/virt-viewer-window.c:600
551 #: ../src/virt-viewer-window.c:550
454552 msgid "Ctrl+Alt+F11"
455553 msgstr "Ctrl+Alt+F11"
456554
457 #: ../src/virt-viewer-window.c:601
555 #: ../src/virt-viewer-window.c:551
458556 msgid "Ctrl+Alt+F12"
459557 msgstr "Ctrl+Alt+F12"
460558
461 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
559 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
462560 msgid "Screenshot"
463561 msgstr "स्क्रीनशॉट"
464562
465 #: ../src/virt-viewer-window.c:1051
563 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
564 msgid "Unknown"
565 msgstr ""
566
567 #: ../src/virt-viewer-window.c:1062
466568 msgid "Disconnect"
467569 msgstr "जोडणी खंडीत करा"
468570
469 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
571 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
470572 #: ../src/virt-viewer.xml.h:3
471573 msgid "USB device selection"
472574 msgstr "USB साधनची निवड"
473575
474 #: ../src/virt-viewer-window.c:1070
576 #: ../src/virt-viewer-window.c:1081
475577 msgid "Send key combination"
476578 msgstr "कि जोडणी पाठवा"
477579
478 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
580 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
479581 msgid "Leave fullscreen"
480582 msgstr "पडदाभर सोडा"
481583
482 #: ../src/virt-viewer-window.c:1162
584 #: ../src/virt-viewer-window.c:1173
483585 msgid "Ctrl+Alt"
484586 msgstr "Ctrl+Alt"
485587
486 #: ../src/virt-viewer-window.c:1165
588 #: ../src/virt-viewer-window.c:1176
487589 #, c-format
488590 msgid "(Press %s to release pointer)"
489591 msgstr "(पॉइंटर सोडण्याकरीता %s दाबा)"
490592
491593 #. translators:
492 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
493 #. <appname>"
494 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
495 #. Viewer"
496 #: ../src/virt-viewer-window.c:1176
594 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
595 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
596 #.
597 #: ../src/virt-viewer-window.c:1187
497598 #, c-format
498599 msgid "%s%s%s - %s"
499600 msgstr "%s%s%s - %s"
500601
501602 #. translators: <space>
502 #: ../src/virt-viewer-window.c:1180
603 #: ../src/virt-viewer-window.c:1191
503604 msgid " "
504605 msgstr " "
505606
506 #: ../src/virt-viewer-file.c:624
607 #: ../src/virt-viewer-file.c:825
608 #, c-format
609 msgid ""
610 "At least %s version %s is required to setup this connection, see %s for "
611 "details"
612 msgstr ""
613
614 #: ../src/virt-viewer-file.c:833
507615 #, c-format
508616 msgid "At least %s version %s is required to setup this connection"
509617 msgstr "ह्या जोडणीच्या सेटअपकरिता किमान %s आवृत्ती %s आवश्यक आहे"
510618
511 #: ../src/virt-viewer.c:133
619 #: ../src/virt-viewer.c:163
512620 msgid "Waiting for guest domain to re-start"
513621 msgstr "अतिथी डोमैनला पुनःसुरू करण्यासाठी वाट पहात आहे"
514622
515 #: ../src/virt-viewer.c:318
623 #: ../src/virt-viewer.c:409
516624 #, c-format
517625 msgid "Cannot determine the graphic type for the guest %s"
518626 msgstr "अतिथी %s करीता ग्राफिक प्रकार ओळखणे अशक्य"
519627
520 #: ../src/virt-viewer.c:341
521 #, c-format
522 msgid "Cannot determine the graphic address for the guest %s"
523 msgstr "अतिथी %s करीता ग्राफिक ॲड्रेस ओळखणे अशक्य"
524
525 #: ../src/virt-viewer.c:354
628 #: ../src/virt-viewer.c:448
526629 #, c-format
527630 msgid "Cannot determine the host for the guest %s"
528631 msgstr "अतिथी %s करीता यजमान ओळखणे अशक्य"
529632
530 #: ../src/virt-viewer.c:540
633 #: ../src/virt-viewer.c:476
634 #, c-format
635 msgid "Guest '%s' is not reachable"
636 msgstr ""
637
638 #: ../src/virt-viewer.c:697
639 #, c-format
640 msgid "Virtual machine %s is not running"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:720
531644 msgid "Waiting for libvirt to start"
532645 msgstr "libvirt सुरू होण्याची वाट पहात आहे"
533646
534 #: ../src/virt-viewer.c:544
647 #: ../src/virt-viewer.c:724
535648 msgid "Finding guest domain"
536649 msgstr "अतिथी डोमैन शोधत आहे"
537650
538 #: ../src/virt-viewer.c:548
651 #: ../src/virt-viewer.c:728
539652 msgid "Waiting for guest domain to be created"
540653 msgstr "अतिथी डोमैन निर्माण करण्यास वाट पहात आहे"
541654
542 #: ../src/virt-viewer.c:553
543 #, c-format
544 msgid "Cannot find guest domain %s"
545 msgstr "अतिथी क्षेत्र %s शोधणे अशक्य"
546
547 #: ../src/virt-viewer.c:566
655 #: ../src/virt-viewer.c:750
548656 msgid "Checking guest domain status"
549657 msgstr "अतिथी डोमैन स्थिती तपासत आहे"
550658
551 #: ../src/virt-viewer.c:573
659 #: ../src/virt-viewer.c:753
660 msgid "Cannot get guest state"
661 msgstr ""
662
663 #: ../src/virt-viewer.c:759
552664 msgid "Waiting for guest domain to start"
553665 msgstr "अतिथी डोमैनला पुनःसुरू करण्यास वाट पहात आहे"
554666
555 #: ../src/virt-viewer.c:580
556 msgid "Waiting for guest domain to start server"
557 msgstr "अतिथी डोमैनला पुनःसुरू करण्यास वाट पहात आहे"
558
559 #: ../src/virt-viewer.c:694
560 #, c-format
561 msgid "Unable to connect to libvirt with URI %s"
562 msgstr "URI %s सह libvirt शी जोडणी करणे अशक्य"
563
564 #: ../src/virt-viewer.c:695
667 #: ../src/virt-viewer.c:863
668 #, c-format
669 msgid "Unable to connect to libvirt with URI: %s."
670 msgstr ""
671
672 #: ../src/virt-viewer.c:864
565673 msgid "[none]"
566674 msgstr "[काहिच नाही]"
567675
676 #: ../src/virt-viewer.c:871
677 msgid "Authentication failed."
678 msgstr ""
679
680 #: ../src/virt-viewer.c:931
681 msgid "Failed to connect: "
682 msgstr ""
683
684 #.
568685 #. * Local variables:
569686 #. * c-indent-level: 4
570687 #. * c-basic-offset: 4
571688 #. * indent-tabs-mode: nil
572689 #. * End:
690 #.
573691 #: ../src/virt-viewer.xml.h:1
574692 msgid "_File"
575693 msgstr "फाइल (_F)"
582700 msgid "Smartcard removal"
583701 msgstr "स्मार्टकार्ड काढून टाकणे"
584702
585 #: ../src/virt-viewer.xml.h:6
703 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
704 msgid "Preferences"
705 msgstr ""
706
707 #: ../src/virt-viewer.xml.h:7
586708 msgid "_View"
587709 msgstr "अवलोकन (_V)"
588710
589 #: ../src/virt-viewer.xml.h:7
711 #: ../src/virt-viewer.xml.h:8
590712 msgid "Full screen"
591713 msgstr "पडदाभर"
592714
593 #: ../src/virt-viewer.xml.h:8
715 #: ../src/virt-viewer.xml.h:9
594716 msgid "_Zoom"
595717 msgstr "झूम करा (_Z)"
596718
597 #: ../src/virt-viewer.xml.h:9
719 #: ../src/virt-viewer.xml.h:10
598720 msgid "Displays"
599721 msgstr "डिस्प्लेज्"
600722
601 #: ../src/virt-viewer.xml.h:10
723 #: ../src/virt-viewer.xml.h:11
602724 msgid "Release cursor"
603725 msgstr "रिलिज् कर्सर"
604726
605 #: ../src/virt-viewer.xml.h:11
727 #: ../src/virt-viewer.xml.h:12
606728 msgid "_Send key"
607729 msgstr "सेंड कि (_S)"
608730
609 #: ../src/virt-viewer.xml.h:12
731 #: ../src/virt-viewer.xml.h:13
610732 msgid "_Help"
611733 msgstr "मदत (_H)"
734
735 #: ../src/virt-viewer.xml.h:14
736 msgid "_Guest Details"
737 msgstr ""
738
739 #: ../src/virt-viewer-guest-details.xml.h:1
740 msgid "Guest Details"
741 msgstr ""
742
743 #: ../src/virt-viewer-guest-details.xml.h:2
744 msgid "Name:"
745 msgstr ""
746
747 #: ../src/virt-viewer-guest-details.xml.h:3
748 msgid "GUID:"
749 msgstr ""
750
751 #: ../src/virt-viewer-vm-connection.xml.h:1
752 msgid "Choose a virtual machine"
753 msgstr ""
754
755 #: ../src/virt-viewer-vm-connection.xml.h:2
756 msgid "Name"
757 msgstr ""
758
759 #: ../src/virt-viewer-vm-connection.xml.h:3
760 msgid "Available virtual machines"
761 msgstr ""
762
763 #: ../src/virt-viewer-preferences.xml.h:2
764 msgid "Folder sharing"
765 msgstr ""
766
767 #: ../src/virt-viewer-preferences.xml.h:3
768 msgid "Share folder"
769 msgstr ""
770
771 #: ../src/virt-viewer-preferences.xml.h:4
772 msgid "Read-only"
773 msgstr ""
774
775 #: ../src/virt-viewer-preferences.xml.h:5
776 msgid "Spice"
777 msgstr ""
+352
-205
po/ms.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Malay (http://www.transifex.com/projects/p/virt-viewer/language/ms/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Malay\n"
13 "Language: ms\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ms\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+0
-612
po/ms_MY.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-01-24 17:29+0000\n"
10 "PO-Revision-Date: 2014-01-24 17:29+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Malay (Malaysia) (http://www.transifex.com/projects/p/fedora/language/ms_MY/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ms_MY\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:111
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #. Setup command line options
89 #: ../src/remote-viewer-main.c:114
90 msgid "- Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:131
94 #, c-format
95 msgid ""
96 "%s\n"
97 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr ""
99
100 #: ../src/remote-viewer-main.c:143
101 #, c-format
102 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr ""
104
105 #: ../src/remote-viewer-main.c:150
106 #, c-format
107 msgid "Error: can't handle multiple URIs\n"
108 msgstr ""
109
110 #: ../src/remote-viewer.c:284 ../src/remote-viewer.c:1030
111 msgid "Failed to initiate connection"
112 msgstr ""
113
114 #: ../src/remote-viewer.c:299
115 msgid "Display disabled by controller"
116 msgstr ""
117
118 #: ../src/remote-viewer.c:597
119 #, c-format
120 msgid "Controller connection failed: %s"
121 msgstr ""
122
123 #. Create the widgets
124 #: ../src/remote-viewer.c:885
125 msgid "Connection details"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:900
129 msgid "URL:"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:908
133 msgid "Recent connections:"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:962
137 msgid "Couldn't create a Spice session"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:976
141 msgid "Setting up Spice session..."
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1001
145 #, c-format
146 msgid "Invalid file %s"
147 msgstr ""
148
149 #: ../src/remote-viewer.c:1008
150 msgid "Cannot determine the connection type from URI"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:1014
154 msgid "Couldn't open oVirt session"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:1021
158 #, c-format
159 msgid "Couldn't create a session for this type: %s"
160 msgstr ""
161
162 #. * Local variables:
163 #. * c-indent-level: 4
164 #. * c-basic-offset: 4
165 #. * indent-tabs-mode: nil
166 #. * End:
167 #: ../src/virt-viewer-about.xml.h:1
168 msgid "About Glade"
169 msgstr ""
170
171 #: ../src/virt-viewer-about.xml.h:2
172 msgid ""
173 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
174 "Copyright (C) 2007-2012 Red Hat, Inc."
175 msgstr ""
176
177 #: ../src/virt-viewer-about.xml.h:4
178 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
179 msgstr ""
180
181 #: ../src/virt-viewer-about.xml.h:5
182 msgid "virt-manager.org"
183 msgstr ""
184
185 #: ../src/virt-viewer-about.xml.h:6
186 msgid ""
187 "This program is free software; you can redistribute it and/or modify\n"
188 "it under the terms of the GNU General Public License as published by\n"
189 "the Free Software Foundation; either version 2 of the License, or\n"
190 "(at your option) any later version.\n"
191 "\n"
192 "This program is distributed in the hope that it will be useful,\n"
193 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
194 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
195 "GNU General Public License for more details.\n"
196 "\n"
197 "You should have received a copy of the GNU General Public License\n"
198 "along with this program; if not, write to the Free Software\n"
199 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
200 msgstr ""
201
202 #: ../src/virt-viewer-about.xml.h:20
203 msgid "The Fedora Translation Team"
204 msgstr ""
205
206 #: ../src/virt-viewer-app.c:383
207 msgid "Do you want to close the session?"
208 msgstr ""
209
210 #: ../src/virt-viewer-app.c:385
211 msgid "Do not ask me again"
212 msgstr ""
213
214 #: ../src/virt-viewer-app.c:806
215 #, c-format
216 msgid "Waiting for display %d..."
217 msgstr ""
218
219 #: ../src/virt-viewer-app.c:914
220 #, c-format
221 msgid "Unknown graphic type for the guest %s"
222 msgstr ""
223
224 #: ../src/virt-viewer-app.c:995
225 msgid "Connect to ssh failed."
226 msgstr ""
227
228 #: ../src/virt-viewer-app.c:997
229 msgid "Can't connect to channel, SSH only supported."
230 msgstr ""
231
232 #: ../src/virt-viewer-app.c:1009
233 msgid "Connect to channel unsupported."
234 msgstr ""
235
236 #: ../src/virt-viewer-app.c:1091
237 msgid "Connecting to graphic server"
238 msgstr ""
239
240 #: ../src/virt-viewer-app.c:1224
241 msgid "Guest domain has shutdown"
242 msgstr ""
243
244 #: ../src/virt-viewer-app.c:1284
245 msgid "Connected to graphic server"
246 msgstr ""
247
248 #: ../src/virt-viewer-app.c:1309
249 #, c-format
250 msgid "Unable to connect to the graphic server %s"
251 msgstr ""
252
253 #: ../src/virt-viewer-app.c:1338
254 #, c-format
255 msgid ""
256 "Unable to authenticate with remote desktop server at %s: %s\n"
257 "Retry connection again?"
258 msgstr ""
259
260 #: ../src/virt-viewer-app.c:1358
261 #, c-format
262 msgid "Unable to authenticate with remote desktop server: %s"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1366
266 #, c-format
267 msgid "USB redirection error: %s"
268 msgstr ""
269
270 #: ../src/virt-viewer-app.c:1584
271 #, c-format
272 msgid "Zoom level must be within %d-%d\n"
273 msgstr ""
274
275 #: ../src/virt-viewer-app.c:2080
276 #, c-format
277 msgid "Display %d"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:2255
281 #, c-format
282 msgid "Invalid kiosk-quit argument: %s"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:2264
286 msgid "Zoom level of window, in percentage"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:2266
290 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:2268
294 msgid "Customise hotkeys"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:2270
298 msgid "Enable kiosk mode"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:2272
302 msgid "Quit on given condition in kiosk mode"
303 msgstr ""
304
305 #: ../src/virt-viewer-app.c:2272
306 msgid "<never|on-disconnect>"
307 msgstr ""
308
309 #: ../src/virt-viewer-app.c:2274
310 msgid "Display verbose information"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:2276
314 msgid "Display debugging information"
315 msgstr ""
316
317 #. * Local variables:
318 #. * c-indent-level: 4
319 #. * c-basic-offset: 4
320 #. * indent-tabs-mode: nil
321 #. * End:
322 #: ../src/virt-viewer-auth.xml.h:1
323 msgid "Authentication required"
324 msgstr ""
325
326 #: ../src/virt-viewer-auth.xml.h:2
327 msgid "label"
328 msgstr ""
329
330 #: ../src/virt-viewer-auth.xml.h:3
331 msgid "Password:"
332 msgstr ""
333
334 #: ../src/virt-viewer-auth.xml.h:4
335 msgid "Username:"
336 msgstr ""
337
338 #: ../src/virt-viewer-main.c:38
339 #, c-format
340 msgid "%s version %s\n"
341 msgstr ""
342
343 #: ../src/virt-viewer-main.c:62
344 msgid "Direct connection with no automatic tunnels"
345 msgstr ""
346
347 #: ../src/virt-viewer-main.c:64
348 msgid "Attach to the local display using libvirt"
349 msgstr ""
350
351 #: ../src/virt-viewer-main.c:66
352 msgid "Connect to hypervisor"
353 msgstr ""
354
355 #: ../src/virt-viewer-main.c:68
356 msgid "Wait for domain to start"
357 msgstr ""
358
359 #: ../src/virt-viewer-main.c:70
360 msgid "Reconnect to domain upon restart"
361 msgstr ""
362
363 #: ../src/virt-viewer-main.c:76
364 msgid "Virt Viewer"
365 msgstr ""
366
367 #: ../src/virt-viewer-main.c:79
368 #, c-format
369 msgid "Run '%s --help' to see a full list of available command line options"
370 msgstr ""
371
372 #. Setup command line options
373 #: ../src/virt-viewer-main.c:84
374 msgid "- Virtual machine graphical console"
375 msgstr ""
376
377 #: ../src/virt-viewer-main.c:105
378 #, c-format
379 msgid ""
380 "\n"
381 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
382 "\n"
383 "%s\n"
384 "\n"
385 msgstr ""
386
387 #: ../src/virt-viewer-session-spice.c:499
388 msgid "invalid password"
389 msgstr ""
390
391 #. Create the widgets
392 #: ../src/virt-viewer-session-spice.c:553
393 msgid "Select USB devices for redirection"
394 msgstr ""
395
396 #: ../src/virt-viewer-session-vnc.c:150
397 #, c-format
398 msgid "Unsupported authentication type %d"
399 msgstr ""
400
401 #: ../src/virt-viewer-window.c:580
402 msgid "Ctrl+Alt+_Del"
403 msgstr ""
404
405 #: ../src/virt-viewer-window.c:581
406 msgid "Ctrl+Alt+_Backspace"
407 msgstr ""
408
409 #: ../src/virt-viewer-window.c:583
410 msgid "Ctrl+Alt+F_1"
411 msgstr ""
412
413 #: ../src/virt-viewer-window.c:584
414 msgid "Ctrl+Alt+F_2"
415 msgstr ""
416
417 #: ../src/virt-viewer-window.c:585
418 msgid "Ctrl+Alt+F_3"
419 msgstr ""
420
421 #: ../src/virt-viewer-window.c:586
422 msgid "Ctrl+Alt+F_4"
423 msgstr ""
424
425 #: ../src/virt-viewer-window.c:587
426 msgid "Ctrl+Alt+F_5"
427 msgstr ""
428
429 #: ../src/virt-viewer-window.c:588
430 msgid "Ctrl+Alt+F_6"
431 msgstr ""
432
433 #: ../src/virt-viewer-window.c:589
434 msgid "Ctrl+Alt+F_7"
435 msgstr ""
436
437 #: ../src/virt-viewer-window.c:590
438 msgid "Ctrl+Alt+F_8"
439 msgstr ""
440
441 #: ../src/virt-viewer-window.c:591
442 msgid "Ctrl+Alt+F_9"
443 msgstr ""
444
445 #: ../src/virt-viewer-window.c:592
446 msgid "Ctrl+Alt+F1_0"
447 msgstr ""
448
449 #: ../src/virt-viewer-window.c:593
450 msgid "Ctrl+Alt+F11"
451 msgstr ""
452
453 #: ../src/virt-viewer-window.c:594
454 msgid "Ctrl+Alt+F12"
455 msgstr ""
456
457 #: ../src/virt-viewer-window.c:985 ../src/virt-viewer.xml.h:2
458 msgid "Screenshot"
459 msgstr ""
460
461 #: ../src/virt-viewer-window.c:1061
462 msgid "Disconnect"
463 msgstr ""
464
465 #: ../src/virt-viewer-window.c:1068 ../src/virt-viewer-window.c:1069
466 #: ../src/virt-viewer.xml.h:3
467 msgid "USB device selection"
468 msgstr ""
469
470 #: ../src/virt-viewer-window.c:1077
471 msgid "Send key combination"
472 msgstr ""
473
474 #: ../src/virt-viewer-window.c:1086 ../src/virt-viewer-window.c:1087
475 msgid "Leave fullscreen"
476 msgstr ""
477
478 #: ../src/virt-viewer-window.c:1166
479 msgid "Ctrl+Alt"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:1169
483 #, c-format
484 msgid "(Press %s to release pointer)"
485 msgstr ""
486
487 #. translators:
488 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
489 #. <appname>"
490 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
491 #. Viewer"
492 #: ../src/virt-viewer-window.c:1180
493 #, c-format
494 msgid "%s%s%s - %s"
495 msgstr ""
496
497 #. translators: <space>
498 #: ../src/virt-viewer-window.c:1184
499 msgid " "
500 msgstr ""
501
502 #: ../src/virt-viewer-file.c:624
503 #, c-format
504 msgid "At least %s version %s is required to setup this connection"
505 msgstr ""
506
507 #: ../src/virt-viewer.c:133
508 msgid "Waiting for guest domain to re-start"
509 msgstr ""
510
511 #: ../src/virt-viewer.c:318
512 #, c-format
513 msgid "Cannot determine the graphic type for the guest %s"
514 msgstr ""
515
516 #: ../src/virt-viewer.c:341
517 #, c-format
518 msgid "Cannot determine the graphic address for the guest %s"
519 msgstr ""
520
521 #: ../src/virt-viewer.c:354
522 #, c-format
523 msgid "Cannot determine the host for the guest %s"
524 msgstr ""
525
526 #: ../src/virt-viewer.c:539
527 msgid "Waiting for libvirt to start"
528 msgstr ""
529
530 #: ../src/virt-viewer.c:543
531 msgid "Finding guest domain"
532 msgstr ""
533
534 #: ../src/virt-viewer.c:547
535 msgid "Waiting for guest domain to be created"
536 msgstr ""
537
538 #: ../src/virt-viewer.c:552
539 #, c-format
540 msgid "Cannot find guest domain %s"
541 msgstr ""
542
543 #: ../src/virt-viewer.c:565
544 msgid "Checking guest domain status"
545 msgstr ""
546
547 #: ../src/virt-viewer.c:572
548 msgid "Waiting for guest domain to start"
549 msgstr ""
550
551 #: ../src/virt-viewer.c:579
552 msgid "Waiting for guest domain to start server"
553 msgstr ""
554
555 #: ../src/virt-viewer.c:693
556 #, c-format
557 msgid "Unable to connect to libvirt with URI %s"
558 msgstr ""
559
560 #: ../src/virt-viewer.c:694
561 msgid "[none]"
562 msgstr ""
563
564 #. * Local variables:
565 #. * c-indent-level: 4
566 #. * c-basic-offset: 4
567 #. * indent-tabs-mode: nil
568 #. * End:
569 #: ../src/virt-viewer.xml.h:1
570 msgid "_File"
571 msgstr ""
572
573 #: ../src/virt-viewer.xml.h:4
574 msgid "Smartcard insertion"
575 msgstr ""
576
577 #: ../src/virt-viewer.xml.h:5
578 msgid "Smartcard removal"
579 msgstr ""
580
581 #: ../src/virt-viewer.xml.h:6
582 msgid "_View"
583 msgstr ""
584
585 #: ../src/virt-viewer.xml.h:7
586 msgid "Full screen"
587 msgstr ""
588
589 #: ../src/virt-viewer.xml.h:8
590 msgid "_Zoom"
591 msgstr ""
592
593 #: ../src/virt-viewer.xml.h:9
594 msgid "Automatically resize"
595 msgstr ""
596
597 #: ../src/virt-viewer.xml.h:10
598 msgid "Displays"
599 msgstr ""
600
601 #: ../src/virt-viewer.xml.h:11
602 msgid "Release cursor"
603 msgstr ""
604
605 #: ../src/virt-viewer.xml.h:12
606 msgid "_Send key"
607 msgstr ""
608
609 #: ../src/virt-viewer.xml.h:13
610 msgid "_Help"
611 msgstr ""
+0
-610
po/my.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Burmese (http://www.transifex.com/projects/p/virt-viewer/language/my/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: my\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
+308
-160
po/nb.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Kjartan Maraas <kmaraas@gnome.org>, 2012
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: virt-viewer\n"
8 "Project-Id-Version: PACKAGE VERSION\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
11 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
10 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
11 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1212 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
13 "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/virt-viewer/language/nb/)\n"
13 "Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/virt-"
14 "viewer/language/nb/)\n"
15 "Language: nb\n"
1416 "MIME-Version: 1.0\n"
1517 "Content-Type: text/plain; charset=UTF-8\n"
1618 "Content-Transfer-Encoding: 8bit\n"
17 "Language: nb\n"
1819 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 "X-Generator: Zanata 3.7.3\n"
21
22 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2123 msgid "Remote Viewer"
2224 msgstr ""
2325
7173
7274 #: ../src/remote-viewer-main.c:50
7375 #, c-format
74 msgid "remote-viewer version %s\n"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
76 msgid "remote-viewer version %s"
77 msgstr ""
78
79 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7880 msgid "Display version information"
7981 msgstr "Vis versjonsinformasjon"
8082
81 #: ../src/remote-viewer-main.c:101
83 #: ../src/remote-viewer-main.c:105
8284 msgid "Set window title"
8385 msgstr ""
8486
85 #: ../src/remote-viewer-main.c:104
87 #: ../src/remote-viewer-main.c:108
8688 msgid "Open connection using Spice controller communication"
8789 msgstr "Åpne tilkobling med Spice-kontroll kommunikasjon"
8890
89 #: ../src/remote-viewer-main.c:116
91 #: ../src/remote-viewer-main.c:120
9092 msgid "Remote viewer client"
9193 msgstr ""
9294
93 #: ../src/remote-viewer-main.c:134
95 #: ../src/remote-viewer-main.c:138
9496 #, c-format
9597 msgid ""
9698 "%s\n"
9799 "Run '%s --help' to see a full list of available command line options\n"
98100 msgstr ""
99101
100 #: ../src/remote-viewer-main.c:146
102 #: ../src/remote-viewer-main.c:149
101103 #, c-format
102104 msgid "Error: extra arguments given while using Spice controller\n"
103105 msgstr ""
104106
105 #: ../src/remote-viewer-main.c:153
107 #: ../src/remote-viewer-main.c:156
106108 #, c-format
107109 msgid "Error: can't handle multiple URIs\n"
108110 msgstr ""
109111
110 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
112 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
111113 msgid "Failed to initiate connection"
112114 msgstr "Klarte ikke å sette opp tilkobling"
113115
114 #: ../src/remote-viewer.c:294
116 #: ../src/remote-viewer.c:313
115117 msgid "Display disabled by controller"
116118 msgstr ""
117119
118 #: ../src/remote-viewer.c:592
120 #: ../src/remote-viewer.c:609
119121 #, c-format
120122 msgid "Controller connection failed: %s"
121123 msgstr ""
122124
123 #. Create the widgets
124 #: ../src/remote-viewer.c:924
125 msgid "Connection details"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:939
129 msgid "_Connection Address"
125 #: ../src/remote-viewer.c:755
126 msgid "_Change CD"
127 msgstr ""
128
129 #: ../src/remote-viewer.c:855
130 msgid "failed to parse ovirt uri"
131 msgstr ""
132
133 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
134 msgid "Authentication was cancelled"
135 msgstr ""
136
137 #: ../src/remote-viewer.c:900
138 #, c-format
139 msgid "oVirt VM %s is not running"
140 msgstr ""
141
142 #: ../src/remote-viewer.c:914
143 #, c-format
144 msgid "oVirt VM %s has no display"
145 msgstr ""
146
147 #: ../src/remote-viewer.c:940
148 #, c-format
149 msgid "oVirt VM %s has no host information"
130150 msgstr ""
131151
132152 #: ../src/remote-viewer.c:951
133 msgid "For example, spice://foo.example.org:5900"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:964
137 msgid "_Recent Connections"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:1020
141 msgid "Couldn't create a Spice session"
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1034
153 #, c-format
154 msgid "oVirt VM %s has unknown display type: %d"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:1094
145158 msgid "Setting up Spice session..."
146159 msgstr "Setter opp en Spice-økt…"
147160
148 #: ../src/remote-viewer.c:1055
149 #, c-format
150 msgid "Invalid file %s"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:1062
161 #: ../src/remote-viewer.c:1102
162 msgid "No connection was chosen"
163 msgstr ""
164
165 #: ../src/remote-viewer.c:1120
166 #, c-format
167 msgid "Invalid file %s: "
168 msgstr ""
169
170 #: ../src/remote-viewer.c:1128
154171 msgid "Cannot determine the connection type from URI"
155172 msgstr "Kan ikke bestemme tilkoblingstype fra URI"
156173
157 #: ../src/remote-viewer.c:1068
158 msgid "Couldn't open oVirt session"
159 msgstr ""
160
161 #: ../src/remote-viewer.c:1075
162 #, c-format
163 msgid "Couldn't create a session for this type: %s"
164 msgstr ""
165
174 #: ../src/remote-viewer.c:1134
175 msgid "Couldn't open oVirt session: "
176 msgstr ""
177
178 #.
166179 #. * Local variables:
167180 #. * c-indent-level: 4
168181 #. * c-basic-offset: 4
169182 #. * indent-tabs-mode: nil
170183 #. * End:
184 #.
185 #: ../src/remote-viewer-connect.xml.h:1
186 msgid "Connection details"
187 msgstr ""
188
189 #: ../src/remote-viewer-connect.xml.h:2
190 msgid "Connection Address"
191 msgstr ""
192
193 #: ../src/remote-viewer-connect.xml.h:3
194 msgid "For example, spice://foo.example.org:5900"
195 msgstr ""
196
197 #: ../src/remote-viewer-connect.xml.h:4
198 msgid "Recent connections"
199 msgstr ""
200
201 #: ../src/remote-viewer-connect.xml.h:5
202 msgid "Cancel"
203 msgstr ""
204
205 #: ../src/remote-viewer-connect.xml.h:6
206 msgid "Connect"
207 msgstr ""
208
171209 #: ../src/virt-viewer-about.xml.h:1
172210 msgid "About Glade"
173211 msgstr ""
207245 msgid "The Fedora Translation Team"
208246 msgstr ""
209247
210 #: ../src/virt-viewer-app.c:400
248 #: ../src/virt-viewer-app.c:526
211249 msgid "Do you want to close the session?"
212250 msgstr ""
213251
214 #: ../src/virt-viewer-app.c:402
252 #: ../src/virt-viewer-app.c:528
215253 msgid "Do not ask me again"
216254 msgstr ""
217255
218 #: ../src/virt-viewer-app.c:841
256 #: ../src/virt-viewer-app.c:1008
219257 #, c-format
220258 msgid "Waiting for display %d..."
221259 msgstr "Venter på skjerm %d…"
222260
223 #: ../src/virt-viewer-app.c:946
224 #, c-format
225 msgid "Unknown graphic type for the guest %s"
226 msgstr "Ukjent grafikktype for gjest %s"
227
228 #: ../src/virt-viewer-app.c:1027
261 #: ../src/virt-viewer-app.c:1117
262 #, c-format
263 msgid "Unsupported graphic type '%s'"
264 msgstr ""
265
266 #: ../src/virt-viewer-app.c:1200
229267 msgid "Connect to ssh failed."
230268 msgstr "Tilkobling til SSH feilet."
231269
232 #: ../src/virt-viewer-app.c:1029
270 #: ../src/virt-viewer-app.c:1202
233271 msgid "Can't connect to channel, SSH only supported."
234272 msgstr ""
235273
236 #: ../src/virt-viewer-app.c:1041
274 #: ../src/virt-viewer-app.c:1214
237275 msgid "Connect to channel unsupported."
238276 msgstr ""
239277
240 #: ../src/virt-viewer-app.c:1123
278 #: ../src/virt-viewer-app.c:1276
279 msgid "Display can only be attached through libvirt with --attach"
280 msgstr ""
281
282 #: ../src/virt-viewer-app.c:1299
241283 msgid "Connecting to graphic server"
242284 msgstr ""
243285
244 #: ../src/virt-viewer-app.c:1256
286 #: ../src/virt-viewer-app.c:1398
245287 msgid "Guest domain has shutdown"
246288 msgstr ""
247289
248 #: ../src/virt-viewer-app.c:1317
290 #: ../src/virt-viewer-app.c:1459
249291 msgid "Connected to graphic server"
250292 msgstr ""
251293
252 #: ../src/virt-viewer-app.c:1344
294 #: ../src/virt-viewer-app.c:1486
253295 #, c-format
254296 msgid "Unable to connect to the graphic server %s"
255297 msgstr ""
256298
257 #: ../src/virt-viewer-app.c:1376
258 #, c-format
259 msgid ""
260 "Unable to authenticate with remote desktop server at %s: %s\n"
261 "Retry connection again?"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1396
299 #: ../src/virt-viewer-app.c:1512
300 #, c-format
301 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:1525
265305 #, c-format
266306 msgid "Unable to authenticate with remote desktop server: %s"
267307 msgstr ""
268308
269 #: ../src/virt-viewer-app.c:1404
309 #: ../src/virt-viewer-app.c:1533
270310 #, c-format
271311 msgid "USB redirection error: %s"
272312 msgstr ""
273313
274 #: ../src/virt-viewer-app.c:1632
314 #: ../src/virt-viewer-app.c:1786
275315 #, c-format
276316 msgid "Zoom level must be within %d-%d\n"
277317 msgstr ""
278318
279 #: ../src/virt-viewer-app.c:2126
319 #: ../src/virt-viewer-app.c:2296
280320 #, c-format
281321 msgid "Display %d"
282322 msgstr ""
283323
284 #: ../src/virt-viewer-app.c:2301
324 #: ../src/virt-viewer-app.c:2552
285325 #, c-format
286326 msgid "Invalid kiosk-quit argument: %s"
287327 msgstr ""
288328
289 #: ../src/virt-viewer-app.c:2310
329 #: ../src/virt-viewer-app.c:2561
290330 msgid "Zoom level of window, in percentage"
291331 msgstr "Zoom-nivå i vinduer i prosent"
292332
293 #: ../src/virt-viewer-app.c:2312
333 #: ../src/virt-viewer-app.c:2563
294334 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
295335 msgstr ""
296336
297 #: ../src/virt-viewer-app.c:2314
337 #: ../src/virt-viewer-app.c:2565
298338 msgid "Customise hotkeys"
299339 msgstr ""
300340
301 #: ../src/virt-viewer-app.c:2316
341 #: ../src/virt-viewer-app.c:2567
302342 msgid "Enable kiosk mode"
303343 msgstr ""
304344
305 #: ../src/virt-viewer-app.c:2318
345 #: ../src/virt-viewer-app.c:2569
306346 msgid "Quit on given condition in kiosk mode"
307347 msgstr ""
308348
309 #: ../src/virt-viewer-app.c:2318
349 #: ../src/virt-viewer-app.c:2569
310350 msgid "<never|on-disconnect>"
311351 msgstr ""
312352
313 #: ../src/virt-viewer-app.c:2320
353 #: ../src/virt-viewer-app.c:2571
314354 msgid "Display verbose information"
315355 msgstr "Vis mer informasjon"
316356
317 #: ../src/virt-viewer-app.c:2322
357 #: ../src/virt-viewer-app.c:2573
318358 msgid "Display debugging information"
319359 msgstr "Vis feilsøkingsinformasjon"
320360
361 #: ../src/virt-viewer-auth.c:88
362 #, c-format
363 msgid ""
364 "Authentication is required for the %s connection to:\n"
365 "\n"
366 "<b>%s</b>\n"
367 "\n"
368 msgstr ""
369
370 #: ../src/virt-viewer-auth.c:92
371 #, c-format
372 msgid "Authentication is required for the %s connection:\n"
373 msgstr ""
374
375 #.
321376 #. * Local variables:
322377 #. * c-indent-level: 4
323378 #. * c-basic-offset: 4
324379 #. * indent-tabs-mode: nil
325380 #. * End:
381 #.
326382 #: ../src/virt-viewer-auth.xml.h:1
327383 msgid "Authentication required"
328384 msgstr ""
329385
330 #: ../src/virt-viewer-auth.xml.h:2
386 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
331387 msgid "label"
332388 msgstr ""
333389
337393
338394 #: ../src/virt-viewer-auth.xml.h:4
339395 msgid "Username:"
396 msgstr ""
397
398 #: ../src/virt-viewer-auth.xml.h:5
399 msgid "Show password"
400 msgstr ""
401
402 #: ../src/virt-viewer-display-vnc.c:133
403 msgid "VNC does not provide GUID"
340404 msgstr ""
341405
342406 #: ../src/virt-viewer-main.c:38
377441 msgid "Virtual machine graphical console"
378442 msgstr ""
379443
380 #: ../src/virt-viewer-main.c:108
444 #: ../src/virt-viewer-main.c:107
381445 #, c-format
382446 msgid ""
383447 "\n"
384 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
448 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
385449 "\n"
386450 "%s\n"
387451 "\n"
388452 msgstr ""
389453
390 #: ../src/virt-viewer-session-spice.c:506
391 msgid "invalid password"
454 #: ../src/virt-viewer-main.c:112
455 #, c-format
456 msgid ""
457 "\n"
458 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
459 "\n"
460 msgstr ""
461
462 #: ../src/virt-viewer-session-spice.c:694
463 msgid "Invalid password"
392464 msgstr ""
393465
394466 #. Create the widgets
395 #: ../src/virt-viewer-session-spice.c:588
467 #: ../src/virt-viewer-session-spice.c:786
396468 msgid "Select USB devices for redirection"
397469 msgstr "Velg USB-enheter for omdirigering"
398470
399 #: ../src/virt-viewer-session-vnc.c:148
471 #: ../src/virt-viewer-session-vnc.c:153
400472 #, c-format
401473 msgid "Unsupported authentication type %d"
402474 msgstr ""
403475
404 #: ../src/virt-viewer-window.c:587
476 #: ../src/virt-viewer-vm-connection.c:64
477 msgid "No virtual machine found"
478 msgstr ""
479
480 #: ../src/virt-viewer-vm-connection.c:93
481 msgid "No virtual machine was chosen"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:537
405485 msgid "Ctrl+Alt+_Del"
406486 msgstr ""
407487
408 #: ../src/virt-viewer-window.c:588
488 #: ../src/virt-viewer-window.c:538
409489 msgid "Ctrl+Alt+_Backspace"
410490 msgstr ""
411491
412 #: ../src/virt-viewer-window.c:590
492 #: ../src/virt-viewer-window.c:540
413493 msgid "Ctrl+Alt+F_1"
414494 msgstr ""
415495
416 #: ../src/virt-viewer-window.c:591
496 #: ../src/virt-viewer-window.c:541
417497 msgid "Ctrl+Alt+F_2"
418498 msgstr ""
419499
420 #: ../src/virt-viewer-window.c:592
500 #: ../src/virt-viewer-window.c:542
421501 msgid "Ctrl+Alt+F_3"
422502 msgstr ""
423503
424 #: ../src/virt-viewer-window.c:593
504 #: ../src/virt-viewer-window.c:543
425505 msgid "Ctrl+Alt+F_4"
426506 msgstr ""
427507
428 #: ../src/virt-viewer-window.c:594
508 #: ../src/virt-viewer-window.c:544
429509 msgid "Ctrl+Alt+F_5"
430510 msgstr ""
431511
432 #: ../src/virt-viewer-window.c:595
512 #: ../src/virt-viewer-window.c:545
433513 msgid "Ctrl+Alt+F_6"
434514 msgstr ""
435515
436 #: ../src/virt-viewer-window.c:596
516 #: ../src/virt-viewer-window.c:546
437517 msgid "Ctrl+Alt+F_7"
438518 msgstr ""
439519
440 #: ../src/virt-viewer-window.c:597
520 #: ../src/virt-viewer-window.c:547
441521 msgid "Ctrl+Alt+F_8"
442522 msgstr ""
443523
444 #: ../src/virt-viewer-window.c:598
524 #: ../src/virt-viewer-window.c:548
445525 msgid "Ctrl+Alt+F_9"
446526 msgstr ""
447527
448 #: ../src/virt-viewer-window.c:599
528 #: ../src/virt-viewer-window.c:549
449529 msgid "Ctrl+Alt+F1_0"
450530 msgstr ""
451531
452 #: ../src/virt-viewer-window.c:600
532 #: ../src/virt-viewer-window.c:550
453533 msgid "Ctrl+Alt+F11"
454534 msgstr ""
455535
456 #: ../src/virt-viewer-window.c:601
536 #: ../src/virt-viewer-window.c:551
457537 msgid "Ctrl+Alt+F12"
458538 msgstr ""
459539
460 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
540 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
461541 msgid "Screenshot"
462542 msgstr ""
463543
464 #: ../src/virt-viewer-window.c:1051
544 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
545 msgid "Unknown"
546 msgstr ""
547
548 #: ../src/virt-viewer-window.c:1062
465549 msgid "Disconnect"
466550 msgstr "Koble fra"
467551
468 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
552 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
469553 #: ../src/virt-viewer.xml.h:3
470554 msgid "USB device selection"
471555 msgstr ""
472556
473 #: ../src/virt-viewer-window.c:1070
557 #: ../src/virt-viewer-window.c:1081
474558 msgid "Send key combination"
475559 msgstr ""
476560
477 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
561 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
478562 msgid "Leave fullscreen"
479563 msgstr "Forlat fullskjerm"
480564
481 #: ../src/virt-viewer-window.c:1162
565 #: ../src/virt-viewer-window.c:1173
482566 msgid "Ctrl+Alt"
483567 msgstr ""
484568
485 #: ../src/virt-viewer-window.c:1165
569 #: ../src/virt-viewer-window.c:1176
486570 #, c-format
487571 msgid "(Press %s to release pointer)"
488572 msgstr ""
489573
490574 #. translators:
491 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
492 #. <appname>"
493 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
494 #. Viewer"
495 #: ../src/virt-viewer-window.c:1176
575 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
576 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
577 #.
578 #: ../src/virt-viewer-window.c:1187
496579 #, c-format
497580 msgid "%s%s%s - %s"
498581 msgstr "%s%s%s - %s"
499582
500583 #. translators: <space>
501 #: ../src/virt-viewer-window.c:1180
584 #: ../src/virt-viewer-window.c:1191
502585 msgid " "
503586 msgstr ""
504587
505 #: ../src/virt-viewer-file.c:624
588 #: ../src/virt-viewer-file.c:825
589 #, c-format
590 msgid ""
591 "At least %s version %s is required to setup this connection, see %s for "
592 "details"
593 msgstr ""
594
595 #: ../src/virt-viewer-file.c:833
506596 #, c-format
507597 msgid "At least %s version %s is required to setup this connection"
508598 msgstr ""
509599
510 #: ../src/virt-viewer.c:133
600 #: ../src/virt-viewer.c:163
511601 msgid "Waiting for guest domain to re-start"
512602 msgstr "Venter på at domene for gjest skal starte på nytt"
513603
514 #: ../src/virt-viewer.c:318
604 #: ../src/virt-viewer.c:409
515605 #, c-format
516606 msgid "Cannot determine the graphic type for the guest %s"
517607 msgstr "Kan ikke bestemme grafikktype for gjest %s"
518608
519 #: ../src/virt-viewer.c:341
520 #, c-format
521 msgid "Cannot determine the graphic address for the guest %s"
522 msgstr "Kan ikke bestemme grafikkadresse for gjest %s"
523
524 #: ../src/virt-viewer.c:354
609 #: ../src/virt-viewer.c:448
525610 #, c-format
526611 msgid "Cannot determine the host for the guest %s"
527612 msgstr "Kan ikke bestemme vert for gjest %s"
528613
529 #: ../src/virt-viewer.c:540
614 #: ../src/virt-viewer.c:476
615 #, c-format
616 msgid "Guest '%s' is not reachable"
617 msgstr ""
618
619 #: ../src/virt-viewer.c:697
620 #, c-format
621 msgid "Virtual machine %s is not running"
622 msgstr ""
623
624 #: ../src/virt-viewer.c:720
530625 msgid "Waiting for libvirt to start"
531626 msgstr ""
532627
533 #: ../src/virt-viewer.c:544
628 #: ../src/virt-viewer.c:724
534629 msgid "Finding guest domain"
535630 msgstr "Finner domene for gjest"
536631
537 #: ../src/virt-viewer.c:548
632 #: ../src/virt-viewer.c:728
538633 msgid "Waiting for guest domain to be created"
539634 msgstr ""
540635
541 #: ../src/virt-viewer.c:553
542 #, c-format
543 msgid "Cannot find guest domain %s"
544 msgstr ""
545
546 #: ../src/virt-viewer.c:566
636 #: ../src/virt-viewer.c:750
547637 msgid "Checking guest domain status"
548638 msgstr ""
549639
550 #: ../src/virt-viewer.c:573
640 #: ../src/virt-viewer.c:753
641 msgid "Cannot get guest state"
642 msgstr ""
643
644 #: ../src/virt-viewer.c:759
551645 msgid "Waiting for guest domain to start"
552646 msgstr ""
553647
554 #: ../src/virt-viewer.c:580
555 msgid "Waiting for guest domain to start server"
556 msgstr ""
557
558 #: ../src/virt-viewer.c:694
559 #, c-format
560 msgid "Unable to connect to libvirt with URI %s"
561 msgstr ""
562
563 #: ../src/virt-viewer.c:695
648 #: ../src/virt-viewer.c:863
649 #, c-format
650 msgid "Unable to connect to libvirt with URI: %s."
651 msgstr ""
652
653 #: ../src/virt-viewer.c:864
564654 msgid "[none]"
565655 msgstr ""
566656
657 #: ../src/virt-viewer.c:871
658 msgid "Authentication failed."
659 msgstr ""
660
661 #: ../src/virt-viewer.c:931
662 msgid "Failed to connect: "
663 msgstr ""
664
665 #.
567666 #. * Local variables:
568667 #. * c-indent-level: 4
569668 #. * c-basic-offset: 4
570669 #. * indent-tabs-mode: nil
571670 #. * End:
671 #.
572672 #: ../src/virt-viewer.xml.h:1
573673 msgid "_File"
574674 msgstr ""
581681 msgid "Smartcard removal"
582682 msgstr ""
583683
584 #: ../src/virt-viewer.xml.h:6
684 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
685 msgid "Preferences"
686 msgstr ""
687
688 #: ../src/virt-viewer.xml.h:7
585689 msgid "_View"
586690 msgstr ""
587691
588 #: ../src/virt-viewer.xml.h:7
692 #: ../src/virt-viewer.xml.h:8
589693 msgid "Full screen"
590694 msgstr ""
591695
592 #: ../src/virt-viewer.xml.h:8
696 #: ../src/virt-viewer.xml.h:9
593697 msgid "_Zoom"
594698 msgstr ""
595699
596 #: ../src/virt-viewer.xml.h:9
700 #: ../src/virt-viewer.xml.h:10
597701 msgid "Displays"
598702 msgstr ""
599703
600 #: ../src/virt-viewer.xml.h:10
704 #: ../src/virt-viewer.xml.h:11
601705 msgid "Release cursor"
602706 msgstr ""
603707
604 #: ../src/virt-viewer.xml.h:11
708 #: ../src/virt-viewer.xml.h:12
605709 msgid "_Send key"
606710 msgstr ""
607711
608 #: ../src/virt-viewer.xml.h:12
712 #: ../src/virt-viewer.xml.h:13
609713 msgid "_Help"
610714 msgstr ""
715
716 #: ../src/virt-viewer.xml.h:14
717 msgid "_Guest Details"
718 msgstr ""
719
720 #: ../src/virt-viewer-guest-details.xml.h:1
721 msgid "Guest Details"
722 msgstr ""
723
724 #: ../src/virt-viewer-guest-details.xml.h:2
725 msgid "Name:"
726 msgstr ""
727
728 #: ../src/virt-viewer-guest-details.xml.h:3
729 msgid "GUID:"
730 msgstr ""
731
732 #: ../src/virt-viewer-vm-connection.xml.h:1
733 msgid "Choose a virtual machine"
734 msgstr ""
735
736 #: ../src/virt-viewer-vm-connection.xml.h:2
737 msgid "Name"
738 msgstr ""
739
740 #: ../src/virt-viewer-vm-connection.xml.h:3
741 msgid "Available virtual machines"
742 msgstr ""
743
744 #: ../src/virt-viewer-preferences.xml.h:2
745 msgid "Folder sharing"
746 msgstr ""
747
748 #: ../src/virt-viewer-preferences.xml.h:3
749 msgid "Share folder"
750 msgstr ""
751
752 #: ../src/virt-viewer-preferences.xml.h:4
753 msgid "Read-only"
754 msgstr ""
755
756 #: ../src/virt-viewer-preferences.xml.h:5
757 msgid "Spice"
758 msgstr ""
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Low German (http://www.transifex.com/projects/p/virt-viewer/language/nds/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Low German\n"
13 "Language: nds\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: nds\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+352
-205
po/ne.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Nepali (http://www.transifex.com/projects/p/virt-viewer/language/ne/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Nepali\n"
13 "Language: ne\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ne\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+348
-176
po/nl.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Geert Warrink <geert.warrink@onsnet.nu>, 2010-2014
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: virt-viewer\n"
8 "Project-Id-Version: PACKAGE VERSION\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
11 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
10 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
11 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1212 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
13 "Language-Team: Dutch (http://www.transifex.com/projects/p/virt-viewer/language/nl/)\n"
13 "Language-Team: Dutch (http://www.transifex.com/projects/p/virt-viewer/"
14 "language/nl/)\n"
15 "Language: nl\n"
1416 "MIME-Version: 1.0\n"
1517 "Content-Type: text/plain; charset=UTF-8\n"
1618 "Content-Transfer-Encoding: 8bit\n"
17 "Language: nl\n"
1819 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 "X-Generator: Zanata 3.7.3\n"
21
22 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2123 msgid "Remote Viewer"
2224 msgstr "Viewer op afstand"
2325
7173
7274 #: ../src/remote-viewer-main.c:50
7375 #, c-format
74 msgid "remote-viewer version %s\n"
75 msgstr "remote-viewer versie %s\n"
76
77 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
76 msgid "remote-viewer version %s"
77 msgstr ""
78
79 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7880 msgid "Display version information"
7981 msgstr "Toon versie informatie"
8082
81 #: ../src/remote-viewer-main.c:101
83 #: ../src/remote-viewer-main.c:105
8284 msgid "Set window title"
8385 msgstr "Stel venstertitel in"
8486
85 #: ../src/remote-viewer-main.c:104
87 #: ../src/remote-viewer-main.c:108
8688 msgid "Open connection using Spice controller communication"
8789 msgstr "Open verbinding met Spice controller communicatie"
8890
89 #: ../src/remote-viewer-main.c:116
91 #: ../src/remote-viewer-main.c:120
9092 msgid "Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:134
93 msgstr "Viewer cliënt op afstand "
94
95 #: ../src/remote-viewer-main.c:138
9496 #, c-format
9597 msgid ""
9698 "%s\n"
9799 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr "%s\nVoer '%s --help' uit voor een volledige lijst met beschikbare commandoregel opties\n"
99
100 #: ../src/remote-viewer-main.c:146
100 msgstr ""
101 "%s\n"
102 "Voer '%s --help' uit voor een volledige lijst met beschikbare commandoregel "
103 "opties\n"
104
105 #: ../src/remote-viewer-main.c:149
101106 #, c-format
102107 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr "Fout: extra argumenten gegeven tijden het gebruik van de Spice controller\n"
104
105 #: ../src/remote-viewer-main.c:153
108 msgstr ""
109 "Fout: extra argumenten gegeven tijden het gebruik van de Spice controller\n"
110
111 #: ../src/remote-viewer-main.c:156
106112 #, c-format
107113 msgid "Error: can't handle multiple URIs\n"
108114 msgstr "Fout: kan meerdere URI's niet verwerken\n"
109115
110 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
116 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
111117 msgid "Failed to initiate connection"
112118 msgstr "Verbinding initiëren mislukte"
113119
114 #: ../src/remote-viewer.c:294
120 #: ../src/remote-viewer.c:313
115121 msgid "Display disabled by controller"
116122 msgstr "Display uitgezet door controller"
117123
118 #: ../src/remote-viewer.c:592
124 #: ../src/remote-viewer.c:609
119125 #, c-format
120126 msgid "Controller connection failed: %s"
121127 msgstr "Controller verbinding mislukte: %s"
122128
123 #. Create the widgets
124 #: ../src/remote-viewer.c:924
125 msgid "Connection details"
126 msgstr "Verbindingsdetails"
127
128 #: ../src/remote-viewer.c:939
129 msgid "_Connection Address"
129 #: ../src/remote-viewer.c:755
130 msgid "_Change CD"
131 msgstr ""
132
133 #: ../src/remote-viewer.c:855
134 msgid "failed to parse ovirt uri"
135 msgstr ""
136
137 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
138 msgid "Authentication was cancelled"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:900
142 #, c-format
143 msgid "oVirt VM %s is not running"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:914
147 #, c-format
148 msgid "oVirt VM %s has no display"
149 msgstr ""
150
151 #: ../src/remote-viewer.c:940
152 #, c-format
153 msgid "oVirt VM %s has no host information"
130154 msgstr ""
131155
132156 #: ../src/remote-viewer.c:951
133 msgid "For example, spice://foo.example.org:5900"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:964
137 msgid "_Recent Connections"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:1020
141 msgid "Couldn't create a Spice session"
142 msgstr "Kon geen Spice sessie aanmaken"
143
144 #: ../src/remote-viewer.c:1034
157 #, c-format
158 msgid "oVirt VM %s has unknown display type: %d"
159 msgstr ""
160
161 #: ../src/remote-viewer.c:1094
145162 msgid "Setting up Spice session..."
146163 msgstr "Spice sessie opzetten..."
147164
148 #: ../src/remote-viewer.c:1055
149 #, c-format
150 msgid "Invalid file %s"
151 msgstr "Ongeldig bestand %s"
152
153 #: ../src/remote-viewer.c:1062
165 #: ../src/remote-viewer.c:1102
166 msgid "No connection was chosen"
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1120
170 #, c-format
171 msgid "Invalid file %s: "
172 msgstr ""
173
174 #: ../src/remote-viewer.c:1128
154175 msgid "Cannot determine the connection type from URI"
155176 msgstr "Kan het connectie type niet van URI bepalen"
156177
157 #: ../src/remote-viewer.c:1068
158 msgid "Couldn't open oVirt session"
159 msgstr "Kon oVirt sessie niet openen"
160
161 #: ../src/remote-viewer.c:1075
162 #, c-format
163 msgid "Couldn't create a session for this type: %s"
164 msgstr "Kan sessie niet aanmaken voor dit type: %s"
165
178 #: ../src/remote-viewer.c:1134
179 msgid "Couldn't open oVirt session: "
180 msgstr ""
181
182 #.
166183 #. * Local variables:
167184 #. * c-indent-level: 4
168185 #. * c-basic-offset: 4
169186 #. * indent-tabs-mode: nil
170187 #. * End:
188 #.
189 #: ../src/remote-viewer-connect.xml.h:1
190 msgid "Connection details"
191 msgstr "Verbindingsdetails"
192
193 #: ../src/remote-viewer-connect.xml.h:2
194 msgid "Connection Address"
195 msgstr ""
196
197 #: ../src/remote-viewer-connect.xml.h:3
198 msgid "For example, spice://foo.example.org:5900"
199 msgstr "Bijvoorbeeld, spice://foo.example.org:5900"
200
201 #: ../src/remote-viewer-connect.xml.h:4
202 msgid "Recent connections"
203 msgstr ""
204
205 #: ../src/remote-viewer-connect.xml.h:5
206 msgid "Cancel"
207 msgstr ""
208
209 #: ../src/remote-viewer-connect.xml.h:6
210 msgid "Connect"
211 msgstr ""
212
171213 #: ../src/virt-viewer-about.xml.h:1
172214 msgid "About Glade"
173215 msgstr "Over Glade"
177219 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
178220 "Copyright (C) 2007-2014 Red Hat, Inc."
179221 msgstr ""
222 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
223 "Copyright (C) 2007-2014 Red Hat, Inc."
180224
181225 #: ../src/virt-viewer-about.xml.h:4
182226 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
183 msgstr "Een desktop op afstand cliënt gebouwd met GTK-VNC, SPICE-GTK en libvirt"
227 msgstr ""
228 "Een desktop op afstand cliënt gebouwd met GTK-VNC, SPICE-GTK en libvirt"
184229
185230 #: ../src/virt-viewer-about.xml.h:5
186231 msgid "virt-manager.org"
201246 "You should have received a copy of the GNU General Public License\n"
202247 "along with this program; if not, write to the Free Software\n"
203248 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
204 msgstr "This program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
249 msgstr ""
250 "This program is free software; you can redistribute it and/or modify\n"
251 "it under the terms of the GNU General Public License as published by\n"
252 "the Free Software Foundation; either version 2 of the License, or\n"
253 "(at your option) any later version.\n"
254 "\n"
255 "This program is distributed in the hope that it will be useful,\n"
256 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
257 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
258 "GNU General Public License for more details.\n"
259 "\n"
260 "You should have received a copy of the GNU General Public License\n"
261 "along with this program; if not, write to the Free Software\n"
262 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
205263
206264 #: ../src/virt-viewer-about.xml.h:20
207265 msgid "The Fedora Translation Team"
208266 msgstr "Het Fedora vertaal team"
209267
210 #: ../src/virt-viewer-app.c:400
268 #: ../src/virt-viewer-app.c:526
211269 msgid "Do you want to close the session?"
212270 msgstr "Wil je de sessie afsluiten?"
213271
214 #: ../src/virt-viewer-app.c:402
272 #: ../src/virt-viewer-app.c:528
215273 msgid "Do not ask me again"
216274 msgstr "Vraag me dit niet weer"
217275
218 #: ../src/virt-viewer-app.c:841
276 #: ../src/virt-viewer-app.c:1008
219277 #, c-format
220278 msgid "Waiting for display %d..."
221279 msgstr "Wachten op display %d..."
222280
223 #: ../src/virt-viewer-app.c:946
224 #, c-format
225 msgid "Unknown graphic type for the guest %s"
226 msgstr "Onbekend grafisch type voor de gast %s"
227
228 #: ../src/virt-viewer-app.c:1027
281 #: ../src/virt-viewer-app.c:1117
282 #, c-format
283 msgid "Unsupported graphic type '%s'"
284 msgstr ""
285
286 #: ../src/virt-viewer-app.c:1200
229287 msgid "Connect to ssh failed."
230288 msgstr "Verbinden met ssh mislukte."
231289
232 #: ../src/virt-viewer-app.c:1029
290 #: ../src/virt-viewer-app.c:1202
233291 msgid "Can't connect to channel, SSH only supported."
234292 msgstr "Kan geen verbinding maken met kanaal, alleen SSH wordt ondersteund"
235293
236 #: ../src/virt-viewer-app.c:1041
294 #: ../src/virt-viewer-app.c:1214
237295 msgid "Connect to channel unsupported."
238296 msgstr "Verbinding maken met kanaal wordt niet ondersteund."
239297
240 #: ../src/virt-viewer-app.c:1123
298 #: ../src/virt-viewer-app.c:1276
299 msgid "Display can only be attached through libvirt with --attach"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1299
241303 msgid "Connecting to graphic server"
242304 msgstr "Verbinding maken met grafische server"
243305
244 #: ../src/virt-viewer-app.c:1256
306 #: ../src/virt-viewer-app.c:1398
245307 msgid "Guest domain has shutdown"
246308 msgstr "Gast domein werd afgesloten"
247309
248 #: ../src/virt-viewer-app.c:1317
310 #: ../src/virt-viewer-app.c:1459
249311 msgid "Connected to graphic server"
250312 msgstr "Verbonden met grafische server"
251313
252 #: ../src/virt-viewer-app.c:1344
314 #: ../src/virt-viewer-app.c:1486
253315 #, c-format
254316 msgid "Unable to connect to the graphic server %s"
255317 msgstr "Ka niet verbinden met de grafische server %s"
256318
257 #: ../src/virt-viewer-app.c:1376
258 #, c-format
259 msgid ""
260 "Unable to authenticate with remote desktop server at %s: %s\n"
261 "Retry connection again?"
262 msgstr "Kon geen authenticatieverkrijgen met desktop server op afstand op %s: %s\nVerbinding opnieuw proberen?"
263
264 #: ../src/virt-viewer-app.c:1396
319 #: ../src/virt-viewer-app.c:1512
320 #, c-format
321 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
322 msgstr ""
323
324 #: ../src/virt-viewer-app.c:1525
265325 #, c-format
266326 msgid "Unable to authenticate with remote desktop server: %s"
267327 msgstr "Kon geen authenticatie verkrijgen met desktop server op afstand: %s"
268328
269 #: ../src/virt-viewer-app.c:1404
329 #: ../src/virt-viewer-app.c:1533
270330 #, c-format
271331 msgid "USB redirection error: %s"
272332 msgstr "USB omleidingsfout: %s"
273333
274 #: ../src/virt-viewer-app.c:1632
334 #: ../src/virt-viewer-app.c:1786
275335 #, c-format
276336 msgid "Zoom level must be within %d-%d\n"
277337 msgstr "Zoom niveau moet tussen %d-%d zijn\n"
278338
279 #: ../src/virt-viewer-app.c:2126
339 #: ../src/virt-viewer-app.c:2296
280340 #, c-format
281341 msgid "Display %d"
282342 msgstr "Display %d"
283343
284 #: ../src/virt-viewer-app.c:2301
344 #: ../src/virt-viewer-app.c:2552
285345 #, c-format
286346 msgid "Invalid kiosk-quit argument: %s"
287347 msgstr "Ongeldig kiosk-quit argument: %s"
288348
289 #: ../src/virt-viewer-app.c:2310
349 #: ../src/virt-viewer-app.c:2561
290350 msgid "Zoom level of window, in percentage"
291351 msgstr "Zoom niveau in percentage van het venster"
292352
293 #: ../src/virt-viewer-app.c:2312
353 #: ../src/virt-viewer-app.c:2563
294354 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
295 msgstr "Open in volledig-scherm modus (past gastresolutie aan om te passen bij die van de cliënt)."
296
297 #: ../src/virt-viewer-app.c:2314
355 msgstr ""
356 "Open in volledig-scherm modus (past gastresolutie aan om te passen bij die "
357 "van de cliënt)."
358
359 #: ../src/virt-viewer-app.c:2565
298360 msgid "Customise hotkeys"
299361 msgstr "Pas sneltoetsen aan"
300362
301 #: ../src/virt-viewer-app.c:2316
363 #: ../src/virt-viewer-app.c:2567
302364 msgid "Enable kiosk mode"
303365 msgstr "Zet kiosk modus aan"
304366
305 #: ../src/virt-viewer-app.c:2318
367 #: ../src/virt-viewer-app.c:2569
306368 msgid "Quit on given condition in kiosk mode"
307369 msgstr "Sluit af bij gegeven conditie in kiosk modus"
308370
309 #: ../src/virt-viewer-app.c:2318
371 #: ../src/virt-viewer-app.c:2569
310372 msgid "<never|on-disconnect>"
311373 msgstr "<never|on-disconnect>"
312374
313 #: ../src/virt-viewer-app.c:2320
375 #: ../src/virt-viewer-app.c:2571
314376 msgid "Display verbose information"
315377 msgstr "Toon uitgebreide informatie"
316378
317 #: ../src/virt-viewer-app.c:2322
379 #: ../src/virt-viewer-app.c:2573
318380 msgid "Display debugging information"
319381 msgstr "Toon debug informatie"
320382
383 #: ../src/virt-viewer-auth.c:88
384 #, c-format
385 msgid ""
386 "Authentication is required for the %s connection to:\n"
387 "\n"
388 "<b>%s</b>\n"
389 "\n"
390 msgstr ""
391
392 #: ../src/virt-viewer-auth.c:92
393 #, c-format
394 msgid "Authentication is required for the %s connection:\n"
395 msgstr ""
396
397 #.
321398 #. * Local variables:
322399 #. * c-indent-level: 4
323400 #. * c-basic-offset: 4
324401 #. * indent-tabs-mode: nil
325402 #. * End:
403 #.
326404 #: ../src/virt-viewer-auth.xml.h:1
327405 msgid "Authentication required"
328406 msgstr "Authenticatie is vereist"
329407
330 #: ../src/virt-viewer-auth.xml.h:2
408 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
331409 msgid "label"
332410 msgstr "label"
333411
339417 msgid "Username:"
340418 msgstr "Gebruikersnaam:"
341419
420 #: ../src/virt-viewer-auth.xml.h:5
421 msgid "Show password"
422 msgstr ""
423
424 #: ../src/virt-viewer-display-vnc.c:133
425 msgid "VNC does not provide GUID"
426 msgstr ""
427
342428 #: ../src/virt-viewer-main.c:38
343429 #, c-format
344430 msgid "%s version %s\n"
371457 #: ../src/virt-viewer-main.c:80
372458 #, c-format
373459 msgid "Run '%s --help' to see a full list of available command line options"
374 msgstr "Voer '%s --help' uit voor een volledige lijst met beschikbare commandoregel opties"
460 msgstr ""
461 "Voer '%s --help' uit voor een volledige lijst met beschikbare commandoregel "
462 "opties"
375463
376464 #: ../src/virt-viewer-main.c:86
377465 msgid "Virtual machine graphical console"
378 msgstr ""
379
380 #: ../src/virt-viewer-main.c:108
466 msgstr "Virtuele machine grafische console"
467
468 #: ../src/virt-viewer-main.c:107
381469 #, c-format
382470 msgid ""
383471 "\n"
384 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
472 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
385473 "\n"
386474 "%s\n"
387475 "\n"
388 msgstr "\nGebruik: %s [OPTIES] DOMEIN-NAAM|ID|UUID\n\n%s\n\n"
389
390 #: ../src/virt-viewer-session-spice.c:506
391 msgid "invalid password"
392 msgstr "ongeldig wachtwoord"
476 msgstr ""
477
478 #: ../src/virt-viewer-main.c:112
479 #, c-format
480 msgid ""
481 "\n"
482 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
483 "\n"
484 msgstr ""
485
486 #: ../src/virt-viewer-session-spice.c:694
487 msgid "Invalid password"
488 msgstr ""
393489
394490 #. Create the widgets
395 #: ../src/virt-viewer-session-spice.c:588
491 #: ../src/virt-viewer-session-spice.c:786
396492 msgid "Select USB devices for redirection"
397493 msgstr "Selecteer USB apparaten voor omleiding"
398494
399 #: ../src/virt-viewer-session-vnc.c:148
495 #: ../src/virt-viewer-session-vnc.c:153
400496 #, c-format
401497 msgid "Unsupported authentication type %d"
402498 msgstr "Niet-ondersteund authenticatie type %d"
403499
404 #: ../src/virt-viewer-window.c:587
500 #: ../src/virt-viewer-vm-connection.c:64
501 msgid "No virtual machine found"
502 msgstr ""
503
504 #: ../src/virt-viewer-vm-connection.c:93
505 msgid "No virtual machine was chosen"
506 msgstr ""
507
508 #: ../src/virt-viewer-window.c:537
405509 msgid "Ctrl+Alt+_Del"
406510 msgstr "Ctrl+Alt+_Del"
407511
408 #: ../src/virt-viewer-window.c:588
512 #: ../src/virt-viewer-window.c:538
409513 msgid "Ctrl+Alt+_Backspace"
410514 msgstr "Ctrl+Alt+_Backspace"
411515
412 #: ../src/virt-viewer-window.c:590
516 #: ../src/virt-viewer-window.c:540
413517 msgid "Ctrl+Alt+F_1"
414518 msgstr "Ctrl+Alt+F_1"
415519
416 #: ../src/virt-viewer-window.c:591
520 #: ../src/virt-viewer-window.c:541
417521 msgid "Ctrl+Alt+F_2"
418522 msgstr "Ctrl+Alt+F_2"
419523
420 #: ../src/virt-viewer-window.c:592
524 #: ../src/virt-viewer-window.c:542
421525 msgid "Ctrl+Alt+F_3"
422526 msgstr "Ctrl+Alt+F_3"
423527
424 #: ../src/virt-viewer-window.c:593
528 #: ../src/virt-viewer-window.c:543
425529 msgid "Ctrl+Alt+F_4"
426530 msgstr "Ctrl+Alt+F_4"
427531
428 #: ../src/virt-viewer-window.c:594
532 #: ../src/virt-viewer-window.c:544
429533 msgid "Ctrl+Alt+F_5"
430534 msgstr "Ctrl+Alt+F_5"
431535
432 #: ../src/virt-viewer-window.c:595
536 #: ../src/virt-viewer-window.c:545
433537 msgid "Ctrl+Alt+F_6"
434538 msgstr "Ctrl+Alt+F_6"
435539
436 #: ../src/virt-viewer-window.c:596
540 #: ../src/virt-viewer-window.c:546
437541 msgid "Ctrl+Alt+F_7"
438542 msgstr "Ctrl+Alt+F_7"
439543
440 #: ../src/virt-viewer-window.c:597
544 #: ../src/virt-viewer-window.c:547
441545 msgid "Ctrl+Alt+F_8"
442546 msgstr "Ctrl+Alt+F_8"
443547
444 #: ../src/virt-viewer-window.c:598
548 #: ../src/virt-viewer-window.c:548
445549 msgid "Ctrl+Alt+F_9"
446550 msgstr "Ctrl+Alt+F_9"
447551
448 #: ../src/virt-viewer-window.c:599
552 #: ../src/virt-viewer-window.c:549
449553 msgid "Ctrl+Alt+F1_0"
450554 msgstr "Ctrl+Alt+F1_0"
451555
452 #: ../src/virt-viewer-window.c:600
556 #: ../src/virt-viewer-window.c:550
453557 msgid "Ctrl+Alt+F11"
454558 msgstr "Ctrl+Alt+F11"
455559
456 #: ../src/virt-viewer-window.c:601
560 #: ../src/virt-viewer-window.c:551
457561 msgid "Ctrl+Alt+F12"
458562 msgstr "Ctrl+Alt+F12"
459563
460 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
564 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
461565 msgid "Screenshot"
462566 msgstr "Schermafdruk"
463567
464 #: ../src/virt-viewer-window.c:1051
568 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
569 msgid "Unknown"
570 msgstr ""
571
572 #: ../src/virt-viewer-window.c:1062
465573 msgid "Disconnect"
466574 msgstr "Verbinding verbreken"
467575
468 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
576 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
469577 #: ../src/virt-viewer.xml.h:3
470578 msgid "USB device selection"
471579 msgstr "USB apparaat selectie"
472580
473 #: ../src/virt-viewer-window.c:1070
581 #: ../src/virt-viewer-window.c:1081
474582 msgid "Send key combination"
475583 msgstr "Stuur sleutel combinatie"
476584
477 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
585 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
478586 msgid "Leave fullscreen"
479587 msgstr "Verlaat volledig scherm"
480588
481 #: ../src/virt-viewer-window.c:1162
589 #: ../src/virt-viewer-window.c:1173
482590 msgid "Ctrl+Alt"
483591 msgstr "Ctrl+Alt"
484592
485 #: ../src/virt-viewer-window.c:1165
593 #: ../src/virt-viewer-window.c:1176
486594 #, c-format
487595 msgid "(Press %s to release pointer)"
488596 msgstr "(Druk op %s om wijzer vrij te geven)"
489597
490598 #. translators:
491 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
492 #. <appname>"
493 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
494 #. Viewer"
495 #: ../src/virt-viewer-window.c:1176
599 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
600 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
601 #.
602 #: ../src/virt-viewer-window.c:1187
496603 #, c-format
497604 msgid "%s%s%s - %s"
498605 msgstr "%s%s%s - %s"
499606
500607 #. translators: <space>
501 #: ../src/virt-viewer-window.c:1180
608 #: ../src/virt-viewer-window.c:1191
502609 msgid " "
503610 msgstr " "
504611
505 #: ../src/virt-viewer-file.c:624
612 #: ../src/virt-viewer-file.c:825
613 #, c-format
614 msgid ""
615 "At least %s version %s is required to setup this connection, see %s for "
616 "details"
617 msgstr ""
618
619 #: ../src/virt-viewer-file.c:833
506620 #, c-format
507621 msgid "At least %s version %s is required to setup this connection"
508622 msgstr "%s versie %s is tenminste vereist om deze verbinding in te stellen"
509623
510 #: ../src/virt-viewer.c:133
624 #: ../src/virt-viewer.c:163
511625 msgid "Waiting for guest domain to re-start"
512626 msgstr "Wacht tot gast domein opnieuw opgestart wordt"
513627
514 #: ../src/virt-viewer.c:318
628 #: ../src/virt-viewer.c:409
515629 #, c-format
516630 msgid "Cannot determine the graphic type for the guest %s"
517631 msgstr "Kan het grafische type voor de gast %s niet bepalen"
518632
519 #: ../src/virt-viewer.c:341
520 #, c-format
521 msgid "Cannot determine the graphic address for the guest %s"
522 msgstr "Kan het grafische adres voor de gast %s niet bepalen"
523
524 #: ../src/virt-viewer.c:354
633 #: ../src/virt-viewer.c:448
525634 #, c-format
526635 msgid "Cannot determine the host for the guest %s"
527636 msgstr "Kan de host voor de gast %s niet bepalen"
528637
529 #: ../src/virt-viewer.c:540
638 #: ../src/virt-viewer.c:476
639 #, c-format
640 msgid "Guest '%s' is not reachable"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:697
644 #, c-format
645 msgid "Virtual machine %s is not running"
646 msgstr ""
647
648 #: ../src/virt-viewer.c:720
530649 msgid "Waiting for libvirt to start"
531650 msgstr "Wacht op het opstarten van libvirt"
532651
533 #: ../src/virt-viewer.c:544
652 #: ../src/virt-viewer.c:724
534653 msgid "Finding guest domain"
535654 msgstr "Zoek naar gast domein"
536655
537 #: ../src/virt-viewer.c:548
656 #: ../src/virt-viewer.c:728
538657 msgid "Waiting for guest domain to be created"
539658 msgstr "Wacht tot gast domein aangemaakt is"
540659
541 #: ../src/virt-viewer.c:553
542 #, c-format
543 msgid "Cannot find guest domain %s"
544 msgstr "Kan gast domein %s niet vinden"
545
546 #: ../src/virt-viewer.c:566
660 #: ../src/virt-viewer.c:750
547661 msgid "Checking guest domain status"
548662 msgstr "Controleer gast domein status"
549663
550 #: ../src/virt-viewer.c:573
664 #: ../src/virt-viewer.c:753
665 msgid "Cannot get guest state"
666 msgstr ""
667
668 #: ../src/virt-viewer.c:759
551669 msgid "Waiting for guest domain to start"
552670 msgstr "Wacht tot gast domein gestart wordt"
553671
554 #: ../src/virt-viewer.c:580
555 msgid "Waiting for guest domain to start server"
556 msgstr "Wacht tot gast domein de server opstart"
557
558 #: ../src/virt-viewer.c:694
559 #, c-format
560 msgid "Unable to connect to libvirt with URI %s"
561 msgstr "Kan niet verbinden met libvirt met URI %s"
562
563 #: ../src/virt-viewer.c:695
672 #: ../src/virt-viewer.c:863
673 #, c-format
674 msgid "Unable to connect to libvirt with URI: %s."
675 msgstr ""
676
677 #: ../src/virt-viewer.c:864
564678 msgid "[none]"
565679 msgstr "[geen]"
566680
681 #: ../src/virt-viewer.c:871
682 msgid "Authentication failed."
683 msgstr ""
684
685 #: ../src/virt-viewer.c:931
686 msgid "Failed to connect: "
687 msgstr ""
688
689 #.
567690 #. * Local variables:
568691 #. * c-indent-level: 4
569692 #. * c-basic-offset: 4
570693 #. * indent-tabs-mode: nil
571694 #. * End:
695 #.
572696 #: ../src/virt-viewer.xml.h:1
573697 msgid "_File"
574698 msgstr "_Bestand"
581705 msgid "Smartcard removal"
582706 msgstr "Verwijder Smartcard"
583707
584 #: ../src/virt-viewer.xml.h:6
708 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
709 msgid "Preferences"
710 msgstr ""
711
712 #: ../src/virt-viewer.xml.h:7
585713 msgid "_View"
586714 msgstr "_View"
587715
588 #: ../src/virt-viewer.xml.h:7
716 #: ../src/virt-viewer.xml.h:8
589717 msgid "Full screen"
590718 msgstr "Volledig scherm"
591719
592 #: ../src/virt-viewer.xml.h:8
720 #: ../src/virt-viewer.xml.h:9
593721 msgid "_Zoom"
594722 msgstr "_Zoom"
595723
596 #: ../src/virt-viewer.xml.h:9
724 #: ../src/virt-viewer.xml.h:10
597725 msgid "Displays"
598726 msgstr "Displays"
599727
600 #: ../src/virt-viewer.xml.h:10
728 #: ../src/virt-viewer.xml.h:11
601729 msgid "Release cursor"
602730 msgstr "Geef cursor vrij"
603731
604 #: ../src/virt-viewer.xml.h:11
732 #: ../src/virt-viewer.xml.h:12
605733 msgid "_Send key"
606734 msgstr "_Stuur sleutel"
607735
608 #: ../src/virt-viewer.xml.h:12
736 #: ../src/virt-viewer.xml.h:13
609737 msgid "_Help"
610738 msgstr "_Hulp"
739
740 #: ../src/virt-viewer.xml.h:14
741 msgid "_Guest Details"
742 msgstr ""
743
744 #: ../src/virt-viewer-guest-details.xml.h:1
745 msgid "Guest Details"
746 msgstr ""
747
748 #: ../src/virt-viewer-guest-details.xml.h:2
749 msgid "Name:"
750 msgstr ""
751
752 #: ../src/virt-viewer-guest-details.xml.h:3
753 msgid "GUID:"
754 msgstr ""
755
756 #: ../src/virt-viewer-vm-connection.xml.h:1
757 msgid "Choose a virtual machine"
758 msgstr ""
759
760 #: ../src/virt-viewer-vm-connection.xml.h:2
761 msgid "Name"
762 msgstr ""
763
764 #: ../src/virt-viewer-vm-connection.xml.h:3
765 msgid "Available virtual machines"
766 msgstr ""
767
768 #: ../src/virt-viewer-preferences.xml.h:2
769 msgid "Folder sharing"
770 msgstr ""
771
772 #: ../src/virt-viewer-preferences.xml.h:3
773 msgid "Share folder"
774 msgstr ""
775
776 #: ../src/virt-viewer-preferences.xml.h:4
777 msgid "Read-only"
778 msgstr ""
779
780 #: ../src/virt-viewer-preferences.xml.h:5
781 msgid "Spice"
782 msgstr ""
+352
-205
po/nn.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Norwegian Nynorsk (http://www.transifex.com/projects/p/virt-viewer/language/nn/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Norwegian Nynorsk\n"
13 "Language: nn\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: nn\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+0
-610
po/no.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Norwegian (http://www.transifex.com/projects/p/virt-viewer/language/no/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: no\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Northern Sotho (http://www.transifex.com/projects/p/virt-viewer/language/nso/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Northern Sotho\n"
13 "Language: nso\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: nso\n"
17 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+334
-169
po/or.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Manoj Kumar Giri <mgiri@redhat.com>, 2010,2012-2014
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: virt-viewer\n"
8 "Project-Id-Version: PACKAGE VERSION\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
11 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
10 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
11 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1212 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
13 "Language-Team: Oriya (http://www.transifex.com/projects/p/virt-viewer/language/or/)\n"
13 "Language-Team: Oriya (http://www.transifex.com/projects/p/virt-viewer/"
14 "language/or/)\n"
15 "Language: or\n"
1416 "MIME-Version: 1.0\n"
1517 "Content-Type: text/plain; charset=UTF-8\n"
1618 "Content-Transfer-Encoding: 8bit\n"
17 "Language: or\n"
1819 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 "X-Generator: Zanata 3.7.3\n"
21
22 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2123 msgid "Remote Viewer"
2224 msgstr "ସୁଦୂର ପ୍ରଦର୍ଶିକା"
2325
7173
7274 #: ../src/remote-viewer-main.c:50
7375 #, c-format
74 msgid "remote-viewer version %s\n"
75 msgstr "remote-viewer ସଂସ୍କରଣ %s\n"
76
77 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
76 msgid "remote-viewer version %s"
77 msgstr ""
78
79 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7880 msgid "Display version information"
7981 msgstr "ସଂସ୍କରଣ ସୂଚନା ଦେଖାନ୍ତୁ"
8082
81 #: ../src/remote-viewer-main.c:101
83 #: ../src/remote-viewer-main.c:105
8284 msgid "Set window title"
8385 msgstr "ୱିଣ୍ଡୋ ଶୀର୍ଷକ ସେଟ କରନ୍ତୁ"
8486
85 #: ../src/remote-viewer-main.c:104
87 #: ../src/remote-viewer-main.c:108
8688 msgid "Open connection using Spice controller communication"
8789 msgstr "ସ୍ପାଇସ ନିୟନ୍ତ୍ରକ ଯୋଗାଯୋଗ ମାଧ୍ଯମରେ ସଂଯୋଗକୁ ଖୋଲନ୍ତୁ"
8890
89 #: ../src/remote-viewer-main.c:116
91 #: ../src/remote-viewer-main.c:120
9092 msgid "Remote viewer client"
9193 msgstr ""
9294
93 #: ../src/remote-viewer-main.c:134
95 #: ../src/remote-viewer-main.c:138
9496 #, c-format
9597 msgid ""
9698 "%s\n"
9799 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr "%s\nଉପଲବ୍ଧ ପାଠ୍ଯ ନିର୍ଦ୍ଦେଶ ବିକଳ୍ପର ସଂପୂର୍ଣ୍ଣ ତାଲିକା ଦେଖିବା ପାଇଁ '%s --help' କୁ ଚଳାନ୍ତୁ\n"
99
100 #: ../src/remote-viewer-main.c:146
100 msgstr ""
101 "%s\n"
102 "ଉପଲବ୍ଧ ପାଠ୍ଯ ନିର୍ଦ୍ଦେଶ ବିକଳ୍ପର ସଂପୂର୍ଣ୍ଣ ତାଲିକା ଦେଖିବା ପାଇଁ '%s --help' କୁ ଚଳାନ୍ତୁ\n"
103
104 #: ../src/remote-viewer-main.c:149
101105 #, c-format
102106 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr "ତ୍ରୁଟି: ଅତିରିକ୍ତ ସ୍ୱତନ୍ତ୍ରଚରଗୁଡ଼ିକ ଦିଆଯାଇଥାଏ ଯେତେବେଳେ ସ୍ପାଇସ ନିୟନ୍ତ୍ରକ ବ୍ୟବହାର କରାଯାଇଥାଏ\n"
104
105 #: ../src/remote-viewer-main.c:153
107 msgstr ""
108 "ତ୍ରୁଟି: ଅତିରିକ୍ତ ସ୍ୱତନ୍ତ୍ରଚରଗୁଡ଼ିକ ଦିଆଯାଇଥାଏ ଯେତେବେଳେ ସ୍ପାଇସ ନିୟନ୍ତ୍ରକ ବ୍ୟବହାର କରାଯାଇଥାଏ\n"
109
110 #: ../src/remote-viewer-main.c:156
106111 #, c-format
107112 msgid "Error: can't handle multiple URIs\n"
108113 msgstr "ତ୍ରୁଟି: ଏକାଧିକ URI ଗୁଡ଼ିକୁ ନିୟନ୍ତ୍ରଣ କରିପାରିବେ ନାହିଁ\n"
109114
110 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
115 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
111116 msgid "Failed to initiate connection"
112117 msgstr " ସଂଯୋଗ ଆରମ୍ଭ କରିବାରେ ବିଫଳ"
113118
114 #: ../src/remote-viewer.c:294
119 #: ../src/remote-viewer.c:313
115120 msgid "Display disabled by controller"
116121 msgstr "ନିୟନ୍ତ୍ରକ ଦ୍ୱାରା ପ୍ରଦର୍ଶନୀ ନିଷ୍କ୍ରିୟ ହୋଇଛି"
117122
118 #: ../src/remote-viewer.c:592
123 #: ../src/remote-viewer.c:609
119124 #, c-format
120125 msgid "Controller connection failed: %s"
121126 msgstr "ନିୟନ୍ତ୍ରକ ସଂଯୋଗ ଅସଫଳ ହେଲା:%s"
122127
123 #. Create the widgets
124 #: ../src/remote-viewer.c:924
125 msgid "Connection details"
126 msgstr "ସଂଯୋଗ ବିବରଣୀ"
127
128 #: ../src/remote-viewer.c:939
129 msgid "_Connection Address"
128 #: ../src/remote-viewer.c:755
129 msgid "_Change CD"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:855
133 msgid "failed to parse ovirt uri"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
137 msgid "Authentication was cancelled"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:900
141 #, c-format
142 msgid "oVirt VM %s is not running"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:914
146 #, c-format
147 msgid "oVirt VM %s has no display"
148 msgstr ""
149
150 #: ../src/remote-viewer.c:940
151 #, c-format
152 msgid "oVirt VM %s has no host information"
130153 msgstr ""
131154
132155 #: ../src/remote-viewer.c:951
133 msgid "For example, spice://foo.example.org:5900"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:964
137 msgid "_Recent Connections"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:1020
141 msgid "Couldn't create a Spice session"
142 msgstr "ସ୍ପାଇସ ଅଧିବେଶନ ପ୍ରସ୍ତୁତ ହୋଇପାରିଲା ନାହିଁ"
143
144 #: ../src/remote-viewer.c:1034
156 #, c-format
157 msgid "oVirt VM %s has unknown display type: %d"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1094
145161 msgid "Setting up Spice session..."
146162 msgstr "ସ୍ପାଇସ ଅଧିବେଶନ ସେଟ କରୁଅଛି..."
147163
148 #: ../src/remote-viewer.c:1055
149 #, c-format
150 msgid "Invalid file %s"
151 msgstr "ଅବୈଧ ଫାଇଲ %s"
152
153 #: ../src/remote-viewer.c:1062
164 #: ../src/remote-viewer.c:1102
165 msgid "No connection was chosen"
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1120
169 #, c-format
170 msgid "Invalid file %s: "
171 msgstr ""
172
173 #: ../src/remote-viewer.c:1128
154174 msgid "Cannot determine the connection type from URI"
155175 msgstr "URI ରୁ ସଂଯୋଗ ପ୍ରକାରକୁ ନିର୍ଦ୍ଧାରଣ କରିପାରିବେ ନାହିଁ"
156176
157 #: ../src/remote-viewer.c:1068
158 msgid "Couldn't open oVirt session"
159 msgstr "oVirt ଅଧିବେଶନକୁ ଖୋଲିପାରିଲା ନାହିଁ"
160
161 #: ../src/remote-viewer.c:1075
162 #, c-format
163 msgid "Couldn't create a session for this type: %s"
164 msgstr "ଏହି ପ୍ରକାର ପାଇଁ ସ୍ପାଇସ ଅଧିବେଶନ ପ୍ରସ୍ତୁତ ହୋଇପାରିଲା ନାହିଁ: %s"
165
177 #: ../src/remote-viewer.c:1134
178 msgid "Couldn't open oVirt session: "
179 msgstr ""
180
181 #.
166182 #. * Local variables:
167183 #. * c-indent-level: 4
168184 #. * c-basic-offset: 4
169185 #. * indent-tabs-mode: nil
170186 #. * End:
187 #.
188 #: ../src/remote-viewer-connect.xml.h:1
189 msgid "Connection details"
190 msgstr "ସଂଯୋଗ ବିବରଣୀ"
191
192 #: ../src/remote-viewer-connect.xml.h:2
193 msgid "Connection Address"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:3
197 msgid "For example, spice://foo.example.org:5900"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:4
201 msgid "Recent connections"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:5
205 msgid "Cancel"
206 msgstr ""
207
208 #: ../src/remote-viewer-connect.xml.h:6
209 msgid "Connect"
210 msgstr ""
211
171212 #: ../src/virt-viewer-about.xml.h:1
172213 msgid "About Glade"
173214 msgstr "ଗ୍ଲେଡ ବିଷୟରେ"
180221
181222 #: ../src/virt-viewer-about.xml.h:4
182223 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
183 msgstr "GTK-VNC, SPICE-GTK ଏବଂ libvirt ସହାୟତାରେ ଏକ ସୁଦୂର ଡେସ୍କଟପ କ୍ଲାଏଣ୍ଟ ପ୍ରସ୍ତୁତ ହୋଇଛି"
224 msgstr ""
225 "GTK-VNC, SPICE-GTK ଏବଂ libvirt ସହାୟତାରେ ଏକ ସୁଦୂର ଡେସ୍କଟପ କ୍ଲାଏଣ୍ଟ ପ୍ରସ୍ତୁତ ହୋଇଛି"
184226
185227 #: ../src/virt-viewer-about.xml.h:5
186228 msgid "virt-manager.org"
201243 "You should have received a copy of the GNU General Public License\n"
202244 "along with this program; if not, write to the Free Software\n"
203245 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
204 msgstr "This program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
246 msgstr ""
247 "This program is free software; you can redistribute it and/or modify\n"
248 "it under the terms of the GNU General Public License as published by\n"
249 "the Free Software Foundation; either version 2 of the License, or\n"
250 "(at your option) any later version.\n"
251 "\n"
252 "This program is distributed in the hope that it will be useful,\n"
253 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
254 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
255 "GNU General Public License for more details.\n"
256 "\n"
257 "You should have received a copy of the GNU General Public License\n"
258 "along with this program; if not, write to the Free Software\n"
259 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
205260
206261 #: ../src/virt-viewer-about.xml.h:20
207262 msgid "The Fedora Translation Team"
208263 msgstr "Fedora ଅନୁବାଦନ ଗୋଷ୍ଠି"
209264
210 #: ../src/virt-viewer-app.c:400
265 #: ../src/virt-viewer-app.c:526
211266 msgid "Do you want to close the session?"
212267 msgstr "ଆପଣ ଅଧିବେଶନକୁ ବନ୍ଦ କରିବାକୁ ଚାହୁଁଛନ୍ତି କି?"
213268
214 #: ../src/virt-viewer-app.c:402
269 #: ../src/virt-viewer-app.c:528
215270 msgid "Do not ask me again"
216271 msgstr "ମୋତେ ପୁନର୍ବାର ପଚାରନ୍ତୁ ନାହିଁ"
217272
218 #: ../src/virt-viewer-app.c:841
273 #: ../src/virt-viewer-app.c:1008
219274 #, c-format
220275 msgid "Waiting for display %d..."
221276 msgstr "%d କୁ ଅପେକ୍ଷା କରିଅଛି..."
222277
223 #: ../src/virt-viewer-app.c:946
224 #, c-format
225 msgid "Unknown graphic type for the guest %s"
226 msgstr "ଅତିଥି %s ପାଇଁ ଅଜ୍ଞାତ ଲେଖାଚିତ୍ର ପ୍ରକାର"
227
228 #: ../src/virt-viewer-app.c:1027
278 #: ../src/virt-viewer-app.c:1117
279 #, c-format
280 msgid "Unsupported graphic type '%s'"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:1200
229284 msgid "Connect to ssh failed."
230285 msgstr "ssh ସହିତ ସଂଯୋଗ ବିଫଳ ହୋଇଛି।"
231286
232 #: ../src/virt-viewer-app.c:1029
287 #: ../src/virt-viewer-app.c:1202
233288 msgid "Can't connect to channel, SSH only supported."
234289 msgstr "ଚ୍ୟାନେଲ ସହିତ ସଂଯୋଗ କରିପାରିବେ ନାହିଁ, କେବଳ SSH ସମର୍ଥିତ।"
235290
236 #: ../src/virt-viewer-app.c:1041
291 #: ../src/virt-viewer-app.c:1214
237292 msgid "Connect to channel unsupported."
238293 msgstr "ଚ୍ୟାନେଲ ସହିତ ସଂଯୋଗ ଅସମର୍ଥିତ।"
239294
240 #: ../src/virt-viewer-app.c:1123
295 #: ../src/virt-viewer-app.c:1276
296 msgid "Display can only be attached through libvirt with --attach"
297 msgstr ""
298
299 #: ../src/virt-viewer-app.c:1299
241300 msgid "Connecting to graphic server"
242301 msgstr "ଆଲେଖିକ ସର୍ଭର ସହିତ ସଂଯୋଗ କରୁଅଛି"
243302
244 #: ../src/virt-viewer-app.c:1256
303 #: ../src/virt-viewer-app.c:1398
245304 msgid "Guest domain has shutdown"
246305 msgstr "ଅତିଥି ଡମେନ ବନ୍ଦ ଅଛି"
247306
248 #: ../src/virt-viewer-app.c:1317
307 #: ../src/virt-viewer-app.c:1459
249308 msgid "Connected to graphic server"
250309 msgstr "ଆଲେଖି ସର୍ଭର ସହ ସଂଯୁକ୍ତ"
251310
252 #: ../src/virt-viewer-app.c:1344
311 #: ../src/virt-viewer-app.c:1486
253312 #, c-format
254313 msgid "Unable to connect to the graphic server %s"
255314 msgstr "ଆଲେଖୀ ସର୍ଭର %s ସହିତ ସଂଯୋଗ କରିବାରେ ଅସମର୍ଥ"
256315
257 #: ../src/virt-viewer-app.c:1376
258 #, c-format
259 msgid ""
260 "Unable to authenticate with remote desktop server at %s: %s\n"
261 "Retry connection again?"
262 msgstr "%s ରେ ସୁଦୂର ଡେସ୍କଟପ ସର୍ଭର ସହିତ ବୈଧିକରଣ କରିବାରେ ଅସମର୍ଥ: %s\nପୁଣିଥରେ ଚେଷ୍ଟା କରିବେ କି?"
263
264 #: ../src/virt-viewer-app.c:1396
316 #: ../src/virt-viewer-app.c:1512
317 #, c-format
318 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
319 msgstr ""
320
321 #: ../src/virt-viewer-app.c:1525
265322 #, c-format
266323 msgid "Unable to authenticate with remote desktop server: %s"
267324 msgstr "ସୁଦୂର ଡେସ୍କଟପ ସର୍ଭର ସହିତ ବୈଧିକରଣ କରିବାରେ ଅସମର୍ଥ: %s"
268325
269 #: ../src/virt-viewer-app.c:1404
326 #: ../src/virt-viewer-app.c:1533
270327 #, c-format
271328 msgid "USB redirection error: %s"
272329 msgstr "USB ଦିଗପରିବର୍ତ୍ତନ ତ୍ରୁଟି: %s"
273330
274 #: ../src/virt-viewer-app.c:1632
331 #: ../src/virt-viewer-app.c:1786
275332 #, c-format
276333 msgid "Zoom level must be within %d-%d\n"
277334 msgstr "ଆକାର ବୃଦ୍ଧି ସ୍ତର ନିଶ୍ଚିତ ଭାବରେ %d-%d ମଧ୍ଯରେ ରହିବା ଉଚିତ\n"
278335
279 #: ../src/virt-viewer-app.c:2126
336 #: ../src/virt-viewer-app.c:2296
280337 #, c-format
281338 msgid "Display %d"
282339 msgstr "%d ଦର୍ଶାଅ"
283340
284 #: ../src/virt-viewer-app.c:2301
341 #: ../src/virt-viewer-app.c:2552
285342 #, c-format
286343 msgid "Invalid kiosk-quit argument: %s"
287344 msgstr "ଅବୈଧ kiosk-quit ସ୍ୱତନ୍ତ୍ରଚର: %s"
288345
289 #: ../src/virt-viewer-app.c:2310
346 #: ../src/virt-viewer-app.c:2561
290347 msgid "Zoom level of window, in percentage"
291348 msgstr "ୱିଣ୍ଡୋର ଆକାର ବୃଦ୍ଧି ସ୍ତର, ଶତକଡ଼ାରେ"
292349
293 #: ../src/virt-viewer-app.c:2312
350 #: ../src/virt-viewer-app.c:2563
294351 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
295352 msgstr "ସମ୍ପୂର୍ଣ୍ଣ ପରଦା ଧାରାରେ ଖୋଲନ୍ତୁ (ଅତିଥି ବିଭେଦନକୁ କ୍ଲାଏଣ୍ଟ ସହିତ ମେଳାଇଥାଏ)।"
296353
297 #: ../src/virt-viewer-app.c:2314
354 #: ../src/virt-viewer-app.c:2565
298355 msgid "Customise hotkeys"
299356 msgstr "ହଟ-କିଗୁଡ଼ିକୁ ଇଚ୍ଛାମୁତାବକ କରନ୍ତୁ"
300357
301 #: ../src/virt-viewer-app.c:2316
358 #: ../src/virt-viewer-app.c:2567
302359 msgid "Enable kiosk mode"
303360 msgstr "kiosk ଧାରାକୁ ସକ୍ରିୟ କରନ୍ତୁ"
304361
305 #: ../src/virt-viewer-app.c:2318
362 #: ../src/virt-viewer-app.c:2569
306363 msgid "Quit on given condition in kiosk mode"
307364 msgstr "kiosk ଧାରାରେ ଦିଆଯାଇଥିବା ସର୍ତ୍ତରେ ବିଦାୟ ନିଅନ୍ତୁ"
308365
309 #: ../src/virt-viewer-app.c:2318
366 #: ../src/virt-viewer-app.c:2569
310367 msgid "<never|on-disconnect>"
311368 msgstr "<never|on-disconnect>"
312369
313 #: ../src/virt-viewer-app.c:2320
370 #: ../src/virt-viewer-app.c:2571
314371 msgid "Display verbose information"
315372 msgstr "ଶବ୍ଦାଡ଼ମ୍ବରପୂର୍ଣ୍ଣ ସୂଚନା ଦର୍ଶାନ୍ତୁ"
316373
317 #: ../src/virt-viewer-app.c:2322
374 #: ../src/virt-viewer-app.c:2573
318375 msgid "Display debugging information"
319376 msgstr "ତ୍ରୁଟିନିବାରଣ ସୂଚନା ଦର୍ଶାନ୍ତୁ"
320377
378 #: ../src/virt-viewer-auth.c:88
379 #, c-format
380 msgid ""
381 "Authentication is required for the %s connection to:\n"
382 "\n"
383 "<b>%s</b>\n"
384 "\n"
385 msgstr ""
386
387 #: ../src/virt-viewer-auth.c:92
388 #, c-format
389 msgid "Authentication is required for the %s connection:\n"
390 msgstr ""
391
392 #.
321393 #. * Local variables:
322394 #. * c-indent-level: 4
323395 #. * c-basic-offset: 4
324396 #. * indent-tabs-mode: nil
325397 #. * End:
398 #.
326399 #: ../src/virt-viewer-auth.xml.h:1
327400 msgid "Authentication required"
328401 msgstr "ବୈଧିକରଣ ଆବଶ୍ଯକ"
329402
330 #: ../src/virt-viewer-auth.xml.h:2
403 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
331404 msgid "label"
332405 msgstr "ନାମପଟି"
333406
339412 msgid "Username:"
340413 msgstr "ଚାଳକ ନାମ:"
341414
415 #: ../src/virt-viewer-auth.xml.h:5
416 msgid "Show password"
417 msgstr ""
418
419 #: ../src/virt-viewer-display-vnc.c:133
420 msgid "VNC does not provide GUID"
421 msgstr ""
422
342423 #: ../src/virt-viewer-main.c:38
343424 #, c-format
344425 msgid "%s version %s\n"
377458 msgid "Virtual machine graphical console"
378459 msgstr ""
379460
380 #: ../src/virt-viewer-main.c:108
461 #: ../src/virt-viewer-main.c:107
381462 #, c-format
382463 msgid ""
383464 "\n"
384 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
465 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
385466 "\n"
386467 "%s\n"
387468 "\n"
388 msgstr "\nବ୍ୟବହାର ବିଧି: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
389
390 #: ../src/virt-viewer-session-spice.c:506
391 msgid "invalid password"
392 msgstr "ଅବୈଧ ପ୍ରବେଶ ସଂକେତ"
469 msgstr ""
470
471 #: ../src/virt-viewer-main.c:112
472 #, c-format
473 msgid ""
474 "\n"
475 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
476 "\n"
477 msgstr ""
478
479 #: ../src/virt-viewer-session-spice.c:694
480 msgid "Invalid password"
481 msgstr ""
393482
394483 #. Create the widgets
395 #: ../src/virt-viewer-session-spice.c:588
484 #: ../src/virt-viewer-session-spice.c:786
396485 msgid "Select USB devices for redirection"
397486 msgstr "ଦିଗ ପରିବର୍ତ୍ତନ ପାଇଁ USB ଉପକରଣଗୁଡ଼ିକୁ ବାଛନ୍ତୁ"
398487
399 #: ../src/virt-viewer-session-vnc.c:148
488 #: ../src/virt-viewer-session-vnc.c:153
400489 #, c-format
401490 msgid "Unsupported authentication type %d"
402491 msgstr "ଅସମର୍ଥିତ ପ୍ରାଧିକରଣ ପ୍ରକାର %d"
403492
404 #: ../src/virt-viewer-window.c:587
493 #: ../src/virt-viewer-vm-connection.c:64
494 msgid "No virtual machine found"
495 msgstr ""
496
497 #: ../src/virt-viewer-vm-connection.c:93
498 msgid "No virtual machine was chosen"
499 msgstr ""
500
501 #: ../src/virt-viewer-window.c:537
405502 msgid "Ctrl+Alt+_Del"
406503 msgstr "Ctrl+Alt+_Del"
407504
408 #: ../src/virt-viewer-window.c:588
505 #: ../src/virt-viewer-window.c:538
409506 msgid "Ctrl+Alt+_Backspace"
410507 msgstr "Ctrl+Alt+_Backspace"
411508
412 #: ../src/virt-viewer-window.c:590
509 #: ../src/virt-viewer-window.c:540
413510 msgid "Ctrl+Alt+F_1"
414511 msgstr "Ctrl+Alt+F_1"
415512
416 #: ../src/virt-viewer-window.c:591
513 #: ../src/virt-viewer-window.c:541
417514 msgid "Ctrl+Alt+F_2"
418515 msgstr "Ctrl+Alt+F_2"
419516
420 #: ../src/virt-viewer-window.c:592
517 #: ../src/virt-viewer-window.c:542
421518 msgid "Ctrl+Alt+F_3"
422519 msgstr "Ctrl+Alt+F_3"
423520
424 #: ../src/virt-viewer-window.c:593
521 #: ../src/virt-viewer-window.c:543
425522 msgid "Ctrl+Alt+F_4"
426523 msgstr "Ctrl+Alt+F_4"
427524
428 #: ../src/virt-viewer-window.c:594
525 #: ../src/virt-viewer-window.c:544
429526 msgid "Ctrl+Alt+F_5"
430527 msgstr "Ctrl+Alt+F_5"
431528
432 #: ../src/virt-viewer-window.c:595
529 #: ../src/virt-viewer-window.c:545
433530 msgid "Ctrl+Alt+F_6"
434531 msgstr "Ctrl+Alt+F_6"
435532
436 #: ../src/virt-viewer-window.c:596
533 #: ../src/virt-viewer-window.c:546
437534 msgid "Ctrl+Alt+F_7"
438535 msgstr "Ctrl+Alt+F_7"
439536
440 #: ../src/virt-viewer-window.c:597
537 #: ../src/virt-viewer-window.c:547
441538 msgid "Ctrl+Alt+F_8"
442539 msgstr "Ctrl+Alt+F_8"
443540
444 #: ../src/virt-viewer-window.c:598
541 #: ../src/virt-viewer-window.c:548
445542 msgid "Ctrl+Alt+F_9"
446543 msgstr "Ctrl+Alt+F_9"
447544
448 #: ../src/virt-viewer-window.c:599
545 #: ../src/virt-viewer-window.c:549
449546 msgid "Ctrl+Alt+F1_0"
450547 msgstr "Ctrl+Alt+F1_0"
451548
452 #: ../src/virt-viewer-window.c:600
549 #: ../src/virt-viewer-window.c:550
453550 msgid "Ctrl+Alt+F11"
454551 msgstr "Ctrl+Alt+F11"
455552
456 #: ../src/virt-viewer-window.c:601
553 #: ../src/virt-viewer-window.c:551
457554 msgid "Ctrl+Alt+F12"
458555 msgstr "Ctrl+Alt+F12"
459556
460 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
557 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
461558 msgid "Screenshot"
462559 msgstr "ଆଶୁଚିତ୍ର"
463560
464 #: ../src/virt-viewer-window.c:1051
561 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
562 msgid "Unknown"
563 msgstr ""
564
565 #: ../src/virt-viewer-window.c:1062
465566 msgid "Disconnect"
466567 msgstr "ସଂଯୋଗ ବିଚ୍ଛିନ୍ନ ହୋଇଛି"
467568
468 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
569 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
469570 #: ../src/virt-viewer.xml.h:3
470571 msgid "USB device selection"
471572 msgstr "USB ଉପକରଣ ଚୟନ"
472573
473 #: ../src/virt-viewer-window.c:1070
574 #: ../src/virt-viewer-window.c:1081
474575 msgid "Send key combination"
475576 msgstr "କି ଯୁଗଳକୁ ପଠାନ୍ତୁ"
476577
477 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
578 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
478579 msgid "Leave fullscreen"
479580 msgstr "ସମ୍ପୁର୍ଣ୍ଣ ପରଦା ଛାଡ଼ି ଦିଅନ୍ତୁ"
480581
481 #: ../src/virt-viewer-window.c:1162
582 #: ../src/virt-viewer-window.c:1173
482583 msgid "Ctrl+Alt"
483584 msgstr "Ctrl+Alt"
484585
485 #: ../src/virt-viewer-window.c:1165
586 #: ../src/virt-viewer-window.c:1176
486587 #, c-format
487588 msgid "(Press %s to release pointer)"
488589 msgstr "(ସୂଚକକୁ ଛାଡ଼ିବା ପାଇଁ %s କୁ ଦବାନ୍ତୁ)"
489590
490591 #. translators:
491 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
492 #. <appname>"
493 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
494 #. Viewer"
495 #: ../src/virt-viewer-window.c:1176
592 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
593 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
594 #.
595 #: ../src/virt-viewer-window.c:1187
496596 #, c-format
497597 msgid "%s%s%s - %s"
498598 msgstr "%s%s%s - %s"
499599
500600 #. translators: <space>
501 #: ../src/virt-viewer-window.c:1180
601 #: ../src/virt-viewer-window.c:1191
502602 msgid " "
503603 msgstr " "
504604
505 #: ../src/virt-viewer-file.c:624
605 #: ../src/virt-viewer-file.c:825
606 #, c-format
607 msgid ""
608 "At least %s version %s is required to setup this connection, see %s for "
609 "details"
610 msgstr ""
611
612 #: ../src/virt-viewer-file.c:833
506613 #, c-format
507614 msgid "At least %s version %s is required to setup this connection"
508615 msgstr "ଏହି ସଂଯୋଗକୁ ବ୍ୟବସ୍ଥା କରିବା ପାଇଁ ଅତିକମରେ %s ସଂସ୍କରଣ %s ଆବଶ୍ୟକ କରିଥାଏ"
509616
510 #: ../src/virt-viewer.c:133
617 #: ../src/virt-viewer.c:163
511618 msgid "Waiting for guest domain to re-start"
512619 msgstr "ପୁନଚାଳନ ପାଇଁ ଅତିଥି ଡମେନକୁ ଅପେକ୍ଷା କରିଛି"
513620
514 #: ../src/virt-viewer.c:318
621 #: ../src/virt-viewer.c:409
515622 #, c-format
516623 msgid "Cannot determine the graphic type for the guest %s"
517624 msgstr "ଅତିଥି %s ପାଇଁ ଆଲେଖିକ ପ୍ରକାରକୁ ନିର୍ଦ୍ଧାରଣ କରିପାରିବେ ନାହିଁ"
518625
519 #: ../src/virt-viewer.c:341
520 #, c-format
521 msgid "Cannot determine the graphic address for the guest %s"
522 msgstr "ଅତିଥି %s ପାଇଁ ଆଲେଖିକ ଠିକଣାକୁ ନିର୍ଦ୍ଧାରଣ କରିପାରିବେ ନାହିଁ"
523
524 #: ../src/virt-viewer.c:354
626 #: ../src/virt-viewer.c:448
525627 #, c-format
526628 msgid "Cannot determine the host for the guest %s"
527629 msgstr "ଅତିଥି %s ପାଇଁ ହୋଷ୍ଟ ନିର୍ଦ୍ଧାରଣ କରିପାରିବେ ନାହିଁ"
528630
529 #: ../src/virt-viewer.c:540
631 #: ../src/virt-viewer.c:476
632 #, c-format
633 msgid "Guest '%s' is not reachable"
634 msgstr ""
635
636 #: ../src/virt-viewer.c:697
637 #, c-format
638 msgid "Virtual machine %s is not running"
639 msgstr ""
640
641 #: ../src/virt-viewer.c:720
530642 msgid "Waiting for libvirt to start"
531643 msgstr "libvirt କୁ ଆରମ୍ଭ ହେବା ପାଇଁ ଅପେକ୍ଷା କରୁଅଛି"
532644
533 #: ../src/virt-viewer.c:544
645 #: ../src/virt-viewer.c:724
534646 msgid "Finding guest domain"
535647 msgstr "ଅତିଥି ଡମେନକୁ ଖୋଜୁଅଛି"
536648
537 #: ../src/virt-viewer.c:548
649 #: ../src/virt-viewer.c:728
538650 msgid "Waiting for guest domain to be created"
539651 msgstr "ନିର୍ମାଣ କରିବା ପାଇଁ ଅତିଥି ଡମେନକୁ ଅପେକ୍ଷା କରିଛି"
540652
541 #: ../src/virt-viewer.c:553
542 #, c-format
543 msgid "Cannot find guest domain %s"
544 msgstr "ଅତିଥି ଡମେନ %s କୁ ଖୋଜି ପାଇବେ ନାହିଁ"
545
546 #: ../src/virt-viewer.c:566
653 #: ../src/virt-viewer.c:750
547654 msgid "Checking guest domain status"
548655 msgstr "ଅତିଥି ଡମେନ ସ୍ଥିତିକୁ ଯାଞ୍ଚ କରୁଅଛି"
549656
550 #: ../src/virt-viewer.c:573
657 #: ../src/virt-viewer.c:753
658 msgid "Cannot get guest state"
659 msgstr ""
660
661 #: ../src/virt-viewer.c:759
551662 msgid "Waiting for guest domain to start"
552663 msgstr "ଅତିଥି ଡମେନ ଆରମ୍ଭ ହେବାକୁ ଯାଉଛି"
553664
554 #: ../src/virt-viewer.c:580
555 msgid "Waiting for guest domain to start server"
556 msgstr "ସର୍ଭରକୁ ଆରମ୍ଭ କରିବା ପାଇଁ ଅତିଥି ଡମେନକୁ ଅପେକ୍ଷା କରିଛି"
557
558 #: ../src/virt-viewer.c:694
559 #, c-format
560 msgid "Unable to connect to libvirt with URI %s"
561 msgstr "URI %s ସହାୟତାରେ libvirt ସହିତ ସଂଯୋଗ କରିବାରେ ଅସମର୍ଥ"
562
563 #: ../src/virt-viewer.c:695
665 #: ../src/virt-viewer.c:863
666 #, c-format
667 msgid "Unable to connect to libvirt with URI: %s."
668 msgstr ""
669
670 #: ../src/virt-viewer.c:864
564671 msgid "[none]"
565672 msgstr "[କିଛି ନାହିଁ]"
566673
674 #: ../src/virt-viewer.c:871
675 msgid "Authentication failed."
676 msgstr ""
677
678 #: ../src/virt-viewer.c:931
679 msgid "Failed to connect: "
680 msgstr ""
681
682 #.
567683 #. * Local variables:
568684 #. * c-indent-level: 4
569685 #. * c-basic-offset: 4
570686 #. * indent-tabs-mode: nil
571687 #. * End:
688 #.
572689 #: ../src/virt-viewer.xml.h:1
573690 msgid "_File"
574691 msgstr "ଫାଇଲ (_F)"
581698 msgid "Smartcard removal"
582699 msgstr "ସ୍ମାର୍ଟକାର୍ଡ ବାହାର କରିବା "
583700
584 #: ../src/virt-viewer.xml.h:6
701 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
702 msgid "Preferences"
703 msgstr ""
704
705 #: ../src/virt-viewer.xml.h:7
585706 msgid "_View"
586707 msgstr "ଦୃଶ୍ଯ (_V)"
587708
588 #: ../src/virt-viewer.xml.h:7
709 #: ../src/virt-viewer.xml.h:8
589710 msgid "Full screen"
590711 msgstr "ସଂପୂର୍ଣ୍ଣ ପରଦା"
591712
592 #: ../src/virt-viewer.xml.h:8
713 #: ../src/virt-viewer.xml.h:9
593714 msgid "_Zoom"
594715 msgstr "ବଡ଼ କରନ୍ତୁ (_Z)"
595716
596 #: ../src/virt-viewer.xml.h:9
717 #: ../src/virt-viewer.xml.h:10
597718 msgid "Displays"
598719 msgstr "ପ୍ରଦର୍ଶନୀ"
599720
600 #: ../src/virt-viewer.xml.h:10
721 #: ../src/virt-viewer.xml.h:11
601722 msgid "Release cursor"
602723 msgstr "ସୂଚକକୁ ଛାଡ଼ନ୍ତୁ"
603724
604 #: ../src/virt-viewer.xml.h:11
725 #: ../src/virt-viewer.xml.h:12
605726 msgid "_Send key"
606727 msgstr "କି ପଠାନ୍ତୁ (_S)"
607728
608 #: ../src/virt-viewer.xml.h:12
729 #: ../src/virt-viewer.xml.h:13
609730 msgid "_Help"
610731 msgstr "ସହାୟତା (_H)"
732
733 #: ../src/virt-viewer.xml.h:14
734 msgid "_Guest Details"
735 msgstr ""
736
737 #: ../src/virt-viewer-guest-details.xml.h:1
738 msgid "Guest Details"
739 msgstr ""
740
741 #: ../src/virt-viewer-guest-details.xml.h:2
742 msgid "Name:"
743 msgstr ""
744
745 #: ../src/virt-viewer-guest-details.xml.h:3
746 msgid "GUID:"
747 msgstr ""
748
749 #: ../src/virt-viewer-vm-connection.xml.h:1
750 msgid "Choose a virtual machine"
751 msgstr ""
752
753 #: ../src/virt-viewer-vm-connection.xml.h:2
754 msgid "Name"
755 msgstr ""
756
757 #: ../src/virt-viewer-vm-connection.xml.h:3
758 msgid "Available virtual machines"
759 msgstr ""
760
761 #: ../src/virt-viewer-preferences.xml.h:2
762 msgid "Folder sharing"
763 msgstr ""
764
765 #: ../src/virt-viewer-preferences.xml.h:3
766 msgid "Share folder"
767 msgstr ""
768
769 #: ../src/virt-viewer-preferences.xml.h:4
770 msgid "Read-only"
771 msgstr ""
772
773 #: ../src/virt-viewer-preferences.xml.h:5
774 msgid "Spice"
775 msgstr ""
+329
-166
po/pa.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Amandeep Singh Saini <asaini@redhat.com>, 2013
66 # Jaswinder Singh <jsingh@redhat.com>, 2010,2012
77 msgid ""
88 msgstr ""
9 "Project-Id-Version: virt-viewer\n"
9 "Project-Id-Version: PACKAGE VERSION\n"
1010 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
12 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
12 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1313 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
14 "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/virt-viewer/language/pa/)\n"
14 "Language-Team: Panjabi (Punjabi) (http://www.transifex.com/projects/p/virt-"
15 "viewer/language/pa/)\n"
16 "Language: pa\n"
1517 "MIME-Version: 1.0\n"
1618 "Content-Type: text/plain; charset=UTF-8\n"
1719 "Content-Transfer-Encoding: 8bit\n"
18 "Language: pa\n"
1920 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
20
21 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
21 "X-Generator: Zanata 3.7.3\n"
22
23 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2224 msgid "Remote Viewer"
2325 msgstr "ਰਿਮੋਟ ਦਰਸ਼ਕ"
2426
7274
7375 #: ../src/remote-viewer-main.c:50
7476 #, c-format
75 msgid "remote-viewer version %s\n"
76 msgstr "remote-viewer ਸੰਸਕਰਣ %s\n"
77
78 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "remote-viewer version %s"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7981 msgid "Display version information"
8082 msgstr "ਸੰਸਕਰਣ ਜਾਣਕਾਰੀ ਵਿਖਾਓ"
8183
82 #: ../src/remote-viewer-main.c:101
84 #: ../src/remote-viewer-main.c:105
8385 msgid "Set window title"
8486 msgstr "ਵਿੰਡੋ ਦਾ ਸਿਰਲੇਖ ਨਿਰਧਾਰਿਤ ਕਰੋ"
8587
86 #: ../src/remote-viewer-main.c:104
88 #: ../src/remote-viewer-main.c:108
8789 msgid "Open connection using Spice controller communication"
8890 msgstr "ਸਪਾਈਸ ਕੰਟਰੋਲਰ ਕਮਿਊਨੀਕੇਸ਼ਨ ਵਰਤ ਕੇ ਸੰਪਰਕ ਖੋਲ੍ਹੋ"
8991
90 #: ../src/remote-viewer-main.c:116
92 #: ../src/remote-viewer-main.c:120
9193 msgid "Remote viewer client"
9294 msgstr ""
9395
94 #: ../src/remote-viewer-main.c:134
96 #: ../src/remote-viewer-main.c:138
9597 #, c-format
9698 msgid ""
9799 "%s\n"
98100 "Run '%s --help' to see a full list of available command line options\n"
99 msgstr "%s\nਪੂਰੀਆਂ ਕਮਾਂਡ ਲਾਈਨ ਚੋਣਾਂ ਦੀ ਸੂਚੀ ਵੇਖਣ ਵਾਸਤੇ '%s --help' ਚਲਾਉ\n"
100
101 #: ../src/remote-viewer-main.c:146
101 msgstr ""
102 "%s\n"
103 "ਪੂਰੀਆਂ ਕਮਾਂਡ ਲਾਈਨ ਚੋਣਾਂ ਦੀ ਸੂਚੀ ਵੇਖਣ ਵਾਸਤੇ '%s --help' ਚਲਾਉ\n"
104
105 #: ../src/remote-viewer-main.c:149
102106 #, c-format
103107 msgid "Error: extra arguments given while using Spice controller\n"
104108 msgstr "ਗਲਤੀ: ਸਪਾਈਸ ਕੰਟਰੋਲਰ ਵਰਤਣ ਵੇਲੇ ਜਿਆਦਾ ਆਰਗੂਮੈਂਟ ਦਿੱਤੇ ਸੀ\n"
105109
106 #: ../src/remote-viewer-main.c:153
110 #: ../src/remote-viewer-main.c:156
107111 #, c-format
108112 msgid "Error: can't handle multiple URIs\n"
109113 msgstr "ਗਲਤੀ: ਬਹੁਤੇ URIs ਨਹੀਂ ਲੈ ਸਕਦਾ\n"
110114
111 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
115 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
112116 msgid "Failed to initiate connection"
113117 msgstr "ਸੰਪਰਕ ਚਾਲੂ ਕਰਨ ਵਿੱਚ ਅਸਫਲ"
114118
115 #: ../src/remote-viewer.c:294
119 #: ../src/remote-viewer.c:313
116120 msgid "Display disabled by controller"
117121 msgstr "ਕੰਟਰੋਲਰ ਦੁਆਰਾ ਪ੍ਰਦਰਸ਼ਨ ਅਯੋਗ ਕੀਤਾ ਹੈ"
118122
119 #: ../src/remote-viewer.c:592
123 #: ../src/remote-viewer.c:609
120124 #, c-format
121125 msgid "Controller connection failed: %s"
122126 msgstr "ਕੰਟਰੋਲਰ ਕੁਨੈਕਸ਼ਨ ਅਸਫਲ ਹੋਇਆ: %s"
123127
124 #. Create the widgets
125 #: ../src/remote-viewer.c:924
126 msgid "Connection details"
127 msgstr "ਕੁਨੈਕਸ਼ਨ ਵੇਰਵੇ"
128
129 #: ../src/remote-viewer.c:939
130 msgid "_Connection Address"
128 #: ../src/remote-viewer.c:755
129 msgid "_Change CD"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:855
133 msgid "failed to parse ovirt uri"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
137 msgid "Authentication was cancelled"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:900
141 #, c-format
142 msgid "oVirt VM %s is not running"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:914
146 #, c-format
147 msgid "oVirt VM %s has no display"
148 msgstr ""
149
150 #: ../src/remote-viewer.c:940
151 #, c-format
152 msgid "oVirt VM %s has no host information"
131153 msgstr ""
132154
133155 #: ../src/remote-viewer.c:951
134 msgid "For example, spice://foo.example.org:5900"
135 msgstr ""
136
137 #: ../src/remote-viewer.c:964
138 msgid "_Recent Connections"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:1020
142 msgid "Couldn't create a Spice session"
143 msgstr "ਸਪਾਈਸ ਸੈਸ਼ਨ ਬਣਾ ਨਹੀਂ ਸਕਿਆ"
144
145 #: ../src/remote-viewer.c:1034
156 #, c-format
157 msgid "oVirt VM %s has unknown display type: %d"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1094
146161 msgid "Setting up Spice session..."
147162 msgstr "ਸਪਾਈਸ ਸੈਸ਼ਨ ਬਣਾ ਰਿਹਾ ਹੈ..."
148163
149 #: ../src/remote-viewer.c:1055
150 #, c-format
151 msgid "Invalid file %s"
152 msgstr "ਅਯੋਗ ਫਾਈਲ %s"
153
154 #: ../src/remote-viewer.c:1062
164 #: ../src/remote-viewer.c:1102
165 msgid "No connection was chosen"
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1120
169 #, c-format
170 msgid "Invalid file %s: "
171 msgstr ""
172
173 #: ../src/remote-viewer.c:1128
155174 msgid "Cannot determine the connection type from URI"
156175 msgstr "URI ਤੋਂ ਕੁਨੈਕਸ਼ਨ ਜਾਣਕਾਰੀ ਪ੍ਰਾਪਤ ਨਹੀਂ ਕਰ ਸਕਦਾ"
157176
158 #: ../src/remote-viewer.c:1068
159 msgid "Couldn't open oVirt session"
160 msgstr "oVirt ਸੈਸ਼ਨ ਨਹੀਂ ਖੋਲ੍ਹ ਸਕਿਆ"
161
162 #: ../src/remote-viewer.c:1075
163 #, c-format
164 msgid "Couldn't create a session for this type: %s"
165 msgstr "ਇਸ ਕਿਸਮ ਲਈ ਸ਼ੈਸ਼ਨ ਨਹੀਂ ਬਣਾ ਸਕਿਆ: %s"
166
177 #: ../src/remote-viewer.c:1134
178 msgid "Couldn't open oVirt session: "
179 msgstr ""
180
181 #.
167182 #. * Local variables:
168183 #. * c-indent-level: 4
169184 #. * c-basic-offset: 4
170185 #. * indent-tabs-mode: nil
171186 #. * End:
187 #.
188 #: ../src/remote-viewer-connect.xml.h:1
189 msgid "Connection details"
190 msgstr "ਕੁਨੈਕਸ਼ਨ ਵੇਰਵੇ"
191
192 #: ../src/remote-viewer-connect.xml.h:2
193 msgid "Connection Address"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:3
197 msgid "For example, spice://foo.example.org:5900"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:4
201 msgid "Recent connections"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:5
205 msgid "Cancel"
206 msgstr ""
207
208 #: ../src/remote-viewer-connect.xml.h:6
209 msgid "Connect"
210 msgstr ""
211
172212 #: ../src/virt-viewer-about.xml.h:1
173213 msgid "About Glade"
174214 msgstr "ਗਲੇਡ ਬਾਰੇ"
202242 "You should have received a copy of the GNU General Public License\n"
203243 "along with this program; if not, write to the Free Software\n"
204244 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
205 msgstr "ਇਹ ਪਰੋਗਰਾਮ ਫਰੀ ਸਾਫਟਵੇਅਰ ਹੈ; ਤੁਸੀਂ ਇਸਨੂੰ ਮੁੜ-ਵੰਡ ਅਤੇ/ਜਾਂ ਸੋਧ ਕਰ ਸਕਦੇ ਹੋ\nGNU ਜਨਰਲ ਪਬਲਿਕ ਲਾਈਸੰਸ ਦੀਆਂ ਸ਼ਰਤਾਂ ਅਧੀਨ ਜੋ ਫਰੀ\nਸਾਫਟਵੇਅਰ ਫਾਊਂਡੇਸ਼ਨ ਦੁਆਰਾ ਜਾਰੀ ਕੀਤਾ ਗਿਆ ਹੈ; ਲਾਈਸੰਸ ਦਾ ਸੰਸਕਰਣ 2, ਜਾਂ\n(ਤੁਹਾਡੀ ਚੋਣ ਮੁਤਾਬਕ) ਕੋਈ ਬਾਅਦ ਵਾਲਾ ਸੰਸਕਰਣ\n\nਇਹ ਪਰੋਗਰਾਮ ਇਸ ਉਦੇਸ਼ ਨਾਲ ਜਾਰੀ ਕੀਤਾ ਗਿਆ ਹੈ ਕਿ ਇਹ ਵਰਤਣਯੋਗ ਹੋਵੇਗਾ,\nਪਰ ਕਿਨਾਂ ਕਿਸੇ ਵਾਰੰਟੀ; ਇੱਥੋਂ ਤੱਕ ਕਿ ਬਿਨਾਂ ਕਿਸੇ ਵਪਾਰਿਕਤਾ ਵਾਰੰਟੀ\nਜਾਂ ਕਿਸੇ ਖਾਸ ਉਦੇਸ਼ ਦੀ ਪੂਰਤੀ ਲਈ। ਵਧੇਰੇ ਵਿਸਥਾਰ ਲਈ\nGNU ਜਨਰਲ ਪਬਲਿਕ ਲਾਈਸੰਸ ਵੇਖੋ।\n\nਤੁਹਾਨੂੰ ਇਸ ਪਰੋਗਰਾਮ ਨਾਲ GNU ਜਨਰਲ ਪਬਲਿਕ ਲਾਈਸੰਸ ਦੀ ਕਾਪੀ\nਮਿਲਣੀ ਚਾਹੀਦੀ ਹੈ; ਜੇ ਨਹੀਂ, ਤਾਂ ਫਰੀ ਸਾਫਟਵੇਅਰ ਫਾਈਊਨਡੇਸ਼ਨ,\nInc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ਨੂੰ ਲਿਖੋ\n"
245 msgstr ""
246 "ਇਹ ਪਰੋਗਰਾਮ ਫਰੀ ਸਾਫਟਵੇਅਰ ਹੈ; ਤੁਸੀਂ ਇਸਨੂੰ ਮੁੜ-ਵੰਡ ਅਤੇ/ਜਾਂ ਸੋਧ ਕਰ ਸਕਦੇ ਹੋ\n"
247 "GNU ਜਨਰਲ ਪਬਲਿਕ ਲਾਈਸੰਸ ਦੀਆਂ ਸ਼ਰਤਾਂ ਅਧੀਨ ਜੋ ਫਰੀ\n"
248 "ਸਾਫਟਵੇਅਰ ਫਾਊਂਡੇਸ਼ਨ ਦੁਆਰਾ ਜਾਰੀ ਕੀਤਾ ਗਿਆ ਹੈ; ਲਾਈਸੰਸ ਦਾ ਸੰਸਕਰਣ 2, ਜਾਂ\n"
249 "(ਤੁਹਾਡੀ ਚੋਣ ਮੁਤਾਬਕ) ਕੋਈ ਬਾਅਦ ਵਾਲਾ ਸੰਸਕਰਣ\n"
250 "\n"
251 "ਇਹ ਪਰੋਗਰਾਮ ਇਸ ਉਦੇਸ਼ ਨਾਲ ਜਾਰੀ ਕੀਤਾ ਗਿਆ ਹੈ ਕਿ ਇਹ ਵਰਤਣਯੋਗ ਹੋਵੇਗਾ,\n"
252 "ਪਰ ਕਿਨਾਂ ਕਿਸੇ ਵਾਰੰਟੀ; ਇੱਥੋਂ ਤੱਕ ਕਿ ਬਿਨਾਂ ਕਿਸੇ ਵਪਾਰਿਕਤਾ ਵਾਰੰਟੀ\n"
253 "ਜਾਂ ਕਿਸੇ ਖਾਸ ਉਦੇਸ਼ ਦੀ ਪੂਰਤੀ ਲਈ। ਵਧੇਰੇ ਵਿਸਥਾਰ ਲਈ\n"
254 "GNU ਜਨਰਲ ਪਬਲਿਕ ਲਾਈਸੰਸ ਵੇਖੋ।\n"
255 "\n"
256 "ਤੁਹਾਨੂੰ ਇਸ ਪਰੋਗਰਾਮ ਨਾਲ GNU ਜਨਰਲ ਪਬਲਿਕ ਲਾਈਸੰਸ ਦੀ ਕਾਪੀ\n"
257 "ਮਿਲਣੀ ਚਾਹੀਦੀ ਹੈ; ਜੇ ਨਹੀਂ, ਤਾਂ ਫਰੀ ਸਾਫਟਵੇਅਰ ਫਾਈਊਨਡੇਸ਼ਨ,\n"
258 "Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ਨੂੰ ਲਿਖੋ\n"
206259
207260 #: ../src/virt-viewer-about.xml.h:20
208261 msgid "The Fedora Translation Team"
209262 msgstr "ਫੇਡੋਰਾ ਅਨੁਵਾਦ ਟੀਮ"
210263
211 #: ../src/virt-viewer-app.c:400
264 #: ../src/virt-viewer-app.c:526
212265 msgid "Do you want to close the session?"
213266 msgstr "ਕੀ ਤੁਸੀਂ ਸੈਸ਼ਨ ਬੰਦ ਕਰਨਾ ਚਾਹੁੰਦੇ ਹੋ?"
214267
215 #: ../src/virt-viewer-app.c:402
268 #: ../src/virt-viewer-app.c:528
216269 msgid "Do not ask me again"
217270 msgstr "ਮੈਨੂੰ ਦੁਬਾਰਾ ਨਾ ਪੁੱਛਿਓ"
218271
219 #: ../src/virt-viewer-app.c:841
272 #: ../src/virt-viewer-app.c:1008
220273 #, c-format
221274 msgid "Waiting for display %d..."
222275 msgstr "ਝਲਕ %d ਦੀ ਉਡੀਕ ਕਰ ਰਿਹਾ ਹੈ..."
223276
224 #: ../src/virt-viewer-app.c:946
225 #, c-format
226 msgid "Unknown graphic type for the guest %s"
227 msgstr "ਪ੍ਰਾਹੁਣੇ %s ਲਈ ਗਰਾਫਿਕਸ ਕਿਸਮ ਅਣਪਛਾਤੀ ਹੈ"
228
229 #: ../src/virt-viewer-app.c:1027
277 #: ../src/virt-viewer-app.c:1117
278 #, c-format
279 msgid "Unsupported graphic type '%s'"
280 msgstr ""
281
282 #: ../src/virt-viewer-app.c:1200
230283 msgid "Connect to ssh failed."
231284 msgstr "ssh ਨਾਲ ਜੁੜਨ ਤੋਂ ਅਸਫਲ ਹੋਇਆ।"
232285
233 #: ../src/virt-viewer-app.c:1029
286 #: ../src/virt-viewer-app.c:1202
234287 msgid "Can't connect to channel, SSH only supported."
235288 msgstr "ਚੈਨਲ ਨਾਲ ਜੁੜ ਨਹੀਂ ਸਕਦਾ, ਸਿਰਫ SSH ਸਮਰਥਿਤ ਹੈ।"
236289
237 #: ../src/virt-viewer-app.c:1041
290 #: ../src/virt-viewer-app.c:1214
238291 msgid "Connect to channel unsupported."
239292 msgstr "ਚੈਨਲ ਨਾਲ ਜੁੜਨ ਨੂੰ ਸਮਰਥਨ ਨਹੀਂ ਹੈ।"
240293
241 #: ../src/virt-viewer-app.c:1123
294 #: ../src/virt-viewer-app.c:1276
295 msgid "Display can only be attached through libvirt with --attach"
296 msgstr ""
297
298 #: ../src/virt-viewer-app.c:1299
242299 msgid "Connecting to graphic server"
243300 msgstr "ਗਰਾਫਿਕਸ ਸਰਵਰ ਨਾਲ ਜੁੜ ਰਿਹਾ ਹੈ"
244301
245 #: ../src/virt-viewer-app.c:1256
302 #: ../src/virt-viewer-app.c:1398
246303 msgid "Guest domain has shutdown"
247304 msgstr "ਪ੍ਰਾਹੁਣਾ ਡੋਮੇਨ ਸ਼ੱਟ-ਡਾਊਨ ਹੋ ਗਿਆ ਹੈ"
248305
249 #: ../src/virt-viewer-app.c:1317
306 #: ../src/virt-viewer-app.c:1459
250307 msgid "Connected to graphic server"
251308 msgstr "ਗਰਾਫਿਕਸ ਸਰਵਰ ਨਾਲ ਜੁੜ ਗਿਆ"
252309
253 #: ../src/virt-viewer-app.c:1344
310 #: ../src/virt-viewer-app.c:1486
254311 #, c-format
255312 msgid "Unable to connect to the graphic server %s"
256313 msgstr "ਗਰਾਫਿਕਸ ਸਰਵਰ %s ਨਾਲ ਜੁੜਨ ਤੋਂ ਅਸਮਰਥ"
257314
258 #: ../src/virt-viewer-app.c:1376
259 #, c-format
260 msgid ""
261 "Unable to authenticate with remote desktop server at %s: %s\n"
262 "Retry connection again?"
263 msgstr "%s ਤੋਂ ਰਿਮੋਟ ਡੈਸਕਟਾਪ ਸਰਵਰ ਨਾਲ ਪ੍ਰਮਾਣਿਤ ਕਰਨ ਤੋਂ ਅਸਮਰਥ: %s\nਸੰਪਰਕ ਦੀ ਦੁਬਾਰਾ ਕੋਸ਼ਿਸ਼ ਕਰਨੀ ਹੈ?"
264
265 #: ../src/virt-viewer-app.c:1396
315 #: ../src/virt-viewer-app.c:1512
316 #, c-format
317 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
318 msgstr ""
319
320 #: ../src/virt-viewer-app.c:1525
266321 #, c-format
267322 msgid "Unable to authenticate with remote desktop server: %s"
268323 msgstr "ਰਿਮੋਟ ਸਰਵਰ ਨਾਲ ਪ੍ਰਮਾਣਿਤ ਕਰਨ ਤੋਂ ਅਸਮਰਥ: %s"
269324
270 #: ../src/virt-viewer-app.c:1404
325 #: ../src/virt-viewer-app.c:1533
271326 #, c-format
272327 msgid "USB redirection error: %s"
273328 msgstr "USB ਰੀਡਾਇਰੈਕਸ਼ਨ ਗਲਤੀ: %s"
274329
275 #: ../src/virt-viewer-app.c:1632
330 #: ../src/virt-viewer-app.c:1786
276331 #, c-format
277332 msgid "Zoom level must be within %d-%d\n"
278333 msgstr "ਜ਼ੂਮ ਪੱਧਰ %d-%d ਵਿਚਕਾਰ ਹੋਣਾ ਜਰੂਰੀ ਹੈ\n"
279334
280 #: ../src/virt-viewer-app.c:2126
335 #: ../src/virt-viewer-app.c:2296
281336 #, c-format
282337 msgid "Display %d"
283338 msgstr "ਡਿਸਪਲੇਅ %d"
284339
285 #: ../src/virt-viewer-app.c:2301
340 #: ../src/virt-viewer-app.c:2552
286341 #, c-format
287342 msgid "Invalid kiosk-quit argument: %s"
288343 msgstr "ਅਯੋਗ kiosk-quit ਆਰਗੂਮੈਂਟ: %s"
289344
290 #: ../src/virt-viewer-app.c:2310
345 #: ../src/virt-viewer-app.c:2561
291346 msgid "Zoom level of window, in percentage"
292347 msgstr "ਵਿੰਡੋ ਦਾ ਜ਼ੂਮ ਪੱਧਰ, ਪ੍ਰਤੀਸ਼ਤ ਵਿੱਚ"
293348
294 #: ../src/virt-viewer-app.c:2312
349 #: ../src/virt-viewer-app.c:2563
295350 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
296351 msgstr ""
297352
298 #: ../src/virt-viewer-app.c:2314
353 #: ../src/virt-viewer-app.c:2565
299354 msgid "Customise hotkeys"
300355 msgstr "hotkeys ਚੁਣਿੰਦਾਪਨ ਕਰੋ"
301356
302 #: ../src/virt-viewer-app.c:2316
357 #: ../src/virt-viewer-app.c:2567
303358 msgid "Enable kiosk mode"
304359 msgstr "kiosk ਮੋਡ ਯੋਗ ਕਰੋ"
305360
306 #: ../src/virt-viewer-app.c:2318
361 #: ../src/virt-viewer-app.c:2569
307362 msgid "Quit on given condition in kiosk mode"
308363 msgstr "kiosk ਮੋਡ ਵਿੱਚ ਦਿੱਤੀ ਗਈ ਸਥਿਤੀ ਆਉਣ ਤੇ ਛੱਡ ਦਿਓ"
309364
310 #: ../src/virt-viewer-app.c:2318
365 #: ../src/virt-viewer-app.c:2569
311366 msgid "<never|on-disconnect>"
312367 msgstr "<never|on-disconnect>"
313368
314 #: ../src/virt-viewer-app.c:2320
369 #: ../src/virt-viewer-app.c:2571
315370 msgid "Display verbose information"
316371 msgstr "ਵਰਬੋਜ਼ ਜਾਣਕਾਰੀ ਵਿਖਾਓ"
317372
318 #: ../src/virt-viewer-app.c:2322
373 #: ../src/virt-viewer-app.c:2573
319374 msgid "Display debugging information"
320375 msgstr "ਡੀਬੱਗਿੰਗ ਜਾਣਕਾਰੀ ਵਿਖਾਓ"
321376
377 #: ../src/virt-viewer-auth.c:88
378 #, c-format
379 msgid ""
380 "Authentication is required for the %s connection to:\n"
381 "\n"
382 "<b>%s</b>\n"
383 "\n"
384 msgstr ""
385
386 #: ../src/virt-viewer-auth.c:92
387 #, c-format
388 msgid "Authentication is required for the %s connection:\n"
389 msgstr ""
390
391 #.
322392 #. * Local variables:
323393 #. * c-indent-level: 4
324394 #. * c-basic-offset: 4
325395 #. * indent-tabs-mode: nil
326396 #. * End:
397 #.
327398 #: ../src/virt-viewer-auth.xml.h:1
328399 msgid "Authentication required"
329400 msgstr "ਪ੍ਰਮਾਣਿਕਤਾ ਲੋੜੀਂਦੀ ਹੈ"
330401
331 #: ../src/virt-viewer-auth.xml.h:2
402 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
332403 msgid "label"
333404 msgstr "ਲੇਬਲ"
334405
340411 msgid "Username:"
341412 msgstr "ਯੂਜ਼ਰ ਨਾਂ:"
342413
414 #: ../src/virt-viewer-auth.xml.h:5
415 msgid "Show password"
416 msgstr ""
417
418 #: ../src/virt-viewer-display-vnc.c:133
419 msgid "VNC does not provide GUID"
420 msgstr ""
421
343422 #: ../src/virt-viewer-main.c:38
344423 #, c-format
345424 msgid "%s version %s\n"
378457 msgid "Virtual machine graphical console"
379458 msgstr ""
380459
381 #: ../src/virt-viewer-main.c:108
460 #: ../src/virt-viewer-main.c:107
382461 #, c-format
383462 msgid ""
384463 "\n"
385 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
464 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
386465 "\n"
387466 "%s\n"
388467 "\n"
389 msgstr "\nਵਰਤੋਂ: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
390
391 #: ../src/virt-viewer-session-spice.c:506
392 msgid "invalid password"
393 msgstr "ਅਯੋਗ ਗੁਪਤ-ਸ਼ਬਦ"
468 msgstr ""
469
470 #: ../src/virt-viewer-main.c:112
471 #, c-format
472 msgid ""
473 "\n"
474 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
475 "\n"
476 msgstr ""
477
478 #: ../src/virt-viewer-session-spice.c:694
479 msgid "Invalid password"
480 msgstr ""
394481
395482 #. Create the widgets
396 #: ../src/virt-viewer-session-spice.c:588
483 #: ../src/virt-viewer-session-spice.c:786
397484 msgid "Select USB devices for redirection"
398485 msgstr "ਰੀਡਾਇਰੈਕਸ਼ਨ ਲਈ USB ਜੰਤਰ ਚੁਣੋ"
399486
400 #: ../src/virt-viewer-session-vnc.c:148
487 #: ../src/virt-viewer-session-vnc.c:153
401488 #, c-format
402489 msgid "Unsupported authentication type %d"
403490 msgstr "ਅਸਮਰਥਿਤ ਪ੍ਰਮਾਣਿਕਤਾ ਕਿਸਮ %d"
404491
405 #: ../src/virt-viewer-window.c:587
492 #: ../src/virt-viewer-vm-connection.c:64
493 msgid "No virtual machine found"
494 msgstr ""
495
496 #: ../src/virt-viewer-vm-connection.c:93
497 msgid "No virtual machine was chosen"
498 msgstr ""
499
500 #: ../src/virt-viewer-window.c:537
406501 msgid "Ctrl+Alt+_Del"
407502 msgstr "Ctrl+Alt+_Del"
408503
409 #: ../src/virt-viewer-window.c:588
504 #: ../src/virt-viewer-window.c:538
410505 msgid "Ctrl+Alt+_Backspace"
411506 msgstr "Ctrl+Alt+_Backspace"
412507
413 #: ../src/virt-viewer-window.c:590
508 #: ../src/virt-viewer-window.c:540
414509 msgid "Ctrl+Alt+F_1"
415510 msgstr "Ctrl+Alt+F_1"
416511
417 #: ../src/virt-viewer-window.c:591
512 #: ../src/virt-viewer-window.c:541
418513 msgid "Ctrl+Alt+F_2"
419514 msgstr "Ctrl+Alt+F_2"
420515
421 #: ../src/virt-viewer-window.c:592
516 #: ../src/virt-viewer-window.c:542
422517 msgid "Ctrl+Alt+F_3"
423518 msgstr "Ctrl+Alt+F_3"
424519
425 #: ../src/virt-viewer-window.c:593
520 #: ../src/virt-viewer-window.c:543
426521 msgid "Ctrl+Alt+F_4"
427522 msgstr "Ctrl+Alt+F_4"
428523
429 #: ../src/virt-viewer-window.c:594
524 #: ../src/virt-viewer-window.c:544
430525 msgid "Ctrl+Alt+F_5"
431526 msgstr "Ctrl+Alt+F_5"
432527
433 #: ../src/virt-viewer-window.c:595
528 #: ../src/virt-viewer-window.c:545
434529 msgid "Ctrl+Alt+F_6"
435530 msgstr "Ctrl+Alt+F_6"
436531
437 #: ../src/virt-viewer-window.c:596
532 #: ../src/virt-viewer-window.c:546
438533 msgid "Ctrl+Alt+F_7"
439534 msgstr "Ctrl+Alt+F_7"
440535
441 #: ../src/virt-viewer-window.c:597
536 #: ../src/virt-viewer-window.c:547
442537 msgid "Ctrl+Alt+F_8"
443538 msgstr "Ctrl+Alt+F_8"
444539
445 #: ../src/virt-viewer-window.c:598
540 #: ../src/virt-viewer-window.c:548
446541 msgid "Ctrl+Alt+F_9"
447542 msgstr "Ctrl+Alt+F_9"
448543
449 #: ../src/virt-viewer-window.c:599
544 #: ../src/virt-viewer-window.c:549
450545 msgid "Ctrl+Alt+F1_0"
451546 msgstr "Ctrl+Alt+F1_0"
452547
453 #: ../src/virt-viewer-window.c:600
548 #: ../src/virt-viewer-window.c:550
454549 msgid "Ctrl+Alt+F11"
455550 msgstr "Ctrl+Alt+F11"
456551
457 #: ../src/virt-viewer-window.c:601
552 #: ../src/virt-viewer-window.c:551
458553 msgid "Ctrl+Alt+F12"
459554 msgstr "Ctrl+Alt+F12"
460555
461 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
556 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
462557 msgid "Screenshot"
463558 msgstr "ਸਕਰੀਨ-ਸ਼ਾਟ"
464559
465 #: ../src/virt-viewer-window.c:1051
560 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
561 msgid "Unknown"
562 msgstr ""
563
564 #: ../src/virt-viewer-window.c:1062
466565 msgid "Disconnect"
467566 msgstr "ਸੰਪਰਕ ਤੋੜੋ"
468567
469 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
568 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
470569 #: ../src/virt-viewer.xml.h:3
471570 msgid "USB device selection"
472571 msgstr "USB ਜੰਤਰ ਚੋਣ"
473572
474 #: ../src/virt-viewer-window.c:1070
573 #: ../src/virt-viewer-window.c:1081
475574 msgid "Send key combination"
476575 msgstr "ਚਾਬੀ ਮਿਸ਼ਰਨ ਭੇਜੋ"
477576
478 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
577 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
479578 msgid "Leave fullscreen"
480579 msgstr "ਪੂਰੀ ਸਕਰੀਨ ਛੱਡੋ"
481580
482 #: ../src/virt-viewer-window.c:1162
581 #: ../src/virt-viewer-window.c:1173
483582 msgid "Ctrl+Alt"
484583 msgstr "Ctrl+Alt"
485584
486 #: ../src/virt-viewer-window.c:1165
585 #: ../src/virt-viewer-window.c:1176
487586 #, c-format
488587 msgid "(Press %s to release pointer)"
489588 msgstr "(ਪੁਆਇੰਟਰ ਛੱਡਣ ਲਈ %s ਦੱਬੋ)"
490589
491590 #. translators:
492 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
493 #. <appname>"
494 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
495 #. Viewer"
496 #: ../src/virt-viewer-window.c:1176
591 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
592 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
593 #.
594 #: ../src/virt-viewer-window.c:1187
497595 #, c-format
498596 msgid "%s%s%s - %s"
499597 msgstr "%s%s%s - %s"
500598
501599 #. translators: <space>
502 #: ../src/virt-viewer-window.c:1180
600 #: ../src/virt-viewer-window.c:1191
503601 msgid " "
504602 msgstr " "
505603
506 #: ../src/virt-viewer-file.c:624
604 #: ../src/virt-viewer-file.c:825
605 #, c-format
606 msgid ""
607 "At least %s version %s is required to setup this connection, see %s for "
608 "details"
609 msgstr ""
610
611 #: ../src/virt-viewer-file.c:833
507612 #, c-format
508613 msgid "At least %s version %s is required to setup this connection"
509614 msgstr "ਇਸ ਸੰਪਰਕ ਦੇ ਸੈੱਟਅੱਪ ਲਈ ਘੱਟੋ-ਘੱਟ %s ਸੰਸਕਰਣ %s ਲੋੜੀਂਦਾ ਹੈ"
510615
511 #: ../src/virt-viewer.c:133
616 #: ../src/virt-viewer.c:163
512617 msgid "Waiting for guest domain to re-start"
513618 msgstr "ਪ੍ਰਾਹੁਣਾ ਡੋਮੇਨ ਦੇ ਮੁੜ-ਚਾਲੂ ਹੋਣ ਦੀ ਉਡੀਕ ਕਰ ਰਿਹਾ ਹੈ"
514619
515 #: ../src/virt-viewer.c:318
620 #: ../src/virt-viewer.c:409
516621 #, c-format
517622 msgid "Cannot determine the graphic type for the guest %s"
518623 msgstr "ਪ੍ਰਾਹੁਣਾ %s ਲਈ ਗਰਾਫਿਕ ਕਿਸਮ ਪਤਾ ਨਹੀਂ ਕਰ ਸਕਦਾ"
519624
520 #: ../src/virt-viewer.c:341
521 #, c-format
522 msgid "Cannot determine the graphic address for the guest %s"
523 msgstr "ਪ੍ਰਾਹੁਣਾ %s ਲਈ ਗਰਾਫਿਕਸ ਸਿਰਨਾਵਾਂ ਪਤਾ ਨਹੀਂ ਕਰ ਸਕਿਆ"
524
525 #: ../src/virt-viewer.c:354
625 #: ../src/virt-viewer.c:448
526626 #, c-format
527627 msgid "Cannot determine the host for the guest %s"
528628 msgstr "ਪ੍ਰਾਹੁਣਾ %s ਲਈ ਹੋਸਟ ਪਤਾ ਨਹੀਂ ਕਰ ਸਕਦਾ"
529629
530 #: ../src/virt-viewer.c:540
630 #: ../src/virt-viewer.c:476
631 #, c-format
632 msgid "Guest '%s' is not reachable"
633 msgstr ""
634
635 #: ../src/virt-viewer.c:697
636 #, c-format
637 msgid "Virtual machine %s is not running"
638 msgstr ""
639
640 #: ../src/virt-viewer.c:720
531641 msgid "Waiting for libvirt to start"
532642 msgstr "libvirt ਦੇ ਸ਼ੁਰੂ ਹੋਣ ਦੀ ਉਡੀਕ ਕੀਤੀ ਜਾ ਰਹੀ ਹੈ"
533643
534 #: ../src/virt-viewer.c:544
644 #: ../src/virt-viewer.c:724
535645 msgid "Finding guest domain"
536646 msgstr "ਪ੍ਰਾਹੁਣਾ ਡੋਮੇਨ ਲੱਭ ਰਿਹਾ ਹੈ"
537647
538 #: ../src/virt-viewer.c:548
648 #: ../src/virt-viewer.c:728
539649 msgid "Waiting for guest domain to be created"
540650 msgstr "ਪ੍ਰਾਹੁਣਾ ਡੋਮੇਨ ਦੇ ਬਣਾਏ ਜਾਣ ਦੀ ਉਡੀਕ ਕਰ ਰਿਹਾ ਹੈ"
541651
542 #: ../src/virt-viewer.c:553
543 #, c-format
544 msgid "Cannot find guest domain %s"
545 msgstr "ਪ੍ਰਾਹੁਣਾ ਡੋਮੇਨ %s ਨਹੀਂ ਲੱਭ ਸਕਿਆ"
546
547 #: ../src/virt-viewer.c:566
652 #: ../src/virt-viewer.c:750
548653 msgid "Checking guest domain status"
549654 msgstr "ਪ੍ਰਾਹੁਣਾ ਡੋਮੇਨ ਦੀ ਹਾਲਤ ਜਾਂਚ ਰਿਹਾ ਹੈ"
550655
551 #: ../src/virt-viewer.c:573
656 #: ../src/virt-viewer.c:753
657 msgid "Cannot get guest state"
658 msgstr ""
659
660 #: ../src/virt-viewer.c:759
552661 msgid "Waiting for guest domain to start"
553662 msgstr "ਪ੍ਰਾਹੁਣਾ ਡੋਮੇਨ ਦੇ ਚਾਲੂ ਹੋਣ ਦੀ ਉਡੀਕ ਕਰ ਰਿਹਾ ਹੈ"
554663
555 #: ../src/virt-viewer.c:580
556 msgid "Waiting for guest domain to start server"
557 msgstr "ਗੈੱਸਟ ਡੋਮੇਨ ਦੁਆਰਾ ਸਰਵਰ ਚਾਲੂ ਕਰਨ ਦੀ ਉਡੀਕ ਕਰ ਰਿਹਾ ਹੈ"
558
559 #: ../src/virt-viewer.c:694
560 #, c-format
561 msgid "Unable to connect to libvirt with URI %s"
562 msgstr "libvirt ਨੂੰ URI %s ਨਾਲ ਜੋੜ ਨਹੀਂ ਸਕਿਆ"
563
564 #: ../src/virt-viewer.c:695
664 #: ../src/virt-viewer.c:863
665 #, c-format
666 msgid "Unable to connect to libvirt with URI: %s."
667 msgstr ""
668
669 #: ../src/virt-viewer.c:864
565670 msgid "[none]"
566671 msgstr "[ਕੋਈ ਨਹੀਂ]"
567672
673 #: ../src/virt-viewer.c:871
674 msgid "Authentication failed."
675 msgstr ""
676
677 #: ../src/virt-viewer.c:931
678 msgid "Failed to connect: "
679 msgstr ""
680
681 #.
568682 #. * Local variables:
569683 #. * c-indent-level: 4
570684 #. * c-basic-offset: 4
571685 #. * indent-tabs-mode: nil
572686 #. * End:
687 #.
573688 #: ../src/virt-viewer.xml.h:1
574689 msgid "_File"
575690 msgstr "ਫਾਈਲ (_F)"
582697 msgid "Smartcard removal"
583698 msgstr "ਸਮਾਰਡ-ਕਾਰਡ ਹਟਾਉਣਾ"
584699
585 #: ../src/virt-viewer.xml.h:6
700 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
701 msgid "Preferences"
702 msgstr ""
703
704 #: ../src/virt-viewer.xml.h:7
586705 msgid "_View"
587706 msgstr "ਵੇਖੋ (_V)"
588707
589 #: ../src/virt-viewer.xml.h:7
708 #: ../src/virt-viewer.xml.h:8
590709 msgid "Full screen"
591710 msgstr "ਪੂਰਾ ਪਰਦਾ"
592711
593 #: ../src/virt-viewer.xml.h:8
712 #: ../src/virt-viewer.xml.h:9
594713 msgid "_Zoom"
595714 msgstr "ਜ਼ੂਮ (_Z)"
596715
597 #: ../src/virt-viewer.xml.h:9
716 #: ../src/virt-viewer.xml.h:10
598717 msgid "Displays"
599718 msgstr "ਪ੍ਰਦਰਸ਼ਿਤ ਕਰਦਾ ਹੈ"
600719
601 #: ../src/virt-viewer.xml.h:10
720 #: ../src/virt-viewer.xml.h:11
602721 msgid "Release cursor"
603722 msgstr "ਕਰਸਰ ਛੱਡੋ"
604723
605 #: ../src/virt-viewer.xml.h:11
724 #: ../src/virt-viewer.xml.h:12
606725 msgid "_Send key"
607726 msgstr "ਕੁੰਜੀ ਭੇਜੋ (_S)"
608727
609 #: ../src/virt-viewer.xml.h:12
728 #: ../src/virt-viewer.xml.h:13
610729 msgid "_Help"
611730 msgstr "ਮਦਦ (_H)"
731
732 #: ../src/virt-viewer.xml.h:14
733 msgid "_Guest Details"
734 msgstr ""
735
736 #: ../src/virt-viewer-guest-details.xml.h:1
737 msgid "Guest Details"
738 msgstr ""
739
740 #: ../src/virt-viewer-guest-details.xml.h:2
741 msgid "Name:"
742 msgstr ""
743
744 #: ../src/virt-viewer-guest-details.xml.h:3
745 msgid "GUID:"
746 msgstr ""
747
748 #: ../src/virt-viewer-vm-connection.xml.h:1
749 msgid "Choose a virtual machine"
750 msgstr ""
751
752 #: ../src/virt-viewer-vm-connection.xml.h:2
753 msgid "Name"
754 msgstr ""
755
756 #: ../src/virt-viewer-vm-connection.xml.h:3
757 msgid "Available virtual machines"
758 msgstr ""
759
760 #: ../src/virt-viewer-preferences.xml.h:2
761 msgid "Folder sharing"
762 msgstr ""
763
764 #: ../src/virt-viewer-preferences.xml.h:3
765 msgid "Share folder"
766 msgstr ""
767
768 #: ../src/virt-viewer-preferences.xml.h:4
769 msgid "Read-only"
770 msgstr ""
771
772 #: ../src/virt-viewer-preferences.xml.h:5
773 msgid "Spice"
774 msgstr ""
+378
-187
po/pl.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Piotr Drąg <piotrdrag@gmail.com>, 2010,2012-2014
6 # Piotr Drąg <piotrdrag@gmail.com>, 2015. #zanata
67 msgid ""
78 msgstr ""
8 "Project-Id-Version: virt-viewer\n"
9 "Project-Id-Version: PACKAGE VERSION\n"
910 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
11 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
12 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
13 "Language-Team: Polish (http://www.transifex.com/projects/p/virt-viewer/language/pl/)\n"
11 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
12 "PO-Revision-Date: 2015-12-07 10:36-0500\n"
13 "Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
14 "Language-Team: Polish (http://www.transifex.com/projects/p/virt-viewer/"
15 "language/pl/)\n"
16 "Language: pl\n"
1417 "MIME-Version: 1.0\n"
1518 "Content-Type: text/plain; charset=UTF-8\n"
1619 "Content-Transfer-Encoding: 8bit\n"
17 "Language: pl\n"
18 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
21 "|| n%100>=20) ? 1 : 2);\n"
22 "X-Generator: Zanata 3.7.3\n"
23
24 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2125 msgid "Remote Viewer"
2226 msgstr "Zdalne przeglądanie"
2327
7175
7276 #: ../src/remote-viewer-main.c:50
7377 #, c-format
74 msgid "remote-viewer version %s\n"
75 msgstr "remote-viewer wersja %s\n"
76
77 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
78 msgid "remote-viewer version %s"
79 msgstr "remote-viewer w wersji %s"
80
81 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7882 msgid "Display version information"
7983 msgstr "Wyświetla informację o wersji"
8084
81 #: ../src/remote-viewer-main.c:101
85 #: ../src/remote-viewer-main.c:105
8286 msgid "Set window title"
8387 msgstr "Ustawia tytuł okna"
8488
85 #: ../src/remote-viewer-main.c:104
89 #: ../src/remote-viewer-main.c:108
8690 msgid "Open connection using Spice controller communication"
8791 msgstr "Otwiera połączenie używając komunikacji kontrolera Spice"
8892
89 #: ../src/remote-viewer-main.c:116
93 #: ../src/remote-viewer-main.c:120
9094 msgid "Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:134
95 msgstr "Klient zdalnej przeglądarki"
96
97 #: ../src/remote-viewer-main.c:138
9498 #, c-format
9599 msgid ""
96100 "%s\n"
97101 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr "%s\nWykonanie polecenia \"%s --help\" wyświetli pełną listę dostępnych opcji wiersza poleceń\n"
99
100 #: ../src/remote-viewer-main.c:146
102 msgstr ""
103 "%s\n"
104 "Polecenie „%s --help” wyświetli pełną listę dostępnych opcji wiersza "
105 "poleceń\n"
106
107 #: ../src/remote-viewer-main.c:149
101108 #, c-format
102109 msgid "Error: extra arguments given while using Spice controller\n"
103110 msgstr "Błąd: podano dodatkowe parametry podczas używania kontrolera Spice\n"
104111
105 #: ../src/remote-viewer-main.c:153
112 #: ../src/remote-viewer-main.c:156
106113 #, c-format
107114 msgid "Error: can't handle multiple URIs\n"
108115 msgstr "Błąd: nie można obsłużyć wielu adresów URI\n"
109116
110 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
117 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
111118 msgid "Failed to initiate connection"
112119 msgstr "Zainicjowanie połączenia się nie powiodło"
113120
114 #: ../src/remote-viewer.c:294
121 #: ../src/remote-viewer.c:313
115122 msgid "Display disabled by controller"
116123 msgstr "Ekran został wyłączony przez kontroler"
117124
118 #: ../src/remote-viewer.c:592
125 #: ../src/remote-viewer.c:609
119126 #, c-format
120127 msgid "Controller connection failed: %s"
121128 msgstr "Połączenie kontrolera się nie powiodło: %s"
122129
123 #. Create the widgets
124 #: ../src/remote-viewer.c:924
125 msgid "Connection details"
126 msgstr "Szczegóły połączenia"
127
128 #: ../src/remote-viewer.c:939
129 msgid "_Connection Address"
130 msgstr ""
130 #: ../src/remote-viewer.c:755
131 msgid "_Change CD"
132 msgstr "_Zmień płytę CD"
133
134 #: ../src/remote-viewer.c:855
135 msgid "failed to parse ovirt uri"
136 msgstr "przetworzenie adresu URI oVirt się nie powiodło"
137
138 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
139 msgid "Authentication was cancelled"
140 msgstr "Anulowano uwierzytelnianie"
141
142 #: ../src/remote-viewer.c:900
143 #, c-format
144 msgid "oVirt VM %s is not running"
145 msgstr "Maszyna wirtualna oVirt %s nie jest uruchomiona"
146
147 #: ../src/remote-viewer.c:914
148 #, c-format
149 msgid "oVirt VM %s has no display"
150 msgstr "Maszyna wirtualna oVirt %s nie posiada ekranu"
151
152 #: ../src/remote-viewer.c:940
153 #, c-format
154 msgid "oVirt VM %s has no host information"
155 msgstr "Maszyna wirtualna oVirt %s nie posiada informacji o komputerze"
131156
132157 #: ../src/remote-viewer.c:951
133 msgid "For example, spice://foo.example.org:5900"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:964
137 msgid "_Recent Connections"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:1020
141 msgid "Couldn't create a Spice session"
142 msgstr "Nie można utworzyć sesji Spice"
143
144 #: ../src/remote-viewer.c:1034
158 #, c-format
159 msgid "oVirt VM %s has unknown display type: %d"
160 msgstr "Maszyna wirtualna oVirt %s posiada nieznany typ ekranu: %d"
161
162 #: ../src/remote-viewer.c:1094
145163 msgid "Setting up Spice session..."
146 msgstr "Ustawianie sesji Spice..."
147
148 #: ../src/remote-viewer.c:1055
149 #, c-format
150 msgid "Invalid file %s"
151 msgstr "Nieprawidłowy plik %s"
152
153 #: ../src/remote-viewer.c:1062
164 msgstr "Ustawianie sesji Spice…"
165
166 #: ../src/remote-viewer.c:1102
167 msgid "No connection was chosen"
168 msgstr "Nie wybrano połączenia"
169
170 #: ../src/remote-viewer.c:1120
171 #, c-format
172 msgid "Invalid file %s: "
173 msgstr "Nieprawidłowy plik %s: "
174
175 #: ../src/remote-viewer.c:1128
154176 msgid "Cannot determine the connection type from URI"
155177 msgstr "Nie można ustalić typu połączenia z adresu URI"
156178
157 #: ../src/remote-viewer.c:1068
158 msgid "Couldn't open oVirt session"
159 msgstr "Nie można utworzyć sesji oVirt"
160
161 #: ../src/remote-viewer.c:1075
162 #, c-format
163 msgid "Couldn't create a session for this type: %s"
164 msgstr "Nie można utworzyć sesji dla tego typu: %s"
165
179 #: ../src/remote-viewer.c:1134
180 msgid "Couldn't open oVirt session: "
181 msgstr "Nie można otworzyć sesji oVirt: "
182
183 #.
166184 #. * Local variables:
167185 #. * c-indent-level: 4
168186 #. * c-basic-offset: 4
169187 #. * indent-tabs-mode: nil
170188 #. * End:
189 #.
190 #: ../src/remote-viewer-connect.xml.h:1
191 msgid "Connection details"
192 msgstr "Szczegóły połączenia"
193
194 #: ../src/remote-viewer-connect.xml.h:2
195 msgid "Connection Address"
196 msgstr "Adres połączenia"
197
198 #: ../src/remote-viewer-connect.xml.h:3
199 msgid "For example, spice://foo.example.org:5900"
200 msgstr "Na przykład spice://foo.example.org:5900"
201
202 #: ../src/remote-viewer-connect.xml.h:4
203 msgid "Recent connections"
204 msgstr "Ostatnie połączania"
205
206 #: ../src/remote-viewer-connect.xml.h:5
207 msgid "Cancel"
208 msgstr "Anuluj"
209
210 #: ../src/remote-viewer-connect.xml.h:6
211 msgid "Connect"
212 msgstr "Połącz"
213
171214 #: ../src/virt-viewer-about.xml.h:1
172215 msgid "About Glade"
173216 msgstr "O programie Glade"
177220 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
178221 "Copyright (C) 2007-2014 Red Hat, Inc."
179222 msgstr ""
223 "Copyright © 2007-2012 Daniel P. Berrange\n"
224 "Copyright © 2007-2014 Red Hat, Inc."
180225
181226 #: ../src/virt-viewer-about.xml.h:4
182227 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
183 msgstr "Klient zdalnego pulpitu zbudowany za pomocą bibliotek GTK-VNC, SPICE-GTK i libvirt"
228 msgstr ""
229 "Klient zdalnego pulpitu zbudowany za pomocą bibliotek GTK-VNC, SPICE-GTK i "
230 "libvirt"
184231
185232 #: ../src/virt-viewer-about.xml.h:5
186233 msgid "virt-manager.org"
201248 "You should have received a copy of the GNU General Public License\n"
202249 "along with this program; if not, write to the Free Software\n"
203250 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
204 msgstr "Niniejszy program jest wolnym oprogramowaniem; można go rozprowadzać dalej\ni/lub modyfikować na warunkach Powszechnej Licencji Publicznej GNU, wydanej\nprzez Fundację Wolnego Oprogramowania (Free Software Foundation) - według\nwersji drugiej tej Licencji lub którejś z późniejszych wersji.\n\nNiniejszy program rozpowszechniany jest z nadzieją, iż będzie on użyteczny\n- jednak BEZ JAKIEJKOLWIEK GWARANCJI, nawet domyślnej gwarancji\nPRZYDATNOŚCI HANDLOWEJ albo PRZYDATNOŚCI DO OKREŚLONYCH ZASTOSOWAŃ. W celu\nuzyskania bliższych informacji należy zapoznać się z Powszechną Licencją\nPubliczną GNU.\n\nZ pewnością wraz z niniejszym programem dostarczono także egzemplarz\nPowszechnej Licencji Publicznej GNU (GNU General Public License); jeśli nie\n- proszę napisać do Free Software Foundation, Inc., 59 Temple Place, Suite\n330, Boston, MA 02111-1307 USA.\n"
251 msgstr ""
252 "Niniejszy program jest wolnym oprogramowaniem; można go rozprowadzać dalej\n"
253 "i/lub modyfikować na warunkach Powszechnej Licencji Publicznej GNU, wydanej\n"
254 "przez Fundację Wolnego Oprogramowania (Free Software Foundation) — według\n"
255 "wersji drugiej tej Licencji lub którejś z późniejszych wersji.\n"
256 "\n"
257 "Niniejszy program rozpowszechniany jest z nadzieją, iż będzie on użyteczny\n"
258 "— jednak BEZ JAKIEJKOLWIEK GWARANCJI, nawet domyślnej gwarancji\n"
259 "PRZYDATNOŚCI HANDLOWEJ albo PRZYDATNOŚCI DO OKREŚLONYCH ZASTOSOWAŃ. W celu\n"
260 "uzyskania bliższych informacji należy zapoznać się z Powszechną Licencją\n"
261 "Publiczną GNU.\n"
262 "\n"
263 "Z pewnością wraz z niniejszym programem dostarczono także egzemplarz\n"
264 "Powszechnej Licencji Publicznej GNU (GNU General Public License); jeśli nie\n"
265 "— proszę napisać do Free Software Foundation, Inc., 59 Temple Place, Suite\n"
266 "330, Boston, MA 02111-1307 USA.\n"
205267
206268 #: ../src/virt-viewer-about.xml.h:20
207269 msgid "The Fedora Translation Team"
208270 msgstr "Zespół tłumaczenia Fedory"
209271
210 #: ../src/virt-viewer-app.c:400
272 #: ../src/virt-viewer-app.c:526
211273 msgid "Do you want to close the session?"
212274 msgstr "Zamknąć sesję?"
213275
214 #: ../src/virt-viewer-app.c:402
276 #: ../src/virt-viewer-app.c:528
215277 msgid "Do not ask me again"
216278 msgstr "Bez pytania ponownie"
217279
218 #: ../src/virt-viewer-app.c:841
280 #: ../src/virt-viewer-app.c:1008
219281 #, c-format
220282 msgid "Waiting for display %d..."
221 msgstr "Oczekiwanie na ekran %d..."
222
223 #: ../src/virt-viewer-app.c:946
224 #, c-format
225 msgid "Unknown graphic type for the guest %s"
226 msgstr "Nieznany typ grafiki dla gościa %s"
227
228 #: ../src/virt-viewer-app.c:1027
283 msgstr "Oczekiwanie na ekran %d…"
284
285 #: ../src/virt-viewer-app.c:1117
286 #, c-format
287 msgid "Unsupported graphic type '%s'"
288 msgstr "Nieobsługiwany typ grafiki ”%s”"
289
290 #: ../src/virt-viewer-app.c:1200
229291 msgid "Connect to ssh failed."
230292 msgstr "Połączenie z ssh się nie powiodło."
231293
232 #: ../src/virt-viewer-app.c:1029
294 #: ../src/virt-viewer-app.c:1202
233295 msgid "Can't connect to channel, SSH only supported."
234296 msgstr "Nie można połączyć się z kanałem, obsługiwane jest tylko SSH."
235297
236 #: ../src/virt-viewer-app.c:1041
298 #: ../src/virt-viewer-app.c:1214
237299 msgid "Connect to channel unsupported."
238300 msgstr "Łączenie z kanałem jest nieobsługiwane."
239301
240 #: ../src/virt-viewer-app.c:1123
302 #: ../src/virt-viewer-app.c:1276
303 msgid "Display can only be attached through libvirt with --attach"
304 msgstr ""
305 "Ekran może zostać podłączony tylko przez bibliotekę libvirt za pomocą opcji "
306 "--attach"
307
308 #: ../src/virt-viewer-app.c:1299
241309 msgid "Connecting to graphic server"
242310 msgstr "Łączenie z serwerem grafiki"
243311
244 #: ../src/virt-viewer-app.c:1256
312 #: ../src/virt-viewer-app.c:1398
245313 msgid "Guest domain has shutdown"
246314 msgstr "Domena gościa została wyłączona"
247315
248 #: ../src/virt-viewer-app.c:1317
316 #: ../src/virt-viewer-app.c:1459
249317 msgid "Connected to graphic server"
250318 msgstr "Połączono z serwerem grafiki"
251319
252 #: ../src/virt-viewer-app.c:1344
320 #: ../src/virt-viewer-app.c:1486
253321 #, c-format
254322 msgid "Unable to connect to the graphic server %s"
255323 msgstr "Nie można połączyć się z serwerem grafiki %s"
256324
257 #: ../src/virt-viewer-app.c:1376
258 #, c-format
259 msgid ""
260 "Unable to authenticate with remote desktop server at %s: %s\n"
261 "Retry connection again?"
262 msgstr "Nie można uwierzytelnić z serwerem zdalnego pulpitu w %s: %s\nPonowić połączenie?"
263
264 #: ../src/virt-viewer-app.c:1396
325 #: ../src/virt-viewer-app.c:1512
326 #, c-format
327 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
328 msgstr "Nie można uwierzytelnić ze zdalnym serwerem pulpitu w %s: %s\n"
329
330 #: ../src/virt-viewer-app.c:1525
265331 #, c-format
266332 msgid "Unable to authenticate with remote desktop server: %s"
267333 msgstr "Nie można uwierzytelnić z serwerem zdalnego pulpitu: %s"
268334
269 #: ../src/virt-viewer-app.c:1404
335 #: ../src/virt-viewer-app.c:1533
270336 #, c-format
271337 msgid "USB redirection error: %s"
272338 msgstr "Błąd przekierowania USB: %s"
273339
274 #: ../src/virt-viewer-app.c:1632
340 #: ../src/virt-viewer-app.c:1786
275341 #, c-format
276342 msgid "Zoom level must be within %d-%d\n"
277343 msgstr "Poziom powiększenia musi być w zakresie %d-%d\n"
278344
279 #: ../src/virt-viewer-app.c:2126
345 #: ../src/virt-viewer-app.c:2296
280346 #, c-format
281347 msgid "Display %d"
282348 msgstr "Ekran %d"
283349
284 #: ../src/virt-viewer-app.c:2301
350 #: ../src/virt-viewer-app.c:2552
285351 #, c-format
286352 msgid "Invalid kiosk-quit argument: %s"
287353 msgstr "Nieprawidłowy parametr kiosk-quit: %s"
288354
289 #: ../src/virt-viewer-app.c:2310
355 #: ../src/virt-viewer-app.c:2561
290356 msgid "Zoom level of window, in percentage"
291357 msgstr "Poziom powiększenia okna, w procentach"
292358
293 #: ../src/virt-viewer-app.c:2312
359 #: ../src/virt-viewer-app.c:2563
294360 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
295 msgstr "Otwiera w trybie pełnoekranowym (dostosowuje rozdzielczość gościa, aby pasowała do klienta)"
296
297 #: ../src/virt-viewer-app.c:2314
361 msgstr ""
362 "Otwiera w trybie pełnoekranowym (dostosowuje rozdzielczość gościa, aby "
363 "pasowała do klienta)"
364
365 #: ../src/virt-viewer-app.c:2565
298366 msgid "Customise hotkeys"
299367 msgstr "Dostosowuje skróty"
300368
301 #: ../src/virt-viewer-app.c:2316
369 #: ../src/virt-viewer-app.c:2567
302370 msgid "Enable kiosk mode"
303371 msgstr "Włącza tryb kiosku"
304372
305 #: ../src/virt-viewer-app.c:2318
373 #: ../src/virt-viewer-app.c:2569
306374 msgid "Quit on given condition in kiosk mode"
307375 msgstr "Kończy działanie po podanym warunku w trybie kiosku"
308376
309 #: ../src/virt-viewer-app.c:2318
377 #: ../src/virt-viewer-app.c:2569
310378 msgid "<never|on-disconnect>"
311 msgstr "<nigdy|po-rozłączeniu>"
312
313 #: ../src/virt-viewer-app.c:2320
379 msgstr "<never|on-disconnect>"
380
381 #: ../src/virt-viewer-app.c:2571
314382 msgid "Display verbose information"
315383 msgstr "Wyświetla więcej informacji"
316384
317 #: ../src/virt-viewer-app.c:2322
385 #: ../src/virt-viewer-app.c:2573
318386 msgid "Display debugging information"
319387 msgstr "Wyświetla informacje o debugowaniu"
320388
389 #: ../src/virt-viewer-auth.c:88
390 #, c-format
391 msgid ""
392 "Authentication is required for the %s connection to:\n"
393 "\n"
394 "<b>%s</b>\n"
395 "\n"
396 msgstr ""
397 "Wymagane jest uwierzytelnienie dla połączenia %s, aby:\n"
398 "\n"
399 "<b>%s</b>\n"
400 "\n"
401
402 #: ../src/virt-viewer-auth.c:92
403 #, c-format
404 msgid "Authentication is required for the %s connection:\n"
405 msgstr "Wymagane jest uwierzytelnienie dla połączenia %s:\n"
406
407 #.
321408 #. * Local variables:
322409 #. * c-indent-level: 4
323410 #. * c-basic-offset: 4
324411 #. * indent-tabs-mode: nil
325412 #. * End:
413 #.
326414 #: ../src/virt-viewer-auth.xml.h:1
327415 msgid "Authentication required"
328416 msgstr "Wymagane jest uwierzytelnienie"
329417
330 #: ../src/virt-viewer-auth.xml.h:2
418 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
331419 msgid "label"
332420 msgstr "etykieta"
333421
339427 msgid "Username:"
340428 msgstr "Nazwa użytkownika:"
341429
430 #: ../src/virt-viewer-auth.xml.h:5
431 msgid "Show password"
432 msgstr "Wyświetlanie hasła"
433
434 #: ../src/virt-viewer-display-vnc.c:133
435 msgid "VNC does not provide GUID"
436 msgstr "VNC nie podaje GUID"
437
342438 #: ../src/virt-viewer-main.c:38
343439 #, c-format
344440 msgid "%s version %s\n"
345 msgstr "%s wersja %s\n"
441 msgstr "%s w wersji %s\n"
346442
347443 #: ../src/virt-viewer-main.c:62
348444 msgid "Direct connection with no automatic tunnels"
371467 #: ../src/virt-viewer-main.c:80
372468 #, c-format
373469 msgid "Run '%s --help' to see a full list of available command line options"
374 msgstr "Wykonanie polecenia \"%s --help\" wyświetli pełną listę dostępnych opcji wiersza poleceń"
470 msgstr ""
471 "Polecenie „%s --help” wyświetli pełną listę dostępnych opcji wiersza poleceń"
375472
376473 #: ../src/virt-viewer-main.c:86
377474 msgid "Virtual machine graphical console"
378 msgstr ""
379
380 #: ../src/virt-viewer-main.c:108
475 msgstr "Graficzna konsola maszyny wirtualnej"
476
477 #: ../src/virt-viewer-main.c:107
381478 #, c-format
382479 msgid ""
383480 "\n"
384 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
481 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
385482 "\n"
386483 "%s\n"
387484 "\n"
388 msgstr "\nUżycie: %s [OPCJE] NAZWA-DOMENY|IDENTYFIKATOR|UUID\n\n%s\n\n"
389
390 #: ../src/virt-viewer-session-spice.c:506
391 msgid "invalid password"
485 msgstr ""
486 "\n"
487 "Użycie: %s [OPCJE] [NAZWA-DOMENY|ID|UUID]\n"
488 "\n"
489 "%s\n"
490 "\n"
491
492 #: ../src/virt-viewer-main.c:112
493 #, c-format
494 msgid ""
495 "\n"
496 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
497 "\n"
498 msgstr ""
499 "\n"
500 "Nie podano NAZWY-DOMENY|ID|UUID dla parametru „--wait”\n"
501 "\n"
502
503 #: ../src/virt-viewer-session-spice.c:694
504 msgid "Invalid password"
392505 msgstr "Nieprawidłowe hasło"
393506
394507 #. Create the widgets
395 #: ../src/virt-viewer-session-spice.c:588
508 #: ../src/virt-viewer-session-spice.c:786
396509 msgid "Select USB devices for redirection"
397510 msgstr "Wybór urządzeń USB do przekierowania"
398511
399 #: ../src/virt-viewer-session-vnc.c:148
512 #: ../src/virt-viewer-session-vnc.c:153
400513 #, c-format
401514 msgid "Unsupported authentication type %d"
402515 msgstr "Nieobsługiwany typ uwierzytelnienia %d"
403516
404 #: ../src/virt-viewer-window.c:587
517 #: ../src/virt-viewer-vm-connection.c:64
518 msgid "No virtual machine found"
519 msgstr "Nie odnaleziono żadnej maszyny wirtualnej"
520
521 #: ../src/virt-viewer-vm-connection.c:93
522 msgid "No virtual machine was chosen"
523 msgstr "Nie wybrano maszyny wirtualnej"
524
525 #: ../src/virt-viewer-window.c:537
405526 msgid "Ctrl+Alt+_Del"
406527 msgstr "Ctrl+Alt+_Del"
407528
408 #: ../src/virt-viewer-window.c:588
529 #: ../src/virt-viewer-window.c:538
409530 msgid "Ctrl+Alt+_Backspace"
410531 msgstr "Ctrl+Alt+_Backspace"
411532
412 #: ../src/virt-viewer-window.c:590
533 #: ../src/virt-viewer-window.c:540
413534 msgid "Ctrl+Alt+F_1"
414535 msgstr "Ctrl+Alt+F_1"
415536
416 #: ../src/virt-viewer-window.c:591
537 #: ../src/virt-viewer-window.c:541
417538 msgid "Ctrl+Alt+F_2"
418539 msgstr "Ctrl+Alt+F_2"
419540
420 #: ../src/virt-viewer-window.c:592
541 #: ../src/virt-viewer-window.c:542
421542 msgid "Ctrl+Alt+F_3"
422543 msgstr "Ctrl+Alt+F_3"
423544
424 #: ../src/virt-viewer-window.c:593
545 #: ../src/virt-viewer-window.c:543
425546 msgid "Ctrl+Alt+F_4"
426547 msgstr "Ctrl+Alt+F_4"
427548
428 #: ../src/virt-viewer-window.c:594
549 #: ../src/virt-viewer-window.c:544
429550 msgid "Ctrl+Alt+F_5"
430551 msgstr "Ctrl+Alt+F_5"
431552
432 #: ../src/virt-viewer-window.c:595
553 #: ../src/virt-viewer-window.c:545
433554 msgid "Ctrl+Alt+F_6"
434555 msgstr "Ctrl+Alt+F_6"
435556
436 #: ../src/virt-viewer-window.c:596
557 #: ../src/virt-viewer-window.c:546
437558 msgid "Ctrl+Alt+F_7"
438559 msgstr "Ctrl+Alt+F_7"
439560
440 #: ../src/virt-viewer-window.c:597
561 #: ../src/virt-viewer-window.c:547
441562 msgid "Ctrl+Alt+F_8"
442563 msgstr "Ctrl+Alt+F_8"
443564
444 #: ../src/virt-viewer-window.c:598
565 #: ../src/virt-viewer-window.c:548
445566 msgid "Ctrl+Alt+F_9"
446567 msgstr "Ctrl+Alt+F_9"
447568
448 #: ../src/virt-viewer-window.c:599
569 #: ../src/virt-viewer-window.c:549
449570 msgid "Ctrl+Alt+F1_0"
450571 msgstr "Ctrl+Alt+F1_0"
451572
452 #: ../src/virt-viewer-window.c:600
573 #: ../src/virt-viewer-window.c:550
453574 msgid "Ctrl+Alt+F11"
454575 msgstr "Ctrl+Alt+F11"
455576
456 #: ../src/virt-viewer-window.c:601
577 #: ../src/virt-viewer-window.c:551
457578 msgid "Ctrl+Alt+F12"
458579 msgstr "Ctrl+Alt+F12"
459580
460 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
581 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
461582 msgid "Screenshot"
462583 msgstr "Zrzut ekranu"
463584
464 #: ../src/virt-viewer-window.c:1051
585 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
586 msgid "Unknown"
587 msgstr "Nieznane"
588
589 #: ../src/virt-viewer-window.c:1062
465590 msgid "Disconnect"
466591 msgstr "Rozłącza"
467592
468 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
593 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
469594 #: ../src/virt-viewer.xml.h:3
470595 msgid "USB device selection"
471596 msgstr "Wybór urządzenia USB"
472597
473 #: ../src/virt-viewer-window.c:1070
598 #: ../src/virt-viewer-window.c:1081
474599 msgid "Send key combination"
475600 msgstr "Wysyła kombinację klawiszy"
476601
477 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
602 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
478603 msgid "Leave fullscreen"
479604 msgstr "Opuszcza pełny ekran"
480605
481 #: ../src/virt-viewer-window.c:1162
606 #: ../src/virt-viewer-window.c:1173
482607 msgid "Ctrl+Alt"
483608 msgstr "Ctrl+Alt"
484609
485 #: ../src/virt-viewer-window.c:1165
610 #: ../src/virt-viewer-window.c:1176
486611 #, c-format
487612 msgid "(Press %s to release pointer)"
488613 msgstr "(Naciśnięcie klawiszy %s uwalnia wskaźnik)"
489614
490615 #. translators:
491 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
492 #. <appname>"
493 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
494 #. Viewer"
495 #: ../src/virt-viewer-window.c:1176
616 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
617 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
618 #.
619 #: ../src/virt-viewer-window.c:1187
496620 #, c-format
497621 msgid "%s%s%s - %s"
498 msgstr "%s%s%s - %s"
622 msgstr "%s%s%s — %s"
499623
500624 #. translators: <space>
501 #: ../src/virt-viewer-window.c:1180
625 #: ../src/virt-viewer-window.c:1191
502626 msgid " "
503627 msgstr " "
504628
505 #: ../src/virt-viewer-file.c:624
629 #: ../src/virt-viewer-file.c:825
630 #, c-format
631 msgid ""
632 "At least %s version %s is required to setup this connection, see %s for "
633 "details"
634 msgstr ""
635 "Wymagane jest %s co najmniej w wersji %s, aby ustawić to połączenie. Więcej "
636 "informacji: %s"
637
638 #: ../src/virt-viewer-file.c:833
506639 #, c-format
507640 msgid "At least %s version %s is required to setup this connection"
508641 msgstr "Wymagane jest %s co najmniej w wersji %s, aby ustawić to połączenie"
509642
510 #: ../src/virt-viewer.c:133
643 #: ../src/virt-viewer.c:163
511644 msgid "Waiting for guest domain to re-start"
512645 msgstr "Oczekiwanie na ponowne uruchomienie domeny gościa"
513646
514 #: ../src/virt-viewer.c:318
647 #: ../src/virt-viewer.c:409
515648 #, c-format
516649 msgid "Cannot determine the graphic type for the guest %s"
517650 msgstr "Nie można określić typu grafiki dla gościa %s"
518651
519 #: ../src/virt-viewer.c:341
520 #, c-format
521 msgid "Cannot determine the graphic address for the guest %s"
522 msgstr "Nie można określić adresu grafiki dla gościa %s"
523
524 #: ../src/virt-viewer.c:354
652 #: ../src/virt-viewer.c:448
525653 #, c-format
526654 msgid "Cannot determine the host for the guest %s"
527655 msgstr "Nie można określić gospodarza dla gościa %s"
528656
529 #: ../src/virt-viewer.c:540
657 #: ../src/virt-viewer.c:476
658 #, c-format
659 msgid "Guest '%s' is not reachable"
660 msgstr "Nie można uzyskać dostępu do gościa „%s”"
661
662 #: ../src/virt-viewer.c:697
663 #, c-format
664 msgid "Virtual machine %s is not running"
665 msgstr "Maszyna wirtualna %s nie jest uruchomiona"
666
667 #: ../src/virt-viewer.c:720
530668 msgid "Waiting for libvirt to start"
531669 msgstr "Oczekiwanie na uruchomienie biblioteki libvirt"
532670
533 #: ../src/virt-viewer.c:544
671 #: ../src/virt-viewer.c:724
534672 msgid "Finding guest domain"
535673 msgstr "Wyszukiwanie domeny gościa"
536674
537 #: ../src/virt-viewer.c:548
675 #: ../src/virt-viewer.c:728
538676 msgid "Waiting for guest domain to be created"
539677 msgstr "Oczekiwanie na utworzenie domeny gościa"
540678
541 #: ../src/virt-viewer.c:553
542 #, c-format
543 msgid "Cannot find guest domain %s"
544 msgstr "Nie można odnaleźć domeny gościa %s"
545
546 #: ../src/virt-viewer.c:566
679 #: ../src/virt-viewer.c:750
547680 msgid "Checking guest domain status"
548681 msgstr "Sprawdzanie stanu domeny gościa"
549682
550 #: ../src/virt-viewer.c:573
683 #: ../src/virt-viewer.c:753
684 msgid "Cannot get guest state"
685 msgstr "Nie można uzyskać stanu gościa"
686
687 #: ../src/virt-viewer.c:759
551688 msgid "Waiting for guest domain to start"
552689 msgstr "Oczekiwanie na uruchomienie domeny gościa"
553690
554 #: ../src/virt-viewer.c:580
555 msgid "Waiting for guest domain to start server"
556 msgstr "Oczekiwanie na uruchomienie serwera domeny gościa"
557
558 #: ../src/virt-viewer.c:694
559 #, c-format
560 msgid "Unable to connect to libvirt with URI %s"
561 msgstr "Nie można połączyć się z biblioteką libvirt za pomocą adresu URL %s"
562
563 #: ../src/virt-viewer.c:695
691 #: ../src/virt-viewer.c:863
692 #, c-format
693 msgid "Unable to connect to libvirt with URI: %s."
694 msgstr "Nie można połączyć się z biblioteką libvirt za pomocą adresu URI: %s."
695
696 #: ../src/virt-viewer.c:864
564697 msgid "[none]"
565698 msgstr "[brak]"
566699
700 #: ../src/virt-viewer.c:871
701 msgid "Authentication failed."
702 msgstr "Uwierzytelnienie się nie powiodło."
703
704 #: ../src/virt-viewer.c:931
705 msgid "Failed to connect: "
706 msgstr "Połączenie się nie powiodło: "
707
708 #.
567709 #. * Local variables:
568710 #. * c-indent-level: 4
569711 #. * c-basic-offset: 4
570712 #. * indent-tabs-mode: nil
571713 #. * End:
714 #.
572715 #: ../src/virt-viewer.xml.h:1
573716 msgid "_File"
574717 msgstr "_Plik"
575718
576719 #: ../src/virt-viewer.xml.h:4
577720 msgid "Smartcard insertion"
578 msgstr "Włożenie karty smart card"
721 msgstr "Włożenie karty smartcard"
579722
580723 #: ../src/virt-viewer.xml.h:5
581724 msgid "Smartcard removal"
582 msgstr "Usunięcie karty smart card"
583
584 #: ../src/virt-viewer.xml.h:6
725 msgstr "Usunięcie karty smartcard"
726
727 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
728 msgid "Preferences"
729 msgstr "Preferencje"
730
731 #: ../src/virt-viewer.xml.h:7
585732 msgid "_View"
586733 msgstr "_Widok"
587734
588 #: ../src/virt-viewer.xml.h:7
735 #: ../src/virt-viewer.xml.h:8
589736 msgid "Full screen"
590737 msgstr "Pełny ekran"
591738
592 #: ../src/virt-viewer.xml.h:8
739 #: ../src/virt-viewer.xml.h:9
593740 msgid "_Zoom"
594741 msgstr "P_owiększenie"
595742
596 #: ../src/virt-viewer.xml.h:9
743 #: ../src/virt-viewer.xml.h:10
597744 msgid "Displays"
598745 msgstr "Ekrany"
599746
600 #: ../src/virt-viewer.xml.h:10
747 #: ../src/virt-viewer.xml.h:11
601748 msgid "Release cursor"
602749 msgstr "Zwolnienie kursora"
603750
604 #: ../src/virt-viewer.xml.h:11
751 #: ../src/virt-viewer.xml.h:12
605752 msgid "_Send key"
606753 msgstr "Wyślij klawi_sz"
607754
608 #: ../src/virt-viewer.xml.h:12
755 #: ../src/virt-viewer.xml.h:13
609756 msgid "_Help"
610757 msgstr "Pomo_c"
758
759 #: ../src/virt-viewer.xml.h:14
760 msgid "_Guest Details"
761 msgstr "_Informacje o gościu"
762
763 #: ../src/virt-viewer-guest-details.xml.h:1
764 msgid "Guest Details"
765 msgstr "Informacje o gościu"
766
767 #: ../src/virt-viewer-guest-details.xml.h:2
768 msgid "Name:"
769 msgstr "Nazwa:"
770
771 #: ../src/virt-viewer-guest-details.xml.h:3
772 msgid "GUID:"
773 msgstr "GUID:"
774
775 #: ../src/virt-viewer-vm-connection.xml.h:1
776 msgid "Choose a virtual machine"
777 msgstr "Wybór maszyny wirtualnej"
778
779 #: ../src/virt-viewer-vm-connection.xml.h:2
780 msgid "Name"
781 msgstr "Nazwa"
782
783 #: ../src/virt-viewer-vm-connection.xml.h:3
784 msgid "Available virtual machines"
785 msgstr "Dostępne maszyny wirtualne"
786
787 #: ../src/virt-viewer-preferences.xml.h:2
788 msgid "Folder sharing"
789 msgstr "Współdzielenie katalogów"
790
791 #: ../src/virt-viewer-preferences.xml.h:3
792 msgid "Share folder"
793 msgstr "Współdziel katalog"
794
795 #: ../src/virt-viewer-preferences.xml.h:4
796 msgid "Read-only"
797 msgstr "Tylko do odczytu"
798
799 #: ../src/virt-viewer-preferences.xml.h:5
800 msgid "Spice"
801 msgstr "Spice"
+350
-202
po/pt.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Pedro Marques Daniel <danielthpro@gmail.com>, 2013
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: virt-viewer\n"
8 "Project-Id-Version: PACKAGE VERSION\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
11 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
10 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
11 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1212 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
13 "Language-Team: Portuguese (http://www.transifex.com/projects/p/virt-viewer/language/pt/)\n"
13 "Language-Team: Portuguese (http://www.transifex.com/projects/p/virt-viewer/"
14 "language/pt/)\n"
15 "Language: pt\n"
1416 "MIME-Version: 1.0\n"
1517 "Content-Type: text/plain; charset=UTF-8\n"
1618 "Content-Transfer-Encoding: 8bit\n"
17 "Language: pt\n"
1819 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 "X-Generator: Zanata 3.7.3\n"
21
22 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2123 msgid "Remote Viewer"
2224 msgstr ""
2325
7173
7274 #: ../src/remote-viewer-main.c:50
7375 #, c-format
74 msgid "remote-viewer version %s\n"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
76 msgid "remote-viewer version %s"
77 msgstr ""
78
79 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7880 msgid "Display version information"
7981 msgstr ""
8082
81 #: ../src/remote-viewer-main.c:101
83 #: ../src/remote-viewer-main.c:105
8284 msgid "Set window title"
8385 msgstr ""
8486
85 #: ../src/remote-viewer-main.c:104
87 #: ../src/remote-viewer-main.c:108
8688 msgid "Open connection using Spice controller communication"
8789 msgstr ""
8890
89 #: ../src/remote-viewer-main.c:116
91 #: ../src/remote-viewer-main.c:120
9092 msgid "Remote viewer client"
9193 msgstr ""
9294
93 #: ../src/remote-viewer-main.c:134
95 #: ../src/remote-viewer-main.c:138
9496 #, c-format
9597 msgid ""
9698 "%s\n"
9799 "Run '%s --help' to see a full list of available command line options\n"
98100 msgstr ""
99101
100 #: ../src/remote-viewer-main.c:146
102 #: ../src/remote-viewer-main.c:149
101103 #, c-format
102104 msgid "Error: extra arguments given while using Spice controller\n"
103105 msgstr ""
104106
105 #: ../src/remote-viewer-main.c:153
107 #: ../src/remote-viewer-main.c:156
106108 #, c-format
107109 msgid "Error: can't handle multiple URIs\n"
108110 msgstr ""
109111
110 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
112 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
111113 msgid "Failed to initiate connection"
112114 msgstr ""
113115
114 #: ../src/remote-viewer.c:294
116 #: ../src/remote-viewer.c:313
115117 msgid "Display disabled by controller"
116118 msgstr ""
117119
118 #: ../src/remote-viewer.c:592
120 #: ../src/remote-viewer.c:609
119121 #, c-format
120122 msgid "Controller connection failed: %s"
121123 msgstr ""
122124
123 #. Create the widgets
124 #: ../src/remote-viewer.c:924
125 msgid "Connection details"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:939
129 msgid "_Connection Address"
125 #: ../src/remote-viewer.c:755
126 msgid "_Change CD"
127 msgstr ""
128
129 #: ../src/remote-viewer.c:855
130 msgid "failed to parse ovirt uri"
131 msgstr ""
132
133 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
134 msgid "Authentication was cancelled"
135 msgstr ""
136
137 #: ../src/remote-viewer.c:900
138 #, c-format
139 msgid "oVirt VM %s is not running"
140 msgstr ""
141
142 #: ../src/remote-viewer.c:914
143 #, c-format
144 msgid "oVirt VM %s has no display"
145 msgstr ""
146
147 #: ../src/remote-viewer.c:940
148 #, c-format
149 msgid "oVirt VM %s has no host information"
130150 msgstr ""
131151
132152 #: ../src/remote-viewer.c:951
133 msgid "For example, spice://foo.example.org:5900"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:964
137 msgid "_Recent Connections"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:1020
141 msgid "Couldn't create a Spice session"
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1034
153 #, c-format
154 msgid "oVirt VM %s has unknown display type: %d"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:1094
145158 msgid "Setting up Spice session..."
146159 msgstr ""
147160
148 #: ../src/remote-viewer.c:1055
149 #, c-format
150 msgid "Invalid file %s"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:1062
161 #: ../src/remote-viewer.c:1102
162 msgid "No connection was chosen"
163 msgstr ""
164
165 #: ../src/remote-viewer.c:1120
166 #, c-format
167 msgid "Invalid file %s: "
168 msgstr ""
169
170 #: ../src/remote-viewer.c:1128
154171 msgid "Cannot determine the connection type from URI"
155172 msgstr ""
156173
157 #: ../src/remote-viewer.c:1068
158 msgid "Couldn't open oVirt session"
159 msgstr ""
160
161 #: ../src/remote-viewer.c:1075
162 #, c-format
163 msgid "Couldn't create a session for this type: %s"
164 msgstr ""
165
174 #: ../src/remote-viewer.c:1134
175 msgid "Couldn't open oVirt session: "
176 msgstr ""
177
178 #.
166179 #. * Local variables:
167180 #. * c-indent-level: 4
168181 #. * c-basic-offset: 4
169182 #. * indent-tabs-mode: nil
170183 #. * End:
184 #.
185 #: ../src/remote-viewer-connect.xml.h:1
186 msgid "Connection details"
187 msgstr ""
188
189 #: ../src/remote-viewer-connect.xml.h:2
190 msgid "Connection Address"
191 msgstr ""
192
193 #: ../src/remote-viewer-connect.xml.h:3
194 msgid "For example, spice://foo.example.org:5900"
195 msgstr ""
196
197 #: ../src/remote-viewer-connect.xml.h:4
198 msgid "Recent connections"
199 msgstr ""
200
201 #: ../src/remote-viewer-connect.xml.h:5
202 msgid "Cancel"
203 msgstr ""
204
205 #: ../src/remote-viewer-connect.xml.h:6
206 msgid "Connect"
207 msgstr ""
208
171209 #: ../src/virt-viewer-about.xml.h:1
172210 msgid "About Glade"
173211 msgstr ""
207245 msgid "The Fedora Translation Team"
208246 msgstr ""
209247
210 #: ../src/virt-viewer-app.c:400
248 #: ../src/virt-viewer-app.c:526
211249 msgid "Do you want to close the session?"
212250 msgstr ""
213251
214 #: ../src/virt-viewer-app.c:402
252 #: ../src/virt-viewer-app.c:528
215253 msgid "Do not ask me again"
216254 msgstr ""
217255
218 #: ../src/virt-viewer-app.c:841
256 #: ../src/virt-viewer-app.c:1008
219257 #, c-format
220258 msgid "Waiting for display %d..."
221259 msgstr ""
222260
223 #: ../src/virt-viewer-app.c:946
224 #, c-format
225 msgid "Unknown graphic type for the guest %s"
226 msgstr ""
227
228 #: ../src/virt-viewer-app.c:1027
261 #: ../src/virt-viewer-app.c:1117
262 #, c-format
263 msgid "Unsupported graphic type '%s'"
264 msgstr ""
265
266 #: ../src/virt-viewer-app.c:1200
229267 msgid "Connect to ssh failed."
230268 msgstr ""
231269
232 #: ../src/virt-viewer-app.c:1029
270 #: ../src/virt-viewer-app.c:1202
233271 msgid "Can't connect to channel, SSH only supported."
234272 msgstr ""
235273
236 #: ../src/virt-viewer-app.c:1041
274 #: ../src/virt-viewer-app.c:1214
237275 msgid "Connect to channel unsupported."
238276 msgstr ""
239277
240 #: ../src/virt-viewer-app.c:1123
278 #: ../src/virt-viewer-app.c:1276
279 msgid "Display can only be attached through libvirt with --attach"
280 msgstr ""
281
282 #: ../src/virt-viewer-app.c:1299
241283 msgid "Connecting to graphic server"
242284 msgstr ""
243285
244 #: ../src/virt-viewer-app.c:1256
286 #: ../src/virt-viewer-app.c:1398
245287 msgid "Guest domain has shutdown"
246288 msgstr ""
247289
248 #: ../src/virt-viewer-app.c:1317
290 #: ../src/virt-viewer-app.c:1459
249291 msgid "Connected to graphic server"
250292 msgstr ""
251293
252 #: ../src/virt-viewer-app.c:1344
294 #: ../src/virt-viewer-app.c:1486
253295 #, c-format
254296 msgid "Unable to connect to the graphic server %s"
255297 msgstr ""
256298
257 #: ../src/virt-viewer-app.c:1376
299 #: ../src/virt-viewer-app.c:1512
300 #, c-format
301 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:1525
305 #, c-format
306 msgid "Unable to authenticate with remote desktop server: %s"
307 msgstr ""
308
309 #: ../src/virt-viewer-app.c:1533
310 #, c-format
311 msgid "USB redirection error: %s"
312 msgstr ""
313
314 #: ../src/virt-viewer-app.c:1786
315 #, c-format
316 msgid "Zoom level must be within %d-%d\n"
317 msgstr ""
318
319 #: ../src/virt-viewer-app.c:2296
320 #, c-format
321 msgid "Display %d"
322 msgstr ""
323
324 #: ../src/virt-viewer-app.c:2552
325 #, c-format
326 msgid "Invalid kiosk-quit argument: %s"
327 msgstr ""
328
329 #: ../src/virt-viewer-app.c:2561
330 msgid "Zoom level of window, in percentage"
331 msgstr ""
332
333 #: ../src/virt-viewer-app.c:2563
334 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
335 msgstr ""
336
337 #: ../src/virt-viewer-app.c:2565
338 msgid "Customise hotkeys"
339 msgstr ""
340
341 #: ../src/virt-viewer-app.c:2567
342 msgid "Enable kiosk mode"
343 msgstr ""
344
345 #: ../src/virt-viewer-app.c:2569
346 msgid "Quit on given condition in kiosk mode"
347 msgstr ""
348
349 #: ../src/virt-viewer-app.c:2569
350 msgid "<never|on-disconnect>"
351 msgstr ""
352
353 #: ../src/virt-viewer-app.c:2571
354 msgid "Display verbose information"
355 msgstr ""
356
357 #: ../src/virt-viewer-app.c:2573
358 msgid "Display debugging information"
359 msgstr ""
360
361 #: ../src/virt-viewer-auth.c:88
258362 #, c-format
259363 msgid ""
260 "Unable to authenticate with remote desktop server at %s: %s\n"
261 "Retry connection again?"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1396
265 #, c-format
266 msgid "Unable to authenticate with remote desktop server: %s"
267 msgstr ""
268
269 #: ../src/virt-viewer-app.c:1404
270 #, c-format
271 msgid "USB redirection error: %s"
272 msgstr ""
273
274 #: ../src/virt-viewer-app.c:1632
275 #, c-format
276 msgid "Zoom level must be within %d-%d\n"
277 msgstr ""
278
279 #: ../src/virt-viewer-app.c:2126
280 #, c-format
281 msgid "Display %d"
282 msgstr ""
283
284 #: ../src/virt-viewer-app.c:2301
285 #, c-format
286 msgid "Invalid kiosk-quit argument: %s"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:2310
290 msgid "Zoom level of window, in percentage"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:2312
294 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:2314
298 msgid "Customise hotkeys"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:2316
302 msgid "Enable kiosk mode"
303 msgstr ""
304
305 #: ../src/virt-viewer-app.c:2318
306 msgid "Quit on given condition in kiosk mode"
307 msgstr ""
308
309 #: ../src/virt-viewer-app.c:2318
310 msgid "<never|on-disconnect>"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:2320
314 msgid "Display verbose information"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2322
318 msgid "Display debugging information"
319 msgstr ""
320
364 "Authentication is required for the %s connection to:\n"
365 "\n"
366 "<b>%s</b>\n"
367 "\n"
368 msgstr ""
369
370 #: ../src/virt-viewer-auth.c:92
371 #, c-format
372 msgid "Authentication is required for the %s connection:\n"
373 msgstr ""
374
375 #.
321376 #. * Local variables:
322377 #. * c-indent-level: 4
323378 #. * c-basic-offset: 4
324379 #. * indent-tabs-mode: nil
325380 #. * End:
381 #.
326382 #: ../src/virt-viewer-auth.xml.h:1
327383 msgid "Authentication required"
328384 msgstr ""
329385
330 #: ../src/virt-viewer-auth.xml.h:2
386 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
331387 msgid "label"
332388 msgstr ""
333389
339395 msgid "Username:"
340396 msgstr ""
341397
398 #: ../src/virt-viewer-auth.xml.h:5
399 msgid "Show password"
400 msgstr ""
401
402 #: ../src/virt-viewer-display-vnc.c:133
403 msgid "VNC does not provide GUID"
404 msgstr ""
405
342406 #: ../src/virt-viewer-main.c:38
343407 #, c-format
344408 msgid "%s version %s\n"
377441 msgid "Virtual machine graphical console"
378442 msgstr ""
379443
380 #: ../src/virt-viewer-main.c:108
444 #: ../src/virt-viewer-main.c:107
381445 #, c-format
382446 msgid ""
383447 "\n"
384 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
448 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
385449 "\n"
386450 "%s\n"
387451 "\n"
388452 msgstr ""
389453
390 #: ../src/virt-viewer-session-spice.c:506
391 msgid "invalid password"
454 #: ../src/virt-viewer-main.c:112
455 #, c-format
456 msgid ""
457 "\n"
458 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
459 "\n"
460 msgstr ""
461
462 #: ../src/virt-viewer-session-spice.c:694
463 msgid "Invalid password"
392464 msgstr ""
393465
394466 #. Create the widgets
395 #: ../src/virt-viewer-session-spice.c:588
467 #: ../src/virt-viewer-session-spice.c:786
396468 msgid "Select USB devices for redirection"
397469 msgstr ""
398470
399 #: ../src/virt-viewer-session-vnc.c:148
471 #: ../src/virt-viewer-session-vnc.c:153
400472 #, c-format
401473 msgid "Unsupported authentication type %d"
402474 msgstr ""
403475
404 #: ../src/virt-viewer-window.c:587
476 #: ../src/virt-viewer-vm-connection.c:64
477 msgid "No virtual machine found"
478 msgstr ""
479
480 #: ../src/virt-viewer-vm-connection.c:93
481 msgid "No virtual machine was chosen"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:537
405485 msgid "Ctrl+Alt+_Del"
406486 msgstr ""
407487
408 #: ../src/virt-viewer-window.c:588
488 #: ../src/virt-viewer-window.c:538
409489 msgid "Ctrl+Alt+_Backspace"
410490 msgstr ""
411491
412 #: ../src/virt-viewer-window.c:590
492 #: ../src/virt-viewer-window.c:540
413493 msgid "Ctrl+Alt+F_1"
414494 msgstr "Ctrl+Alt+F_1"
415495
416 #: ../src/virt-viewer-window.c:591
496 #: ../src/virt-viewer-window.c:541
417497 msgid "Ctrl+Alt+F_2"
418498 msgstr "Ctrl+Alt+F_2"
419499
420 #: ../src/virt-viewer-window.c:592
500 #: ../src/virt-viewer-window.c:542
421501 msgid "Ctrl+Alt+F_3"
422502 msgstr "Ctrl+Alt+F_3"
423503
424 #: ../src/virt-viewer-window.c:593
504 #: ../src/virt-viewer-window.c:543
425505 msgid "Ctrl+Alt+F_4"
426506 msgstr "Ctrl+Alt+F_4"
427507
428 #: ../src/virt-viewer-window.c:594
508 #: ../src/virt-viewer-window.c:544
429509 msgid "Ctrl+Alt+F_5"
430510 msgstr "Ctrl+Alt+F_5"
431511
432 #: ../src/virt-viewer-window.c:595
512 #: ../src/virt-viewer-window.c:545
433513 msgid "Ctrl+Alt+F_6"
434514 msgstr "Ctrl+Alt+F_6"
435515
436 #: ../src/virt-viewer-window.c:596
516 #: ../src/virt-viewer-window.c:546
437517 msgid "Ctrl+Alt+F_7"
438518 msgstr "Ctrl+Alt+F_7"
439519
440 #: ../src/virt-viewer-window.c:597
520 #: ../src/virt-viewer-window.c:547
441521 msgid "Ctrl+Alt+F_8"
442522 msgstr "Ctrl+Alt+F_8"
443523
444 #: ../src/virt-viewer-window.c:598
524 #: ../src/virt-viewer-window.c:548
445525 msgid "Ctrl+Alt+F_9"
446526 msgstr "Ctrl+Alt+F_9"
447527
448 #: ../src/virt-viewer-window.c:599
528 #: ../src/virt-viewer-window.c:549
449529 msgid "Ctrl+Alt+F1_0"
450530 msgstr "Ctrl+Alt+F1_0"
451531
452 #: ../src/virt-viewer-window.c:600
532 #: ../src/virt-viewer-window.c:550
453533 msgid "Ctrl+Alt+F11"
454534 msgstr "Ctrl+Alt+F11"
455535
456 #: ../src/virt-viewer-window.c:601
536 #: ../src/virt-viewer-window.c:551
457537 msgid "Ctrl+Alt+F12"
458538 msgstr "Ctrl+Alt+F12"
459539
460 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
540 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
461541 msgid "Screenshot"
462542 msgstr ""
463543
464 #: ../src/virt-viewer-window.c:1051
544 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
545 msgid "Unknown"
546 msgstr ""
547
548 #: ../src/virt-viewer-window.c:1062
465549 msgid "Disconnect"
466550 msgstr ""
467551
468 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
552 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
469553 #: ../src/virt-viewer.xml.h:3
470554 msgid "USB device selection"
471555 msgstr ""
472556
473 #: ../src/virt-viewer-window.c:1070
557 #: ../src/virt-viewer-window.c:1081
474558 msgid "Send key combination"
475559 msgstr ""
476560
477 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
561 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
478562 msgid "Leave fullscreen"
479563 msgstr ""
480564
481 #: ../src/virt-viewer-window.c:1162
565 #: ../src/virt-viewer-window.c:1173
482566 msgid "Ctrl+Alt"
483567 msgstr "Ctrl+Alt"
484568
485 #: ../src/virt-viewer-window.c:1165
569 #: ../src/virt-viewer-window.c:1176
486570 #, c-format
487571 msgid "(Press %s to release pointer)"
488572 msgstr ""
489573
490574 #. translators:
491 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
492 #. <appname>"
493 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
494 #. Viewer"
495 #: ../src/virt-viewer-window.c:1176
575 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
576 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
577 #.
578 #: ../src/virt-viewer-window.c:1187
496579 #, c-format
497580 msgid "%s%s%s - %s"
498581 msgstr ""
499582
500583 #. translators: <space>
501 #: ../src/virt-viewer-window.c:1180
584 #: ../src/virt-viewer-window.c:1191
502585 msgid " "
503586 msgstr ""
504587
505 #: ../src/virt-viewer-file.c:624
588 #: ../src/virt-viewer-file.c:825
589 #, c-format
590 msgid ""
591 "At least %s version %s is required to setup this connection, see %s for "
592 "details"
593 msgstr ""
594
595 #: ../src/virt-viewer-file.c:833
506596 #, c-format
507597 msgid "At least %s version %s is required to setup this connection"
508598 msgstr ""
509599
510 #: ../src/virt-viewer.c:133
600 #: ../src/virt-viewer.c:163
511601 msgid "Waiting for guest domain to re-start"
512602 msgstr ""
513603
514 #: ../src/virt-viewer.c:318
604 #: ../src/virt-viewer.c:409
515605 #, c-format
516606 msgid "Cannot determine the graphic type for the guest %s"
517607 msgstr ""
518608
519 #: ../src/virt-viewer.c:341
520 #, c-format
521 msgid "Cannot determine the graphic address for the guest %s"
522 msgstr ""
523
524 #: ../src/virt-viewer.c:354
609 #: ../src/virt-viewer.c:448
525610 #, c-format
526611 msgid "Cannot determine the host for the guest %s"
527612 msgstr ""
528613
529 #: ../src/virt-viewer.c:540
614 #: ../src/virt-viewer.c:476
615 #, c-format
616 msgid "Guest '%s' is not reachable"
617 msgstr ""
618
619 #: ../src/virt-viewer.c:697
620 #, c-format
621 msgid "Virtual machine %s is not running"
622 msgstr ""
623
624 #: ../src/virt-viewer.c:720
530625 msgid "Waiting for libvirt to start"
531626 msgstr ""
532627
533 #: ../src/virt-viewer.c:544
628 #: ../src/virt-viewer.c:724
534629 msgid "Finding guest domain"
535630 msgstr ""
536631
537 #: ../src/virt-viewer.c:548
632 #: ../src/virt-viewer.c:728
538633 msgid "Waiting for guest domain to be created"
539634 msgstr ""
540635
541 #: ../src/virt-viewer.c:553
542 #, c-format
543 msgid "Cannot find guest domain %s"
544 msgstr ""
545
546 #: ../src/virt-viewer.c:566
636 #: ../src/virt-viewer.c:750
547637 msgid "Checking guest domain status"
548638 msgstr ""
549639
550 #: ../src/virt-viewer.c:573
640 #: ../src/virt-viewer.c:753
641 msgid "Cannot get guest state"
642 msgstr ""
643
644 #: ../src/virt-viewer.c:759
551645 msgid "Waiting for guest domain to start"
552646 msgstr ""
553647
554 #: ../src/virt-viewer.c:580
555 msgid "Waiting for guest domain to start server"
556 msgstr ""
557
558 #: ../src/virt-viewer.c:694
559 #, c-format
560 msgid "Unable to connect to libvirt with URI %s"
561 msgstr ""
562
563 #: ../src/virt-viewer.c:695
648 #: ../src/virt-viewer.c:863
649 #, c-format
650 msgid "Unable to connect to libvirt with URI: %s."
651 msgstr ""
652
653 #: ../src/virt-viewer.c:864
564654 msgid "[none]"
565655 msgstr ""
566656
657 #: ../src/virt-viewer.c:871
658 msgid "Authentication failed."
659 msgstr ""
660
661 #: ../src/virt-viewer.c:931
662 msgid "Failed to connect: "
663 msgstr ""
664
665 #.
567666 #. * Local variables:
568667 #. * c-indent-level: 4
569668 #. * c-basic-offset: 4
570669 #. * indent-tabs-mode: nil
571670 #. * End:
671 #.
572672 #: ../src/virt-viewer.xml.h:1
573673 msgid "_File"
574674 msgstr ""
581681 msgid "Smartcard removal"
582682 msgstr ""
583683
584 #: ../src/virt-viewer.xml.h:6
684 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
685 msgid "Preferences"
686 msgstr ""
687
688 #: ../src/virt-viewer.xml.h:7
585689 msgid "_View"
586690 msgstr ""
587691
588 #: ../src/virt-viewer.xml.h:7
692 #: ../src/virt-viewer.xml.h:8
589693 msgid "Full screen"
590694 msgstr ""
591695
592 #: ../src/virt-viewer.xml.h:8
696 #: ../src/virt-viewer.xml.h:9
593697 msgid "_Zoom"
594698 msgstr ""
595699
596 #: ../src/virt-viewer.xml.h:9
700 #: ../src/virt-viewer.xml.h:10
597701 msgid "Displays"
598702 msgstr ""
599703
600 #: ../src/virt-viewer.xml.h:10
704 #: ../src/virt-viewer.xml.h:11
601705 msgid "Release cursor"
602706 msgstr ""
603707
604 #: ../src/virt-viewer.xml.h:11
708 #: ../src/virt-viewer.xml.h:12
605709 msgid "_Send key"
606710 msgstr ""
607711
608 #: ../src/virt-viewer.xml.h:12
712 #: ../src/virt-viewer.xml.h:13
609713 msgid "_Help"
610714 msgstr ""
715
716 #: ../src/virt-viewer.xml.h:14
717 msgid "_Guest Details"
718 msgstr ""
719
720 #: ../src/virt-viewer-guest-details.xml.h:1
721 msgid "Guest Details"
722 msgstr ""
723
724 #: ../src/virt-viewer-guest-details.xml.h:2
725 msgid "Name:"
726 msgstr ""
727
728 #: ../src/virt-viewer-guest-details.xml.h:3
729 msgid "GUID:"
730 msgstr ""
731
732 #: ../src/virt-viewer-vm-connection.xml.h:1
733 msgid "Choose a virtual machine"
734 msgstr ""
735
736 #: ../src/virt-viewer-vm-connection.xml.h:2
737 msgid "Name"
738 msgstr ""
739
740 #: ../src/virt-viewer-vm-connection.xml.h:3
741 msgid "Available virtual machines"
742 msgstr ""
743
744 #: ../src/virt-viewer-preferences.xml.h:2
745 msgid "Folder sharing"
746 msgstr ""
747
748 #: ../src/virt-viewer-preferences.xml.h:3
749 msgid "Share folder"
750 msgstr ""
751
752 #: ../src/virt-viewer-preferences.xml.h:4
753 msgid "Read-only"
754 msgstr ""
755
756 #: ../src/virt-viewer-preferences.xml.h:5
757 msgid "Spice"
758 msgstr ""
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Glaucia Freitas <gcintra@redhat.com>, 2012
66 # Glaucia Freitas <gcintra@redhat.com>, 2012-2013
77 # Marcelo Barbosa <firemanxbr@fedoraproject.org>, 2013
88 # Paulo Sergio Klaus <klauspaulo@gmail.com>, 2014
9 # Marco Aurélio Krause <ouesten@me.com>, 2015. #zanata
910 msgid ""
1011 msgstr ""
11 "Project-Id-Version: virt-viewer\n"
12 "Project-Id-Version: PACKAGE VERSION\n"
1213 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
14 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
15 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
16 "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/virt-viewer/language/pt_BR/)\n"
14 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
15 "PO-Revision-Date: 2015-10-28 04:11-0400\n"
16 "Last-Translator: Marco Aurélio Krause <ouesten@me.com>\n"
17 "Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/virt-"
18 "viewer/language/pt_BR/)\n"
19 "Language: pt-BR\n"
1720 "MIME-Version: 1.0\n"
1821 "Content-Type: text/plain; charset=UTF-8\n"
1922 "Content-Transfer-Encoding: 8bit\n"
20 "Language: pt_BR\n"
2123 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
22
23 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
24 "X-Generator: Zanata 3.7.3\n"
25
26 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2427 msgid "Remote Viewer"
2528 msgstr "Visualizador remoto"
2629
7477
7578 #: ../src/remote-viewer-main.c:50
7679 #, c-format
77 msgid "remote-viewer version %s\n"
78 msgstr "versão remote-viewer %s\n"
79
80 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
80 msgid "remote-viewer version %s"
81 msgstr ""
82
83 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8184 msgid "Display version information"
8285 msgstr "Exibir informações de versão"
8386
84 #: ../src/remote-viewer-main.c:101
87 #: ../src/remote-viewer-main.c:105
8588 msgid "Set window title"
8689 msgstr "Setando título da janela"
8790
88 #: ../src/remote-viewer-main.c:104
91 #: ../src/remote-viewer-main.c:108
8992 msgid "Open connection using Spice controller communication"
9093 msgstr "Abrir conexão usando a comunicação do controlador Spice"
9194
92 #: ../src/remote-viewer-main.c:116
95 #: ../src/remote-viewer-main.c:120
9396 msgid "Remote viewer client"
94 msgstr ""
95
96 #: ../src/remote-viewer-main.c:134
97 msgstr "Visualizador remoto"
98
99 #: ../src/remote-viewer-main.c:138
97100 #, c-format
98101 msgid ""
99102 "%s\n"
100103 "Run '%s --help' to see a full list of available command line options\n"
101 msgstr "%s\nExecute '%s --help' para ver uma lista completa de opções de linhas de comando disponíveis\n\n"
102
103 #: ../src/remote-viewer-main.c:146
104 msgstr ""
105 "%s\n"
106 "Execute '%s --help' para ver uma lista completa de opções de linhas de "
107 "comando disponíveis\n"
108 "\n"
109
110 #: ../src/remote-viewer-main.c:149
104111 #, c-format
105112 msgid "Error: extra arguments given while using Spice controller\n"
106113 msgstr "Erro: argumentos extras passados ao usar o controlador Spice\n"
107114
108 #: ../src/remote-viewer-main.c:153
115 #: ../src/remote-viewer-main.c:156
109116 #, c-format
110117 msgid "Error: can't handle multiple URIs\n"
111118 msgstr "Erro: não é possível manipular múltiplas URIs\n"
112119
113 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
120 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
114121 msgid "Failed to initiate connection"
115122 msgstr "Falha ao iniciar a conexão "
116123
117 #: ../src/remote-viewer.c:294
124 #: ../src/remote-viewer.c:313
118125 msgid "Display disabled by controller"
119126 msgstr "Exibir desabilitado pelo controlador"
120127
121 #: ../src/remote-viewer.c:592
128 #: ../src/remote-viewer.c:609
122129 #, c-format
123130 msgid "Controller connection failed: %s"
124131 msgstr "Conexão de controlador falhou:%s"
125132
126 #. Create the widgets
127 #: ../src/remote-viewer.c:924
128 msgid "Connection details"
129 msgstr "Detalhes da conexão"
130
131 #: ../src/remote-viewer.c:939
132 msgid "_Connection Address"
133 #: ../src/remote-viewer.c:755
134 msgid "_Change CD"
135 msgstr "Alterar _CD"
136
137 #: ../src/remote-viewer.c:855
138 msgid "failed to parse ovirt uri"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
142 msgid "Authentication was cancelled"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:900
146 #, c-format
147 msgid "oVirt VM %s is not running"
148 msgstr ""
149
150 #: ../src/remote-viewer.c:914
151 #, c-format
152 msgid "oVirt VM %s has no display"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:940
156 #, c-format
157 msgid "oVirt VM %s has no host information"
133158 msgstr ""
134159
135160 #: ../src/remote-viewer.c:951
136 msgid "For example, spice://foo.example.org:5900"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:964
140 msgid "_Recent Connections"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1020
144 msgid "Couldn't create a Spice session"
145 msgstr "Não foi possível criar uma sessão Spice"
146
147 #: ../src/remote-viewer.c:1034
161 #, c-format
162 msgid "oVirt VM %s has unknown display type: %d"
163 msgstr ""
164
165 #: ../src/remote-viewer.c:1094
148166 msgid "Setting up Spice session..."
149167 msgstr "Configurando uma sessão Spice"
150168
151 #: ../src/remote-viewer.c:1055
152 #, c-format
153 msgid "Invalid file %s"
154 msgstr "Arquivo inválido %s"
155
156 #: ../src/remote-viewer.c:1062
169 #: ../src/remote-viewer.c:1102
170 msgid "No connection was chosen"
171 msgstr ""
172
173 #: ../src/remote-viewer.c:1120
174 #, c-format
175 msgid "Invalid file %s: "
176 msgstr ""
177
178 #: ../src/remote-viewer.c:1128
157179 msgid "Cannot determine the connection type from URI"
158180 msgstr "Não foi possíve determinar o tipo de conexão a partir do URI"
159181
160 #: ../src/remote-viewer.c:1068
161 msgid "Couldn't open oVirt session"
162 msgstr "Não foi possível abrir a sessão oVirt"
163
164 #: ../src/remote-viewer.c:1075
165 #, c-format
166 msgid "Couldn't create a session for this type: %s"
167 msgstr "Não foi possível criar uma sessão para este tpo: %s"
168
182 #: ../src/remote-viewer.c:1134
183 msgid "Couldn't open oVirt session: "
184 msgstr ""
185
186 #.
169187 #. * Local variables:
170188 #. * c-indent-level: 4
171189 #. * c-basic-offset: 4
172190 #. * indent-tabs-mode: nil
173191 #. * End:
192 #.
193 #: ../src/remote-viewer-connect.xml.h:1
194 msgid "Connection details"
195 msgstr "Detalhes da conexão"
196
197 #: ../src/remote-viewer-connect.xml.h:2
198 msgid "Connection Address"
199 msgstr ""
200
201 #: ../src/remote-viewer-connect.xml.h:3
202 msgid "For example, spice://foo.example.org:5900"
203 msgstr "Por exemplo, spice://foo.example.org:5900"
204
205 #: ../src/remote-viewer-connect.xml.h:4
206 msgid "Recent connections"
207 msgstr ""
208
209 #: ../src/remote-viewer-connect.xml.h:5
210 msgid "Cancel"
211 msgstr ""
212
213 #: ../src/remote-viewer-connect.xml.h:6
214 msgid "Connect"
215 msgstr ""
216
174217 #: ../src/virt-viewer-about.xml.h:1
175218 msgid "About Glade"
176219 msgstr "Sobre o Glade"
180223 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
181224 "Copyright (C) 2007-2014 Red Hat, Inc."
182225 msgstr ""
226 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
227 "Copyright (C) 2007-2014 Red Hat, Inc."
183228
184229 #: ../src/virt-viewer-about.xml.h:4
185230 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
186 msgstr "Um cliente de desktop remoto construído com o GTK-VNC, SPICE-GTK e libvirt"
231 msgstr ""
232 "Um cliente de desktop remoto construído com o GTK-VNC, SPICE-GTK e libvirt"
187233
188234 #: ../src/virt-viewer-about.xml.h:5
189235 msgid "virt-manager.org"
204250 "You should have received a copy of the GNU General Public License\n"
205251 "along with this program; if not, write to the Free Software\n"
206252 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
207 msgstr "Este programa é um software livre; você pode redistribuí-lo e/ou modificá-lo sob os termos do GNU - General Public License como publicado pela Fundação de Software Livre; tanto a versão 2 da Licensa quanto (na sua opinião) qualquer versão posterior a esta.\n\nEste programa é distribuído esperando que seja útiil, \nmas SEM NENHUMA GARANTIA; sem até mesmo a garantia implicada de MERCANTIBILIDADE ou SERVIÇO PARA UM PROPÓSITO ESPECÍFICO. Seja GNU - General Public License para mais detalhes. \n\nVocê deve ter recebido uma cópia do GNU - General Public License junto com este programa; Caso não o tenha recebido, escreva para a Fundação de Software Livre, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
253 msgstr ""
254 "Este programa é um software livre; você pode redistribuí-lo e/ou modificá-lo "
255 "sob os termos do GNU - General Public License como publicado pela Fundação "
256 "de Software Livre; tanto a versão 2 da Licensa quanto (na sua opinião) "
257 "qualquer versão posterior a esta.\n"
258 "\n"
259 "Este programa é distribuído esperando que seja útiil, \n"
260 "mas SEM NENHUMA GARANTIA; sem até mesmo a garantia implicada de "
261 "MERCANTIBILIDADE ou SERVIÇO PARA UM PROPÓSITO ESPECÍFICO. Seja GNU - "
262 "General Public License para mais detalhes. \n"
263 "\n"
264 "Você deve ter recebido uma cópia do GNU - General Public License junto com "
265 "este programa; Caso não o tenha recebido, escreva para a Fundação de "
266 "Software Livre, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
208267
209268 #: ../src/virt-viewer-about.xml.h:20
210269 msgid "The Fedora Translation Team"
211270 msgstr "A equipe de Tradução do Fedora "
212271
213 #: ../src/virt-viewer-app.c:400
272 #: ../src/virt-viewer-app.c:526
214273 msgid "Do you want to close the session?"
215274 msgstr "Você quer fechar a sessão?"
216275
217 #: ../src/virt-viewer-app.c:402
276 #: ../src/virt-viewer-app.c:528
218277 msgid "Do not ask me again"
219278 msgstr "Não me pergunte novamente"
220279
221 #: ../src/virt-viewer-app.c:841
280 #: ../src/virt-viewer-app.c:1008
222281 #, c-format
223282 msgid "Waiting for display %d..."
224283 msgstr "Esperando pelo display %d..."
225284
226 #: ../src/virt-viewer-app.c:946
227 #, c-format
228 msgid "Unknown graphic type for the guest %s"
229 msgstr "Tipo de gráfico desconhecido para convidados %s"
230
231 #: ../src/virt-viewer-app.c:1027
285 #: ../src/virt-viewer-app.c:1117
286 #, c-format
287 msgid "Unsupported graphic type '%s'"
288 msgstr ""
289
290 #: ../src/virt-viewer-app.c:1200
232291 msgid "Connect to ssh failed."
233292 msgstr "Falha ao conectar com o ssh."
234293
235 #: ../src/virt-viewer-app.c:1029
294 #: ../src/virt-viewer-app.c:1202
236295 msgid "Can't connect to channel, SSH only supported."
237296 msgstr "Não foi possível conectar o canal, SSH somente suportado."
238297
239 #: ../src/virt-viewer-app.c:1041
298 #: ../src/virt-viewer-app.c:1214
240299 msgid "Connect to channel unsupported."
241300 msgstr "A conexão com o canal não é suportada."
242301
243 #: ../src/virt-viewer-app.c:1123
302 #: ../src/virt-viewer-app.c:1276
303 msgid "Display can only be attached through libvirt with --attach"
304 msgstr ""
305
306 #: ../src/virt-viewer-app.c:1299
244307 msgid "Connecting to graphic server"
245308 msgstr "Conectando ao servidor de gráfico"
246309
247 #: ../src/virt-viewer-app.c:1256
310 #: ../src/virt-viewer-app.c:1398
248311 msgid "Guest domain has shutdown"
249312 msgstr "Domínio de convidado precisa ser fechado"
250313
251 #: ../src/virt-viewer-app.c:1317
314 #: ../src/virt-viewer-app.c:1459
252315 msgid "Connected to graphic server"
253316 msgstr "Conectado ao servidor de gráfico"
254317
255 #: ../src/virt-viewer-app.c:1344
318 #: ../src/virt-viewer-app.c:1486
256319 #, c-format
257320 msgid "Unable to connect to the graphic server %s"
258321 msgstr "Incapaz de conectar ao servidor de gráfico %s"
259322
260 #: ../src/virt-viewer-app.c:1376
261 #, c-format
262 msgid ""
263 "Unable to authenticate with remote desktop server at %s: %s\n"
264 "Retry connection again?"
265 msgstr "Incapaz de autenticar com o servidor de desktop remoto em %s: %s Tentar conexão novamente?"
266
267 #: ../src/virt-viewer-app.c:1396
323 #: ../src/virt-viewer-app.c:1512
324 #, c-format
325 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
326 msgstr ""
327
328 #: ../src/virt-viewer-app.c:1525
268329 #, c-format
269330 msgid "Unable to authenticate with remote desktop server: %s"
270331 msgstr "Incapaz de autenticar com o servidor remoto: %s"
271332
272 #: ../src/virt-viewer-app.c:1404
333 #: ../src/virt-viewer-app.c:1533
273334 #, c-format
274335 msgid "USB redirection error: %s"
275336 msgstr "Erro de redirecionamento do USB:%s"
276337
277 #: ../src/virt-viewer-app.c:1632
338 #: ../src/virt-viewer-app.c:1786
278339 #, c-format
279340 msgid "Zoom level must be within %d-%d\n"
280341 msgstr "Zoom nível deve ser dentro de %d-%d\n"
281342
282 #: ../src/virt-viewer-app.c:2126
343 #: ../src/virt-viewer-app.c:2296
283344 #, c-format
284345 msgid "Display %d"
285346 msgstr "Exibir %d"
286347
287 #: ../src/virt-viewer-app.c:2301
348 #: ../src/virt-viewer-app.c:2552
288349 #, c-format
289350 msgid "Invalid kiosk-quit argument: %s"
290351 msgstr "Inválido kiosk-quit argumento: %s"
291352
292 #: ../src/virt-viewer-app.c:2310
353 #: ../src/virt-viewer-app.c:2561
293354 msgid "Zoom level of window, in percentage"
294355 msgstr "Nível de zoom da janela, em porcentagem"
295356
296 #: ../src/virt-viewer-app.c:2312
357 #: ../src/virt-viewer-app.c:2563
297358 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
298 msgstr "Abra no modo tela cheia (ajusta a resolução do convidado para caber no cliente)"
299
300 #: ../src/virt-viewer-app.c:2314
359 msgstr ""
360 "Abra no modo tela cheia (ajusta a resolução do convidado para caber no "
361 "cliente)"
362
363 #: ../src/virt-viewer-app.c:2565
301364 msgid "Customise hotkeys"
302365 msgstr "Personalize teclas de atalho "
303366
304 #: ../src/virt-viewer-app.c:2316
367 #: ../src/virt-viewer-app.c:2567
305368 msgid "Enable kiosk mode"
306369 msgstr "Ativar kiosk modo"
307370
308 #: ../src/virt-viewer-app.c:2318
371 #: ../src/virt-viewer-app.c:2569
309372 msgid "Quit on given condition in kiosk mode"
310373 msgstr "Sair em determinada condição em kiosk modo "
311374
312 #: ../src/virt-viewer-app.c:2318
375 #: ../src/virt-viewer-app.c:2569
313376 msgid "<never|on-disconnect>"
314377 msgstr "<never|on-disconnect>"
315378
316 #: ../src/virt-viewer-app.c:2320
379 #: ../src/virt-viewer-app.c:2571
317380 msgid "Display verbose information"
318381 msgstr "Exibir informações de verbose"
319382
320 #: ../src/virt-viewer-app.c:2322
383 #: ../src/virt-viewer-app.c:2573
321384 msgid "Display debugging information"
322385 msgstr "Exibir informações de depuração"
323386
387 #: ../src/virt-viewer-auth.c:88
388 #, c-format
389 msgid ""
390 "Authentication is required for the %s connection to:\n"
391 "\n"
392 "<b>%s</b>\n"
393 "\n"
394 msgstr ""
395
396 #: ../src/virt-viewer-auth.c:92
397 #, c-format
398 msgid "Authentication is required for the %s connection:\n"
399 msgstr ""
400
401 #.
324402 #. * Local variables:
325403 #. * c-indent-level: 4
326404 #. * c-basic-offset: 4
327405 #. * indent-tabs-mode: nil
328406 #. * End:
407 #.
329408 #: ../src/virt-viewer-auth.xml.h:1
330409 msgid "Authentication required"
331410 msgstr "Autenticação requerida"
332411
333 #: ../src/virt-viewer-auth.xml.h:2
412 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
334413 msgid "label"
335414 msgstr "rótulo"
336415
342421 msgid "Username:"
343422 msgstr "Nome de usuário:"
344423
424 #: ../src/virt-viewer-auth.xml.h:5
425 msgid "Show password"
426 msgstr "Exibir senha"
427
428 #: ../src/virt-viewer-display-vnc.c:133
429 msgid "VNC does not provide GUID"
430 msgstr ""
431
345432 #: ../src/virt-viewer-main.c:38
346433 #, c-format
347434 msgid "%s version %s\n"
374461 #: ../src/virt-viewer-main.c:80
375462 #, c-format
376463 msgid "Run '%s --help' to see a full list of available command line options"
377 msgstr "Execute '%s --help' para ver uma lista completa das opções de linha de comando disponíveis"
464 msgstr ""
465 "Execute '%s --help' para ver uma lista completa das opções de linha de "
466 "comando disponíveis"
378467
379468 #: ../src/virt-viewer-main.c:86
380469 msgid "Virtual machine graphical console"
381470 msgstr ""
382471
383 #: ../src/virt-viewer-main.c:108
472 #: ../src/virt-viewer-main.c:107
384473 #, c-format
385474 msgid ""
386475 "\n"
387 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
476 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
388477 "\n"
389478 "%s\n"
390479 "\n"
391 msgstr "\nUso: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
392
393 #: ../src/virt-viewer-session-spice.c:506
394 msgid "invalid password"
480 msgstr ""
481
482 #: ../src/virt-viewer-main.c:112
483 #, c-format
484 msgid ""
485 "\n"
486 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
487 "\n"
488 msgstr ""
489
490 #: ../src/virt-viewer-session-spice.c:694
491 msgid "Invalid password"
395492 msgstr "Senha inválida"
396493
397494 #. Create the widgets
398 #: ../src/virt-viewer-session-spice.c:588
495 #: ../src/virt-viewer-session-spice.c:786
399496 msgid "Select USB devices for redirection"
400497 msgstr "Selecionar os dispositivos do USB para redirecionamento"
401498
402 #: ../src/virt-viewer-session-vnc.c:148
499 #: ../src/virt-viewer-session-vnc.c:153
403500 #, c-format
404501 msgid "Unsupported authentication type %d"
405502 msgstr "Autenticação não suportada tipo %d"
406503
407 #: ../src/virt-viewer-window.c:587
504 #: ../src/virt-viewer-vm-connection.c:64
505 msgid "No virtual machine found"
506 msgstr "Nenhuma máquina virtual foi encontrada"
507
508 #: ../src/virt-viewer-vm-connection.c:93
509 msgid "No virtual machine was chosen"
510 msgstr ""
511
512 #: ../src/virt-viewer-window.c:537
408513 msgid "Ctrl+Alt+_Del"
409514 msgstr "Ctrl+Alt+_Del"
410515
411 #: ../src/virt-viewer-window.c:588
516 #: ../src/virt-viewer-window.c:538
412517 msgid "Ctrl+Alt+_Backspace"
413518 msgstr "Ctrl+Alt+_Backspace"
414519
415 #: ../src/virt-viewer-window.c:590
520 #: ../src/virt-viewer-window.c:540
416521 msgid "Ctrl+Alt+F_1"
417522 msgstr "Ctrl+Alt+F_1"
418523
419 #: ../src/virt-viewer-window.c:591
524 #: ../src/virt-viewer-window.c:541
420525 msgid "Ctrl+Alt+F_2"
421526 msgstr "Ctrl+Alt+F_2"
422527
423 #: ../src/virt-viewer-window.c:592
528 #: ../src/virt-viewer-window.c:542
424529 msgid "Ctrl+Alt+F_3"
425530 msgstr "Ctrl+Alt+F_3"
426531
427 #: ../src/virt-viewer-window.c:593
532 #: ../src/virt-viewer-window.c:543
428533 msgid "Ctrl+Alt+F_4"
429534 msgstr "Ctrl+Alt+F_4"
430535
431 #: ../src/virt-viewer-window.c:594
536 #: ../src/virt-viewer-window.c:544
432537 msgid "Ctrl+Alt+F_5"
433538 msgstr "Ctrl+Alt+F_5"
434539
435 #: ../src/virt-viewer-window.c:595
540 #: ../src/virt-viewer-window.c:545
436541 msgid "Ctrl+Alt+F_6"
437542 msgstr "Ctrl+Alt+F_6"
438543
439 #: ../src/virt-viewer-window.c:596
544 #: ../src/virt-viewer-window.c:546
440545 msgid "Ctrl+Alt+F_7"
441546 msgstr "Ctrl+Alt+F_7"
442547
443 #: ../src/virt-viewer-window.c:597
548 #: ../src/virt-viewer-window.c:547
444549 msgid "Ctrl+Alt+F_8"
445550 msgstr "Ctrl+Alt+F_8"
446551
447 #: ../src/virt-viewer-window.c:598
552 #: ../src/virt-viewer-window.c:548
448553 msgid "Ctrl+Alt+F_9"
449554 msgstr "Ctrl+Alt+F_9"
450555
451 #: ../src/virt-viewer-window.c:599
556 #: ../src/virt-viewer-window.c:549
452557 msgid "Ctrl+Alt+F1_0"
453558 msgstr "Ctrl+Alt+F1_0"
454559
455 #: ../src/virt-viewer-window.c:600
560 #: ../src/virt-viewer-window.c:550
456561 msgid "Ctrl+Alt+F11"
457562 msgstr "Ctrl+Alt+F11"
458563
459 #: ../src/virt-viewer-window.c:601
564 #: ../src/virt-viewer-window.c:551
460565 msgid "Ctrl+Alt+F12"
461566 msgstr "Ctrl+Alt+F12"
462567
463 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
568 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
464569 msgid "Screenshot"
465570 msgstr "Screenshot"
466571
467 #: ../src/virt-viewer-window.c:1051
572 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
573 msgid "Unknown"
574 msgstr "Desconhecido"
575
576 #: ../src/virt-viewer-window.c:1062
468577 msgid "Disconnect"
469578 msgstr "Desconectar"
470579
471 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
580 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
472581 #: ../src/virt-viewer.xml.h:3
473582 msgid "USB device selection"
474583 msgstr "Seleção de dispositivo de USB"
475584
476 #: ../src/virt-viewer-window.c:1070
585 #: ../src/virt-viewer-window.c:1081
477586 msgid "Send key combination"
478587 msgstr "Enviar combinação de teclas"
479588
480 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
589 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
481590 msgid "Leave fullscreen"
482591 msgstr "Deixar tela cheia"
483592
484 #: ../src/virt-viewer-window.c:1162
593 #: ../src/virt-viewer-window.c:1173
485594 msgid "Ctrl+Alt"
486595 msgstr "Ctrl+Alt"
487596
488 #: ../src/virt-viewer-window.c:1165
597 #: ../src/virt-viewer-window.c:1176
489598 #, c-format
490599 msgid "(Press %s to release pointer)"
491600 msgstr "(Pressione %s para liberar o ponteiro)"
492601
493602 #. translators:
494 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
495 #. <appname>"
496 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
497 #. Viewer"
498 #: ../src/virt-viewer-window.c:1176
603 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
604 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
605 #.
606 #: ../src/virt-viewer-window.c:1187
499607 #, c-format
500608 msgid "%s%s%s - %s"
501609 msgstr "%s%s%s - %s"
502610
503611 #. translators: <space>
504 #: ../src/virt-viewer-window.c:1180
612 #: ../src/virt-viewer-window.c:1191
505613 msgid " "
506614 msgstr " "
507615
508 #: ../src/virt-viewer-file.c:624
616 #: ../src/virt-viewer-file.c:825
617 #, c-format
618 msgid ""
619 "At least %s version %s is required to setup this connection, see %s for "
620 "details"
621 msgstr ""
622
623 #: ../src/virt-viewer-file.c:833
509624 #, c-format
510625 msgid "At least %s version %s is required to setup this connection"
511626 msgstr "Pelo menos %s versão %s é necessária para configurar esta conexão"
512627
513 #: ../src/virt-viewer.c:133
628 #: ../src/virt-viewer.c:163
514629 msgid "Waiting for guest domain to re-start"
515630 msgstr "Esperando pelo domínio do convidado para reiniciar"
516631
517 #: ../src/virt-viewer.c:318
632 #: ../src/virt-viewer.c:409
518633 #, c-format
519634 msgid "Cannot determine the graphic type for the guest %s"
520635 msgstr "Não é possível determinar o tipo de gráfico para o convidado %s"
521636
522 #: ../src/virt-viewer.c:341
523 #, c-format
524 msgid "Cannot determine the graphic address for the guest %s"
525 msgstr "Não foi possível determinar o endereço do gráfico para o convidado %s"
526
527 #: ../src/virt-viewer.c:354
637 #: ../src/virt-viewer.c:448
528638 #, c-format
529639 msgid "Cannot determine the host for the guest %s"
530640 msgstr "Não foi possível determinar o host para os convidados %s"
531641
532 #: ../src/virt-viewer.c:540
642 #: ../src/virt-viewer.c:476
643 #, c-format
644 msgid "Guest '%s' is not reachable"
645 msgstr ""
646
647 #: ../src/virt-viewer.c:697
648 #, c-format
649 msgid "Virtual machine %s is not running"
650 msgstr ""
651
652 #: ../src/virt-viewer.c:720
533653 msgid "Waiting for libvirt to start"
534654 msgstr "Aguardando libvirt para iniciar"
535655
536 #: ../src/virt-viewer.c:544
656 #: ../src/virt-viewer.c:724
537657 msgid "Finding guest domain"
538658 msgstr "Encontrando o domínio do convidado"
539659
540 #: ../src/virt-viewer.c:548
660 #: ../src/virt-viewer.c:728
541661 msgid "Waiting for guest domain to be created"
542662 msgstr "Esperando pelo domínio do convidado a ser criado"
543663
544 #: ../src/virt-viewer.c:553
545 #, c-format
546 msgid "Cannot find guest domain %s"
547 msgstr "Não foi possível encontrar o domínio do convidado %s"
548
549 #: ../src/virt-viewer.c:566
664 #: ../src/virt-viewer.c:750
550665 msgid "Checking guest domain status"
551666 msgstr "Verificando o status do domínio do convidado"
552667
553 #: ../src/virt-viewer.c:573
668 #: ../src/virt-viewer.c:753
669 msgid "Cannot get guest state"
670 msgstr ""
671
672 #: ../src/virt-viewer.c:759
554673 msgid "Waiting for guest domain to start"
555674 msgstr "Esperando pelo domínio do convidado para iniciar"
556675
557 #: ../src/virt-viewer.c:580
558 msgid "Waiting for guest domain to start server"
559 msgstr "Esperando pelo domínio do convidado para iniciar servidor"
560
561 #: ../src/virt-viewer.c:694
562 #, c-format
563 msgid "Unable to connect to libvirt with URI %s"
564 msgstr "Incapaz de conectar ao libvirt com o URI %s"
565
566 #: ../src/virt-viewer.c:695
676 #: ../src/virt-viewer.c:863
677 #, c-format
678 msgid "Unable to connect to libvirt with URI: %s."
679 msgstr ""
680
681 #: ../src/virt-viewer.c:864
567682 msgid "[none]"
568683 msgstr "[nenhum]"
569684
685 #: ../src/virt-viewer.c:871
686 msgid "Authentication failed."
687 msgstr "falha na autenticação."
688
689 #: ../src/virt-viewer.c:931
690 msgid "Failed to connect: "
691 msgstr ""
692
693 #.
570694 #. * Local variables:
571695 #. * c-indent-level: 4
572696 #. * c-basic-offset: 4
573697 #. * indent-tabs-mode: nil
574698 #. * End:
699 #.
575700 #: ../src/virt-viewer.xml.h:1
576701 msgid "_File"
577702 msgstr "_Arquivo"
584709 msgid "Smartcard removal"
585710 msgstr "Remoção do Smartcard"
586711
587 #: ../src/virt-viewer.xml.h:6
712 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
713 msgid "Preferences"
714 msgstr ""
715
716 #: ../src/virt-viewer.xml.h:7
588717 msgid "_View"
589718 msgstr "_Visualizar"
590719
591 #: ../src/virt-viewer.xml.h:7
720 #: ../src/virt-viewer.xml.h:8
592721 msgid "Full screen"
593722 msgstr "Tela cheia"
594723
595 #: ../src/virt-viewer.xml.h:8
724 #: ../src/virt-viewer.xml.h:9
596725 msgid "_Zoom"
597726 msgstr "_Zoom"
598727
599 #: ../src/virt-viewer.xml.h:9
728 #: ../src/virt-viewer.xml.h:10
600729 msgid "Displays"
601730 msgstr "Displays"
602731
603 #: ../src/virt-viewer.xml.h:10
732 #: ../src/virt-viewer.xml.h:11
604733 msgid "Release cursor"
605734 msgstr "Liberar o cursor"
606735
607 #: ../src/virt-viewer.xml.h:11
736 #: ../src/virt-viewer.xml.h:12
608737 msgid "_Send key"
609738 msgstr "_Chave de Envio"
610739
611 #: ../src/virt-viewer.xml.h:12
740 #: ../src/virt-viewer.xml.h:13
612741 msgid "_Help"
613742 msgstr "_Ajuda"
743
744 #: ../src/virt-viewer.xml.h:14
745 msgid "_Guest Details"
746 msgstr ""
747
748 #: ../src/virt-viewer-guest-details.xml.h:1
749 msgid "Guest Details"
750 msgstr ""
751
752 #: ../src/virt-viewer-guest-details.xml.h:2
753 msgid "Name:"
754 msgstr "Nome:"
755
756 #: ../src/virt-viewer-guest-details.xml.h:3
757 msgid "GUID:"
758 msgstr "GUID:"
759
760 #: ../src/virt-viewer-vm-connection.xml.h:1
761 msgid "Choose a virtual machine"
762 msgstr "Escolha uma máquina virtual"
763
764 #: ../src/virt-viewer-vm-connection.xml.h:2
765 msgid "Name"
766 msgstr "Nome"
767
768 #: ../src/virt-viewer-vm-connection.xml.h:3
769 msgid "Available virtual machines"
770 msgstr "Máquinas virtuais disponíveis"
771
772 #: ../src/virt-viewer-preferences.xml.h:2
773 msgid "Folder sharing"
774 msgstr ""
775
776 #: ../src/virt-viewer-preferences.xml.h:3
777 msgid "Share folder"
778 msgstr ""
779
780 #: ../src/virt-viewer-preferences.xml.h:4
781 msgid "Read-only"
782 msgstr ""
783
784 #: ../src/virt-viewer-preferences.xml.h:5
785 msgid "Spice"
786 msgstr ""
+353
-205
po/ro.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Romanian (http://www.transifex.com/projects/p/virt-viewer/language/ro/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Romanian\n"
13 "Language: ro\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ro\n"
17 "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
18 "20)) ? 1 : 2);\n"
19 "X-Generator: Zanata 3.5.1\n"
20
21 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2022 msgid "Remote Viewer"
2123 msgstr ""
2224
7072
7173 #: ../src/remote-viewer-main.c:50
7274 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
75 msgid "remote-viewer version %s"
76 msgstr ""
77
78 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7779 msgid "Display version information"
7880 msgstr ""
7981
80 #: ../src/remote-viewer-main.c:101
82 #: ../src/remote-viewer-main.c:105
8183 msgid "Set window title"
8284 msgstr ""
8385
84 #: ../src/remote-viewer-main.c:104
86 #: ../src/remote-viewer-main.c:108
8587 msgid "Open connection using Spice controller communication"
8688 msgstr ""
8789
88 #: ../src/remote-viewer-main.c:116
90 #: ../src/remote-viewer-main.c:120
8991 msgid "Remote viewer client"
9092 msgstr ""
9193
92 #: ../src/remote-viewer-main.c:134
94 #: ../src/remote-viewer-main.c:138
9395 #, c-format
9496 msgid ""
9597 "%s\n"
9698 "Run '%s --help' to see a full list of available command line options\n"
9799 msgstr ""
98100
99 #: ../src/remote-viewer-main.c:146
101 #: ../src/remote-viewer-main.c:149
100102 #, c-format
101103 msgid "Error: extra arguments given while using Spice controller\n"
102104 msgstr ""
103105
104 #: ../src/remote-viewer-main.c:153
106 #: ../src/remote-viewer-main.c:156
105107 #, c-format
106108 msgid "Error: can't handle multiple URIs\n"
107109 msgstr ""
108110
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
111 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110112 msgid "Failed to initiate connection"
111113 msgstr ""
112114
113 #: ../src/remote-viewer.c:294
115 #: ../src/remote-viewer.c:313
114116 msgid "Display disabled by controller"
115117 msgstr ""
116118
117 #: ../src/remote-viewer.c:592
119 #: ../src/remote-viewer.c:609
118120 #, c-format
119121 msgid "Controller connection failed: %s"
120122 msgstr ""
121123
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
124 #: ../src/remote-viewer.c:755
125 msgid "_Change CD"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:855
129 msgid "failed to parse ovirt uri"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
133 msgid "Authentication was cancelled"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:900
137 #, c-format
138 msgid "oVirt VM %s is not running"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:914
142 #, c-format
143 msgid "oVirt VM %s has no display"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:940
147 #, c-format
148 msgid "oVirt VM %s has no host information"
129149 msgstr ""
130150
131151 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
152 #, c-format
153 msgid "oVirt VM %s has unknown display type: %d"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1094
144157 msgid "Setting up Spice session..."
145158 msgstr ""
146159
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
160 #: ../src/remote-viewer.c:1102
161 msgid "No connection was chosen"
162 msgstr ""
163
164 #: ../src/remote-viewer.c:1120
165 #, c-format
166 msgid "Invalid file %s: "
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1128
153170 msgid "Cannot determine the connection type from URI"
154171 msgstr ""
155172
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
173 #: ../src/remote-viewer.c:1134
174 msgid "Couldn't open oVirt session: "
175 msgstr ""
176
177 #.
165178 #. * Local variables:
166179 #. * c-indent-level: 4
167180 #. * c-basic-offset: 4
168181 #. * indent-tabs-mode: nil
169182 #. * End:
183 #.
184 #: ../src/remote-viewer-connect.xml.h:1
185 msgid "Connection details"
186 msgstr ""
187
188 #: ../src/remote-viewer-connect.xml.h:2
189 msgid "Connection Address"
190 msgstr ""
191
192 #: ../src/remote-viewer-connect.xml.h:3
193 msgid "For example, spice://foo.example.org:5900"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:4
197 msgid "Recent connections"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:5
201 msgid "Cancel"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:6
205 msgid "Connect"
206 msgstr ""
207
170208 #: ../src/virt-viewer-about.xml.h:1
171209 msgid "About Glade"
172210 msgstr ""
206244 msgid "The Fedora Translation Team"
207245 msgstr ""
208246
209 #: ../src/virt-viewer-app.c:400
247 #: ../src/virt-viewer-app.c:526
210248 msgid "Do you want to close the session?"
211249 msgstr ""
212250
213 #: ../src/virt-viewer-app.c:402
251 #: ../src/virt-viewer-app.c:528
214252 msgid "Do not ask me again"
215253 msgstr ""
216254
217 #: ../src/virt-viewer-app.c:841
255 #: ../src/virt-viewer-app.c:1008
218256 #, c-format
219257 msgid "Waiting for display %d..."
220258 msgstr ""
221259
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
260 #: ../src/virt-viewer-app.c:1117
261 #, c-format
262 msgid "Unsupported graphic type '%s'"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1200
228266 msgid "Connect to ssh failed."
229267 msgstr ""
230268
231 #: ../src/virt-viewer-app.c:1029
269 #: ../src/virt-viewer-app.c:1202
232270 msgid "Can't connect to channel, SSH only supported."
233271 msgstr ""
234272
235 #: ../src/virt-viewer-app.c:1041
273 #: ../src/virt-viewer-app.c:1214
236274 msgid "Connect to channel unsupported."
237275 msgstr ""
238276
239 #: ../src/virt-viewer-app.c:1123
277 #: ../src/virt-viewer-app.c:1276
278 msgid "Display can only be attached through libvirt with --attach"
279 msgstr ""
280
281 #: ../src/virt-viewer-app.c:1299
240282 msgid "Connecting to graphic server"
241283 msgstr ""
242284
243 #: ../src/virt-viewer-app.c:1256
285 #: ../src/virt-viewer-app.c:1398
244286 msgid "Guest domain has shutdown"
245287 msgstr ""
246288
247 #: ../src/virt-viewer-app.c:1317
289 #: ../src/virt-viewer-app.c:1459
248290 msgid "Connected to graphic server"
249291 msgstr ""
250292
251 #: ../src/virt-viewer-app.c:1344
293 #: ../src/virt-viewer-app.c:1486
252294 #, c-format
253295 msgid "Unable to connect to the graphic server %s"
254296 msgstr ""
255297
256 #: ../src/virt-viewer-app.c:1376
298 #: ../src/virt-viewer-app.c:1512
299 #, c-format
300 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
301 msgstr ""
302
303 #: ../src/virt-viewer-app.c:1525
304 #, c-format
305 msgid "Unable to authenticate with remote desktop server: %s"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:1533
309 #, c-format
310 msgid "USB redirection error: %s"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:1786
314 #, c-format
315 msgid "Zoom level must be within %d-%d\n"
316 msgstr ""
317
318 #: ../src/virt-viewer-app.c:2296
319 #, c-format
320 msgid "Display %d"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:2552
324 #, c-format
325 msgid "Invalid kiosk-quit argument: %s"
326 msgstr ""
327
328 #: ../src/virt-viewer-app.c:2561
329 msgid "Zoom level of window, in percentage"
330 msgstr ""
331
332 #: ../src/virt-viewer-app.c:2563
333 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
334 msgstr ""
335
336 #: ../src/virt-viewer-app.c:2565
337 msgid "Customise hotkeys"
338 msgstr ""
339
340 #: ../src/virt-viewer-app.c:2567
341 msgid "Enable kiosk mode"
342 msgstr ""
343
344 #: ../src/virt-viewer-app.c:2569
345 msgid "Quit on given condition in kiosk mode"
346 msgstr ""
347
348 #: ../src/virt-viewer-app.c:2569
349 msgid "<never|on-disconnect>"
350 msgstr ""
351
352 #: ../src/virt-viewer-app.c:2571
353 msgid "Display verbose information"
354 msgstr ""
355
356 #: ../src/virt-viewer-app.c:2573
357 msgid "Display debugging information"
358 msgstr ""
359
360 #: ../src/virt-viewer-auth.c:88
257361 #, c-format
258362 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
363 "Authentication is required for the %s connection to:\n"
364 "\n"
365 "<b>%s</b>\n"
366 "\n"
367 msgstr ""
368
369 #: ../src/virt-viewer-auth.c:92
370 #, c-format
371 msgid "Authentication is required for the %s connection:\n"
372 msgstr ""
373
374 #.
320375 #. * Local variables:
321376 #. * c-indent-level: 4
322377 #. * c-basic-offset: 4
323378 #. * indent-tabs-mode: nil
324379 #. * End:
380 #.
325381 #: ../src/virt-viewer-auth.xml.h:1
326382 msgid "Authentication required"
327383 msgstr ""
328384
329 #: ../src/virt-viewer-auth.xml.h:2
385 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330386 msgid "label"
331387 msgstr ""
332388
338394 msgid "Username:"
339395 msgstr ""
340396
397 #: ../src/virt-viewer-auth.xml.h:5
398 msgid "Show password"
399 msgstr ""
400
401 #: ../src/virt-viewer-display-vnc.c:133
402 msgid "VNC does not provide GUID"
403 msgstr ""
404
341405 #: ../src/virt-viewer-main.c:38
342406 #, c-format
343407 msgid "%s version %s\n"
376440 msgid "Virtual machine graphical console"
377441 msgstr ""
378442
379 #: ../src/virt-viewer-main.c:108
443 #: ../src/virt-viewer-main.c:107
380444 #, c-format
381445 msgid ""
382446 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
447 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384448 "\n"
385449 "%s\n"
386450 "\n"
387451 msgstr ""
388452
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
453 #: ../src/virt-viewer-main.c:112
454 #, c-format
455 msgid ""
456 "\n"
457 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
458 "\n"
459 msgstr ""
460
461 #: ../src/virt-viewer-session-spice.c:694
462 msgid "Invalid password"
391463 msgstr ""
392464
393465 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
466 #: ../src/virt-viewer-session-spice.c:786
395467 msgid "Select USB devices for redirection"
396468 msgstr ""
397469
398 #: ../src/virt-viewer-session-vnc.c:148
470 #: ../src/virt-viewer-session-vnc.c:153
399471 #, c-format
400472 msgid "Unsupported authentication type %d"
401473 msgstr ""
402474
403 #: ../src/virt-viewer-window.c:587
475 #: ../src/virt-viewer-vm-connection.c:64
476 msgid "No virtual machine found"
477 msgstr ""
478
479 #: ../src/virt-viewer-vm-connection.c:93
480 msgid "No virtual machine was chosen"
481 msgstr ""
482
483 #: ../src/virt-viewer-window.c:537
404484 msgid "Ctrl+Alt+_Del"
405485 msgstr ""
406486
407 #: ../src/virt-viewer-window.c:588
487 #: ../src/virt-viewer-window.c:538
408488 msgid "Ctrl+Alt+_Backspace"
409489 msgstr ""
410490
411 #: ../src/virt-viewer-window.c:590
491 #: ../src/virt-viewer-window.c:540
412492 msgid "Ctrl+Alt+F_1"
413493 msgstr ""
414494
415 #: ../src/virt-viewer-window.c:591
495 #: ../src/virt-viewer-window.c:541
416496 msgid "Ctrl+Alt+F_2"
417497 msgstr ""
418498
419 #: ../src/virt-viewer-window.c:592
499 #: ../src/virt-viewer-window.c:542
420500 msgid "Ctrl+Alt+F_3"
421501 msgstr ""
422502
423 #: ../src/virt-viewer-window.c:593
503 #: ../src/virt-viewer-window.c:543
424504 msgid "Ctrl+Alt+F_4"
425505 msgstr ""
426506
427 #: ../src/virt-viewer-window.c:594
507 #: ../src/virt-viewer-window.c:544
428508 msgid "Ctrl+Alt+F_5"
429509 msgstr ""
430510
431 #: ../src/virt-viewer-window.c:595
511 #: ../src/virt-viewer-window.c:545
432512 msgid "Ctrl+Alt+F_6"
433513 msgstr ""
434514
435 #: ../src/virt-viewer-window.c:596
515 #: ../src/virt-viewer-window.c:546
436516 msgid "Ctrl+Alt+F_7"
437517 msgstr ""
438518
439 #: ../src/virt-viewer-window.c:597
519 #: ../src/virt-viewer-window.c:547
440520 msgid "Ctrl+Alt+F_8"
441521 msgstr ""
442522
443 #: ../src/virt-viewer-window.c:598
523 #: ../src/virt-viewer-window.c:548
444524 msgid "Ctrl+Alt+F_9"
445525 msgstr ""
446526
447 #: ../src/virt-viewer-window.c:599
527 #: ../src/virt-viewer-window.c:549
448528 msgid "Ctrl+Alt+F1_0"
449529 msgstr ""
450530
451 #: ../src/virt-viewer-window.c:600
531 #: ../src/virt-viewer-window.c:550
452532 msgid "Ctrl+Alt+F11"
453533 msgstr ""
454534
455 #: ../src/virt-viewer-window.c:601
535 #: ../src/virt-viewer-window.c:551
456536 msgid "Ctrl+Alt+F12"
457537 msgstr ""
458538
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
539 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460540 msgid "Screenshot"
461541 msgstr ""
462542
463 #: ../src/virt-viewer-window.c:1051
543 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
544 msgid "Unknown"
545 msgstr ""
546
547 #: ../src/virt-viewer-window.c:1062
464548 msgid "Disconnect"
465549 msgstr ""
466550
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
551 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468552 #: ../src/virt-viewer.xml.h:3
469553 msgid "USB device selection"
470554 msgstr ""
471555
472 #: ../src/virt-viewer-window.c:1070
556 #: ../src/virt-viewer-window.c:1081
473557 msgid "Send key combination"
474558 msgstr ""
475559
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
560 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477561 msgid "Leave fullscreen"
478562 msgstr ""
479563
480 #: ../src/virt-viewer-window.c:1162
564 #: ../src/virt-viewer-window.c:1173
481565 msgid "Ctrl+Alt"
482566 msgstr ""
483567
484 #: ../src/virt-viewer-window.c:1165
568 #: ../src/virt-viewer-window.c:1176
485569 #, c-format
486570 msgid "(Press %s to release pointer)"
487571 msgstr ""
488572
489573 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
574 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
575 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
576 #.
577 #: ../src/virt-viewer-window.c:1187
495578 #, c-format
496579 msgid "%s%s%s - %s"
497580 msgstr ""
498581
499582 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
583 #: ../src/virt-viewer-window.c:1191
501584 msgid " "
502585 msgstr ""
503586
504 #: ../src/virt-viewer-file.c:624
587 #: ../src/virt-viewer-file.c:825
588 #, c-format
589 msgid ""
590 "At least %s version %s is required to setup this connection, see %s for "
591 "details"
592 msgstr ""
593
594 #: ../src/virt-viewer-file.c:833
505595 #, c-format
506596 msgid "At least %s version %s is required to setup this connection"
507597 msgstr ""
508598
509 #: ../src/virt-viewer.c:133
599 #: ../src/virt-viewer.c:163
510600 msgid "Waiting for guest domain to re-start"
511601 msgstr ""
512602
513 #: ../src/virt-viewer.c:318
603 #: ../src/virt-viewer.c:409
514604 #, c-format
515605 msgid "Cannot determine the graphic type for the guest %s"
516606 msgstr ""
517607
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
608 #: ../src/virt-viewer.c:448
524609 #, c-format
525610 msgid "Cannot determine the host for the guest %s"
526611 msgstr ""
527612
528 #: ../src/virt-viewer.c:540
613 #: ../src/virt-viewer.c:476
614 #, c-format
615 msgid "Guest '%s' is not reachable"
616 msgstr ""
617
618 #: ../src/virt-viewer.c:697
619 #, c-format
620 msgid "Virtual machine %s is not running"
621 msgstr ""
622
623 #: ../src/virt-viewer.c:720
529624 msgid "Waiting for libvirt to start"
530625 msgstr ""
531626
532 #: ../src/virt-viewer.c:544
627 #: ../src/virt-viewer.c:724
533628 msgid "Finding guest domain"
534629 msgstr ""
535630
536 #: ../src/virt-viewer.c:548
631 #: ../src/virt-viewer.c:728
537632 msgid "Waiting for guest domain to be created"
538633 msgstr ""
539634
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
635 #: ../src/virt-viewer.c:750
546636 msgid "Checking guest domain status"
547637 msgstr ""
548638
549 #: ../src/virt-viewer.c:573
639 #: ../src/virt-viewer.c:753
640 msgid "Cannot get guest state"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:759
550644 msgid "Waiting for guest domain to start"
551645 msgstr ""
552646
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
647 #: ../src/virt-viewer.c:863
648 #, c-format
649 msgid "Unable to connect to libvirt with URI: %s."
650 msgstr ""
651
652 #: ../src/virt-viewer.c:864
563653 msgid "[none]"
564654 msgstr ""
565655
656 #: ../src/virt-viewer.c:871
657 msgid "Authentication failed."
658 msgstr ""
659
660 #: ../src/virt-viewer.c:931
661 msgid "Failed to connect: "
662 msgstr ""
663
664 #.
566665 #. * Local variables:
567666 #. * c-indent-level: 4
568667 #. * c-basic-offset: 4
569668 #. * indent-tabs-mode: nil
570669 #. * End:
670 #.
571671 #: ../src/virt-viewer.xml.h:1
572672 msgid "_File"
573673 msgstr ""
580680 msgid "Smartcard removal"
581681 msgstr ""
582682
583 #: ../src/virt-viewer.xml.h:6
683 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
684 msgid "Preferences"
685 msgstr ""
686
687 #: ../src/virt-viewer.xml.h:7
584688 msgid "_View"
585689 msgstr ""
586690
587 #: ../src/virt-viewer.xml.h:7
691 #: ../src/virt-viewer.xml.h:8
588692 msgid "Full screen"
589693 msgstr ""
590694
591 #: ../src/virt-viewer.xml.h:8
695 #: ../src/virt-viewer.xml.h:9
592696 msgid "_Zoom"
593697 msgstr ""
594698
595 #: ../src/virt-viewer.xml.h:9
699 #: ../src/virt-viewer.xml.h:10
596700 msgid "Displays"
597701 msgstr ""
598702
599 #: ../src/virt-viewer.xml.h:10
703 #: ../src/virt-viewer.xml.h:11
600704 msgid "Release cursor"
601705 msgstr ""
602706
603 #: ../src/virt-viewer.xml.h:11
707 #: ../src/virt-viewer.xml.h:12
604708 msgid "_Send key"
605709 msgstr ""
606710
607 #: ../src/virt-viewer.xml.h:12
711 #: ../src/virt-viewer.xml.h:13
608712 msgid "_Help"
609713 msgstr ""
714
715 #: ../src/virt-viewer.xml.h:14
716 msgid "_Guest Details"
717 msgstr ""
718
719 #: ../src/virt-viewer-guest-details.xml.h:1
720 msgid "Guest Details"
721 msgstr ""
722
723 #: ../src/virt-viewer-guest-details.xml.h:2
724 msgid "Name:"
725 msgstr ""
726
727 #: ../src/virt-viewer-guest-details.xml.h:3
728 msgid "GUID:"
729 msgstr ""
730
731 #: ../src/virt-viewer-vm-connection.xml.h:1
732 msgid "Choose a virtual machine"
733 msgstr ""
734
735 #: ../src/virt-viewer-vm-connection.xml.h:2
736 msgid "Name"
737 msgstr ""
738
739 #: ../src/virt-viewer-vm-connection.xml.h:3
740 msgid "Available virtual machines"
741 msgstr ""
742
743 #: ../src/virt-viewer-preferences.xml.h:2
744 msgid "Folder sharing"
745 msgstr ""
746
747 #: ../src/virt-viewer-preferences.xml.h:3
748 msgid "Share folder"
749 msgstr ""
750
751 #: ../src/virt-viewer-preferences.xml.h:4
752 msgid "Read-only"
753 msgstr ""
754
755 #: ../src/virt-viewer-preferences.xml.h:5
756 msgid "Spice"
757 msgstr ""
+363
-186
po/ru.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Alexander Savchenko, 2014
66 # Automatically generated, 2010
77 # triplepointfive <iya777@yandex.ru>, 2012
88 # Yulia <ypoyarko@redhat.com>, 2010, 2012
99 # Yulia <yulia.poyarkova@redhat.com>, 2013
10 # Ilyas B Arinov <arinov.ilyas@gmail.com>, 2015. #zanata
11 # yuliya <ypoyarko@redhat.com>, 2015. #zanata
1012 msgid ""
1113 msgstr ""
12 "Project-Id-Version: virt-viewer\n"
14 "Project-Id-Version: PACKAGE VERSION\n"
1315 "Report-Msgid-Bugs-To: \n"
14 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
15 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
16 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
17 "Language-Team: Russian (http://www.transifex.com/projects/p/virt-viewer/language/ru/)\n"
16 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
17 "PO-Revision-Date: 2015-06-07 07:46-0400\n"
18 "Last-Translator: Ilyas B Arinov <arinov.ilyas@gmail.com>\n"
19 "Language-Team: Russian (http://www.transifex.com/projects/p/virt-viewer/"
20 "language/ru/)\n"
21 "Language: ru\n"
1822 "MIME-Version: 1.0\n"
1923 "Content-Type: text/plain; charset=UTF-8\n"
2024 "Content-Transfer-Encoding: 8bit\n"
21 "Language: ru\n"
22 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
23
24 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
25 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
26 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
27 "X-Generator: Zanata 3.7.3\n"
28
29 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2530 msgid "Remote Viewer"
2631 msgstr "Удаленный просмотр"
2732
7580
7681 #: ../src/remote-viewer-main.c:50
7782 #, c-format
78 msgid "remote-viewer version %s\n"
79 msgstr "remote-viewer, версия %s\n"
80
81 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
83 msgid "remote-viewer version %s"
84 msgstr ""
85
86 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8287 msgid "Display version information"
8388 msgstr "Показать версию"
8489
85 #: ../src/remote-viewer-main.c:101
90 #: ../src/remote-viewer-main.c:105
8691 msgid "Set window title"
8792 msgstr "Изменить заголовок окна"
8893
89 #: ../src/remote-viewer-main.c:104
94 #: ../src/remote-viewer-main.c:108
9095 msgid "Open connection using Spice controller communication"
9196 msgstr "Открыть соединение с помощью контроллера Spice"
9297
93 #: ../src/remote-viewer-main.c:116
98 #: ../src/remote-viewer-main.c:120
9499 msgid "Remote viewer client"
95 msgstr ""
96
97 #: ../src/remote-viewer-main.c:134
100 msgstr "Клиент удаленного просмотра"
101
102 #: ../src/remote-viewer-main.c:138
98103 #, c-format
99104 msgid ""
100105 "%s\n"
101106 "Run '%s --help' to see a full list of available command line options\n"
102 msgstr "%s\nВыполните «%s --help» для просмотра полного списка параметров\n"
103
104 #: ../src/remote-viewer-main.c:146
107 msgstr ""
108 "%s\n"
109 "Выполните «%s --help» для просмотра полного списка параметров\n"
110
111 #: ../src/remote-viewer-main.c:149
105112 #, c-format
106113 msgid "Error: extra arguments given while using Spice controller\n"
107114 msgstr "Ошибка. Лишние аргументы при использовании контроллера Spice\n"
108115
109 #: ../src/remote-viewer-main.c:153
116 #: ../src/remote-viewer-main.c:156
110117 #, c-format
111118 msgid "Error: can't handle multiple URIs\n"
112119 msgstr "Ошибка. Обработка нескольких URI не допускается.\n"
113120
114 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
121 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
115122 msgid "Failed to initiate connection"
116123 msgstr "Не удалось установить соединение"
117124
118 #: ../src/remote-viewer.c:294
125 #: ../src/remote-viewer.c:313
119126 msgid "Display disabled by controller"
120127 msgstr "Дисплей отключен контроллером"
121128
122 #: ../src/remote-viewer.c:592
129 #: ../src/remote-viewer.c:609
123130 #, c-format
124131 msgid "Controller connection failed: %s"
125132 msgstr "Ошибка подключения контроллера: %s"
126133
127 #. Create the widgets
128 #: ../src/remote-viewer.c:924
129 msgid "Connection details"
130 msgstr "Свойства подключения"
131
132 #: ../src/remote-viewer.c:939
133 msgid "_Connection Address"
134 #: ../src/remote-viewer.c:755
135 msgid "_Change CD"
136 msgstr "_Сменить CD"
137
138 #: ../src/remote-viewer.c:855
139 msgid "failed to parse ovirt uri"
140 msgstr "не удалось обработать oVirt uri"
141
142 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
143 msgid "Authentication was cancelled"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:900
147 #, c-format
148 msgid "oVirt VM %s is not running"
149 msgstr "Виртуальная машина oVirt %s не работает"
150
151 #: ../src/remote-viewer.c:914
152 #, c-format
153 msgid "oVirt VM %s has no display"
154 msgstr "Отсутствует дисплей у ВМ oVirt %s"
155
156 #: ../src/remote-viewer.c:940
157 #, c-format
158 msgid "oVirt VM %s has no host information"
134159 msgstr ""
135160
136161 #: ../src/remote-viewer.c:951
137 msgid "For example, spice://foo.example.org:5900"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:964
141 msgid "_Recent Connections"
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1020
145 msgid "Couldn't create a Spice session"
146 msgstr "Не удалось создать сеанс Spice"
147
148 #: ../src/remote-viewer.c:1034
162 #, c-format
163 msgid "oVirt VM %s has unknown display type: %d"
164 msgstr "Неизвестный тип дисплея виртуальной машины oVirt %s: %d"
165
166 #: ../src/remote-viewer.c:1094
149167 msgid "Setting up Spice session..."
150168 msgstr "Инициализация сеанса Spice..."
151169
152 #: ../src/remote-viewer.c:1055
153 #, c-format
154 msgid "Invalid file %s"
155 msgstr "Недопустимый файл %s"
156
157 #: ../src/remote-viewer.c:1062
170 #: ../src/remote-viewer.c:1102
171 msgid "No connection was chosen"
172 msgstr ""
173
174 #: ../src/remote-viewer.c:1120
175 #, c-format
176 msgid "Invalid file %s: "
177 msgstr ""
178
179 #: ../src/remote-viewer.c:1128
158180 msgid "Cannot determine the connection type from URI"
159181 msgstr "Не удалось определить тип подключения в URI"
160182
161 #: ../src/remote-viewer.c:1068
162 msgid "Couldn't open oVirt session"
163 msgstr ""
164
165 #: ../src/remote-viewer.c:1075
166 #, c-format
167 msgid "Couldn't create a session for this type: %s"
168 msgstr "Не удалось создать сеанс этого типа: %s"
169
183 #: ../src/remote-viewer.c:1134
184 msgid "Couldn't open oVirt session: "
185 msgstr ""
186
187 #.
170188 #. * Local variables:
171189 #. * c-indent-level: 4
172190 #. * c-basic-offset: 4
173191 #. * indent-tabs-mode: nil
174192 #. * End:
193 #.
194 #: ../src/remote-viewer-connect.xml.h:1
195 msgid "Connection details"
196 msgstr "Свойства подключения"
197
198 #: ../src/remote-viewer-connect.xml.h:2
199 msgid "Connection Address"
200 msgstr ""
201
202 #: ../src/remote-viewer-connect.xml.h:3
203 msgid "For example, spice://foo.example.org:5900"
204 msgstr "Например, spice://foo.example.org:5900"
205
206 #: ../src/remote-viewer-connect.xml.h:4
207 msgid "Recent connections"
208 msgstr ""
209
210 #: ../src/remote-viewer-connect.xml.h:5
211 msgid "Cancel"
212 msgstr ""
213
214 #: ../src/remote-viewer-connect.xml.h:6
215 msgid "Connect"
216 msgstr ""
217
175218 #: ../src/virt-viewer-about.xml.h:1
176219 msgid "About Glade"
177220 msgstr "О Glade"
181224 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
182225 "Copyright (C) 2007-2014 Red Hat, Inc."
183226 msgstr ""
227 "(C) 2007-2012 Daniel P. Berrange\n"
228 "(C) 2007-2014 Red Hat, Inc."
184229
185230 #: ../src/virt-viewer-about.xml.h:4
186231 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
187 msgstr "Клиент удаленного рабочего стола построен на основе GTK-VNC, SPICE-GTK и libvirt"
232 msgstr ""
233 "Клиент удаленного рабочего стола построен на основе GTK-VNC, SPICE-GTK и "
234 "libvirt"
188235
189236 #: ../src/virt-viewer-about.xml.h:5
190237 msgid "virt-manager.org"
205252 "You should have received a copy of the GNU General Public License\n"
206253 "along with this program; if not, write to the Free Software\n"
207254 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
208 msgstr "Эта программа относится к категории свободного программного обеспечения;\nеё можно распространять и изменять в соответствии с условиями \nлицензии GNU General Public License 2 или любой более поздней версии, \nопубликованной фондом свободного программного обеспечения. \n\nПрограмма распространяется в надежде, что она может быть полезной, \nно БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ, ВЫРАЖЕННЫХ ЯВНО ИЛИ ПОДРАЗУМЕВАЕМЫХ,\nВ ТОМ ЧИСЛЕ БЕЗ ГАРАНТИЙ КОММЕРЧЕСКОЙ ЦЕННОСТИ И \nПРИГОДНОСТИ ДЛЯ КОНКРЕТНОЙ ЦЕЛИ. \nПодробную информацию можно найти в тексте лицензии GNU. \n\nКопия лицензии GNU предоставляется вместе с этой программой.\nАдрес фонда: Free Software Foundation, \nInc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
255 msgstr ""
256 "Эта программа относится к категории свободного программного обеспечения;\n"
257 "её можно распространять и изменять в соответствии с условиями \n"
258 "лицензии GNU General Public License 2 или любой более поздней версии, \n"
259 "опубликованной фондом свободного программного обеспечения. \n"
260 "\n"
261 "Программа распространяется в надежде, что она может быть полезной, \n"
262 "но БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ, ВЫРАЖЕННЫХ ЯВНО ИЛИ ПОДРАЗУМЕВАЕМЫХ,\n"
263 "В ТОМ ЧИСЛЕ БЕЗ ГАРАНТИЙ КОММЕРЧЕСКОЙ ЦЕННОСТИ И \n"
264 "ПРИГОДНОСТИ ДЛЯ КОНКРЕТНОЙ ЦЕЛИ. \n"
265 "Подробную информацию можно найти в тексте лицензии GNU. \n"
266 "\n"
267 "Копия лицензии GNU предоставляется вместе с этой программой.\n"
268 "Адрес фонда: Free Software Foundation, \n"
269 "Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
209270
210271 #: ../src/virt-viewer-about.xml.h:20
211272 msgid "The Fedora Translation Team"
212273 msgstr "Команда локализации Fedora"
213274
214 #: ../src/virt-viewer-app.c:400
275 #: ../src/virt-viewer-app.c:526
215276 msgid "Do you want to close the session?"
216277 msgstr "Закрыть сеанс?"
217278
218 #: ../src/virt-viewer-app.c:402
279 #: ../src/virt-viewer-app.c:528
219280 msgid "Do not ask me again"
220281 msgstr "Больше не спрашивать"
221282
222 #: ../src/virt-viewer-app.c:841
283 #: ../src/virt-viewer-app.c:1008
223284 #, c-format
224285 msgid "Waiting for display %d..."
225286 msgstr "Ожидание просмотра %d..."
226287
227 #: ../src/virt-viewer-app.c:946
228 #, c-format
229 msgid "Unknown graphic type for the guest %s"
230 msgstr "Неизвестный тип графической подсистемы для гостя %s"
231
232 #: ../src/virt-viewer-app.c:1027
288 #: ../src/virt-viewer-app.c:1117
289 #, c-format
290 msgid "Unsupported graphic type '%s'"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:1200
233294 msgid "Connect to ssh failed."
234295 msgstr "Ошибка соединения ssh."
235296
236 #: ../src/virt-viewer-app.c:1029
297 #: ../src/virt-viewer-app.c:1202
237298 msgid "Can't connect to channel, SSH only supported."
238299 msgstr "Не удалось подключиться к каналу. Поддерживается только SSH."
239300
240 #: ../src/virt-viewer-app.c:1041
301 #: ../src/virt-viewer-app.c:1214
241302 msgid "Connect to channel unsupported."
242303 msgstr "Подключение к каналу не поддерживается."
243304
244 #: ../src/virt-viewer-app.c:1123
305 #: ../src/virt-viewer-app.c:1276
306 msgid "Display can only be attached through libvirt with --attach"
307 msgstr "Дисплей может быть подключён только через libvirt с --attach"
308
309 #: ../src/virt-viewer-app.c:1299
245310 msgid "Connecting to graphic server"
246311 msgstr "Подключение к графическому серверу"
247312
248 #: ../src/virt-viewer-app.c:1256
313 #: ../src/virt-viewer-app.c:1398
249314 msgid "Guest domain has shutdown"
250315 msgstr "Гостевой домен завершил работу"
251316
252 #: ../src/virt-viewer-app.c:1317
317 #: ../src/virt-viewer-app.c:1459
253318 msgid "Connected to graphic server"
254319 msgstr "Установлено соединение с графическим сервером"
255320
256 #: ../src/virt-viewer-app.c:1344
321 #: ../src/virt-viewer-app.c:1486
257322 #, c-format
258323 msgid "Unable to connect to the graphic server %s"
259324 msgstr "Не удалось установить соединение с сервером %s"
260325
261 #: ../src/virt-viewer-app.c:1376
262 #, c-format
263 msgid ""
264 "Unable to authenticate with remote desktop server at %s: %s\n"
265 "Retry connection again?"
266 msgstr "Не удалось пройти аутентификацию на удаленном сервере: %s: %s\nПовторить попытку подключения?"
267
268 #: ../src/virt-viewer-app.c:1396
326 #: ../src/virt-viewer-app.c:1512
327 #, c-format
328 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:1525
269332 #, c-format
270333 msgid "Unable to authenticate with remote desktop server: %s"
271334 msgstr "Не удалось пройти аутентификацию на удаленном сервере: %s"
272335
273 #: ../src/virt-viewer-app.c:1404
336 #: ../src/virt-viewer-app.c:1533
274337 #, c-format
275338 msgid "USB redirection error: %s"
276339 msgstr "Ошибка перенаправления USB: %s"
277340
278 #: ../src/virt-viewer-app.c:1632
341 #: ../src/virt-viewer-app.c:1786
279342 #, c-format
280343 msgid "Zoom level must be within %d-%d\n"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2126
344 msgstr "Уровень увеличения должен быть между %d-%d\n"
345
346 #: ../src/virt-viewer-app.c:2296
284347 #, c-format
285348 msgid "Display %d"
286349 msgstr "Экран %d"
287350
288 #: ../src/virt-viewer-app.c:2301
351 #: ../src/virt-viewer-app.c:2552
289352 #, c-format
290353 msgid "Invalid kiosk-quit argument: %s"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:2310
354 msgstr "недопустимый аргумент kiosk-quit: %s"
355
356 #: ../src/virt-viewer-app.c:2561
294357 msgid "Zoom level of window, in percentage"
295358 msgstr "Масштаб окна в процентах"
296359
297 #: ../src/virt-viewer-app.c:2312
360 #: ../src/virt-viewer-app.c:2563
298361 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
299362 msgstr ""
300
301 #: ../src/virt-viewer-app.c:2314
363 "Открыть в полноэкранном режиме (регулирует разрешение гостя для соответствия "
364 "клиенту)"
365
366 #: ../src/virt-viewer-app.c:2565
302367 msgid "Customise hotkeys"
303368 msgstr "Настроить комбинации клавиш"
304369
305 #: ../src/virt-viewer-app.c:2316
370 #: ../src/virt-viewer-app.c:2567
306371 msgid "Enable kiosk mode"
307 msgstr ""
308
309 #: ../src/virt-viewer-app.c:2318
372 msgstr "Включить режим киоска"
373
374 #: ../src/virt-viewer-app.c:2569
310375 msgid "Quit on given condition in kiosk mode"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:2318
376 msgstr "Выйти по заданному условию в режиме киоска"
377
378 #: ../src/virt-viewer-app.c:2569
314379 msgid "<never|on-disconnect>"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2320
380 msgstr "<never|on-disconnect>"
381
382 #: ../src/virt-viewer-app.c:2571
318383 msgid "Display verbose information"
319384 msgstr "Подробный вывод"
320385
321 #: ../src/virt-viewer-app.c:2322
386 #: ../src/virt-viewer-app.c:2573
322387 msgid "Display debugging information"
323388 msgstr "Показать сообщения диагностики"
324389
390 #: ../src/virt-viewer-auth.c:88
391 #, c-format
392 msgid ""
393 "Authentication is required for the %s connection to:\n"
394 "\n"
395 "<b>%s</b>\n"
396 "\n"
397 msgstr ""
398 "Требуется аутентификация для соединения %s с:\n"
399 "\n"
400 "<b>%s</b>\n"
401 "\n"
402
403 #: ../src/virt-viewer-auth.c:92
404 #, c-format
405 msgid "Authentication is required for the %s connection:\n"
406 msgstr "Требуется аутентификация для соединения %s:\n"
407
408 #.
325409 #. * Local variables:
326410 #. * c-indent-level: 4
327411 #. * c-basic-offset: 4
328412 #. * indent-tabs-mode: nil
329413 #. * End:
414 #.
330415 #: ../src/virt-viewer-auth.xml.h:1
331416 msgid "Authentication required"
332417 msgstr "Требуется проверка подлинности"
333418
334 #: ../src/virt-viewer-auth.xml.h:2
419 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
335420 msgid "label"
336421 msgstr "метка"
337422
343428 msgid "Username:"
344429 msgstr "Пользователь:"
345430
431 #: ../src/virt-viewer-auth.xml.h:5
432 msgid "Show password"
433 msgstr "Показать пароль"
434
435 #: ../src/virt-viewer-display-vnc.c:133
436 msgid "VNC does not provide GUID"
437 msgstr ""
438
346439 #: ../src/virt-viewer-main.c:38
347440 #, c-format
348441 msgid "%s version %s\n"
379472
380473 #: ../src/virt-viewer-main.c:86
381474 msgid "Virtual machine graphical console"
382 msgstr ""
383
384 #: ../src/virt-viewer-main.c:108
475 msgstr "Графическая консоль виртуальной машины"
476
477 #: ../src/virt-viewer-main.c:107
385478 #, c-format
386479 msgid ""
387480 "\n"
388 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
481 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
389482 "\n"
390483 "%s\n"
391484 "\n"
392 msgstr "\nФормат: %s [ПАРАМЕТРЫ] ДОМЕН|ID|UUID\n\n%s\n\n"
393
394 #: ../src/virt-viewer-session-spice.c:506
395 msgid "invalid password"
396 msgstr "неверный пароль"
485 msgstr ""
486
487 #: ../src/virt-viewer-main.c:112
488 #, c-format
489 msgid ""
490 "\n"
491 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
492 "\n"
493 msgstr ""
494
495 #: ../src/virt-viewer-session-spice.c:694
496 msgid "Invalid password"
497 msgstr "Неверный пароль"
397498
398499 #. Create the widgets
399 #: ../src/virt-viewer-session-spice.c:588
500 #: ../src/virt-viewer-session-spice.c:786
400501 msgid "Select USB devices for redirection"
401502 msgstr "Выбрать устройства USB для перенаправления"
402503
403 #: ../src/virt-viewer-session-vnc.c:148
504 #: ../src/virt-viewer-session-vnc.c:153
404505 #, c-format
405506 msgid "Unsupported authentication type %d"
406507 msgstr "Неподдерживаемый тип аутентификации %d"
407508
408 #: ../src/virt-viewer-window.c:587
509 #: ../src/virt-viewer-vm-connection.c:64
510 msgid "No virtual machine found"
511 msgstr "Виртуальная машина не найдена"
512
513 #: ../src/virt-viewer-vm-connection.c:93
514 msgid "No virtual machine was chosen"
515 msgstr ""
516
517 #: ../src/virt-viewer-window.c:537
409518 msgid "Ctrl+Alt+_Del"
410519 msgstr "Ctrl+Alt+_Del"
411520
412 #: ../src/virt-viewer-window.c:588
521 #: ../src/virt-viewer-window.c:538
413522 msgid "Ctrl+Alt+_Backspace"
414523 msgstr "Ctrl+Alt+_Backspace"
415524
416 #: ../src/virt-viewer-window.c:590
525 #: ../src/virt-viewer-window.c:540
417526 msgid "Ctrl+Alt+F_1"
418527 msgstr "Ctrl+Alt+F_1"
419528
420 #: ../src/virt-viewer-window.c:591
529 #: ../src/virt-viewer-window.c:541
421530 msgid "Ctrl+Alt+F_2"
422531 msgstr "Ctrl+Alt+F_2"
423532
424 #: ../src/virt-viewer-window.c:592
533 #: ../src/virt-viewer-window.c:542
425534 msgid "Ctrl+Alt+F_3"
426535 msgstr "Ctrl+Alt+F_3"
427536
428 #: ../src/virt-viewer-window.c:593
537 #: ../src/virt-viewer-window.c:543
429538 msgid "Ctrl+Alt+F_4"
430539 msgstr "Ctrl+Alt+F_4"
431540
432 #: ../src/virt-viewer-window.c:594
541 #: ../src/virt-viewer-window.c:544
433542 msgid "Ctrl+Alt+F_5"
434543 msgstr "Ctrl+Alt+F_5"
435544
436 #: ../src/virt-viewer-window.c:595
545 #: ../src/virt-viewer-window.c:545
437546 msgid "Ctrl+Alt+F_6"
438547 msgstr "Ctrl+Alt+F_6"
439548
440 #: ../src/virt-viewer-window.c:596
549 #: ../src/virt-viewer-window.c:546
441550 msgid "Ctrl+Alt+F_7"
442551 msgstr "Ctrl+Alt+F_7"
443552
444 #: ../src/virt-viewer-window.c:597
553 #: ../src/virt-viewer-window.c:547
445554 msgid "Ctrl+Alt+F_8"
446555 msgstr "Ctrl+Alt+F_8"
447556
448 #: ../src/virt-viewer-window.c:598
557 #: ../src/virt-viewer-window.c:548
449558 msgid "Ctrl+Alt+F_9"
450559 msgstr "Ctrl+Alt+F_9"
451560
452 #: ../src/virt-viewer-window.c:599
561 #: ../src/virt-viewer-window.c:549
453562 msgid "Ctrl+Alt+F1_0"
454563 msgstr "Ctrl+Alt+F1_0"
455564
456 #: ../src/virt-viewer-window.c:600
565 #: ../src/virt-viewer-window.c:550
457566 msgid "Ctrl+Alt+F11"
458567 msgstr "Ctrl+Alt+F11"
459568
460 #: ../src/virt-viewer-window.c:601
569 #: ../src/virt-viewer-window.c:551
461570 msgid "Ctrl+Alt+F12"
462571 msgstr "Ctrl+Alt+F12"
463572
464 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
573 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
465574 msgid "Screenshot"
466575 msgstr "Снимок экрана"
467576
468 #: ../src/virt-viewer-window.c:1051
577 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
578 msgid "Unknown"
579 msgstr "Неизвестно"
580
581 #: ../src/virt-viewer-window.c:1062
469582 msgid "Disconnect"
470583 msgstr "Отключиться"
471584
472 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
585 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
473586 #: ../src/virt-viewer.xml.h:3
474587 msgid "USB device selection"
475588 msgstr "Выбор устройства USB"
476589
477 #: ../src/virt-viewer-window.c:1070
590 #: ../src/virt-viewer-window.c:1081
478591 msgid "Send key combination"
479592 msgstr "Отправить комбинацию клавиш"
480593
481 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
594 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
482595 msgid "Leave fullscreen"
483596 msgstr "Выйти из полноэкранного режима"
484597
485 #: ../src/virt-viewer-window.c:1162
598 #: ../src/virt-viewer-window.c:1173
486599 msgid "Ctrl+Alt"
487600 msgstr "Ctrl+Alt"
488601
489 #: ../src/virt-viewer-window.c:1165
602 #: ../src/virt-viewer-window.c:1176
490603 #, c-format
491604 msgid "(Press %s to release pointer)"
492605 msgstr "(нажмите %s для освобождения курсора)"
493606
494607 #. translators:
495 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
496 #. <appname>"
497 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
498 #. Viewer"
499 #: ../src/virt-viewer-window.c:1176
608 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
609 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
610 #.
611 #: ../src/virt-viewer-window.c:1187
500612 #, c-format
501613 msgid "%s%s%s - %s"
502614 msgstr "%s%s%s - %s"
503615
504616 #. translators: <space>
505 #: ../src/virt-viewer-window.c:1180
617 #: ../src/virt-viewer-window.c:1191
506618 msgid " "
507619 msgstr " "
508620
509 #: ../src/virt-viewer-file.c:624
621 #: ../src/virt-viewer-file.c:825
622 #, c-format
623 msgid ""
624 "At least %s version %s is required to setup this connection, see %s for "
625 "details"
626 msgstr ""
627
628 #: ../src/virt-viewer-file.c:833
510629 #, c-format
511630 msgid "At least %s version %s is required to setup this connection"
512 msgstr ""
513
514 #: ../src/virt-viewer.c:133
631 msgstr "Чтобы установить соединение требуется по крайней мере %s версии %s"
632
633 #: ../src/virt-viewer.c:163
515634 msgid "Waiting for guest domain to re-start"
516635 msgstr "Ожидание перезапуска гостевого домена"
517636
518 #: ../src/virt-viewer.c:318
637 #: ../src/virt-viewer.c:409
519638 #, c-format
520639 msgid "Cannot determine the graphic type for the guest %s"
521640 msgstr "Не удалось определить тип графической подсистемы для гостя %s"
522641
523 #: ../src/virt-viewer.c:341
524 #, c-format
525 msgid "Cannot determine the graphic address for the guest %s"
526 msgstr "Не удалось определить адрес графического интерфейса для гостя %s"
527
528 #: ../src/virt-viewer.c:354
642 #: ../src/virt-viewer.c:448
529643 #, c-format
530644 msgid "Cannot determine the host for the guest %s"
531645 msgstr "Не удалось определить хост для гостя %s"
532646
533 #: ../src/virt-viewer.c:540
647 #: ../src/virt-viewer.c:476
648 #, c-format
649 msgid "Guest '%s' is not reachable"
650 msgstr "Гость '%s' недосягаем"
651
652 #: ../src/virt-viewer.c:697
653 #, c-format
654 msgid "Virtual machine %s is not running"
655 msgstr "Виртуальная машина %s не запущена"
656
657 #: ../src/virt-viewer.c:720
534658 msgid "Waiting for libvirt to start"
535659 msgstr "Ожидание запуска libvirt"
536660
537 #: ../src/virt-viewer.c:544
661 #: ../src/virt-viewer.c:724
538662 msgid "Finding guest domain"
539663 msgstr "Поиск гостевого домена"
540664
541 #: ../src/virt-viewer.c:548
665 #: ../src/virt-viewer.c:728
542666 msgid "Waiting for guest domain to be created"
543667 msgstr "Ожидание создания гостевого домена"
544668
545 #: ../src/virt-viewer.c:553
546 #, c-format
547 msgid "Cannot find guest domain %s"
548 msgstr "Гостевой домен %s не найден"
549
550 #: ../src/virt-viewer.c:566
669 #: ../src/virt-viewer.c:750
551670 msgid "Checking guest domain status"
552671 msgstr "Проверка статуса гостевого домена"
553672
554 #: ../src/virt-viewer.c:573
673 #: ../src/virt-viewer.c:753
674 msgid "Cannot get guest state"
675 msgstr ""
676
677 #: ../src/virt-viewer.c:759
555678 msgid "Waiting for guest domain to start"
556679 msgstr "Ожидание запуска гостевого домена"
557680
558 #: ../src/virt-viewer.c:580
559 msgid "Waiting for guest domain to start server"
560 msgstr "Ожидание запуска сервера гостевого домена"
561
562 #: ../src/virt-viewer.c:694
563 #, c-format
564 msgid "Unable to connect to libvirt with URI %s"
565 msgstr "Не удалось подключиться к libvirt на URI %s"
566
567 #: ../src/virt-viewer.c:695
681 #: ../src/virt-viewer.c:863
682 #, c-format
683 msgid "Unable to connect to libvirt with URI: %s."
684 msgstr "Невозможно подключиться к libvirt с URI: %s."
685
686 #: ../src/virt-viewer.c:864
568687 msgid "[none]"
569688 msgstr "[нет]"
570689
690 #: ../src/virt-viewer.c:871
691 msgid "Authentication failed."
692 msgstr "Сбой аутентификации."
693
694 #: ../src/virt-viewer.c:931
695 msgid "Failed to connect: "
696 msgstr ""
697
698 #.
571699 #. * Local variables:
572700 #. * c-indent-level: 4
573701 #. * c-basic-offset: 4
574702 #. * indent-tabs-mode: nil
575703 #. * End:
704 #.
576705 #: ../src/virt-viewer.xml.h:1
577706 msgid "_File"
578707 msgstr "_Файл"
585714 msgid "Smartcard removal"
586715 msgstr "Удаление смарт-карты"
587716
588 #: ../src/virt-viewer.xml.h:6
717 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
718 msgid "Preferences"
719 msgstr ""
720
721 #: ../src/virt-viewer.xml.h:7
589722 msgid "_View"
590723 msgstr "_Просмотр"
591724
592 #: ../src/virt-viewer.xml.h:7
725 #: ../src/virt-viewer.xml.h:8
593726 msgid "Full screen"
594727 msgstr "Во весь экран"
595728
596 #: ../src/virt-viewer.xml.h:8
729 #: ../src/virt-viewer.xml.h:9
597730 msgid "_Zoom"
598731 msgstr "_Масштаб"
599732
600 #: ../src/virt-viewer.xml.h:9
733 #: ../src/virt-viewer.xml.h:10
601734 msgid "Displays"
602735 msgstr "Экраны"
603736
604 #: ../src/virt-viewer.xml.h:10
737 #: ../src/virt-viewer.xml.h:11
605738 msgid "Release cursor"
606739 msgstr "Освободить курсор"
607740
608 #: ../src/virt-viewer.xml.h:11
741 #: ../src/virt-viewer.xml.h:12
609742 msgid "_Send key"
610743 msgstr "О_тправить клавишу"
611744
612 #: ../src/virt-viewer.xml.h:12
745 #: ../src/virt-viewer.xml.h:13
613746 msgid "_Help"
614747 msgstr "_Справка"
748
749 #: ../src/virt-viewer.xml.h:14
750 msgid "_Guest Details"
751 msgstr "_Детали гостя"
752
753 #: ../src/virt-viewer-guest-details.xml.h:1
754 msgid "Guest Details"
755 msgstr "Детали гостя"
756
757 #: ../src/virt-viewer-guest-details.xml.h:2
758 msgid "Name:"
759 msgstr "Имя:"
760
761 #: ../src/virt-viewer-guest-details.xml.h:3
762 msgid "GUID:"
763 msgstr "GUID:"
764
765 #: ../src/virt-viewer-vm-connection.xml.h:1
766 msgid "Choose a virtual machine"
767 msgstr "Выберите виртуальную машину"
768
769 #: ../src/virt-viewer-vm-connection.xml.h:2
770 msgid "Name"
771 msgstr "Имя"
772
773 #: ../src/virt-viewer-vm-connection.xml.h:3
774 msgid "Available virtual machines"
775 msgstr "Доступные виртуальные машины"
776
777 #: ../src/virt-viewer-preferences.xml.h:2
778 msgid "Folder sharing"
779 msgstr ""
780
781 #: ../src/virt-viewer-preferences.xml.h:3
782 msgid "Share folder"
783 msgstr ""
784
785 #: ../src/virt-viewer-preferences.xml.h:4
786 msgid "Read-only"
787 msgstr ""
788
789 #: ../src/virt-viewer-preferences.xml.h:5
790 msgid "Spice"
791 msgstr ""
+0
-612
po/ru_RU.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-01-24 17:29+0000\n"
10 "PO-Revision-Date: 2014-01-24 17:29+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Russian (Russia) (http://www.transifex.com/projects/p/fedora/language/ru_RU/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ru_RU\n"
17 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:111
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #. Setup command line options
89 #: ../src/remote-viewer-main.c:114
90 msgid "- Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:131
94 #, c-format
95 msgid ""
96 "%s\n"
97 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr ""
99
100 #: ../src/remote-viewer-main.c:143
101 #, c-format
102 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr ""
104
105 #: ../src/remote-viewer-main.c:150
106 #, c-format
107 msgid "Error: can't handle multiple URIs\n"
108 msgstr ""
109
110 #: ../src/remote-viewer.c:284 ../src/remote-viewer.c:1030
111 msgid "Failed to initiate connection"
112 msgstr ""
113
114 #: ../src/remote-viewer.c:299
115 msgid "Display disabled by controller"
116 msgstr ""
117
118 #: ../src/remote-viewer.c:597
119 #, c-format
120 msgid "Controller connection failed: %s"
121 msgstr ""
122
123 #. Create the widgets
124 #: ../src/remote-viewer.c:885
125 msgid "Connection details"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:900
129 msgid "URL:"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:908
133 msgid "Recent connections:"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:962
137 msgid "Couldn't create a Spice session"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:976
141 msgid "Setting up Spice session..."
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1001
145 #, c-format
146 msgid "Invalid file %s"
147 msgstr ""
148
149 #: ../src/remote-viewer.c:1008
150 msgid "Cannot determine the connection type from URI"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:1014
154 msgid "Couldn't open oVirt session"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:1021
158 #, c-format
159 msgid "Couldn't create a session for this type: %s"
160 msgstr ""
161
162 #. * Local variables:
163 #. * c-indent-level: 4
164 #. * c-basic-offset: 4
165 #. * indent-tabs-mode: nil
166 #. * End:
167 #: ../src/virt-viewer-about.xml.h:1
168 msgid "About Glade"
169 msgstr ""
170
171 #: ../src/virt-viewer-about.xml.h:2
172 msgid ""
173 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
174 "Copyright (C) 2007-2012 Red Hat, Inc."
175 msgstr ""
176
177 #: ../src/virt-viewer-about.xml.h:4
178 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
179 msgstr ""
180
181 #: ../src/virt-viewer-about.xml.h:5
182 msgid "virt-manager.org"
183 msgstr ""
184
185 #: ../src/virt-viewer-about.xml.h:6
186 msgid ""
187 "This program is free software; you can redistribute it and/or modify\n"
188 "it under the terms of the GNU General Public License as published by\n"
189 "the Free Software Foundation; either version 2 of the License, or\n"
190 "(at your option) any later version.\n"
191 "\n"
192 "This program is distributed in the hope that it will be useful,\n"
193 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
194 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
195 "GNU General Public License for more details.\n"
196 "\n"
197 "You should have received a copy of the GNU General Public License\n"
198 "along with this program; if not, write to the Free Software\n"
199 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
200 msgstr ""
201
202 #: ../src/virt-viewer-about.xml.h:20
203 msgid "The Fedora Translation Team"
204 msgstr ""
205
206 #: ../src/virt-viewer-app.c:383
207 msgid "Do you want to close the session?"
208 msgstr ""
209
210 #: ../src/virt-viewer-app.c:385
211 msgid "Do not ask me again"
212 msgstr ""
213
214 #: ../src/virt-viewer-app.c:806
215 #, c-format
216 msgid "Waiting for display %d..."
217 msgstr ""
218
219 #: ../src/virt-viewer-app.c:914
220 #, c-format
221 msgid "Unknown graphic type for the guest %s"
222 msgstr ""
223
224 #: ../src/virt-viewer-app.c:995
225 msgid "Connect to ssh failed."
226 msgstr ""
227
228 #: ../src/virt-viewer-app.c:997
229 msgid "Can't connect to channel, SSH only supported."
230 msgstr ""
231
232 #: ../src/virt-viewer-app.c:1009
233 msgid "Connect to channel unsupported."
234 msgstr ""
235
236 #: ../src/virt-viewer-app.c:1091
237 msgid "Connecting to graphic server"
238 msgstr ""
239
240 #: ../src/virt-viewer-app.c:1224
241 msgid "Guest domain has shutdown"
242 msgstr ""
243
244 #: ../src/virt-viewer-app.c:1284
245 msgid "Connected to graphic server"
246 msgstr ""
247
248 #: ../src/virt-viewer-app.c:1309
249 #, c-format
250 msgid "Unable to connect to the graphic server %s"
251 msgstr ""
252
253 #: ../src/virt-viewer-app.c:1338
254 #, c-format
255 msgid ""
256 "Unable to authenticate with remote desktop server at %s: %s\n"
257 "Retry connection again?"
258 msgstr ""
259
260 #: ../src/virt-viewer-app.c:1358
261 #, c-format
262 msgid "Unable to authenticate with remote desktop server: %s"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1366
266 #, c-format
267 msgid "USB redirection error: %s"
268 msgstr ""
269
270 #: ../src/virt-viewer-app.c:1584
271 #, c-format
272 msgid "Zoom level must be within %d-%d\n"
273 msgstr ""
274
275 #: ../src/virt-viewer-app.c:2080
276 #, c-format
277 msgid "Display %d"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:2255
281 #, c-format
282 msgid "Invalid kiosk-quit argument: %s"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:2264
286 msgid "Zoom level of window, in percentage"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:2266
290 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:2268
294 msgid "Customise hotkeys"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:2270
298 msgid "Enable kiosk mode"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:2272
302 msgid "Quit on given condition in kiosk mode"
303 msgstr ""
304
305 #: ../src/virt-viewer-app.c:2272
306 msgid "<never|on-disconnect>"
307 msgstr ""
308
309 #: ../src/virt-viewer-app.c:2274
310 msgid "Display verbose information"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:2276
314 msgid "Display debugging information"
315 msgstr ""
316
317 #. * Local variables:
318 #. * c-indent-level: 4
319 #. * c-basic-offset: 4
320 #. * indent-tabs-mode: nil
321 #. * End:
322 #: ../src/virt-viewer-auth.xml.h:1
323 msgid "Authentication required"
324 msgstr ""
325
326 #: ../src/virt-viewer-auth.xml.h:2
327 msgid "label"
328 msgstr ""
329
330 #: ../src/virt-viewer-auth.xml.h:3
331 msgid "Password:"
332 msgstr ""
333
334 #: ../src/virt-viewer-auth.xml.h:4
335 msgid "Username:"
336 msgstr ""
337
338 #: ../src/virt-viewer-main.c:38
339 #, c-format
340 msgid "%s version %s\n"
341 msgstr ""
342
343 #: ../src/virt-viewer-main.c:62
344 msgid "Direct connection with no automatic tunnels"
345 msgstr ""
346
347 #: ../src/virt-viewer-main.c:64
348 msgid "Attach to the local display using libvirt"
349 msgstr ""
350
351 #: ../src/virt-viewer-main.c:66
352 msgid "Connect to hypervisor"
353 msgstr ""
354
355 #: ../src/virt-viewer-main.c:68
356 msgid "Wait for domain to start"
357 msgstr ""
358
359 #: ../src/virt-viewer-main.c:70
360 msgid "Reconnect to domain upon restart"
361 msgstr ""
362
363 #: ../src/virt-viewer-main.c:76
364 msgid "Virt Viewer"
365 msgstr ""
366
367 #: ../src/virt-viewer-main.c:79
368 #, c-format
369 msgid "Run '%s --help' to see a full list of available command line options"
370 msgstr ""
371
372 #. Setup command line options
373 #: ../src/virt-viewer-main.c:84
374 msgid "- Virtual machine graphical console"
375 msgstr ""
376
377 #: ../src/virt-viewer-main.c:105
378 #, c-format
379 msgid ""
380 "\n"
381 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
382 "\n"
383 "%s\n"
384 "\n"
385 msgstr ""
386
387 #: ../src/virt-viewer-session-spice.c:499
388 msgid "invalid password"
389 msgstr ""
390
391 #. Create the widgets
392 #: ../src/virt-viewer-session-spice.c:553
393 msgid "Select USB devices for redirection"
394 msgstr ""
395
396 #: ../src/virt-viewer-session-vnc.c:150
397 #, c-format
398 msgid "Unsupported authentication type %d"
399 msgstr ""
400
401 #: ../src/virt-viewer-window.c:580
402 msgid "Ctrl+Alt+_Del"
403 msgstr ""
404
405 #: ../src/virt-viewer-window.c:581
406 msgid "Ctrl+Alt+_Backspace"
407 msgstr ""
408
409 #: ../src/virt-viewer-window.c:583
410 msgid "Ctrl+Alt+F_1"
411 msgstr ""
412
413 #: ../src/virt-viewer-window.c:584
414 msgid "Ctrl+Alt+F_2"
415 msgstr ""
416
417 #: ../src/virt-viewer-window.c:585
418 msgid "Ctrl+Alt+F_3"
419 msgstr ""
420
421 #: ../src/virt-viewer-window.c:586
422 msgid "Ctrl+Alt+F_4"
423 msgstr ""
424
425 #: ../src/virt-viewer-window.c:587
426 msgid "Ctrl+Alt+F_5"
427 msgstr ""
428
429 #: ../src/virt-viewer-window.c:588
430 msgid "Ctrl+Alt+F_6"
431 msgstr ""
432
433 #: ../src/virt-viewer-window.c:589
434 msgid "Ctrl+Alt+F_7"
435 msgstr ""
436
437 #: ../src/virt-viewer-window.c:590
438 msgid "Ctrl+Alt+F_8"
439 msgstr ""
440
441 #: ../src/virt-viewer-window.c:591
442 msgid "Ctrl+Alt+F_9"
443 msgstr ""
444
445 #: ../src/virt-viewer-window.c:592
446 msgid "Ctrl+Alt+F1_0"
447 msgstr ""
448
449 #: ../src/virt-viewer-window.c:593
450 msgid "Ctrl+Alt+F11"
451 msgstr ""
452
453 #: ../src/virt-viewer-window.c:594
454 msgid "Ctrl+Alt+F12"
455 msgstr ""
456
457 #: ../src/virt-viewer-window.c:985 ../src/virt-viewer.xml.h:2
458 msgid "Screenshot"
459 msgstr ""
460
461 #: ../src/virt-viewer-window.c:1061
462 msgid "Disconnect"
463 msgstr ""
464
465 #: ../src/virt-viewer-window.c:1068 ../src/virt-viewer-window.c:1069
466 #: ../src/virt-viewer.xml.h:3
467 msgid "USB device selection"
468 msgstr ""
469
470 #: ../src/virt-viewer-window.c:1077
471 msgid "Send key combination"
472 msgstr ""
473
474 #: ../src/virt-viewer-window.c:1086 ../src/virt-viewer-window.c:1087
475 msgid "Leave fullscreen"
476 msgstr ""
477
478 #: ../src/virt-viewer-window.c:1166
479 msgid "Ctrl+Alt"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:1169
483 #, c-format
484 msgid "(Press %s to release pointer)"
485 msgstr ""
486
487 #. translators:
488 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
489 #. <appname>"
490 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
491 #. Viewer"
492 #: ../src/virt-viewer-window.c:1180
493 #, c-format
494 msgid "%s%s%s - %s"
495 msgstr ""
496
497 #. translators: <space>
498 #: ../src/virt-viewer-window.c:1184
499 msgid " "
500 msgstr ""
501
502 #: ../src/virt-viewer-file.c:624
503 #, c-format
504 msgid "At least %s version %s is required to setup this connection"
505 msgstr ""
506
507 #: ../src/virt-viewer.c:133
508 msgid "Waiting for guest domain to re-start"
509 msgstr ""
510
511 #: ../src/virt-viewer.c:318
512 #, c-format
513 msgid "Cannot determine the graphic type for the guest %s"
514 msgstr ""
515
516 #: ../src/virt-viewer.c:341
517 #, c-format
518 msgid "Cannot determine the graphic address for the guest %s"
519 msgstr ""
520
521 #: ../src/virt-viewer.c:354
522 #, c-format
523 msgid "Cannot determine the host for the guest %s"
524 msgstr ""
525
526 #: ../src/virt-viewer.c:539
527 msgid "Waiting for libvirt to start"
528 msgstr ""
529
530 #: ../src/virt-viewer.c:543
531 msgid "Finding guest domain"
532 msgstr ""
533
534 #: ../src/virt-viewer.c:547
535 msgid "Waiting for guest domain to be created"
536 msgstr ""
537
538 #: ../src/virt-viewer.c:552
539 #, c-format
540 msgid "Cannot find guest domain %s"
541 msgstr ""
542
543 #: ../src/virt-viewer.c:565
544 msgid "Checking guest domain status"
545 msgstr ""
546
547 #: ../src/virt-viewer.c:572
548 msgid "Waiting for guest domain to start"
549 msgstr ""
550
551 #: ../src/virt-viewer.c:579
552 msgid "Waiting for guest domain to start server"
553 msgstr ""
554
555 #: ../src/virt-viewer.c:693
556 #, c-format
557 msgid "Unable to connect to libvirt with URI %s"
558 msgstr ""
559
560 #: ../src/virt-viewer.c:694
561 msgid "[none]"
562 msgstr ""
563
564 #. * Local variables:
565 #. * c-indent-level: 4
566 #. * c-basic-offset: 4
567 #. * indent-tabs-mode: nil
568 #. * End:
569 #: ../src/virt-viewer.xml.h:1
570 msgid "_File"
571 msgstr ""
572
573 #: ../src/virt-viewer.xml.h:4
574 msgid "Smartcard insertion"
575 msgstr ""
576
577 #: ../src/virt-viewer.xml.h:5
578 msgid "Smartcard removal"
579 msgstr ""
580
581 #: ../src/virt-viewer.xml.h:6
582 msgid "_View"
583 msgstr ""
584
585 #: ../src/virt-viewer.xml.h:7
586 msgid "Full screen"
587 msgstr ""
588
589 #: ../src/virt-viewer.xml.h:8
590 msgid "_Zoom"
591 msgstr ""
592
593 #: ../src/virt-viewer.xml.h:9
594 msgid "Automatically resize"
595 msgstr ""
596
597 #: ../src/virt-viewer.xml.h:10
598 msgid "Displays"
599 msgstr ""
600
601 #: ../src/virt-viewer.xml.h:11
602 msgid "Release cursor"
603 msgstr ""
604
605 #: ../src/virt-viewer.xml.h:12
606 msgid "_Send key"
607 msgstr ""
608
609 #: ../src/virt-viewer.xml.h:13
610 msgid "_Help"
611 msgstr ""
+352
-205
po/si.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Sinhala (http://www.transifex.com/projects/p/virt-viewer/language/si/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Sinhala\n"
13 "Language: si\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: si\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+308
-160
po/sk.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Michal Hriň <michal.hrin@yahoo.com>, 2012
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: virt-viewer\n"
8 "Project-Id-Version: PACKAGE VERSION\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
11 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
10 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
11 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1212 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
13 "Language-Team: Slovak (http://www.transifex.com/projects/p/virt-viewer/language/sk/)\n"
13 "Language-Team: Slovak (http://www.transifex.com/projects/p/virt-viewer/"
14 "language/sk/)\n"
15 "Language: sk\n"
1416 "MIME-Version: 1.0\n"
1517 "Content-Type: text/plain; charset=UTF-8\n"
1618 "Content-Transfer-Encoding: 8bit\n"
17 "Language: sk\n"
1819 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 "X-Generator: Zanata 3.7.3\n"
21
22 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2123 msgid "Remote Viewer"
2224 msgstr ""
2325
7173
7274 #: ../src/remote-viewer-main.c:50
7375 #, c-format
74 msgid "remote-viewer version %s\n"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
76 msgid "remote-viewer version %s"
77 msgstr ""
78
79 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7880 msgid "Display version information"
7981 msgstr "Zobraziť informácie o verzii"
8082
81 #: ../src/remote-viewer-main.c:101
83 #: ../src/remote-viewer-main.c:105
8284 msgid "Set window title"
8385 msgstr ""
8486
85 #: ../src/remote-viewer-main.c:104
87 #: ../src/remote-viewer-main.c:108
8688 msgid "Open connection using Spice controller communication"
8789 msgstr ""
8890
89 #: ../src/remote-viewer-main.c:116
91 #: ../src/remote-viewer-main.c:120
9092 msgid "Remote viewer client"
9193 msgstr ""
9294
93 #: ../src/remote-viewer-main.c:134
95 #: ../src/remote-viewer-main.c:138
9496 #, c-format
9597 msgid ""
9698 "%s\n"
9799 "Run '%s --help' to see a full list of available command line options\n"
98100 msgstr ""
99101
100 #: ../src/remote-viewer-main.c:146
102 #: ../src/remote-viewer-main.c:149
101103 #, c-format
102104 msgid "Error: extra arguments given while using Spice controller\n"
103105 msgstr ""
104106
105 #: ../src/remote-viewer-main.c:153
107 #: ../src/remote-viewer-main.c:156
106108 #, c-format
107109 msgid "Error: can't handle multiple URIs\n"
108110 msgstr ""
109111
110 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
112 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
111113 msgid "Failed to initiate connection"
112114 msgstr "Zlyhala inicializácia spojenia"
113115
114 #: ../src/remote-viewer.c:294
116 #: ../src/remote-viewer.c:313
115117 msgid "Display disabled by controller"
116118 msgstr ""
117119
118 #: ../src/remote-viewer.c:592
120 #: ../src/remote-viewer.c:609
119121 #, c-format
120122 msgid "Controller connection failed: %s"
121123 msgstr "Spojenie radiču zlyhalo: %s"
122124
123 #. Create the widgets
124 #: ../src/remote-viewer.c:924
125 msgid "Connection details"
126 msgstr "Detaily spojenia"
127
128 #: ../src/remote-viewer.c:939
129 msgid "_Connection Address"
125 #: ../src/remote-viewer.c:755
126 msgid "_Change CD"
127 msgstr ""
128
129 #: ../src/remote-viewer.c:855
130 msgid "failed to parse ovirt uri"
131 msgstr ""
132
133 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
134 msgid "Authentication was cancelled"
135 msgstr ""
136
137 #: ../src/remote-viewer.c:900
138 #, c-format
139 msgid "oVirt VM %s is not running"
140 msgstr ""
141
142 #: ../src/remote-viewer.c:914
143 #, c-format
144 msgid "oVirt VM %s has no display"
145 msgstr ""
146
147 #: ../src/remote-viewer.c:940
148 #, c-format
149 msgid "oVirt VM %s has no host information"
130150 msgstr ""
131151
132152 #: ../src/remote-viewer.c:951
133 msgid "For example, spice://foo.example.org:5900"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:964
137 msgid "_Recent Connections"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:1020
141 msgid "Couldn't create a Spice session"
142 msgstr "Nie je možné vytvoriť Spice sedenie"
143
144 #: ../src/remote-viewer.c:1034
153 #, c-format
154 msgid "oVirt VM %s has unknown display type: %d"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:1094
145158 msgid "Setting up Spice session..."
146159 msgstr "Nastavuje sa Spice sedenie..."
147160
148 #: ../src/remote-viewer.c:1055
149 #, c-format
150 msgid "Invalid file %s"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:1062
161 #: ../src/remote-viewer.c:1102
162 msgid "No connection was chosen"
163 msgstr ""
164
165 #: ../src/remote-viewer.c:1120
166 #, c-format
167 msgid "Invalid file %s: "
168 msgstr ""
169
170 #: ../src/remote-viewer.c:1128
154171 msgid "Cannot determine the connection type from URI"
155172 msgstr "Nie je možné určiť typ spojenia z URI"
156173
157 #: ../src/remote-viewer.c:1068
158 msgid "Couldn't open oVirt session"
159 msgstr ""
160
161 #: ../src/remote-viewer.c:1075
162 #, c-format
163 msgid "Couldn't create a session for this type: %s"
164 msgstr ""
165
174 #: ../src/remote-viewer.c:1134
175 msgid "Couldn't open oVirt session: "
176 msgstr ""
177
178 #.
166179 #. * Local variables:
167180 #. * c-indent-level: 4
168181 #. * c-basic-offset: 4
169182 #. * indent-tabs-mode: nil
170183 #. * End:
184 #.
185 #: ../src/remote-viewer-connect.xml.h:1
186 msgid "Connection details"
187 msgstr "Detaily spojenia"
188
189 #: ../src/remote-viewer-connect.xml.h:2
190 msgid "Connection Address"
191 msgstr ""
192
193 #: ../src/remote-viewer-connect.xml.h:3
194 msgid "For example, spice://foo.example.org:5900"
195 msgstr ""
196
197 #: ../src/remote-viewer-connect.xml.h:4
198 msgid "Recent connections"
199 msgstr ""
200
201 #: ../src/remote-viewer-connect.xml.h:5
202 msgid "Cancel"
203 msgstr ""
204
205 #: ../src/remote-viewer-connect.xml.h:6
206 msgid "Connect"
207 msgstr ""
208
171209 #: ../src/virt-viewer-about.xml.h:1
172210 msgid "About Glade"
173211 msgstr ""
207245 msgid "The Fedora Translation Team"
208246 msgstr ""
209247
210 #: ../src/virt-viewer-app.c:400
248 #: ../src/virt-viewer-app.c:526
211249 msgid "Do you want to close the session?"
212250 msgstr ""
213251
214 #: ../src/virt-viewer-app.c:402
252 #: ../src/virt-viewer-app.c:528
215253 msgid "Do not ask me again"
216254 msgstr ""
217255
218 #: ../src/virt-viewer-app.c:841
256 #: ../src/virt-viewer-app.c:1008
219257 #, c-format
220258 msgid "Waiting for display %d..."
221259 msgstr ""
222260
223 #: ../src/virt-viewer-app.c:946
224 #, c-format
225 msgid "Unknown graphic type for the guest %s"
226 msgstr ""
227
228 #: ../src/virt-viewer-app.c:1027
261 #: ../src/virt-viewer-app.c:1117
262 #, c-format
263 msgid "Unsupported graphic type '%s'"
264 msgstr ""
265
266 #: ../src/virt-viewer-app.c:1200
229267 msgid "Connect to ssh failed."
230268 msgstr "ssh spojenie zlyhalo."
231269
232 #: ../src/virt-viewer-app.c:1029
270 #: ../src/virt-viewer-app.c:1202
233271 msgid "Can't connect to channel, SSH only supported."
234272 msgstr "Nie je možne pripojenie do kanálu, podporované je iba SSH."
235273
236 #: ../src/virt-viewer-app.c:1041
274 #: ../src/virt-viewer-app.c:1214
237275 msgid "Connect to channel unsupported."
238276 msgstr ""
239277
240 #: ../src/virt-viewer-app.c:1123
278 #: ../src/virt-viewer-app.c:1276
279 msgid "Display can only be attached through libvirt with --attach"
280 msgstr ""
281
282 #: ../src/virt-viewer-app.c:1299
241283 msgid "Connecting to graphic server"
242284 msgstr "Pripájanie na grafický server"
243285
244 #: ../src/virt-viewer-app.c:1256
286 #: ../src/virt-viewer-app.c:1398
245287 msgid "Guest domain has shutdown"
246288 msgstr ""
247289
248 #: ../src/virt-viewer-app.c:1317
290 #: ../src/virt-viewer-app.c:1459
249291 msgid "Connected to graphic server"
250292 msgstr ""
251293
252 #: ../src/virt-viewer-app.c:1344
294 #: ../src/virt-viewer-app.c:1486
253295 #, c-format
254296 msgid "Unable to connect to the graphic server %s"
255297 msgstr "Nie je možné spojenie ku grafickému serveru %s"
256298
257 #: ../src/virt-viewer-app.c:1376
258 #, c-format
259 msgid ""
260 "Unable to authenticate with remote desktop server at %s: %s\n"
261 "Retry connection again?"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1396
299 #: ../src/virt-viewer-app.c:1512
300 #, c-format
301 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:1525
265305 #, c-format
266306 msgid "Unable to authenticate with remote desktop server: %s"
267307 msgstr ""
268308
269 #: ../src/virt-viewer-app.c:1404
309 #: ../src/virt-viewer-app.c:1533
270310 #, c-format
271311 msgid "USB redirection error: %s"
272312 msgstr "Chyba USB presmerovania: %s"
273313
274 #: ../src/virt-viewer-app.c:1632
314 #: ../src/virt-viewer-app.c:1786
275315 #, c-format
276316 msgid "Zoom level must be within %d-%d\n"
277317 msgstr ""
278318
279 #: ../src/virt-viewer-app.c:2126
319 #: ../src/virt-viewer-app.c:2296
280320 #, c-format
281321 msgid "Display %d"
282322 msgstr ""
283323
284 #: ../src/virt-viewer-app.c:2301
324 #: ../src/virt-viewer-app.c:2552
285325 #, c-format
286326 msgid "Invalid kiosk-quit argument: %s"
287327 msgstr ""
288328
289 #: ../src/virt-viewer-app.c:2310
329 #: ../src/virt-viewer-app.c:2561
290330 msgid "Zoom level of window, in percentage"
291331 msgstr ""
292332
293 #: ../src/virt-viewer-app.c:2312
333 #: ../src/virt-viewer-app.c:2563
294334 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
295335 msgstr ""
296336
297 #: ../src/virt-viewer-app.c:2314
337 #: ../src/virt-viewer-app.c:2565
298338 msgid "Customise hotkeys"
299339 msgstr ""
300340
301 #: ../src/virt-viewer-app.c:2316
341 #: ../src/virt-viewer-app.c:2567
302342 msgid "Enable kiosk mode"
303343 msgstr ""
304344
305 #: ../src/virt-viewer-app.c:2318
345 #: ../src/virt-viewer-app.c:2569
306346 msgid "Quit on given condition in kiosk mode"
307347 msgstr ""
308348
309 #: ../src/virt-viewer-app.c:2318
349 #: ../src/virt-viewer-app.c:2569
310350 msgid "<never|on-disconnect>"
311351 msgstr ""
312352
313 #: ../src/virt-viewer-app.c:2320
353 #: ../src/virt-viewer-app.c:2571
314354 msgid "Display verbose information"
315355 msgstr ""
316356
317 #: ../src/virt-viewer-app.c:2322
357 #: ../src/virt-viewer-app.c:2573
318358 msgid "Display debugging information"
319359 msgstr ""
320360
361 #: ../src/virt-viewer-auth.c:88
362 #, c-format
363 msgid ""
364 "Authentication is required for the %s connection to:\n"
365 "\n"
366 "<b>%s</b>\n"
367 "\n"
368 msgstr ""
369
370 #: ../src/virt-viewer-auth.c:92
371 #, c-format
372 msgid "Authentication is required for the %s connection:\n"
373 msgstr ""
374
375 #.
321376 #. * Local variables:
322377 #. * c-indent-level: 4
323378 #. * c-basic-offset: 4
324379 #. * indent-tabs-mode: nil
325380 #. * End:
381 #.
326382 #: ../src/virt-viewer-auth.xml.h:1
327383 msgid "Authentication required"
328384 msgstr ""
329385
330 #: ../src/virt-viewer-auth.xml.h:2
386 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
331387 msgid "label"
332388 msgstr ""
333389
337393
338394 #: ../src/virt-viewer-auth.xml.h:4
339395 msgid "Username:"
396 msgstr ""
397
398 #: ../src/virt-viewer-auth.xml.h:5
399 msgid "Show password"
400 msgstr ""
401
402 #: ../src/virt-viewer-display-vnc.c:133
403 msgid "VNC does not provide GUID"
340404 msgstr ""
341405
342406 #: ../src/virt-viewer-main.c:38
377441 msgid "Virtual machine graphical console"
378442 msgstr ""
379443
380 #: ../src/virt-viewer-main.c:108
444 #: ../src/virt-viewer-main.c:107
381445 #, c-format
382446 msgid ""
383447 "\n"
384 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
448 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
385449 "\n"
386450 "%s\n"
387451 "\n"
388452 msgstr ""
389453
390 #: ../src/virt-viewer-session-spice.c:506
391 msgid "invalid password"
454 #: ../src/virt-viewer-main.c:112
455 #, c-format
456 msgid ""
457 "\n"
458 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
459 "\n"
460 msgstr ""
461
462 #: ../src/virt-viewer-session-spice.c:694
463 msgid "Invalid password"
392464 msgstr ""
393465
394466 #. Create the widgets
395 #: ../src/virt-viewer-session-spice.c:588
467 #: ../src/virt-viewer-session-spice.c:786
396468 msgid "Select USB devices for redirection"
397469 msgstr ""
398470
399 #: ../src/virt-viewer-session-vnc.c:148
471 #: ../src/virt-viewer-session-vnc.c:153
400472 #, c-format
401473 msgid "Unsupported authentication type %d"
402474 msgstr ""
403475
404 #: ../src/virt-viewer-window.c:587
476 #: ../src/virt-viewer-vm-connection.c:64
477 msgid "No virtual machine found"
478 msgstr ""
479
480 #: ../src/virt-viewer-vm-connection.c:93
481 msgid "No virtual machine was chosen"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:537
405485 msgid "Ctrl+Alt+_Del"
406486 msgstr "Ctrl+Alt+_Del"
407487
408 #: ../src/virt-viewer-window.c:588
488 #: ../src/virt-viewer-window.c:538
409489 msgid "Ctrl+Alt+_Backspace"
410490 msgstr "Ctrl+Alt+_Backspace"
411491
412 #: ../src/virt-viewer-window.c:590
492 #: ../src/virt-viewer-window.c:540
413493 msgid "Ctrl+Alt+F_1"
414494 msgstr "Ctrl+Alt+F_1"
415495
416 #: ../src/virt-viewer-window.c:591
496 #: ../src/virt-viewer-window.c:541
417497 msgid "Ctrl+Alt+F_2"
418498 msgstr "Ctrl+Alt+F_2"
419499
420 #: ../src/virt-viewer-window.c:592
500 #: ../src/virt-viewer-window.c:542
421501 msgid "Ctrl+Alt+F_3"
422502 msgstr "Ctrl+Alt+F_3"
423503
424 #: ../src/virt-viewer-window.c:593
504 #: ../src/virt-viewer-window.c:543
425505 msgid "Ctrl+Alt+F_4"
426506 msgstr "Ctrl+Alt+F_4"
427507
428 #: ../src/virt-viewer-window.c:594
508 #: ../src/virt-viewer-window.c:544
429509 msgid "Ctrl+Alt+F_5"
430510 msgstr "Ctrl+Alt+F_5"
431511
432 #: ../src/virt-viewer-window.c:595
512 #: ../src/virt-viewer-window.c:545
433513 msgid "Ctrl+Alt+F_6"
434514 msgstr "Ctrl+Alt+F_6"
435515
436 #: ../src/virt-viewer-window.c:596
516 #: ../src/virt-viewer-window.c:546
437517 msgid "Ctrl+Alt+F_7"
438518 msgstr "Ctrl+Alt+F_7"
439519
440 #: ../src/virt-viewer-window.c:597
520 #: ../src/virt-viewer-window.c:547
441521 msgid "Ctrl+Alt+F_8"
442522 msgstr "Ctrl+Alt+F_8"
443523
444 #: ../src/virt-viewer-window.c:598
524 #: ../src/virt-viewer-window.c:548
445525 msgid "Ctrl+Alt+F_9"
446526 msgstr "Ctrl+Alt+F_9"
447527
448 #: ../src/virt-viewer-window.c:599
528 #: ../src/virt-viewer-window.c:549
449529 msgid "Ctrl+Alt+F1_0"
450530 msgstr "Ctrl+Alt+F1_0"
451531
452 #: ../src/virt-viewer-window.c:600
532 #: ../src/virt-viewer-window.c:550
453533 msgid "Ctrl+Alt+F11"
454534 msgstr ""
455535
456 #: ../src/virt-viewer-window.c:601
536 #: ../src/virt-viewer-window.c:551
457537 msgid "Ctrl+Alt+F12"
458538 msgstr ""
459539
460 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
540 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
461541 msgid "Screenshot"
462542 msgstr ""
463543
464 #: ../src/virt-viewer-window.c:1051
544 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
545 msgid "Unknown"
546 msgstr ""
547
548 #: ../src/virt-viewer-window.c:1062
465549 msgid "Disconnect"
466550 msgstr "Odpojiť"
467551
468 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
552 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
469553 #: ../src/virt-viewer.xml.h:3
470554 msgid "USB device selection"
471555 msgstr "Výber USB zariadenia"
472556
473 #: ../src/virt-viewer-window.c:1070
557 #: ../src/virt-viewer-window.c:1081
474558 msgid "Send key combination"
475559 msgstr ""
476560
477 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
561 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
478562 msgid "Leave fullscreen"
479563 msgstr "Opustiť režim celej obrazovky"
480564
481 #: ../src/virt-viewer-window.c:1162
565 #: ../src/virt-viewer-window.c:1173
482566 msgid "Ctrl+Alt"
483567 msgstr "Ctrl+Alt"
484568
485 #: ../src/virt-viewer-window.c:1165
569 #: ../src/virt-viewer-window.c:1176
486570 #, c-format
487571 msgid "(Press %s to release pointer)"
488572 msgstr "(Stlačte %s pre uvoľnenie ukazovateľa)"
489573
490574 #. translators:
491 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
492 #. <appname>"
493 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
494 #. Viewer"
495 #: ../src/virt-viewer-window.c:1176
575 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
576 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
577 #.
578 #: ../src/virt-viewer-window.c:1187
496579 #, c-format
497580 msgid "%s%s%s - %s"
498581 msgstr "%s%s%s - %s"
499582
500583 #. translators: <space>
501 #: ../src/virt-viewer-window.c:1180
584 #: ../src/virt-viewer-window.c:1191
502585 msgid " "
503586 msgstr " "
504587
505 #: ../src/virt-viewer-file.c:624
588 #: ../src/virt-viewer-file.c:825
589 #, c-format
590 msgid ""
591 "At least %s version %s is required to setup this connection, see %s for "
592 "details"
593 msgstr ""
594
595 #: ../src/virt-viewer-file.c:833
506596 #, c-format
507597 msgid "At least %s version %s is required to setup this connection"
508598 msgstr ""
509599
510 #: ../src/virt-viewer.c:133
600 #: ../src/virt-viewer.c:163
511601 msgid "Waiting for guest domain to re-start"
512602 msgstr ""
513603
514 #: ../src/virt-viewer.c:318
604 #: ../src/virt-viewer.c:409
515605 #, c-format
516606 msgid "Cannot determine the graphic type for the guest %s"
517607 msgstr ""
518608
519 #: ../src/virt-viewer.c:341
520 #, c-format
521 msgid "Cannot determine the graphic address for the guest %s"
522 msgstr ""
523
524 #: ../src/virt-viewer.c:354
609 #: ../src/virt-viewer.c:448
525610 #, c-format
526611 msgid "Cannot determine the host for the guest %s"
527612 msgstr ""
528613
529 #: ../src/virt-viewer.c:540
614 #: ../src/virt-viewer.c:476
615 #, c-format
616 msgid "Guest '%s' is not reachable"
617 msgstr ""
618
619 #: ../src/virt-viewer.c:697
620 #, c-format
621 msgid "Virtual machine %s is not running"
622 msgstr ""
623
624 #: ../src/virt-viewer.c:720
530625 msgid "Waiting for libvirt to start"
531626 msgstr ""
532627
533 #: ../src/virt-viewer.c:544
628 #: ../src/virt-viewer.c:724
534629 msgid "Finding guest domain"
535630 msgstr ""
536631
537 #: ../src/virt-viewer.c:548
632 #: ../src/virt-viewer.c:728
538633 msgid "Waiting for guest domain to be created"
539634 msgstr ""
540635
541 #: ../src/virt-viewer.c:553
542 #, c-format
543 msgid "Cannot find guest domain %s"
544 msgstr ""
545
546 #: ../src/virt-viewer.c:566
636 #: ../src/virt-viewer.c:750
547637 msgid "Checking guest domain status"
548638 msgstr ""
549639
550 #: ../src/virt-viewer.c:573
640 #: ../src/virt-viewer.c:753
641 msgid "Cannot get guest state"
642 msgstr ""
643
644 #: ../src/virt-viewer.c:759
551645 msgid "Waiting for guest domain to start"
552646 msgstr ""
553647
554 #: ../src/virt-viewer.c:580
555 msgid "Waiting for guest domain to start server"
556 msgstr ""
557
558 #: ../src/virt-viewer.c:694
559 #, c-format
560 msgid "Unable to connect to libvirt with URI %s"
561 msgstr ""
562
563 #: ../src/virt-viewer.c:695
648 #: ../src/virt-viewer.c:863
649 #, c-format
650 msgid "Unable to connect to libvirt with URI: %s."
651 msgstr ""
652
653 #: ../src/virt-viewer.c:864
564654 msgid "[none]"
565655 msgstr ""
566656
657 #: ../src/virt-viewer.c:871
658 msgid "Authentication failed."
659 msgstr ""
660
661 #: ../src/virt-viewer.c:931
662 msgid "Failed to connect: "
663 msgstr ""
664
665 #.
567666 #. * Local variables:
568667 #. * c-indent-level: 4
569668 #. * c-basic-offset: 4
570669 #. * indent-tabs-mode: nil
571670 #. * End:
671 #.
572672 #: ../src/virt-viewer.xml.h:1
573673 msgid "_File"
574674 msgstr "_Súbor"
581681 msgid "Smartcard removal"
582682 msgstr ""
583683
584 #: ../src/virt-viewer.xml.h:6
684 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
685 msgid "Preferences"
686 msgstr ""
687
688 #: ../src/virt-viewer.xml.h:7
585689 msgid "_View"
586690 msgstr "_Zobraziť"
587691
588 #: ../src/virt-viewer.xml.h:7
692 #: ../src/virt-viewer.xml.h:8
589693 msgid "Full screen"
590694 msgstr "Celá obrazovka"
591695
592 #: ../src/virt-viewer.xml.h:8
696 #: ../src/virt-viewer.xml.h:9
593697 msgid "_Zoom"
594698 msgstr ""
595699
596 #: ../src/virt-viewer.xml.h:9
700 #: ../src/virt-viewer.xml.h:10
597701 msgid "Displays"
598702 msgstr ""
599703
600 #: ../src/virt-viewer.xml.h:10
704 #: ../src/virt-viewer.xml.h:11
601705 msgid "Release cursor"
602706 msgstr "Uvoľniť kurzor"
603707
604 #: ../src/virt-viewer.xml.h:11
708 #: ../src/virt-viewer.xml.h:12
605709 msgid "_Send key"
606710 msgstr ""
607711
608 #: ../src/virt-viewer.xml.h:12
712 #: ../src/virt-viewer.xml.h:13
609713 msgid "_Help"
610714 msgstr "_Pomoc"
715
716 #: ../src/virt-viewer.xml.h:14
717 msgid "_Guest Details"
718 msgstr ""
719
720 #: ../src/virt-viewer-guest-details.xml.h:1
721 msgid "Guest Details"
722 msgstr ""
723
724 #: ../src/virt-viewer-guest-details.xml.h:2
725 msgid "Name:"
726 msgstr ""
727
728 #: ../src/virt-viewer-guest-details.xml.h:3
729 msgid "GUID:"
730 msgstr ""
731
732 #: ../src/virt-viewer-vm-connection.xml.h:1
733 msgid "Choose a virtual machine"
734 msgstr ""
735
736 #: ../src/virt-viewer-vm-connection.xml.h:2
737 msgid "Name"
738 msgstr ""
739
740 #: ../src/virt-viewer-vm-connection.xml.h:3
741 msgid "Available virtual machines"
742 msgstr ""
743
744 #: ../src/virt-viewer-preferences.xml.h:2
745 msgid "Folder sharing"
746 msgstr ""
747
748 #: ../src/virt-viewer-preferences.xml.h:3
749 msgid "Share folder"
750 msgstr ""
751
752 #: ../src/virt-viewer-preferences.xml.h:4
753 msgid "Read-only"
754 msgstr ""
755
756 #: ../src/virt-viewer-preferences.xml.h:5
757 msgid "Spice"
758 msgstr ""
+353
-205
po/sl.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Slovenian (http://www.transifex.com/projects/p/virt-viewer/language/sl/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Slovenian\n"
13 "Language: sl\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: sl\n"
17 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n"
18 "%100==4 ? 3 : 0)\n"
19 "X-Generator: Zanata 3.5.1\n"
20
21 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2022 msgid "Remote Viewer"
2123 msgstr ""
2224
7072
7173 #: ../src/remote-viewer-main.c:50
7274 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
75 msgid "remote-viewer version %s"
76 msgstr ""
77
78 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7779 msgid "Display version information"
7880 msgstr ""
7981
80 #: ../src/remote-viewer-main.c:101
82 #: ../src/remote-viewer-main.c:105
8183 msgid "Set window title"
8284 msgstr ""
8385
84 #: ../src/remote-viewer-main.c:104
86 #: ../src/remote-viewer-main.c:108
8587 msgid "Open connection using Spice controller communication"
8688 msgstr ""
8789
88 #: ../src/remote-viewer-main.c:116
90 #: ../src/remote-viewer-main.c:120
8991 msgid "Remote viewer client"
9092 msgstr ""
9193
92 #: ../src/remote-viewer-main.c:134
94 #: ../src/remote-viewer-main.c:138
9395 #, c-format
9496 msgid ""
9597 "%s\n"
9698 "Run '%s --help' to see a full list of available command line options\n"
9799 msgstr ""
98100
99 #: ../src/remote-viewer-main.c:146
101 #: ../src/remote-viewer-main.c:149
100102 #, c-format
101103 msgid "Error: extra arguments given while using Spice controller\n"
102104 msgstr ""
103105
104 #: ../src/remote-viewer-main.c:153
106 #: ../src/remote-viewer-main.c:156
105107 #, c-format
106108 msgid "Error: can't handle multiple URIs\n"
107109 msgstr ""
108110
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
111 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110112 msgid "Failed to initiate connection"
111113 msgstr ""
112114
113 #: ../src/remote-viewer.c:294
115 #: ../src/remote-viewer.c:313
114116 msgid "Display disabled by controller"
115117 msgstr ""
116118
117 #: ../src/remote-viewer.c:592
119 #: ../src/remote-viewer.c:609
118120 #, c-format
119121 msgid "Controller connection failed: %s"
120122 msgstr ""
121123
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
124 #: ../src/remote-viewer.c:755
125 msgid "_Change CD"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:855
129 msgid "failed to parse ovirt uri"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
133 msgid "Authentication was cancelled"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:900
137 #, c-format
138 msgid "oVirt VM %s is not running"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:914
142 #, c-format
143 msgid "oVirt VM %s has no display"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:940
147 #, c-format
148 msgid "oVirt VM %s has no host information"
129149 msgstr ""
130150
131151 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
152 #, c-format
153 msgid "oVirt VM %s has unknown display type: %d"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1094
144157 msgid "Setting up Spice session..."
145158 msgstr ""
146159
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
160 #: ../src/remote-viewer.c:1102
161 msgid "No connection was chosen"
162 msgstr ""
163
164 #: ../src/remote-viewer.c:1120
165 #, c-format
166 msgid "Invalid file %s: "
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1128
153170 msgid "Cannot determine the connection type from URI"
154171 msgstr ""
155172
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
173 #: ../src/remote-viewer.c:1134
174 msgid "Couldn't open oVirt session: "
175 msgstr ""
176
177 #.
165178 #. * Local variables:
166179 #. * c-indent-level: 4
167180 #. * c-basic-offset: 4
168181 #. * indent-tabs-mode: nil
169182 #. * End:
183 #.
184 #: ../src/remote-viewer-connect.xml.h:1
185 msgid "Connection details"
186 msgstr ""
187
188 #: ../src/remote-viewer-connect.xml.h:2
189 msgid "Connection Address"
190 msgstr ""
191
192 #: ../src/remote-viewer-connect.xml.h:3
193 msgid "For example, spice://foo.example.org:5900"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:4
197 msgid "Recent connections"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:5
201 msgid "Cancel"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:6
205 msgid "Connect"
206 msgstr ""
207
170208 #: ../src/virt-viewer-about.xml.h:1
171209 msgid "About Glade"
172210 msgstr ""
206244 msgid "The Fedora Translation Team"
207245 msgstr ""
208246
209 #: ../src/virt-viewer-app.c:400
247 #: ../src/virt-viewer-app.c:526
210248 msgid "Do you want to close the session?"
211249 msgstr ""
212250
213 #: ../src/virt-viewer-app.c:402
251 #: ../src/virt-viewer-app.c:528
214252 msgid "Do not ask me again"
215253 msgstr ""
216254
217 #: ../src/virt-viewer-app.c:841
255 #: ../src/virt-viewer-app.c:1008
218256 #, c-format
219257 msgid "Waiting for display %d..."
220258 msgstr ""
221259
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
260 #: ../src/virt-viewer-app.c:1117
261 #, c-format
262 msgid "Unsupported graphic type '%s'"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1200
228266 msgid "Connect to ssh failed."
229267 msgstr ""
230268
231 #: ../src/virt-viewer-app.c:1029
269 #: ../src/virt-viewer-app.c:1202
232270 msgid "Can't connect to channel, SSH only supported."
233271 msgstr ""
234272
235 #: ../src/virt-viewer-app.c:1041
273 #: ../src/virt-viewer-app.c:1214
236274 msgid "Connect to channel unsupported."
237275 msgstr ""
238276
239 #: ../src/virt-viewer-app.c:1123
277 #: ../src/virt-viewer-app.c:1276
278 msgid "Display can only be attached through libvirt with --attach"
279 msgstr ""
280
281 #: ../src/virt-viewer-app.c:1299
240282 msgid "Connecting to graphic server"
241283 msgstr ""
242284
243 #: ../src/virt-viewer-app.c:1256
285 #: ../src/virt-viewer-app.c:1398
244286 msgid "Guest domain has shutdown"
245287 msgstr ""
246288
247 #: ../src/virt-viewer-app.c:1317
289 #: ../src/virt-viewer-app.c:1459
248290 msgid "Connected to graphic server"
249291 msgstr ""
250292
251 #: ../src/virt-viewer-app.c:1344
293 #: ../src/virt-viewer-app.c:1486
252294 #, c-format
253295 msgid "Unable to connect to the graphic server %s"
254296 msgstr ""
255297
256 #: ../src/virt-viewer-app.c:1376
298 #: ../src/virt-viewer-app.c:1512
299 #, c-format
300 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
301 msgstr ""
302
303 #: ../src/virt-viewer-app.c:1525
304 #, c-format
305 msgid "Unable to authenticate with remote desktop server: %s"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:1533
309 #, c-format
310 msgid "USB redirection error: %s"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:1786
314 #, c-format
315 msgid "Zoom level must be within %d-%d\n"
316 msgstr ""
317
318 #: ../src/virt-viewer-app.c:2296
319 #, c-format
320 msgid "Display %d"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:2552
324 #, c-format
325 msgid "Invalid kiosk-quit argument: %s"
326 msgstr ""
327
328 #: ../src/virt-viewer-app.c:2561
329 msgid "Zoom level of window, in percentage"
330 msgstr ""
331
332 #: ../src/virt-viewer-app.c:2563
333 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
334 msgstr ""
335
336 #: ../src/virt-viewer-app.c:2565
337 msgid "Customise hotkeys"
338 msgstr ""
339
340 #: ../src/virt-viewer-app.c:2567
341 msgid "Enable kiosk mode"
342 msgstr ""
343
344 #: ../src/virt-viewer-app.c:2569
345 msgid "Quit on given condition in kiosk mode"
346 msgstr ""
347
348 #: ../src/virt-viewer-app.c:2569
349 msgid "<never|on-disconnect>"
350 msgstr ""
351
352 #: ../src/virt-viewer-app.c:2571
353 msgid "Display verbose information"
354 msgstr ""
355
356 #: ../src/virt-viewer-app.c:2573
357 msgid "Display debugging information"
358 msgstr ""
359
360 #: ../src/virt-viewer-auth.c:88
257361 #, c-format
258362 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
363 "Authentication is required for the %s connection to:\n"
364 "\n"
365 "<b>%s</b>\n"
366 "\n"
367 msgstr ""
368
369 #: ../src/virt-viewer-auth.c:92
370 #, c-format
371 msgid "Authentication is required for the %s connection:\n"
372 msgstr ""
373
374 #.
320375 #. * Local variables:
321376 #. * c-indent-level: 4
322377 #. * c-basic-offset: 4
323378 #. * indent-tabs-mode: nil
324379 #. * End:
380 #.
325381 #: ../src/virt-viewer-auth.xml.h:1
326382 msgid "Authentication required"
327383 msgstr ""
328384
329 #: ../src/virt-viewer-auth.xml.h:2
385 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330386 msgid "label"
331387 msgstr ""
332388
338394 msgid "Username:"
339395 msgstr ""
340396
397 #: ../src/virt-viewer-auth.xml.h:5
398 msgid "Show password"
399 msgstr ""
400
401 #: ../src/virt-viewer-display-vnc.c:133
402 msgid "VNC does not provide GUID"
403 msgstr ""
404
341405 #: ../src/virt-viewer-main.c:38
342406 #, c-format
343407 msgid "%s version %s\n"
376440 msgid "Virtual machine graphical console"
377441 msgstr ""
378442
379 #: ../src/virt-viewer-main.c:108
443 #: ../src/virt-viewer-main.c:107
380444 #, c-format
381445 msgid ""
382446 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
447 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384448 "\n"
385449 "%s\n"
386450 "\n"
387451 msgstr ""
388452
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
453 #: ../src/virt-viewer-main.c:112
454 #, c-format
455 msgid ""
456 "\n"
457 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
458 "\n"
459 msgstr ""
460
461 #: ../src/virt-viewer-session-spice.c:694
462 msgid "Invalid password"
391463 msgstr ""
392464
393465 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
466 #: ../src/virt-viewer-session-spice.c:786
395467 msgid "Select USB devices for redirection"
396468 msgstr ""
397469
398 #: ../src/virt-viewer-session-vnc.c:148
470 #: ../src/virt-viewer-session-vnc.c:153
399471 #, c-format
400472 msgid "Unsupported authentication type %d"
401473 msgstr ""
402474
403 #: ../src/virt-viewer-window.c:587
475 #: ../src/virt-viewer-vm-connection.c:64
476 msgid "No virtual machine found"
477 msgstr ""
478
479 #: ../src/virt-viewer-vm-connection.c:93
480 msgid "No virtual machine was chosen"
481 msgstr ""
482
483 #: ../src/virt-viewer-window.c:537
404484 msgid "Ctrl+Alt+_Del"
405485 msgstr ""
406486
407 #: ../src/virt-viewer-window.c:588
487 #: ../src/virt-viewer-window.c:538
408488 msgid "Ctrl+Alt+_Backspace"
409489 msgstr ""
410490
411 #: ../src/virt-viewer-window.c:590
491 #: ../src/virt-viewer-window.c:540
412492 msgid "Ctrl+Alt+F_1"
413493 msgstr ""
414494
415 #: ../src/virt-viewer-window.c:591
495 #: ../src/virt-viewer-window.c:541
416496 msgid "Ctrl+Alt+F_2"
417497 msgstr ""
418498
419 #: ../src/virt-viewer-window.c:592
499 #: ../src/virt-viewer-window.c:542
420500 msgid "Ctrl+Alt+F_3"
421501 msgstr ""
422502
423 #: ../src/virt-viewer-window.c:593
503 #: ../src/virt-viewer-window.c:543
424504 msgid "Ctrl+Alt+F_4"
425505 msgstr ""
426506
427 #: ../src/virt-viewer-window.c:594
507 #: ../src/virt-viewer-window.c:544
428508 msgid "Ctrl+Alt+F_5"
429509 msgstr ""
430510
431 #: ../src/virt-viewer-window.c:595
511 #: ../src/virt-viewer-window.c:545
432512 msgid "Ctrl+Alt+F_6"
433513 msgstr ""
434514
435 #: ../src/virt-viewer-window.c:596
515 #: ../src/virt-viewer-window.c:546
436516 msgid "Ctrl+Alt+F_7"
437517 msgstr ""
438518
439 #: ../src/virt-viewer-window.c:597
519 #: ../src/virt-viewer-window.c:547
440520 msgid "Ctrl+Alt+F_8"
441521 msgstr ""
442522
443 #: ../src/virt-viewer-window.c:598
523 #: ../src/virt-viewer-window.c:548
444524 msgid "Ctrl+Alt+F_9"
445525 msgstr ""
446526
447 #: ../src/virt-viewer-window.c:599
527 #: ../src/virt-viewer-window.c:549
448528 msgid "Ctrl+Alt+F1_0"
449529 msgstr ""
450530
451 #: ../src/virt-viewer-window.c:600
531 #: ../src/virt-viewer-window.c:550
452532 msgid "Ctrl+Alt+F11"
453533 msgstr ""
454534
455 #: ../src/virt-viewer-window.c:601
535 #: ../src/virt-viewer-window.c:551
456536 msgid "Ctrl+Alt+F12"
457537 msgstr ""
458538
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
539 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460540 msgid "Screenshot"
461541 msgstr ""
462542
463 #: ../src/virt-viewer-window.c:1051
543 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
544 msgid "Unknown"
545 msgstr ""
546
547 #: ../src/virt-viewer-window.c:1062
464548 msgid "Disconnect"
465549 msgstr ""
466550
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
551 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468552 #: ../src/virt-viewer.xml.h:3
469553 msgid "USB device selection"
470554 msgstr ""
471555
472 #: ../src/virt-viewer-window.c:1070
556 #: ../src/virt-viewer-window.c:1081
473557 msgid "Send key combination"
474558 msgstr ""
475559
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
560 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477561 msgid "Leave fullscreen"
478562 msgstr ""
479563
480 #: ../src/virt-viewer-window.c:1162
564 #: ../src/virt-viewer-window.c:1173
481565 msgid "Ctrl+Alt"
482566 msgstr ""
483567
484 #: ../src/virt-viewer-window.c:1165
568 #: ../src/virt-viewer-window.c:1176
485569 #, c-format
486570 msgid "(Press %s to release pointer)"
487571 msgstr ""
488572
489573 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
574 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
575 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
576 #.
577 #: ../src/virt-viewer-window.c:1187
495578 #, c-format
496579 msgid "%s%s%s - %s"
497580 msgstr ""
498581
499582 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
583 #: ../src/virt-viewer-window.c:1191
501584 msgid " "
502585 msgstr ""
503586
504 #: ../src/virt-viewer-file.c:624
587 #: ../src/virt-viewer-file.c:825
588 #, c-format
589 msgid ""
590 "At least %s version %s is required to setup this connection, see %s for "
591 "details"
592 msgstr ""
593
594 #: ../src/virt-viewer-file.c:833
505595 #, c-format
506596 msgid "At least %s version %s is required to setup this connection"
507597 msgstr ""
508598
509 #: ../src/virt-viewer.c:133
599 #: ../src/virt-viewer.c:163
510600 msgid "Waiting for guest domain to re-start"
511601 msgstr ""
512602
513 #: ../src/virt-viewer.c:318
603 #: ../src/virt-viewer.c:409
514604 #, c-format
515605 msgid "Cannot determine the graphic type for the guest %s"
516606 msgstr ""
517607
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
608 #: ../src/virt-viewer.c:448
524609 #, c-format
525610 msgid "Cannot determine the host for the guest %s"
526611 msgstr ""
527612
528 #: ../src/virt-viewer.c:540
613 #: ../src/virt-viewer.c:476
614 #, c-format
615 msgid "Guest '%s' is not reachable"
616 msgstr ""
617
618 #: ../src/virt-viewer.c:697
619 #, c-format
620 msgid "Virtual machine %s is not running"
621 msgstr ""
622
623 #: ../src/virt-viewer.c:720
529624 msgid "Waiting for libvirt to start"
530625 msgstr ""
531626
532 #: ../src/virt-viewer.c:544
627 #: ../src/virt-viewer.c:724
533628 msgid "Finding guest domain"
534629 msgstr ""
535630
536 #: ../src/virt-viewer.c:548
631 #: ../src/virt-viewer.c:728
537632 msgid "Waiting for guest domain to be created"
538633 msgstr ""
539634
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
635 #: ../src/virt-viewer.c:750
546636 msgid "Checking guest domain status"
547637 msgstr ""
548638
549 #: ../src/virt-viewer.c:573
639 #: ../src/virt-viewer.c:753
640 msgid "Cannot get guest state"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:759
550644 msgid "Waiting for guest domain to start"
551645 msgstr ""
552646
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
647 #: ../src/virt-viewer.c:863
648 #, c-format
649 msgid "Unable to connect to libvirt with URI: %s."
650 msgstr ""
651
652 #: ../src/virt-viewer.c:864
563653 msgid "[none]"
564654 msgstr ""
565655
656 #: ../src/virt-viewer.c:871
657 msgid "Authentication failed."
658 msgstr ""
659
660 #: ../src/virt-viewer.c:931
661 msgid "Failed to connect: "
662 msgstr ""
663
664 #.
566665 #. * Local variables:
567666 #. * c-indent-level: 4
568667 #. * c-basic-offset: 4
569668 #. * indent-tabs-mode: nil
570669 #. * End:
670 #.
571671 #: ../src/virt-viewer.xml.h:1
572672 msgid "_File"
573673 msgstr ""
580680 msgid "Smartcard removal"
581681 msgstr ""
582682
583 #: ../src/virt-viewer.xml.h:6
683 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
684 msgid "Preferences"
685 msgstr ""
686
687 #: ../src/virt-viewer.xml.h:7
584688 msgid "_View"
585689 msgstr ""
586690
587 #: ../src/virt-viewer.xml.h:7
691 #: ../src/virt-viewer.xml.h:8
588692 msgid "Full screen"
589693 msgstr ""
590694
591 #: ../src/virt-viewer.xml.h:8
695 #: ../src/virt-viewer.xml.h:9
592696 msgid "_Zoom"
593697 msgstr ""
594698
595 #: ../src/virt-viewer.xml.h:9
699 #: ../src/virt-viewer.xml.h:10
596700 msgid "Displays"
597701 msgstr ""
598702
599 #: ../src/virt-viewer.xml.h:10
703 #: ../src/virt-viewer.xml.h:11
600704 msgid "Release cursor"
601705 msgstr ""
602706
603 #: ../src/virt-viewer.xml.h:11
707 #: ../src/virt-viewer.xml.h:12
604708 msgid "_Send key"
605709 msgstr ""
606710
607 #: ../src/virt-viewer.xml.h:12
711 #: ../src/virt-viewer.xml.h:13
608712 msgid "_Help"
609713 msgstr ""
714
715 #: ../src/virt-viewer.xml.h:14
716 msgid "_Guest Details"
717 msgstr ""
718
719 #: ../src/virt-viewer-guest-details.xml.h:1
720 msgid "Guest Details"
721 msgstr ""
722
723 #: ../src/virt-viewer-guest-details.xml.h:2
724 msgid "Name:"
725 msgstr ""
726
727 #: ../src/virt-viewer-guest-details.xml.h:3
728 msgid "GUID:"
729 msgstr ""
730
731 #: ../src/virt-viewer-vm-connection.xml.h:1
732 msgid "Choose a virtual machine"
733 msgstr ""
734
735 #: ../src/virt-viewer-vm-connection.xml.h:2
736 msgid "Name"
737 msgstr ""
738
739 #: ../src/virt-viewer-vm-connection.xml.h:3
740 msgid "Available virtual machines"
741 msgstr ""
742
743 #: ../src/virt-viewer-preferences.xml.h:2
744 msgid "Folder sharing"
745 msgstr ""
746
747 #: ../src/virt-viewer-preferences.xml.h:3
748 msgid "Share folder"
749 msgstr ""
750
751 #: ../src/virt-viewer-preferences.xml.h:4
752 msgid "Read-only"
753 msgstr ""
754
755 #: ../src/virt-viewer-preferences.xml.h:5
756 msgid "Spice"
757 msgstr ""
+352
-205
po/sq.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Albanian (http://www.transifex.com/projects/p/virt-viewer/language/sq/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Albanian\n"
13 "Language: sq\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: sq\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+353
-205
po/sr.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Serbian (http://www.transifex.com/projects/p/virt-viewer/language/sr/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Serbian\n"
13 "Language: sr\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: sr\n"
17 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
19 "X-Generator: Zanata 3.5.1\n"
20
21 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2022 msgid "Remote Viewer"
2123 msgstr ""
2224
7072
7173 #: ../src/remote-viewer-main.c:50
7274 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
75 msgid "remote-viewer version %s"
76 msgstr ""
77
78 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7779 msgid "Display version information"
7880 msgstr ""
7981
80 #: ../src/remote-viewer-main.c:101
82 #: ../src/remote-viewer-main.c:105
8183 msgid "Set window title"
8284 msgstr ""
8385
84 #: ../src/remote-viewer-main.c:104
86 #: ../src/remote-viewer-main.c:108
8587 msgid "Open connection using Spice controller communication"
8688 msgstr ""
8789
88 #: ../src/remote-viewer-main.c:116
90 #: ../src/remote-viewer-main.c:120
8991 msgid "Remote viewer client"
9092 msgstr ""
9193
92 #: ../src/remote-viewer-main.c:134
94 #: ../src/remote-viewer-main.c:138
9395 #, c-format
9496 msgid ""
9597 "%s\n"
9698 "Run '%s --help' to see a full list of available command line options\n"
9799 msgstr ""
98100
99 #: ../src/remote-viewer-main.c:146
101 #: ../src/remote-viewer-main.c:149
100102 #, c-format
101103 msgid "Error: extra arguments given while using Spice controller\n"
102104 msgstr ""
103105
104 #: ../src/remote-viewer-main.c:153
106 #: ../src/remote-viewer-main.c:156
105107 #, c-format
106108 msgid "Error: can't handle multiple URIs\n"
107109 msgstr ""
108110
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
111 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110112 msgid "Failed to initiate connection"
111113 msgstr ""
112114
113 #: ../src/remote-viewer.c:294
115 #: ../src/remote-viewer.c:313
114116 msgid "Display disabled by controller"
115117 msgstr ""
116118
117 #: ../src/remote-viewer.c:592
119 #: ../src/remote-viewer.c:609
118120 #, c-format
119121 msgid "Controller connection failed: %s"
120122 msgstr ""
121123
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
124 #: ../src/remote-viewer.c:755
125 msgid "_Change CD"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:855
129 msgid "failed to parse ovirt uri"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
133 msgid "Authentication was cancelled"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:900
137 #, c-format
138 msgid "oVirt VM %s is not running"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:914
142 #, c-format
143 msgid "oVirt VM %s has no display"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:940
147 #, c-format
148 msgid "oVirt VM %s has no host information"
129149 msgstr ""
130150
131151 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
152 #, c-format
153 msgid "oVirt VM %s has unknown display type: %d"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1094
144157 msgid "Setting up Spice session..."
145158 msgstr ""
146159
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
160 #: ../src/remote-viewer.c:1102
161 msgid "No connection was chosen"
162 msgstr ""
163
164 #: ../src/remote-viewer.c:1120
165 #, c-format
166 msgid "Invalid file %s: "
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1128
153170 msgid "Cannot determine the connection type from URI"
154171 msgstr ""
155172
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
173 #: ../src/remote-viewer.c:1134
174 msgid "Couldn't open oVirt session: "
175 msgstr ""
176
177 #.
165178 #. * Local variables:
166179 #. * c-indent-level: 4
167180 #. * c-basic-offset: 4
168181 #. * indent-tabs-mode: nil
169182 #. * End:
183 #.
184 #: ../src/remote-viewer-connect.xml.h:1
185 msgid "Connection details"
186 msgstr ""
187
188 #: ../src/remote-viewer-connect.xml.h:2
189 msgid "Connection Address"
190 msgstr ""
191
192 #: ../src/remote-viewer-connect.xml.h:3
193 msgid "For example, spice://foo.example.org:5900"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:4
197 msgid "Recent connections"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:5
201 msgid "Cancel"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:6
205 msgid "Connect"
206 msgstr ""
207
170208 #: ../src/virt-viewer-about.xml.h:1
171209 msgid "About Glade"
172210 msgstr ""
206244 msgid "The Fedora Translation Team"
207245 msgstr ""
208246
209 #: ../src/virt-viewer-app.c:400
247 #: ../src/virt-viewer-app.c:526
210248 msgid "Do you want to close the session?"
211249 msgstr ""
212250
213 #: ../src/virt-viewer-app.c:402
251 #: ../src/virt-viewer-app.c:528
214252 msgid "Do not ask me again"
215253 msgstr ""
216254
217 #: ../src/virt-viewer-app.c:841
255 #: ../src/virt-viewer-app.c:1008
218256 #, c-format
219257 msgid "Waiting for display %d..."
220258 msgstr ""
221259
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
260 #: ../src/virt-viewer-app.c:1117
261 #, c-format
262 msgid "Unsupported graphic type '%s'"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1200
228266 msgid "Connect to ssh failed."
229267 msgstr ""
230268
231 #: ../src/virt-viewer-app.c:1029
269 #: ../src/virt-viewer-app.c:1202
232270 msgid "Can't connect to channel, SSH only supported."
233271 msgstr ""
234272
235 #: ../src/virt-viewer-app.c:1041
273 #: ../src/virt-viewer-app.c:1214
236274 msgid "Connect to channel unsupported."
237275 msgstr ""
238276
239 #: ../src/virt-viewer-app.c:1123
277 #: ../src/virt-viewer-app.c:1276
278 msgid "Display can only be attached through libvirt with --attach"
279 msgstr ""
280
281 #: ../src/virt-viewer-app.c:1299
240282 msgid "Connecting to graphic server"
241283 msgstr ""
242284
243 #: ../src/virt-viewer-app.c:1256
285 #: ../src/virt-viewer-app.c:1398
244286 msgid "Guest domain has shutdown"
245287 msgstr ""
246288
247 #: ../src/virt-viewer-app.c:1317
289 #: ../src/virt-viewer-app.c:1459
248290 msgid "Connected to graphic server"
249291 msgstr ""
250292
251 #: ../src/virt-viewer-app.c:1344
293 #: ../src/virt-viewer-app.c:1486
252294 #, c-format
253295 msgid "Unable to connect to the graphic server %s"
254296 msgstr ""
255297
256 #: ../src/virt-viewer-app.c:1376
298 #: ../src/virt-viewer-app.c:1512
299 #, c-format
300 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
301 msgstr ""
302
303 #: ../src/virt-viewer-app.c:1525
304 #, c-format
305 msgid "Unable to authenticate with remote desktop server: %s"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:1533
309 #, c-format
310 msgid "USB redirection error: %s"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:1786
314 #, c-format
315 msgid "Zoom level must be within %d-%d\n"
316 msgstr ""
317
318 #: ../src/virt-viewer-app.c:2296
319 #, c-format
320 msgid "Display %d"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:2552
324 #, c-format
325 msgid "Invalid kiosk-quit argument: %s"
326 msgstr ""
327
328 #: ../src/virt-viewer-app.c:2561
329 msgid "Zoom level of window, in percentage"
330 msgstr ""
331
332 #: ../src/virt-viewer-app.c:2563
333 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
334 msgstr ""
335
336 #: ../src/virt-viewer-app.c:2565
337 msgid "Customise hotkeys"
338 msgstr ""
339
340 #: ../src/virt-viewer-app.c:2567
341 msgid "Enable kiosk mode"
342 msgstr ""
343
344 #: ../src/virt-viewer-app.c:2569
345 msgid "Quit on given condition in kiosk mode"
346 msgstr ""
347
348 #: ../src/virt-viewer-app.c:2569
349 msgid "<never|on-disconnect>"
350 msgstr ""
351
352 #: ../src/virt-viewer-app.c:2571
353 msgid "Display verbose information"
354 msgstr ""
355
356 #: ../src/virt-viewer-app.c:2573
357 msgid "Display debugging information"
358 msgstr ""
359
360 #: ../src/virt-viewer-auth.c:88
257361 #, c-format
258362 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
363 "Authentication is required for the %s connection to:\n"
364 "\n"
365 "<b>%s</b>\n"
366 "\n"
367 msgstr ""
368
369 #: ../src/virt-viewer-auth.c:92
370 #, c-format
371 msgid "Authentication is required for the %s connection:\n"
372 msgstr ""
373
374 #.
320375 #. * Local variables:
321376 #. * c-indent-level: 4
322377 #. * c-basic-offset: 4
323378 #. * indent-tabs-mode: nil
324379 #. * End:
380 #.
325381 #: ../src/virt-viewer-auth.xml.h:1
326382 msgid "Authentication required"
327383 msgstr ""
328384
329 #: ../src/virt-viewer-auth.xml.h:2
385 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330386 msgid "label"
331387 msgstr ""
332388
338394 msgid "Username:"
339395 msgstr ""
340396
397 #: ../src/virt-viewer-auth.xml.h:5
398 msgid "Show password"
399 msgstr ""
400
401 #: ../src/virt-viewer-display-vnc.c:133
402 msgid "VNC does not provide GUID"
403 msgstr ""
404
341405 #: ../src/virt-viewer-main.c:38
342406 #, c-format
343407 msgid "%s version %s\n"
376440 msgid "Virtual machine graphical console"
377441 msgstr ""
378442
379 #: ../src/virt-viewer-main.c:108
443 #: ../src/virt-viewer-main.c:107
380444 #, c-format
381445 msgid ""
382446 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
447 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384448 "\n"
385449 "%s\n"
386450 "\n"
387451 msgstr ""
388452
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
453 #: ../src/virt-viewer-main.c:112
454 #, c-format
455 msgid ""
456 "\n"
457 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
458 "\n"
459 msgstr ""
460
461 #: ../src/virt-viewer-session-spice.c:694
462 msgid "Invalid password"
391463 msgstr ""
392464
393465 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
466 #: ../src/virt-viewer-session-spice.c:786
395467 msgid "Select USB devices for redirection"
396468 msgstr ""
397469
398 #: ../src/virt-viewer-session-vnc.c:148
470 #: ../src/virt-viewer-session-vnc.c:153
399471 #, c-format
400472 msgid "Unsupported authentication type %d"
401473 msgstr ""
402474
403 #: ../src/virt-viewer-window.c:587
475 #: ../src/virt-viewer-vm-connection.c:64
476 msgid "No virtual machine found"
477 msgstr ""
478
479 #: ../src/virt-viewer-vm-connection.c:93
480 msgid "No virtual machine was chosen"
481 msgstr ""
482
483 #: ../src/virt-viewer-window.c:537
404484 msgid "Ctrl+Alt+_Del"
405485 msgstr ""
406486
407 #: ../src/virt-viewer-window.c:588
487 #: ../src/virt-viewer-window.c:538
408488 msgid "Ctrl+Alt+_Backspace"
409489 msgstr ""
410490
411 #: ../src/virt-viewer-window.c:590
491 #: ../src/virt-viewer-window.c:540
412492 msgid "Ctrl+Alt+F_1"
413493 msgstr ""
414494
415 #: ../src/virt-viewer-window.c:591
495 #: ../src/virt-viewer-window.c:541
416496 msgid "Ctrl+Alt+F_2"
417497 msgstr ""
418498
419 #: ../src/virt-viewer-window.c:592
499 #: ../src/virt-viewer-window.c:542
420500 msgid "Ctrl+Alt+F_3"
421501 msgstr ""
422502
423 #: ../src/virt-viewer-window.c:593
503 #: ../src/virt-viewer-window.c:543
424504 msgid "Ctrl+Alt+F_4"
425505 msgstr ""
426506
427 #: ../src/virt-viewer-window.c:594
507 #: ../src/virt-viewer-window.c:544
428508 msgid "Ctrl+Alt+F_5"
429509 msgstr ""
430510
431 #: ../src/virt-viewer-window.c:595
511 #: ../src/virt-viewer-window.c:545
432512 msgid "Ctrl+Alt+F_6"
433513 msgstr ""
434514
435 #: ../src/virt-viewer-window.c:596
515 #: ../src/virt-viewer-window.c:546
436516 msgid "Ctrl+Alt+F_7"
437517 msgstr ""
438518
439 #: ../src/virt-viewer-window.c:597
519 #: ../src/virt-viewer-window.c:547
440520 msgid "Ctrl+Alt+F_8"
441521 msgstr ""
442522
443 #: ../src/virt-viewer-window.c:598
523 #: ../src/virt-viewer-window.c:548
444524 msgid "Ctrl+Alt+F_9"
445525 msgstr ""
446526
447 #: ../src/virt-viewer-window.c:599
527 #: ../src/virt-viewer-window.c:549
448528 msgid "Ctrl+Alt+F1_0"
449529 msgstr ""
450530
451 #: ../src/virt-viewer-window.c:600
531 #: ../src/virt-viewer-window.c:550
452532 msgid "Ctrl+Alt+F11"
453533 msgstr ""
454534
455 #: ../src/virt-viewer-window.c:601
535 #: ../src/virt-viewer-window.c:551
456536 msgid "Ctrl+Alt+F12"
457537 msgstr ""
458538
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
539 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460540 msgid "Screenshot"
461541 msgstr ""
462542
463 #: ../src/virt-viewer-window.c:1051
543 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
544 msgid "Unknown"
545 msgstr ""
546
547 #: ../src/virt-viewer-window.c:1062
464548 msgid "Disconnect"
465549 msgstr ""
466550
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
551 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468552 #: ../src/virt-viewer.xml.h:3
469553 msgid "USB device selection"
470554 msgstr ""
471555
472 #: ../src/virt-viewer-window.c:1070
556 #: ../src/virt-viewer-window.c:1081
473557 msgid "Send key combination"
474558 msgstr ""
475559
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
560 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477561 msgid "Leave fullscreen"
478562 msgstr ""
479563
480 #: ../src/virt-viewer-window.c:1162
564 #: ../src/virt-viewer-window.c:1173
481565 msgid "Ctrl+Alt"
482566 msgstr ""
483567
484 #: ../src/virt-viewer-window.c:1165
568 #: ../src/virt-viewer-window.c:1176
485569 #, c-format
486570 msgid "(Press %s to release pointer)"
487571 msgstr ""
488572
489573 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
574 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
575 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
576 #.
577 #: ../src/virt-viewer-window.c:1187
495578 #, c-format
496579 msgid "%s%s%s - %s"
497580 msgstr ""
498581
499582 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
583 #: ../src/virt-viewer-window.c:1191
501584 msgid " "
502585 msgstr ""
503586
504 #: ../src/virt-viewer-file.c:624
587 #: ../src/virt-viewer-file.c:825
588 #, c-format
589 msgid ""
590 "At least %s version %s is required to setup this connection, see %s for "
591 "details"
592 msgstr ""
593
594 #: ../src/virt-viewer-file.c:833
505595 #, c-format
506596 msgid "At least %s version %s is required to setup this connection"
507597 msgstr ""
508598
509 #: ../src/virt-viewer.c:133
599 #: ../src/virt-viewer.c:163
510600 msgid "Waiting for guest domain to re-start"
511601 msgstr ""
512602
513 #: ../src/virt-viewer.c:318
603 #: ../src/virt-viewer.c:409
514604 #, c-format
515605 msgid "Cannot determine the graphic type for the guest %s"
516606 msgstr ""
517607
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
608 #: ../src/virt-viewer.c:448
524609 #, c-format
525610 msgid "Cannot determine the host for the guest %s"
526611 msgstr ""
527612
528 #: ../src/virt-viewer.c:540
613 #: ../src/virt-viewer.c:476
614 #, c-format
615 msgid "Guest '%s' is not reachable"
616 msgstr ""
617
618 #: ../src/virt-viewer.c:697
619 #, c-format
620 msgid "Virtual machine %s is not running"
621 msgstr ""
622
623 #: ../src/virt-viewer.c:720
529624 msgid "Waiting for libvirt to start"
530625 msgstr ""
531626
532 #: ../src/virt-viewer.c:544
627 #: ../src/virt-viewer.c:724
533628 msgid "Finding guest domain"
534629 msgstr ""
535630
536 #: ../src/virt-viewer.c:548
631 #: ../src/virt-viewer.c:728
537632 msgid "Waiting for guest domain to be created"
538633 msgstr ""
539634
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
635 #: ../src/virt-viewer.c:750
546636 msgid "Checking guest domain status"
547637 msgstr ""
548638
549 #: ../src/virt-viewer.c:573
639 #: ../src/virt-viewer.c:753
640 msgid "Cannot get guest state"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:759
550644 msgid "Waiting for guest domain to start"
551645 msgstr ""
552646
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
647 #: ../src/virt-viewer.c:863
648 #, c-format
649 msgid "Unable to connect to libvirt with URI: %s."
650 msgstr ""
651
652 #: ../src/virt-viewer.c:864
563653 msgid "[none]"
564654 msgstr ""
565655
656 #: ../src/virt-viewer.c:871
657 msgid "Authentication failed."
658 msgstr ""
659
660 #: ../src/virt-viewer.c:931
661 msgid "Failed to connect: "
662 msgstr ""
663
664 #.
566665 #. * Local variables:
567666 #. * c-indent-level: 4
568667 #. * c-basic-offset: 4
569668 #. * indent-tabs-mode: nil
570669 #. * End:
670 #.
571671 #: ../src/virt-viewer.xml.h:1
572672 msgid "_File"
573673 msgstr ""
580680 msgid "Smartcard removal"
581681 msgstr ""
582682
583 #: ../src/virt-viewer.xml.h:6
683 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
684 msgid "Preferences"
685 msgstr ""
686
687 #: ../src/virt-viewer.xml.h:7
584688 msgid "_View"
585689 msgstr ""
586690
587 #: ../src/virt-viewer.xml.h:7
691 #: ../src/virt-viewer.xml.h:8
588692 msgid "Full screen"
589693 msgstr ""
590694
591 #: ../src/virt-viewer.xml.h:8
695 #: ../src/virt-viewer.xml.h:9
592696 msgid "_Zoom"
593697 msgstr ""
594698
595 #: ../src/virt-viewer.xml.h:9
699 #: ../src/virt-viewer.xml.h:10
596700 msgid "Displays"
597701 msgstr ""
598702
599 #: ../src/virt-viewer.xml.h:10
703 #: ../src/virt-viewer.xml.h:11
600704 msgid "Release cursor"
601705 msgstr ""
602706
603 #: ../src/virt-viewer.xml.h:11
707 #: ../src/virt-viewer.xml.h:12
604708 msgid "_Send key"
605709 msgstr ""
606710
607 #: ../src/virt-viewer.xml.h:12
711 #: ../src/virt-viewer.xml.h:13
608712 msgid "_Help"
609713 msgstr ""
714
715 #: ../src/virt-viewer.xml.h:14
716 msgid "_Guest Details"
717 msgstr ""
718
719 #: ../src/virt-viewer-guest-details.xml.h:1
720 msgid "Guest Details"
721 msgstr ""
722
723 #: ../src/virt-viewer-guest-details.xml.h:2
724 msgid "Name:"
725 msgstr ""
726
727 #: ../src/virt-viewer-guest-details.xml.h:3
728 msgid "GUID:"
729 msgstr ""
730
731 #: ../src/virt-viewer-vm-connection.xml.h:1
732 msgid "Choose a virtual machine"
733 msgstr ""
734
735 #: ../src/virt-viewer-vm-connection.xml.h:2
736 msgid "Name"
737 msgstr ""
738
739 #: ../src/virt-viewer-vm-connection.xml.h:3
740 msgid "Available virtual machines"
741 msgstr ""
742
743 #: ../src/virt-viewer-preferences.xml.h:2
744 msgid "Folder sharing"
745 msgstr ""
746
747 #: ../src/virt-viewer-preferences.xml.h:3
748 msgid "Share folder"
749 msgstr ""
750
751 #: ../src/virt-viewer-preferences.xml.h:4
752 msgid "Read-only"
753 msgstr ""
754
755 #: ../src/virt-viewer-preferences.xml.h:5
756 msgid "Spice"
757 msgstr ""
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Serbian (Latin) (http://www.transifex.com/projects/p/virt-viewer/language/sr@latin/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Serbian (LATIN)\n"
13 "Language: sr@latin\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: sr@latin\n"
17 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
19 "X-Generator: Zanata 3.5.1\n"
20
21 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2022 msgid "Remote Viewer"
2123 msgstr ""
2224
7072
7173 #: ../src/remote-viewer-main.c:50
7274 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
75 msgid "remote-viewer version %s"
76 msgstr ""
77
78 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7779 msgid "Display version information"
7880 msgstr ""
7981
80 #: ../src/remote-viewer-main.c:101
82 #: ../src/remote-viewer-main.c:105
8183 msgid "Set window title"
8284 msgstr ""
8385
84 #: ../src/remote-viewer-main.c:104
86 #: ../src/remote-viewer-main.c:108
8587 msgid "Open connection using Spice controller communication"
8688 msgstr ""
8789
88 #: ../src/remote-viewer-main.c:116
90 #: ../src/remote-viewer-main.c:120
8991 msgid "Remote viewer client"
9092 msgstr ""
9193
92 #: ../src/remote-viewer-main.c:134
94 #: ../src/remote-viewer-main.c:138
9395 #, c-format
9496 msgid ""
9597 "%s\n"
9698 "Run '%s --help' to see a full list of available command line options\n"
9799 msgstr ""
98100
99 #: ../src/remote-viewer-main.c:146
101 #: ../src/remote-viewer-main.c:149
100102 #, c-format
101103 msgid "Error: extra arguments given while using Spice controller\n"
102104 msgstr ""
103105
104 #: ../src/remote-viewer-main.c:153
106 #: ../src/remote-viewer-main.c:156
105107 #, c-format
106108 msgid "Error: can't handle multiple URIs\n"
107109 msgstr ""
108110
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
111 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110112 msgid "Failed to initiate connection"
111113 msgstr ""
112114
113 #: ../src/remote-viewer.c:294
115 #: ../src/remote-viewer.c:313
114116 msgid "Display disabled by controller"
115117 msgstr ""
116118
117 #: ../src/remote-viewer.c:592
119 #: ../src/remote-viewer.c:609
118120 #, c-format
119121 msgid "Controller connection failed: %s"
120122 msgstr ""
121123
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
124 #: ../src/remote-viewer.c:755
125 msgid "_Change CD"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:855
129 msgid "failed to parse ovirt uri"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
133 msgid "Authentication was cancelled"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:900
137 #, c-format
138 msgid "oVirt VM %s is not running"
139 msgstr ""
140
141 #: ../src/remote-viewer.c:914
142 #, c-format
143 msgid "oVirt VM %s has no display"
144 msgstr ""
145
146 #: ../src/remote-viewer.c:940
147 #, c-format
148 msgid "oVirt VM %s has no host information"
129149 msgstr ""
130150
131151 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
152 #, c-format
153 msgid "oVirt VM %s has unknown display type: %d"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1094
144157 msgid "Setting up Spice session..."
145158 msgstr ""
146159
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
160 #: ../src/remote-viewer.c:1102
161 msgid "No connection was chosen"
162 msgstr ""
163
164 #: ../src/remote-viewer.c:1120
165 #, c-format
166 msgid "Invalid file %s: "
167 msgstr ""
168
169 #: ../src/remote-viewer.c:1128
153170 msgid "Cannot determine the connection type from URI"
154171 msgstr ""
155172
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
173 #: ../src/remote-viewer.c:1134
174 msgid "Couldn't open oVirt session: "
175 msgstr ""
176
177 #.
165178 #. * Local variables:
166179 #. * c-indent-level: 4
167180 #. * c-basic-offset: 4
168181 #. * indent-tabs-mode: nil
169182 #. * End:
183 #.
184 #: ../src/remote-viewer-connect.xml.h:1
185 msgid "Connection details"
186 msgstr ""
187
188 #: ../src/remote-viewer-connect.xml.h:2
189 msgid "Connection Address"
190 msgstr ""
191
192 #: ../src/remote-viewer-connect.xml.h:3
193 msgid "For example, spice://foo.example.org:5900"
194 msgstr ""
195
196 #: ../src/remote-viewer-connect.xml.h:4
197 msgid "Recent connections"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:5
201 msgid "Cancel"
202 msgstr ""
203
204 #: ../src/remote-viewer-connect.xml.h:6
205 msgid "Connect"
206 msgstr ""
207
170208 #: ../src/virt-viewer-about.xml.h:1
171209 msgid "About Glade"
172210 msgstr ""
206244 msgid "The Fedora Translation Team"
207245 msgstr ""
208246
209 #: ../src/virt-viewer-app.c:400
247 #: ../src/virt-viewer-app.c:526
210248 msgid "Do you want to close the session?"
211249 msgstr ""
212250
213 #: ../src/virt-viewer-app.c:402
251 #: ../src/virt-viewer-app.c:528
214252 msgid "Do not ask me again"
215253 msgstr ""
216254
217 #: ../src/virt-viewer-app.c:841
255 #: ../src/virt-viewer-app.c:1008
218256 #, c-format
219257 msgid "Waiting for display %d..."
220258 msgstr ""
221259
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
260 #: ../src/virt-viewer-app.c:1117
261 #, c-format
262 msgid "Unsupported graphic type '%s'"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1200
228266 msgid "Connect to ssh failed."
229267 msgstr ""
230268
231 #: ../src/virt-viewer-app.c:1029
269 #: ../src/virt-viewer-app.c:1202
232270 msgid "Can't connect to channel, SSH only supported."
233271 msgstr ""
234272
235 #: ../src/virt-viewer-app.c:1041
273 #: ../src/virt-viewer-app.c:1214
236274 msgid "Connect to channel unsupported."
237275 msgstr ""
238276
239 #: ../src/virt-viewer-app.c:1123
277 #: ../src/virt-viewer-app.c:1276
278 msgid "Display can only be attached through libvirt with --attach"
279 msgstr ""
280
281 #: ../src/virt-viewer-app.c:1299
240282 msgid "Connecting to graphic server"
241283 msgstr ""
242284
243 #: ../src/virt-viewer-app.c:1256
285 #: ../src/virt-viewer-app.c:1398
244286 msgid "Guest domain has shutdown"
245287 msgstr ""
246288
247 #: ../src/virt-viewer-app.c:1317
289 #: ../src/virt-viewer-app.c:1459
248290 msgid "Connected to graphic server"
249291 msgstr ""
250292
251 #: ../src/virt-viewer-app.c:1344
293 #: ../src/virt-viewer-app.c:1486
252294 #, c-format
253295 msgid "Unable to connect to the graphic server %s"
254296 msgstr ""
255297
256 #: ../src/virt-viewer-app.c:1376
298 #: ../src/virt-viewer-app.c:1512
299 #, c-format
300 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
301 msgstr ""
302
303 #: ../src/virt-viewer-app.c:1525
304 #, c-format
305 msgid "Unable to authenticate with remote desktop server: %s"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:1533
309 #, c-format
310 msgid "USB redirection error: %s"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:1786
314 #, c-format
315 msgid "Zoom level must be within %d-%d\n"
316 msgstr ""
317
318 #: ../src/virt-viewer-app.c:2296
319 #, c-format
320 msgid "Display %d"
321 msgstr ""
322
323 #: ../src/virt-viewer-app.c:2552
324 #, c-format
325 msgid "Invalid kiosk-quit argument: %s"
326 msgstr ""
327
328 #: ../src/virt-viewer-app.c:2561
329 msgid "Zoom level of window, in percentage"
330 msgstr ""
331
332 #: ../src/virt-viewer-app.c:2563
333 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
334 msgstr ""
335
336 #: ../src/virt-viewer-app.c:2565
337 msgid "Customise hotkeys"
338 msgstr ""
339
340 #: ../src/virt-viewer-app.c:2567
341 msgid "Enable kiosk mode"
342 msgstr ""
343
344 #: ../src/virt-viewer-app.c:2569
345 msgid "Quit on given condition in kiosk mode"
346 msgstr ""
347
348 #: ../src/virt-viewer-app.c:2569
349 msgid "<never|on-disconnect>"
350 msgstr ""
351
352 #: ../src/virt-viewer-app.c:2571
353 msgid "Display verbose information"
354 msgstr ""
355
356 #: ../src/virt-viewer-app.c:2573
357 msgid "Display debugging information"
358 msgstr ""
359
360 #: ../src/virt-viewer-auth.c:88
257361 #, c-format
258362 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
363 "Authentication is required for the %s connection to:\n"
364 "\n"
365 "<b>%s</b>\n"
366 "\n"
367 msgstr ""
368
369 #: ../src/virt-viewer-auth.c:92
370 #, c-format
371 msgid "Authentication is required for the %s connection:\n"
372 msgstr ""
373
374 #.
320375 #. * Local variables:
321376 #. * c-indent-level: 4
322377 #. * c-basic-offset: 4
323378 #. * indent-tabs-mode: nil
324379 #. * End:
380 #.
325381 #: ../src/virt-viewer-auth.xml.h:1
326382 msgid "Authentication required"
327383 msgstr ""
328384
329 #: ../src/virt-viewer-auth.xml.h:2
385 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330386 msgid "label"
331387 msgstr ""
332388
338394 msgid "Username:"
339395 msgstr ""
340396
397 #: ../src/virt-viewer-auth.xml.h:5
398 msgid "Show password"
399 msgstr ""
400
401 #: ../src/virt-viewer-display-vnc.c:133
402 msgid "VNC does not provide GUID"
403 msgstr ""
404
341405 #: ../src/virt-viewer-main.c:38
342406 #, c-format
343407 msgid "%s version %s\n"
376440 msgid "Virtual machine graphical console"
377441 msgstr ""
378442
379 #: ../src/virt-viewer-main.c:108
443 #: ../src/virt-viewer-main.c:107
380444 #, c-format
381445 msgid ""
382446 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
447 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384448 "\n"
385449 "%s\n"
386450 "\n"
387451 msgstr ""
388452
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
453 #: ../src/virt-viewer-main.c:112
454 #, c-format
455 msgid ""
456 "\n"
457 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
458 "\n"
459 msgstr ""
460
461 #: ../src/virt-viewer-session-spice.c:694
462 msgid "Invalid password"
391463 msgstr ""
392464
393465 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
466 #: ../src/virt-viewer-session-spice.c:786
395467 msgid "Select USB devices for redirection"
396468 msgstr ""
397469
398 #: ../src/virt-viewer-session-vnc.c:148
470 #: ../src/virt-viewer-session-vnc.c:153
399471 #, c-format
400472 msgid "Unsupported authentication type %d"
401473 msgstr ""
402474
403 #: ../src/virt-viewer-window.c:587
475 #: ../src/virt-viewer-vm-connection.c:64
476 msgid "No virtual machine found"
477 msgstr ""
478
479 #: ../src/virt-viewer-vm-connection.c:93
480 msgid "No virtual machine was chosen"
481 msgstr ""
482
483 #: ../src/virt-viewer-window.c:537
404484 msgid "Ctrl+Alt+_Del"
405485 msgstr ""
406486
407 #: ../src/virt-viewer-window.c:588
487 #: ../src/virt-viewer-window.c:538
408488 msgid "Ctrl+Alt+_Backspace"
409489 msgstr ""
410490
411 #: ../src/virt-viewer-window.c:590
491 #: ../src/virt-viewer-window.c:540
412492 msgid "Ctrl+Alt+F_1"
413493 msgstr ""
414494
415 #: ../src/virt-viewer-window.c:591
495 #: ../src/virt-viewer-window.c:541
416496 msgid "Ctrl+Alt+F_2"
417497 msgstr ""
418498
419 #: ../src/virt-viewer-window.c:592
499 #: ../src/virt-viewer-window.c:542
420500 msgid "Ctrl+Alt+F_3"
421501 msgstr ""
422502
423 #: ../src/virt-viewer-window.c:593
503 #: ../src/virt-viewer-window.c:543
424504 msgid "Ctrl+Alt+F_4"
425505 msgstr ""
426506
427 #: ../src/virt-viewer-window.c:594
507 #: ../src/virt-viewer-window.c:544
428508 msgid "Ctrl+Alt+F_5"
429509 msgstr ""
430510
431 #: ../src/virt-viewer-window.c:595
511 #: ../src/virt-viewer-window.c:545
432512 msgid "Ctrl+Alt+F_6"
433513 msgstr ""
434514
435 #: ../src/virt-viewer-window.c:596
515 #: ../src/virt-viewer-window.c:546
436516 msgid "Ctrl+Alt+F_7"
437517 msgstr ""
438518
439 #: ../src/virt-viewer-window.c:597
519 #: ../src/virt-viewer-window.c:547
440520 msgid "Ctrl+Alt+F_8"
441521 msgstr ""
442522
443 #: ../src/virt-viewer-window.c:598
523 #: ../src/virt-viewer-window.c:548
444524 msgid "Ctrl+Alt+F_9"
445525 msgstr ""
446526
447 #: ../src/virt-viewer-window.c:599
527 #: ../src/virt-viewer-window.c:549
448528 msgid "Ctrl+Alt+F1_0"
449529 msgstr ""
450530
451 #: ../src/virt-viewer-window.c:600
531 #: ../src/virt-viewer-window.c:550
452532 msgid "Ctrl+Alt+F11"
453533 msgstr ""
454534
455 #: ../src/virt-viewer-window.c:601
535 #: ../src/virt-viewer-window.c:551
456536 msgid "Ctrl+Alt+F12"
457537 msgstr ""
458538
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
539 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460540 msgid "Screenshot"
461541 msgstr ""
462542
463 #: ../src/virt-viewer-window.c:1051
543 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
544 msgid "Unknown"
545 msgstr ""
546
547 #: ../src/virt-viewer-window.c:1062
464548 msgid "Disconnect"
465549 msgstr ""
466550
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
551 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468552 #: ../src/virt-viewer.xml.h:3
469553 msgid "USB device selection"
470554 msgstr ""
471555
472 #: ../src/virt-viewer-window.c:1070
556 #: ../src/virt-viewer-window.c:1081
473557 msgid "Send key combination"
474558 msgstr ""
475559
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
560 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477561 msgid "Leave fullscreen"
478562 msgstr ""
479563
480 #: ../src/virt-viewer-window.c:1162
564 #: ../src/virt-viewer-window.c:1173
481565 msgid "Ctrl+Alt"
482566 msgstr ""
483567
484 #: ../src/virt-viewer-window.c:1165
568 #: ../src/virt-viewer-window.c:1176
485569 #, c-format
486570 msgid "(Press %s to release pointer)"
487571 msgstr ""
488572
489573 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
574 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
575 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
576 #.
577 #: ../src/virt-viewer-window.c:1187
495578 #, c-format
496579 msgid "%s%s%s - %s"
497580 msgstr ""
498581
499582 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
583 #: ../src/virt-viewer-window.c:1191
501584 msgid " "
502585 msgstr ""
503586
504 #: ../src/virt-viewer-file.c:624
587 #: ../src/virt-viewer-file.c:825
588 #, c-format
589 msgid ""
590 "At least %s version %s is required to setup this connection, see %s for "
591 "details"
592 msgstr ""
593
594 #: ../src/virt-viewer-file.c:833
505595 #, c-format
506596 msgid "At least %s version %s is required to setup this connection"
507597 msgstr ""
508598
509 #: ../src/virt-viewer.c:133
599 #: ../src/virt-viewer.c:163
510600 msgid "Waiting for guest domain to re-start"
511601 msgstr ""
512602
513 #: ../src/virt-viewer.c:318
603 #: ../src/virt-viewer.c:409
514604 #, c-format
515605 msgid "Cannot determine the graphic type for the guest %s"
516606 msgstr ""
517607
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
608 #: ../src/virt-viewer.c:448
524609 #, c-format
525610 msgid "Cannot determine the host for the guest %s"
526611 msgstr ""
527612
528 #: ../src/virt-viewer.c:540
613 #: ../src/virt-viewer.c:476
614 #, c-format
615 msgid "Guest '%s' is not reachable"
616 msgstr ""
617
618 #: ../src/virt-viewer.c:697
619 #, c-format
620 msgid "Virtual machine %s is not running"
621 msgstr ""
622
623 #: ../src/virt-viewer.c:720
529624 msgid "Waiting for libvirt to start"
530625 msgstr ""
531626
532 #: ../src/virt-viewer.c:544
627 #: ../src/virt-viewer.c:724
533628 msgid "Finding guest domain"
534629 msgstr ""
535630
536 #: ../src/virt-viewer.c:548
631 #: ../src/virt-viewer.c:728
537632 msgid "Waiting for guest domain to be created"
538633 msgstr ""
539634
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
635 #: ../src/virt-viewer.c:750
546636 msgid "Checking guest domain status"
547637 msgstr ""
548638
549 #: ../src/virt-viewer.c:573
639 #: ../src/virt-viewer.c:753
640 msgid "Cannot get guest state"
641 msgstr ""
642
643 #: ../src/virt-viewer.c:759
550644 msgid "Waiting for guest domain to start"
551645 msgstr ""
552646
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
647 #: ../src/virt-viewer.c:863
648 #, c-format
649 msgid "Unable to connect to libvirt with URI: %s."
650 msgstr ""
651
652 #: ../src/virt-viewer.c:864
563653 msgid "[none]"
564654 msgstr ""
565655
656 #: ../src/virt-viewer.c:871
657 msgid "Authentication failed."
658 msgstr ""
659
660 #: ../src/virt-viewer.c:931
661 msgid "Failed to connect: "
662 msgstr ""
663
664 #.
566665 #. * Local variables:
567666 #. * c-indent-level: 4
568667 #. * c-basic-offset: 4
569668 #. * indent-tabs-mode: nil
570669 #. * End:
670 #.
571671 #: ../src/virt-viewer.xml.h:1
572672 msgid "_File"
573673 msgstr ""
580680 msgid "Smartcard removal"
581681 msgstr ""
582682
583 #: ../src/virt-viewer.xml.h:6
683 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
684 msgid "Preferences"
685 msgstr ""
686
687 #: ../src/virt-viewer.xml.h:7
584688 msgid "_View"
585689 msgstr ""
586690
587 #: ../src/virt-viewer.xml.h:7
691 #: ../src/virt-viewer.xml.h:8
588692 msgid "Full screen"
589693 msgstr ""
590694
591 #: ../src/virt-viewer.xml.h:8
695 #: ../src/virt-viewer.xml.h:9
592696 msgid "_Zoom"
593697 msgstr ""
594698
595 #: ../src/virt-viewer.xml.h:9
699 #: ../src/virt-viewer.xml.h:10
596700 msgid "Displays"
597701 msgstr ""
598702
599 #: ../src/virt-viewer.xml.h:10
703 #: ../src/virt-viewer.xml.h:11
600704 msgid "Release cursor"
601705 msgstr ""
602706
603 #: ../src/virt-viewer.xml.h:11
707 #: ../src/virt-viewer.xml.h:12
604708 msgid "_Send key"
605709 msgstr ""
606710
607 #: ../src/virt-viewer.xml.h:12
711 #: ../src/virt-viewer.xml.h:13
608712 msgid "_Help"
609713 msgstr ""
714
715 #: ../src/virt-viewer.xml.h:14
716 msgid "_Guest Details"
717 msgstr ""
718
719 #: ../src/virt-viewer-guest-details.xml.h:1
720 msgid "Guest Details"
721 msgstr ""
722
723 #: ../src/virt-viewer-guest-details.xml.h:2
724 msgid "Name:"
725 msgstr ""
726
727 #: ../src/virt-viewer-guest-details.xml.h:3
728 msgid "GUID:"
729 msgstr ""
730
731 #: ../src/virt-viewer-vm-connection.xml.h:1
732 msgid "Choose a virtual machine"
733 msgstr ""
734
735 #: ../src/virt-viewer-vm-connection.xml.h:2
736 msgid "Name"
737 msgstr ""
738
739 #: ../src/virt-viewer-vm-connection.xml.h:3
740 msgid "Available virtual machines"
741 msgstr ""
742
743 #: ../src/virt-viewer-preferences.xml.h:2
744 msgid "Folder sharing"
745 msgstr ""
746
747 #: ../src/virt-viewer-preferences.xml.h:3
748 msgid "Share folder"
749 msgstr ""
750
751 #: ../src/virt-viewer-preferences.xml.h:4
752 msgid "Read-only"
753 msgstr ""
754
755 #: ../src/virt-viewer-preferences.xml.h:5
756 msgid "Spice"
757 msgstr ""
+348
-175
po/sv.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # denka <dennis@dennis.se>, 2014
6 # Göran Uddeborg <goeran@uddeborg.se>, 2013
6 # Göran Uddeborg <goeran@uddeborg.se>, 2013-2014
77 # Klap Hest <jojje3000@hotmail.com>, 2013
8 # Göran Uddeborg <goeran@uddeborg.se>, 2015. #zanata
89 msgid ""
910 msgstr ""
10 "Project-Id-Version: virt-viewer\n"
11 "Project-Id-Version: PACKAGE VERSION\n"
1112 "Report-Msgid-Bugs-To: \n"
12 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
13 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
14 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
15 "Language-Team: Swedish (http://www.transifex.com/projects/p/virt-viewer/language/sv/)\n"
13 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
14 "PO-Revision-Date: 2015-08-31 01:47-0400\n"
15 "Last-Translator: Göran Uddeborg <goeran@uddeborg.se>\n"
16 "Language-Team: Swedish (http://www.transifex.com/projects/p/virt-viewer/"
17 "language/sv/)\n"
18 "Language: sv\n"
1619 "MIME-Version: 1.0\n"
1720 "Content-Type: text/plain; charset=UTF-8\n"
1821 "Content-Transfer-Encoding: 8bit\n"
19 "Language: sv\n"
2022 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
21
22 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
23 "X-Generator: Zanata 3.7.3\n"
24
25 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2326 msgid "Remote Viewer"
2427 msgstr "Fjärrvisare"
2528
7376
7477 #: ../src/remote-viewer-main.c:50
7578 #, c-format
76 msgid "remote-viewer version %s\n"
77 msgstr "remote-viewer version %s\n"
78
79 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
79 msgid "remote-viewer version %s"
80 msgstr ""
81
82 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8083 msgid "Display version information"
8184 msgstr "Visa versionsinformation"
8285
83 #: ../src/remote-viewer-main.c:101
86 #: ../src/remote-viewer-main.c:105
8487 msgid "Set window title"
8588 msgstr "Ange fönstertitel"
8689
87 #: ../src/remote-viewer-main.c:104
90 #: ../src/remote-viewer-main.c:108
8891 msgid "Open connection using Spice controller communication"
8992 msgstr "Öppna anslutning med Spice-styrning av kommunikationen"
9093
91 #: ../src/remote-viewer-main.c:116
94 #: ../src/remote-viewer-main.c:120
9295 msgid "Remote viewer client"
93 msgstr ""
94
95 #: ../src/remote-viewer-main.c:134
96 msgstr "Fjärrvisarklient"
97
98 #: ../src/remote-viewer-main.c:138
9699 #, c-format
97100 msgid ""
98101 "%s\n"
99102 "Run '%s --help' to see a full list of available command line options\n"
100 msgstr "%s\nKör ”%s --help” för att se hela listan över tillgängliga kommandoradsflaggor\n"
101
102 #: ../src/remote-viewer-main.c:146
103 msgstr ""
104 "%s\n"
105 "Kör ”%s --help” för att se hela listan över tillgängliga "
106 "kommandoradsflaggor\n"
107
108 #: ../src/remote-viewer-main.c:149
103109 #, c-format
104110 msgid "Error: extra arguments given while using Spice controller\n"
105111 msgstr "Fel: extra argument angivna vid användning av Spice-styrning\n"
106112
107 #: ../src/remote-viewer-main.c:153
113 #: ../src/remote-viewer-main.c:156
108114 #, c-format
109115 msgid "Error: can't handle multiple URIs\n"
110116 msgstr "Fel: kan inte hantera flera URI:er\n"
111117
112 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
118 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
113119 msgid "Failed to initiate connection"
114120 msgstr "Misslyckades att initiera anslutningen"
115121
116 #: ../src/remote-viewer.c:294
122 #: ../src/remote-viewer.c:313
117123 msgid "Display disabled by controller"
118124 msgstr "Visningen avaktiverad av styrenhet"
119125
120 #: ../src/remote-viewer.c:592
126 #: ../src/remote-viewer.c:609
121127 #, c-format
122128 msgid "Controller connection failed: %s"
123129 msgstr "Styranslutning misslyckades: %s"
124130
125 #. Create the widgets
126 #: ../src/remote-viewer.c:924
127 msgid "Connection details"
128 msgstr "Anslutningsdetaljer"
129
130 #: ../src/remote-viewer.c:939
131 msgid "_Connection Address"
131 #: ../src/remote-viewer.c:755
132 msgid "_Change CD"
133 msgstr "_Byt CD"
134
135 #: ../src/remote-viewer.c:855
136 msgid "failed to parse ovirt uri"
137 msgstr "kunde inte analysera ovirt-uri"
138
139 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
140 msgid "Authentication was cancelled"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:900
144 #, c-format
145 msgid "oVirt VM %s is not running"
146 msgstr "oVirt-VM %s kör inte"
147
148 #: ../src/remote-viewer.c:914
149 #, c-format
150 msgid "oVirt VM %s has no display"
151 msgstr "oVirt-VM %s har ingen display"
152
153 #: ../src/remote-viewer.c:940
154 #, c-format
155 msgid "oVirt VM %s has no host information"
132156 msgstr ""
133157
134158 #: ../src/remote-viewer.c:951
135 msgid "For example, spice://foo.example.org:5900"
136 msgstr ""
137
138 #: ../src/remote-viewer.c:964
139 msgid "_Recent Connections"
140 msgstr ""
141
142 #: ../src/remote-viewer.c:1020
143 msgid "Couldn't create a Spice session"
144 msgstr "Kunde inte skapa en Spice-session"
145
146 #: ../src/remote-viewer.c:1034
159 #, c-format
160 msgid "oVirt VM %s has unknown display type: %d"
161 msgstr "oVirt-VM %s har en okänd display-typ: %d"
162
163 #: ../src/remote-viewer.c:1094
147164 msgid "Setting up Spice session..."
148165 msgstr "Sätter upp en Spice-session …"
149166
150 #: ../src/remote-viewer.c:1055
151 #, c-format
152 msgid "Invalid file %s"
153 msgstr "Ogiltig fil %s"
154
155 #: ../src/remote-viewer.c:1062
167 #: ../src/remote-viewer.c:1102
168 msgid "No connection was chosen"
169 msgstr ""
170
171 #: ../src/remote-viewer.c:1120
172 #, c-format
173 msgid "Invalid file %s: "
174 msgstr ""
175
176 #: ../src/remote-viewer.c:1128
156177 msgid "Cannot determine the connection type from URI"
157178 msgstr "Kan inte avgöra anslutningstypen från URI:n"
158179
159 #: ../src/remote-viewer.c:1068
160 msgid "Couldn't open oVirt session"
161 msgstr "Kunde inte öppna en oVirt-session"
162
163 #: ../src/remote-viewer.c:1075
164 #, c-format
165 msgid "Couldn't create a session for this type: %s"
166 msgstr "Kunde inte skapa en session för denna typ: %s"
167
180 #: ../src/remote-viewer.c:1134
181 msgid "Couldn't open oVirt session: "
182 msgstr ""
183
184 #.
168185 #. * Local variables:
169186 #. * c-indent-level: 4
170187 #. * c-basic-offset: 4
171188 #. * indent-tabs-mode: nil
172189 #. * End:
190 #.
191 #: ../src/remote-viewer-connect.xml.h:1
192 msgid "Connection details"
193 msgstr "Anslutningsdetaljer"
194
195 #: ../src/remote-viewer-connect.xml.h:2
196 msgid "Connection Address"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:3
200 msgid "For example, spice://foo.example.org:5900"
201 msgstr "Till exempel, spice://apa.exempel.se:5900"
202
203 #: ../src/remote-viewer-connect.xml.h:4
204 msgid "Recent connections"
205 msgstr ""
206
207 #: ../src/remote-viewer-connect.xml.h:5
208 msgid "Cancel"
209 msgstr ""
210
211 #: ../src/remote-viewer-connect.xml.h:6
212 msgid "Connect"
213 msgstr ""
214
173215 #: ../src/virt-viewer-about.xml.h:1
174216 msgid "About Glade"
175217 msgstr "Om Glade"
179221 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
180222 "Copyright (C) 2007-2014 Red Hat, Inc."
181223 msgstr ""
224 "Copyright © 2007-2012 Daniel P. Berrange\n"
225 "Copyright © 2007-2014 Red Hat, Inc."
182226
183227 #: ../src/virt-viewer-about.xml.h:4
184228 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
203247 "You should have received a copy of the GNU General Public License\n"
204248 "along with this program; if not, write to the Free Software\n"
205249 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
206 msgstr "Detta program är fri programvara. Du kan distribuera det och/eller modifiera det under villkoren i GNU General Public License, publicerad av Free Software Foundation, antingen version 2 eller (om du så vill) någon senare version.\n\nDetta program distribueras i hopp om att det ska vara användbart, men UTAN NÅGON GARANTI, även utan underförstådd garanti vid KÖP eller LÄMPLIGHET FÖR NÅGOT SPECIELLT ÄNDAMÅL. Se GNU General Public License för ytterligare information.\n\nDu bör ha fått en kopia av GNU General Public License tillsammans med detta program. Om inte, skriv till Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
250 msgstr ""
251 "Detta program är fri programvara. Du kan distribuera det och/eller "
252 "modifiera det under villkoren i GNU General Public License, publicerad av "
253 "Free Software Foundation, antingen version 2 eller (om du så vill) någon "
254 "senare version.\n"
255 "\n"
256 "Detta program distribueras i hopp om att det ska vara användbart, men UTAN "
257 "NÅGON GARANTI, även utan underförstådd garanti vid KÖP eller LÄMPLIGHET FÖR "
258 "NÅGOT SPECIELLT ÄNDAMÅL. Se GNU General Public License för ytterligare "
259 "information.\n"
260 "\n"
261 "Du bör ha fått en kopia av GNU General Public License tillsammans med detta "
262 "program. Om inte, skriv till Free Software Foundation, Inc., 59 Temple "
263 "Place, Suite 330, Boston, MA 02111-1307 USA\n"
207264
208265 #: ../src/virt-viewer-about.xml.h:20
209266 msgid "The Fedora Translation Team"
210267 msgstr "Fedoras översättningsgrupp"
211268
212 #: ../src/virt-viewer-app.c:400
269 #: ../src/virt-viewer-app.c:526
213270 msgid "Do you want to close the session?"
214271 msgstr "Vill du stänga sessionen?"
215272
216 #: ../src/virt-viewer-app.c:402
273 #: ../src/virt-viewer-app.c:528
217274 msgid "Do not ask me again"
218275 msgstr "Fråga mig inte igen"
219276
220 #: ../src/virt-viewer-app.c:841
277 #: ../src/virt-viewer-app.c:1008
221278 #, c-format
222279 msgid "Waiting for display %d..."
223280 msgstr "Väntar på display %d …"
224281
225 #: ../src/virt-viewer-app.c:946
226 #, c-format
227 msgid "Unknown graphic type for the guest %s"
228 msgstr "Okänd grafiktyp för gästen %s"
229
230 #: ../src/virt-viewer-app.c:1027
282 #: ../src/virt-viewer-app.c:1117
283 #, c-format
284 msgid "Unsupported graphic type '%s'"
285 msgstr ""
286
287 #: ../src/virt-viewer-app.c:1200
231288 msgid "Connect to ssh failed."
232289 msgstr "Anslutning till ssh misslyckades."
233290
234 #: ../src/virt-viewer-app.c:1029
291 #: ../src/virt-viewer-app.c:1202
235292 msgid "Can't connect to channel, SSH only supported."
236293 msgstr "Kan inte ansluta till kanalen, endast SSH stödjs."
237294
238 #: ../src/virt-viewer-app.c:1041
295 #: ../src/virt-viewer-app.c:1214
239296 msgid "Connect to channel unsupported."
240297 msgstr "Anslutning till kanalen stödjs inte."
241298
242 #: ../src/virt-viewer-app.c:1123
299 #: ../src/virt-viewer-app.c:1276
300 msgid "Display can only be attached through libvirt with --attach"
301 msgstr "Kan bara ansluta till displayen via libvirt med --attach"
302
303 #: ../src/virt-viewer-app.c:1299
243304 msgid "Connecting to graphic server"
244305 msgstr "Anslutning till grafikserver"
245306
246 #: ../src/virt-viewer-app.c:1256
307 #: ../src/virt-viewer-app.c:1398
247308 msgid "Guest domain has shutdown"
248309 msgstr "Gästdomänen är avstängd"
249310
250 #: ../src/virt-viewer-app.c:1317
311 #: ../src/virt-viewer-app.c:1459
251312 msgid "Connected to graphic server"
252313 msgstr "Ansluten till grafikserver"
253314
254 #: ../src/virt-viewer-app.c:1344
315 #: ../src/virt-viewer-app.c:1486
255316 #, c-format
256317 msgid "Unable to connect to the graphic server %s"
257318 msgstr "Kan inte ansluta till grafikservern %s"
258319
259 #: ../src/virt-viewer-app.c:1376
260 #, c-format
261 msgid ""
262 "Unable to authenticate with remote desktop server at %s: %s\n"
263 "Retry connection again?"
264 msgstr "Kan inte autenticera med fjärskrivbordsservern på %s: %s\nFörsök ansluta igen?"
265
266 #: ../src/virt-viewer-app.c:1396
320 #: ../src/virt-viewer-app.c:1512
321 #, c-format
322 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
323 msgstr ""
324
325 #: ../src/virt-viewer-app.c:1525
267326 #, c-format
268327 msgid "Unable to authenticate with remote desktop server: %s"
269328 msgstr "Kan inte autenticera med fjärskrivbordsserver: %s"
270329
271 #: ../src/virt-viewer-app.c:1404
330 #: ../src/virt-viewer-app.c:1533
272331 #, c-format
273332 msgid "USB redirection error: %s"
274333 msgstr "USB-omdirigeringsfel: %s"
275334
276 #: ../src/virt-viewer-app.c:1632
335 #: ../src/virt-viewer-app.c:1786
277336 #, c-format
278337 msgid "Zoom level must be within %d-%d\n"
279338 msgstr "Zoom-nivån måste vara inom %d-%d\n"
280339
281 #: ../src/virt-viewer-app.c:2126
340 #: ../src/virt-viewer-app.c:2296
282341 #, c-format
283342 msgid "Display %d"
284343 msgstr "Display %d"
285344
286 #: ../src/virt-viewer-app.c:2301
345 #: ../src/virt-viewer-app.c:2552
287346 #, c-format
288347 msgid "Invalid kiosk-quit argument: %s"
289348 msgstr "Ogiltigt helskärmsargument: %s"
290349
291 #: ../src/virt-viewer-app.c:2310
350 #: ../src/virt-viewer-app.c:2561
292351 msgid "Zoom level of window, in percentage"
293352 msgstr "Zoom-nivå för fönstret, i procent"
294353
295 #: ../src/virt-viewer-app.c:2312
354 #: ../src/virt-viewer-app.c:2563
296355 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
297 msgstr "Öppna i fullskärmsläge (ställ upplösningen på gästen till att passa klienten)"
298
299 #: ../src/virt-viewer-app.c:2314
356 msgstr ""
357 "Öppna i fullskärmsläge (ställ upplösningen på gästen till att passa klienten)"
358
359 #: ../src/virt-viewer-app.c:2565
300360 msgid "Customise hotkeys"
301361 msgstr "Anpassa snabbtangenter"
302362
303 #: ../src/virt-viewer-app.c:2316
363 #: ../src/virt-viewer-app.c:2567
304364 msgid "Enable kiosk mode"
305365 msgstr "Aktivera kioskläge"
306366
307 #: ../src/virt-viewer-app.c:2318
367 #: ../src/virt-viewer-app.c:2569
308368 msgid "Quit on given condition in kiosk mode"
309369 msgstr "Avsluta på angivet villkor i kioskläge"
310370
311 #: ../src/virt-viewer-app.c:2318
371 #: ../src/virt-viewer-app.c:2569
312372 msgid "<never|on-disconnect>"
313373 msgstr "<aldrig | vid-frånkoppling>"
314374
315 #: ../src/virt-viewer-app.c:2320
375 #: ../src/virt-viewer-app.c:2571
316376 msgid "Display verbose information"
317377 msgstr "Visa utförlig information"
318378
319 #: ../src/virt-viewer-app.c:2322
379 #: ../src/virt-viewer-app.c:2573
320380 msgid "Display debugging information"
321381 msgstr "Visa felsökningsinformation"
322382
383 #: ../src/virt-viewer-auth.c:88
384 #, c-format
385 msgid ""
386 "Authentication is required for the %s connection to:\n"
387 "\n"
388 "<b>%s</b>\n"
389 "\n"
390 msgstr ""
391 "Autenticering krävs för %s-anslutningen till:\n"
392 "\n"
393 "<b>%s</b>\n"
394 "\n"
395
396 #: ../src/virt-viewer-auth.c:92
397 #, c-format
398 msgid "Authentication is required for the %s connection:\n"
399 msgstr "Autenticering krävs för %s-anslutningen:\n"
400
401 #.
323402 #. * Local variables:
324403 #. * c-indent-level: 4
325404 #. * c-basic-offset: 4
326405 #. * indent-tabs-mode: nil
327406 #. * End:
407 #.
328408 #: ../src/virt-viewer-auth.xml.h:1
329409 msgid "Authentication required"
330410 msgstr "Autenticering krävs"
331411
332 #: ../src/virt-viewer-auth.xml.h:2
412 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
333413 msgid "label"
334414 msgstr "etikett"
335415
341421 msgid "Username:"
342422 msgstr "Användarnamn:"
343423
424 #: ../src/virt-viewer-auth.xml.h:5
425 msgid "Show password"
426 msgstr "Visa lösenord"
427
428 #: ../src/virt-viewer-display-vnc.c:133
429 msgid "VNC does not provide GUID"
430 msgstr ""
431
344432 #: ../src/virt-viewer-main.c:38
345433 #, c-format
346434 msgid "%s version %s\n"
373461 #: ../src/virt-viewer-main.c:80
374462 #, c-format
375463 msgid "Run '%s --help' to see a full list of available command line options"
376 msgstr "Kör ”%s --help” för att se hela listan av tillgängliga kommandoradsflaggor"
464 msgstr ""
465 "Kör ”%s --help” för att se hela listan av tillgängliga kommandoradsflaggor"
377466
378467 #: ../src/virt-viewer-main.c:86
379468 msgid "Virtual machine graphical console"
380 msgstr ""
381
382 #: ../src/virt-viewer-main.c:108
469 msgstr "Grafisk konsol för virtuella maskiner"
470
471 #: ../src/virt-viewer-main.c:107
383472 #, c-format
384473 msgid ""
385474 "\n"
386 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
475 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
387476 "\n"
388477 "%s\n"
389478 "\n"
390 msgstr "\nAnvändning: %s [FLAGGOR] DOMÄNNAMN|ID|UUID\n\n%s\n\n"
391
392 #: ../src/virt-viewer-session-spice.c:506
393 msgid "invalid password"
394 msgstr "Ogiltligt lösenord"
479 msgstr ""
480
481 #: ../src/virt-viewer-main.c:112
482 #, c-format
483 msgid ""
484 "\n"
485 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
486 "\n"
487 msgstr ""
488
489 #: ../src/virt-viewer-session-spice.c:694
490 msgid "Invalid password"
491 msgstr "Felaktigt lösenord"
395492
396493 #. Create the widgets
397 #: ../src/virt-viewer-session-spice.c:588
494 #: ../src/virt-viewer-session-spice.c:786
398495 msgid "Select USB devices for redirection"
399496 msgstr "Välj USB-enheter att omdirigera"
400497
401 #: ../src/virt-viewer-session-vnc.c:148
498 #: ../src/virt-viewer-session-vnc.c:153
402499 #, c-format
403500 msgid "Unsupported authentication type %d"
404501 msgstr "Autenticeringstyp %d som inte stödjs"
405502
406 #: ../src/virt-viewer-window.c:587
503 #: ../src/virt-viewer-vm-connection.c:64
504 msgid "No virtual machine found"
505 msgstr "Ingen virtuell maskin funnen"
506
507 #: ../src/virt-viewer-vm-connection.c:93
508 msgid "No virtual machine was chosen"
509 msgstr ""
510
511 #: ../src/virt-viewer-window.c:537
407512 msgid "Ctrl+Alt+_Del"
408513 msgstr "Ctrl+Alt+_Del"
409514
410 #: ../src/virt-viewer-window.c:588
515 #: ../src/virt-viewer-window.c:538
411516 msgid "Ctrl+Alt+_Backspace"
412517 msgstr "Ctrl+Alt+_Baksteg"
413518
414 #: ../src/virt-viewer-window.c:590
519 #: ../src/virt-viewer-window.c:540
415520 msgid "Ctrl+Alt+F_1"
416521 msgstr "Ctrl+Alt+F_1"
417522
418 #: ../src/virt-viewer-window.c:591
523 #: ../src/virt-viewer-window.c:541
419524 msgid "Ctrl+Alt+F_2"
420525 msgstr "Ctrl+Alt+F_2"
421526
422 #: ../src/virt-viewer-window.c:592
527 #: ../src/virt-viewer-window.c:542
423528 msgid "Ctrl+Alt+F_3"
424529 msgstr "Ctrl+Alt+F_3"
425530
426 #: ../src/virt-viewer-window.c:593
531 #: ../src/virt-viewer-window.c:543
427532 msgid "Ctrl+Alt+F_4"
428533 msgstr "Ctrl+Alt+F_4"
429534
430 #: ../src/virt-viewer-window.c:594
535 #: ../src/virt-viewer-window.c:544
431536 msgid "Ctrl+Alt+F_5"
432537 msgstr "Ctrl+Alt+F_5"
433538
434 #: ../src/virt-viewer-window.c:595
539 #: ../src/virt-viewer-window.c:545
435540 msgid "Ctrl+Alt+F_6"
436541 msgstr "Ctrl+Alt+F_6"
437542
438 #: ../src/virt-viewer-window.c:596
543 #: ../src/virt-viewer-window.c:546
439544 msgid "Ctrl+Alt+F_7"
440545 msgstr "Ctrl+Alt+F_7"
441546
442 #: ../src/virt-viewer-window.c:597
547 #: ../src/virt-viewer-window.c:547
443548 msgid "Ctrl+Alt+F_8"
444549 msgstr "Ctrl+Alt+F_8"
445550
446 #: ../src/virt-viewer-window.c:598
551 #: ../src/virt-viewer-window.c:548
447552 msgid "Ctrl+Alt+F_9"
448553 msgstr "Ctrl+Alt+F_9"
449554
450 #: ../src/virt-viewer-window.c:599
555 #: ../src/virt-viewer-window.c:549
451556 msgid "Ctrl+Alt+F1_0"
452557 msgstr "Ctrl+Alt+F1_0"
453558
454 #: ../src/virt-viewer-window.c:600
559 #: ../src/virt-viewer-window.c:550
455560 msgid "Ctrl+Alt+F11"
456561 msgstr "Ctrl+Alt+F11"
457562
458 #: ../src/virt-viewer-window.c:601
563 #: ../src/virt-viewer-window.c:551
459564 msgid "Ctrl+Alt+F12"
460565 msgstr "Ctrl+Alt+F12"
461566
462 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
567 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
463568 msgid "Screenshot"
464569 msgstr "Skärmbild"
465570
466 #: ../src/virt-viewer-window.c:1051
571 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
572 msgid "Unknown"
573 msgstr "Okänd"
574
575 #: ../src/virt-viewer-window.c:1062
467576 msgid "Disconnect"
468577 msgstr "Koppla ifrån"
469578
470 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
579 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
471580 #: ../src/virt-viewer.xml.h:3
472581 msgid "USB device selection"
473582 msgstr "Val av USB-enhet"
474583
475 #: ../src/virt-viewer-window.c:1070
584 #: ../src/virt-viewer-window.c:1081
476585 msgid "Send key combination"
477586 msgstr "Skicka tangentbordskombination"
478587
479 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
588 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
480589 msgid "Leave fullscreen"
481590 msgstr "Lämna helskärm"
482591
483 #: ../src/virt-viewer-window.c:1162
592 #: ../src/virt-viewer-window.c:1173
484593 msgid "Ctrl+Alt"
485594 msgstr "Ctrl+Alt"
486595
487 #: ../src/virt-viewer-window.c:1165
596 #: ../src/virt-viewer-window.c:1176
488597 #, c-format
489598 msgid "(Press %s to release pointer)"
490599 msgstr "(Tryck %s för att släppa markören)"
491600
492601 #. translators:
493 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
494 #. <appname>"
495 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
496 #. Viewer"
497 #: ../src/virt-viewer-window.c:1176
602 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
603 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
604 #.
605 #: ../src/virt-viewer-window.c:1187
498606 #, c-format
499607 msgid "%s%s%s - %s"
500608 msgstr "%s%s%s - %s"
501609
502610 #. translators: <space>
503 #: ../src/virt-viewer-window.c:1180
611 #: ../src/virt-viewer-window.c:1191
504612 msgid " "
505613 msgstr " "
506614
507 #: ../src/virt-viewer-file.c:624
615 #: ../src/virt-viewer-file.c:825
616 #, c-format
617 msgid ""
618 "At least %s version %s is required to setup this connection, see %s for "
619 "details"
620 msgstr ""
621
622 #: ../src/virt-viewer-file.c:833
508623 #, c-format
509624 msgid "At least %s version %s is required to setup this connection"
510625 msgstr "Åtminstone %s version %s behövs för att skapa denna anslutning"
511626
512 #: ../src/virt-viewer.c:133
627 #: ../src/virt-viewer.c:163
513628 msgid "Waiting for guest domain to re-start"
514629 msgstr "Vänta på att gästdomänen startas om"
515630
516 #: ../src/virt-viewer.c:318
631 #: ../src/virt-viewer.c:409
517632 #, c-format
518633 msgid "Cannot determine the graphic type for the guest %s"
519634 msgstr "Kan inte avgöra grafiktypen för gästen %s"
520635
521 #: ../src/virt-viewer.c:341
522 #, c-format
523 msgid "Cannot determine the graphic address for the guest %s"
524 msgstr "Kan inte avgöra grafikadressen för gästen %s"
525
526 #: ../src/virt-viewer.c:354
636 #: ../src/virt-viewer.c:448
527637 #, c-format
528638 msgid "Cannot determine the host for the guest %s"
529639 msgstr "Kan inte avgöra värden för gästen %s"
530640
531 #: ../src/virt-viewer.c:540
641 #: ../src/virt-viewer.c:476
642 #, c-format
643 msgid "Guest '%s' is not reachable"
644 msgstr "Gästen ”%s” är inte nåbar"
645
646 #: ../src/virt-viewer.c:697
647 #, c-format
648 msgid "Virtual machine %s is not running"
649 msgstr "Den virtuella maskinen %s kör inte"
650
651 #: ../src/virt-viewer.c:720
532652 msgid "Waiting for libvirt to start"
533653 msgstr "Väntar på att libvirt skall starta"
534654
535 #: ../src/virt-viewer.c:544
655 #: ../src/virt-viewer.c:724
536656 msgid "Finding guest domain"
537657 msgstr "Letar reda på gästdomänen"
538658
539 #: ../src/virt-viewer.c:548
659 #: ../src/virt-viewer.c:728
540660 msgid "Waiting for guest domain to be created"
541661 msgstr "Väntar på att gästdomänen skall skapas"
542662
543 #: ../src/virt-viewer.c:553
544 #, c-format
545 msgid "Cannot find guest domain %s"
546 msgstr "Kan inte hitta gästdomänen %s"
547
548 #: ../src/virt-viewer.c:566
663 #: ../src/virt-viewer.c:750
549664 msgid "Checking guest domain status"
550665 msgstr "Kontrollerar gästdomänens status"
551666
552 #: ../src/virt-viewer.c:573
667 #: ../src/virt-viewer.c:753
668 msgid "Cannot get guest state"
669 msgstr ""
670
671 #: ../src/virt-viewer.c:759
553672 msgid "Waiting for guest domain to start"
554673 msgstr "Väntar på att gästdomänen skall starta"
555674
556 #: ../src/virt-viewer.c:580
557 msgid "Waiting for guest domain to start server"
558 msgstr "Väntar på att gästdomänen skall starta servern"
559
560 #: ../src/virt-viewer.c:694
561 #, c-format
562 msgid "Unable to connect to libvirt with URI %s"
563 msgstr "Kan inte ansluta till libvirt med URI %s"
564
565 #: ../src/virt-viewer.c:695
675 #: ../src/virt-viewer.c:863
676 #, c-format
677 msgid "Unable to connect to libvirt with URI: %s."
678 msgstr "Kan inte ansluta till libvirt med URI: %s."
679
680 #: ../src/virt-viewer.c:864
566681 msgid "[none]"
567682 msgstr "[ingen]"
568683
684 #: ../src/virt-viewer.c:871
685 msgid "Authentication failed."
686 msgstr "Autenticeringen misslyckades."
687
688 #: ../src/virt-viewer.c:931
689 msgid "Failed to connect: "
690 msgstr ""
691
692 #.
569693 #. * Local variables:
570694 #. * c-indent-level: 4
571695 #. * c-basic-offset: 4
572696 #. * indent-tabs-mode: nil
573697 #. * End:
698 #.
574699 #: ../src/virt-viewer.xml.h:1
575700 msgid "_File"
576701 msgstr "_Arkiv"
583708 msgid "Smartcard removal"
584709 msgstr "Uttag av smartkort"
585710
586 #: ../src/virt-viewer.xml.h:6
711 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
712 msgid "Preferences"
713 msgstr ""
714
715 #: ../src/virt-viewer.xml.h:7
587716 msgid "_View"
588717 msgstr "_Visa"
589718
590 #: ../src/virt-viewer.xml.h:7
719 #: ../src/virt-viewer.xml.h:8
591720 msgid "Full screen"
592721 msgstr "Helskärm"
593722
594 #: ../src/virt-viewer.xml.h:8
723 #: ../src/virt-viewer.xml.h:9
595724 msgid "_Zoom"
596725 msgstr "_Zoom"
597726
598 #: ../src/virt-viewer.xml.h:9
727 #: ../src/virt-viewer.xml.h:10
599728 msgid "Displays"
600729 msgstr "Displayer"
601730
602 #: ../src/virt-viewer.xml.h:10
731 #: ../src/virt-viewer.xml.h:11
603732 msgid "Release cursor"
604733 msgstr "Släpp markören"
605734
606 #: ../src/virt-viewer.xml.h:11
735 #: ../src/virt-viewer.xml.h:12
607736 msgid "_Send key"
608737 msgstr "_Skicka tangent"
609738
610 #: ../src/virt-viewer.xml.h:12
739 #: ../src/virt-viewer.xml.h:13
611740 msgid "_Help"
612741 msgstr "_Hjälp"
742
743 #: ../src/virt-viewer.xml.h:14
744 msgid "_Guest Details"
745 msgstr "_Gästdetaljer"
746
747 #: ../src/virt-viewer-guest-details.xml.h:1
748 msgid "Guest Details"
749 msgstr "Gästdetaljer"
750
751 #: ../src/virt-viewer-guest-details.xml.h:2
752 msgid "Name:"
753 msgstr "Namn:"
754
755 #: ../src/virt-viewer-guest-details.xml.h:3
756 msgid "GUID:"
757 msgstr "GUID:"
758
759 #: ../src/virt-viewer-vm-connection.xml.h:1
760 msgid "Choose a virtual machine"
761 msgstr "Välj en virtuell maskin"
762
763 #: ../src/virt-viewer-vm-connection.xml.h:2
764 msgid "Name"
765 msgstr "Namn"
766
767 #: ../src/virt-viewer-vm-connection.xml.h:3
768 msgid "Available virtual machines"
769 msgstr "Tillgängliga virtuella maskiner"
770
771 #: ../src/virt-viewer-preferences.xml.h:2
772 msgid "Folder sharing"
773 msgstr ""
774
775 #: ../src/virt-viewer-preferences.xml.h:3
776 msgid "Share folder"
777 msgstr ""
778
779 #: ../src/virt-viewer-preferences.xml.h:4
780 msgid "Read-only"
781 msgstr ""
782
783 #: ../src/virt-viewer-preferences.xml.h:5
784 msgid "Spice"
785 msgstr ""
+346
-175
po/ta.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Felix I <ifelix25@gmail.com>, 2012
66 # I. Felix <ifelix@redhat.com>, 2010
99 # shkumar <shkumar@redhat.com>, 2012-2013
1010 msgid ""
1111 msgstr ""
12 "Project-Id-Version: virt-viewer\n"
12 "Project-Id-Version: PACKAGE VERSION\n"
1313 "Report-Msgid-Bugs-To: \n"
14 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
15 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
14 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
15 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1616 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
17 "Language-Team: Tamil (http://www.transifex.com/projects/p/virt-viewer/language/ta/)\n"
17 "Language-Team: Tamil (http://www.transifex.com/projects/p/virt-viewer/"
18 "language/ta/)\n"
19 "Language: ta\n"
1820 "MIME-Version: 1.0\n"
1921 "Content-Type: text/plain; charset=UTF-8\n"
2022 "Content-Transfer-Encoding: 8bit\n"
21 "Language: ta\n"
2223 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
23
24 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
24 "X-Generator: Zanata 3.7.3\n"
25
26 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2527 msgid "Remote Viewer"
2628 msgstr "தொலைநிலை காட்டி"
2729
7577
7678 #: ../src/remote-viewer-main.c:50
7779 #, c-format
78 msgid "remote-viewer version %s\n"
79 msgstr "remote-viewer பதிப்பு %s\n"
80
81 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
80 msgid "remote-viewer version %s"
81 msgstr ""
82
83 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8284 msgid "Display version information"
8385 msgstr "காட்சி பதிப்பு தகவல்"
8486
85 #: ../src/remote-viewer-main.c:101
87 #: ../src/remote-viewer-main.c:105
8688 msgid "Set window title"
8789 msgstr "சாளர தலைப்பை அமைக்கவும்"
8890
89 #: ../src/remote-viewer-main.c:104
91 #: ../src/remote-viewer-main.c:108
9092 msgid "Open connection using Spice controller communication"
9193 msgstr "ஸ்பைஸ் கட்டுப்படுத்தி தொடர்பை பயன்படுத்தி இணைப்பை திறக்கவும்"
9294
93 #: ../src/remote-viewer-main.c:116
95 #: ../src/remote-viewer-main.c:120
9496 msgid "Remote viewer client"
95 msgstr ""
96
97 #: ../src/remote-viewer-main.c:134
97 msgstr "தொலைநிலைக் காட்சிக் கிளை"
98
99 #: ../src/remote-viewer-main.c:138
98100 #, c-format
99101 msgid ""
100102 "%s\n"
101103 "Run '%s --help' to see a full list of available command line options\n"
102 msgstr "%s\nகிடைக்கும் கட்டளை வரி விருப்பங்களின் முழு பட்டியலைக் காண '%s --help' கட்டளையை இயக்கவும்\n"
103
104 #: ../src/remote-viewer-main.c:146
104 msgstr ""
105 "%s\n"
106 "கிடைக்கும் கட்டளை வரி விருப்பங்களின் முழு பட்டியலைக் காண '%s --help' கட்டளையை "
107 "இயக்கவும்\n"
108
109 #: ../src/remote-viewer-main.c:149
105110 #, c-format
106111 msgid "Error: extra arguments given while using Spice controller\n"
107112 msgstr "பிழை: ஸ்பைஸ் கன்ட்ரோலரைப் பயன்படுத்தும் போது கூடுதல் அளவுருக்கள் கொடுக்கப்பட்டன\n"
108113
109 #: ../src/remote-viewer-main.c:153
114 #: ../src/remote-viewer-main.c:156
110115 #, c-format
111116 msgid "Error: can't handle multiple URIs\n"
112117 msgstr "பிழை: பல URIகளைக் கையாள முடியாது\n"
113118
114 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
119 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
115120 msgid "Failed to initiate connection"
116121 msgstr "இணைப்பை துவக்க முடியவில்லை"
117122
118 #: ../src/remote-viewer.c:294
123 #: ../src/remote-viewer.c:313
119124 msgid "Display disabled by controller"
120125 msgstr "கட்டுப்படுத்தியால் காட்சி செயல்நீக்கப்பட்டது"
121126
122 #: ../src/remote-viewer.c:592
127 #: ../src/remote-viewer.c:609
123128 #, c-format
124129 msgid "Controller connection failed: %s"
125130 msgstr "கட்டுப்படுத்தி இணைப்பு தோல்வியுற்றது: %s"
126131
127 #. Create the widgets
128 #: ../src/remote-viewer.c:924
129 msgid "Connection details"
130 msgstr "இணைப்பு விவரங்கள்"
131
132 #: ../src/remote-viewer.c:939
133 msgid "_Connection Address"
132 #: ../src/remote-viewer.c:755
133 msgid "_Change CD"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:855
137 msgid "failed to parse ovirt uri"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
141 msgid "Authentication was cancelled"
142 msgstr ""
143
144 #: ../src/remote-viewer.c:900
145 #, c-format
146 msgid "oVirt VM %s is not running"
147 msgstr ""
148
149 #: ../src/remote-viewer.c:914
150 #, c-format
151 msgid "oVirt VM %s has no display"
152 msgstr ""
153
154 #: ../src/remote-viewer.c:940
155 #, c-format
156 msgid "oVirt VM %s has no host information"
134157 msgstr ""
135158
136159 #: ../src/remote-viewer.c:951
137 msgid "For example, spice://foo.example.org:5900"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:964
141 msgid "_Recent Connections"
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1020
145 msgid "Couldn't create a Spice session"
146 msgstr "ஒரு ஸ்பைஸ் அமர்வை உருவாக்க முடியவில்லை"
147
148 #: ../src/remote-viewer.c:1034
160 #, c-format
161 msgid "oVirt VM %s has unknown display type: %d"
162 msgstr ""
163
164 #: ../src/remote-viewer.c:1094
149165 msgid "Setting up Spice session..."
150166 msgstr "ஸ்பைஸ் அமர்வை அமைக்கிறது..."
151167
152 #: ../src/remote-viewer.c:1055
153 #, c-format
154 msgid "Invalid file %s"
155 msgstr "செல்லுபடியாகாத கோப்பு %s"
156
157 #: ../src/remote-viewer.c:1062
168 #: ../src/remote-viewer.c:1102
169 msgid "No connection was chosen"
170 msgstr ""
171
172 #: ../src/remote-viewer.c:1120
173 #, c-format
174 msgid "Invalid file %s: "
175 msgstr ""
176
177 #: ../src/remote-viewer.c:1128
158178 msgid "Cannot determine the connection type from URI"
159179 msgstr "URI-இலிருந்து இணைப்பு வகையை வரையறுக்க முடியாது"
160180
161 #: ../src/remote-viewer.c:1068
162 msgid "Couldn't open oVirt session"
163 msgstr "oVirt அமர்வைத் திறக்க முடியவில்லை"
164
165 #: ../src/remote-viewer.c:1075
166 #, c-format
167 msgid "Couldn't create a session for this type: %s"
168 msgstr "இந்த வகைக்கு ஒரு அமர்வை உருவாக்க முடியாது: %s"
169
181 #: ../src/remote-viewer.c:1134
182 msgid "Couldn't open oVirt session: "
183 msgstr ""
184
185 #.
170186 #. * Local variables:
171187 #. * c-indent-level: 4
172188 #. * c-basic-offset: 4
173189 #. * indent-tabs-mode: nil
174190 #. * End:
191 #.
192 #: ../src/remote-viewer-connect.xml.h:1
193 msgid "Connection details"
194 msgstr "இணைப்பு விவரங்கள்"
195
196 #: ../src/remote-viewer-connect.xml.h:2
197 msgid "Connection Address"
198 msgstr ""
199
200 #: ../src/remote-viewer-connect.xml.h:3
201 msgid "For example, spice://foo.example.org:5900"
202 msgstr "எடுத்துக்காட்டுக்கு spice://foo.example.org:5900"
203
204 #: ../src/remote-viewer-connect.xml.h:4
205 msgid "Recent connections"
206 msgstr ""
207
208 #: ../src/remote-viewer-connect.xml.h:5
209 msgid "Cancel"
210 msgstr ""
211
212 #: ../src/remote-viewer-connect.xml.h:6
213 msgid "Connect"
214 msgstr ""
215
175216 #: ../src/virt-viewer-about.xml.h:1
176217 msgid "About Glade"
177218 msgstr "Glade பற்றி"
181222 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
182223 "Copyright (C) 2007-2014 Red Hat, Inc."
183224 msgstr ""
225 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
226 "Copyright (C) 2007-2014 Red Hat, Inc."
184227
185228 #: ../src/virt-viewer-about.xml.h:4
186229 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
205248 "You should have received a copy of the GNU General Public License\n"
206249 "along with this program; if not, write to the Free Software\n"
207250 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
208 msgstr "This program is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
251 msgstr ""
252 "This program is free software; you can redistribute it and/or modify\n"
253 "it under the terms of the GNU General Public License as published by\n"
254 "the Free Software Foundation; either version 2 of the License, or\n"
255 "(at your option) any later version.\n"
256 "\n"
257 "This program is distributed in the hope that it will be useful,\n"
258 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
259 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
260 "GNU General Public License for more details.\n"
261 "\n"
262 "You should have received a copy of the GNU General Public License\n"
263 "along with this program; if not, write to the Free Software\n"
264 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
209265
210266 #: ../src/virt-viewer-about.xml.h:20
211267 msgid "The Fedora Translation Team"
212268 msgstr "Fedora மொழிபெயர்ப்பு குழு"
213269
214 #: ../src/virt-viewer-app.c:400
270 #: ../src/virt-viewer-app.c:526
215271 msgid "Do you want to close the session?"
216272 msgstr "அமர்வை மூட வேண்டுமா?"
217273
218 #: ../src/virt-viewer-app.c:402
274 #: ../src/virt-viewer-app.c:528
219275 msgid "Do not ask me again"
220276 msgstr "மீண்டும் என்னிடம் கேட்க வேண்டாம்"
221277
222 #: ../src/virt-viewer-app.c:841
278 #: ../src/virt-viewer-app.c:1008
223279 #, c-format
224280 msgid "Waiting for display %d..."
225281 msgstr "காட்சி %d-க்கு காத்திருக்கிறது..."
226282
227 #: ../src/virt-viewer-app.c:946
228 #, c-format
229 msgid "Unknown graphic type for the guest %s"
230 msgstr "விருந்தினர் %sக்கான தெரியாத வரைகலை வகை"
231
232 #: ../src/virt-viewer-app.c:1027
283 #: ../src/virt-viewer-app.c:1117
284 #, c-format
285 msgid "Unsupported graphic type '%s'"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:1200
233289 msgid "Connect to ssh failed."
234290 msgstr "ssh-உடன் இணைக்க முடியவில்லை."
235291
236 #: ../src/virt-viewer-app.c:1029
292 #: ../src/virt-viewer-app.c:1202
237293 msgid "Can't connect to channel, SSH only supported."
238294 msgstr "சேனலுடன் இணைக்க வேண்டாம், SSH மட்டும் துணைபுரிகிறது."
239295
240 #: ../src/virt-viewer-app.c:1041
296 #: ../src/virt-viewer-app.c:1214
241297 msgid "Connect to channel unsupported."
242298 msgstr "சேனலுடன் இணைப்பு துணைபுரியவில்லை."
243299
244 #: ../src/virt-viewer-app.c:1123
300 #: ../src/virt-viewer-app.c:1276
301 msgid "Display can only be attached through libvirt with --attach"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:1299
245305 msgid "Connecting to graphic server"
246306 msgstr "வரைகலை சேவையகத்துடன் இணைக்கிறது"
247307
248 #: ../src/virt-viewer-app.c:1256
308 #: ../src/virt-viewer-app.c:1398
249309 msgid "Guest domain has shutdown"
250310 msgstr "விருந்தினர் டொமைன் நிறுத்தப்பட்டது"
251311
252 #: ../src/virt-viewer-app.c:1317
312 #: ../src/virt-viewer-app.c:1459
253313 msgid "Connected to graphic server"
254314 msgstr "வரைகலை சேவையகத்துடன் இணைக்கப்பட்டது"
255315
256 #: ../src/virt-viewer-app.c:1344
316 #: ../src/virt-viewer-app.c:1486
257317 #, c-format
258318 msgid "Unable to connect to the graphic server %s"
259319 msgstr "வரைகலை சேவையகம் %s-க்கு இணைக்க முடியவில்லை"
260320
261 #: ../src/virt-viewer-app.c:1376
262 #, c-format
263 msgid ""
264 "Unable to authenticate with remote desktop server at %s: %s\n"
265 "Retry connection again?"
266 msgstr "தொலை பணிமேடை சேவையகம் %s-இலில் அங்கீகரிக்க முடியவில்லை: %s\nஇணைப்பை மீண்டும் முயற்சிக்கவும்?"
267
268 #: ../src/virt-viewer-app.c:1396
321 #: ../src/virt-viewer-app.c:1512
322 #, c-format
323 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
324 msgstr ""
325
326 #: ../src/virt-viewer-app.c:1525
269327 #, c-format
270328 msgid "Unable to authenticate with remote desktop server: %s"
271329 msgstr "தொலை பணிமேடை சேவையகத்துடன் அங்கீகரிக்க முடியவில்லை: %s"
272330
273 #: ../src/virt-viewer-app.c:1404
331 #: ../src/virt-viewer-app.c:1533
274332 #, c-format
275333 msgid "USB redirection error: %s"
276334 msgstr "USB மறுதிசையிடல் பிழை: %s"
277335
278 #: ../src/virt-viewer-app.c:1632
336 #: ../src/virt-viewer-app.c:1786
279337 #, c-format
280338 msgid "Zoom level must be within %d-%d\n"
281 msgstr "பெரிதாக்கும் நிலை %d-%d க்குள் இருக்க வேண்டும்\n\n"
282
283 #: ../src/virt-viewer-app.c:2126
339 msgstr ""
340 "பெரிதாக்கும் நிலை %d-%d க்குள் இருக்க வேண்டும்\n"
341 "\n"
342
343 #: ../src/virt-viewer-app.c:2296
284344 #, c-format
285345 msgid "Display %d"
286346 msgstr "%d ஐக் காண்பி"
287347
288 #: ../src/virt-viewer-app.c:2301
348 #: ../src/virt-viewer-app.c:2552
289349 #, c-format
290350 msgid "Invalid kiosk-quit argument: %s"
291351 msgstr "செல்லுபடியாகாத kiosk-quit மதிப்புரு: %s"
292352
293 #: ../src/virt-viewer-app.c:2310
353 #: ../src/virt-viewer-app.c:2561
294354 msgid "Zoom level of window, in percentage"
295355 msgstr "சாளரத்தின் அளவிடும் நிலை, சதவீதத்தில்"
296356
297 #: ../src/virt-viewer-app.c:2312
357 #: ../src/virt-viewer-app.c:2563
298358 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
299 msgstr "முழுத்திரைப் பயன்முறையில் திறக்கவும் (விருந்தினர் தெளிவுத்திறனை கிளையன்ட்டுக்குப் பொருந்துமாறு சரிசெய்யவும்)"
300
301 #: ../src/virt-viewer-app.c:2314
359 msgstr ""
360 "முழுத்திரைப் பயன்முறையில் திறக்கவும் (விருந்தினர் தெளிவுத்திறனை கிளையன்ட்டுக்குப் "
361 "பொருந்துமாறு சரிசெய்யவும்)"
362
363 #: ../src/virt-viewer-app.c:2565
302364 msgid "Customise hotkeys"
303365 msgstr "குறுக்குவிசைகளை தனிப்பயனாக்கவும்"
304366
305 #: ../src/virt-viewer-app.c:2316
367 #: ../src/virt-viewer-app.c:2567
306368 msgid "Enable kiosk mode"
307369 msgstr "kiosk பயன்முறையை "
308370
309 #: ../src/virt-viewer-app.c:2318
371 #: ../src/virt-viewer-app.c:2569
310372 msgid "Quit on given condition in kiosk mode"
311373 msgstr "kiosk பயன்முறையில் கொடுக்கப்பட்டுள்ள நிபந்தனையில் வெளியே"
312374
313 #: ../src/virt-viewer-app.c:2318
375 #: ../src/virt-viewer-app.c:2569
314376 msgid "<never|on-disconnect>"
315377 msgstr "<never|on-disconnect>"
316378
317 #: ../src/virt-viewer-app.c:2320
379 #: ../src/virt-viewer-app.c:2571
318380 msgid "Display verbose information"
319381 msgstr "காட்சி வெர்போஸ் தகவல்"
320382
321 #: ../src/virt-viewer-app.c:2322
383 #: ../src/virt-viewer-app.c:2573
322384 msgid "Display debugging information"
323385 msgstr "பிழைத்திருத்த தகவலை காட்டவும்"
324386
387 #: ../src/virt-viewer-auth.c:88
388 #, c-format
389 msgid ""
390 "Authentication is required for the %s connection to:\n"
391 "\n"
392 "<b>%s</b>\n"
393 "\n"
394 msgstr ""
395
396 #: ../src/virt-viewer-auth.c:92
397 #, c-format
398 msgid "Authentication is required for the %s connection:\n"
399 msgstr ""
400
401 #.
325402 #. * Local variables:
326403 #. * c-indent-level: 4
327404 #. * c-basic-offset: 4
328405 #. * indent-tabs-mode: nil
329406 #. * End:
407 #.
330408 #: ../src/virt-viewer-auth.xml.h:1
331409 msgid "Authentication required"
332410 msgstr "அங்கீகாரம் தேவை"
333411
334 #: ../src/virt-viewer-auth.xml.h:2
412 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
335413 msgid "label"
336414 msgstr "லேபிள்"
337415
343421 msgid "Username:"
344422 msgstr "பயனர்பெயர்:"
345423
424 #: ../src/virt-viewer-auth.xml.h:5
425 msgid "Show password"
426 msgstr ""
427
428 #: ../src/virt-viewer-display-vnc.c:133
429 msgid "VNC does not provide GUID"
430 msgstr ""
431
346432 #: ../src/virt-viewer-main.c:38
347433 #, c-format
348434 msgid "%s version %s\n"
375461 #: ../src/virt-viewer-main.c:80
376462 #, c-format
377463 msgid "Run '%s --help' to see a full list of available command line options"
378 msgstr "கிடைக்கும் கட்டளை வரி விருப்பங்களின் முழு பட்டியலைக் காண '%s --help' கட்டளையை இயக்கவும்"
464 msgstr ""
465 "கிடைக்கும் கட்டளை வரி விருப்பங்களின் முழு பட்டியலைக் காண '%s --help' கட்டளையை இயக்கவும்"
379466
380467 #: ../src/virt-viewer-main.c:86
381468 msgid "Virtual machine graphical console"
382 msgstr ""
383
384 #: ../src/virt-viewer-main.c:108
469 msgstr "மெய்நிகர் கணினி வரைவியல் "
470
471 #: ../src/virt-viewer-main.c:107
385472 #, c-format
386473 msgid ""
387474 "\n"
388 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
475 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
389476 "\n"
390477 "%s\n"
391478 "\n"
392 msgstr "\nபயன்பாடு: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
393
394 #: ../src/virt-viewer-session-spice.c:506
395 msgid "invalid password"
396 msgstr "செல்லுபடியாகாத கடவுச்சொல்"
479 msgstr ""
480
481 #: ../src/virt-viewer-main.c:112
482 #, c-format
483 msgid ""
484 "\n"
485 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
486 "\n"
487 msgstr ""
488
489 #: ../src/virt-viewer-session-spice.c:694
490 msgid "Invalid password"
491 msgstr ""
397492
398493 #. Create the widgets
399 #: ../src/virt-viewer-session-spice.c:588
494 #: ../src/virt-viewer-session-spice.c:786
400495 msgid "Select USB devices for redirection"
401496 msgstr "மறுதிசையிட USB சாதனங்களை தேர்ந்தெடுக்கவும்"
402497
403 #: ../src/virt-viewer-session-vnc.c:148
498 #: ../src/virt-viewer-session-vnc.c:153
404499 #, c-format
405500 msgid "Unsupported authentication type %d"
406501 msgstr "துணைபுரியாத அங்கீகார வகை %d"
407502
408 #: ../src/virt-viewer-window.c:587
503 #: ../src/virt-viewer-vm-connection.c:64
504 msgid "No virtual machine found"
505 msgstr ""
506
507 #: ../src/virt-viewer-vm-connection.c:93
508 msgid "No virtual machine was chosen"
509 msgstr ""
510
511 #: ../src/virt-viewer-window.c:537
409512 msgid "Ctrl+Alt+_Del"
410513 msgstr "Ctrl+Alt+_Del"
411514
412 #: ../src/virt-viewer-window.c:588
515 #: ../src/virt-viewer-window.c:538
413516 msgid "Ctrl+Alt+_Backspace"
414517 msgstr "Ctrl+Alt+_Backspace"
415518
416 #: ../src/virt-viewer-window.c:590
519 #: ../src/virt-viewer-window.c:540
417520 msgid "Ctrl+Alt+F_1"
418521 msgstr "Ctrl+Alt+F_1"
419522
420 #: ../src/virt-viewer-window.c:591
523 #: ../src/virt-viewer-window.c:541
421524 msgid "Ctrl+Alt+F_2"
422525 msgstr "Ctrl+Alt+F_2"
423526
424 #: ../src/virt-viewer-window.c:592
527 #: ../src/virt-viewer-window.c:542
425528 msgid "Ctrl+Alt+F_3"
426529 msgstr "Ctrl+Alt+F_3"
427530
428 #: ../src/virt-viewer-window.c:593
531 #: ../src/virt-viewer-window.c:543
429532 msgid "Ctrl+Alt+F_4"
430533 msgstr "Ctrl+Alt+F_4"
431534
432 #: ../src/virt-viewer-window.c:594
535 #: ../src/virt-viewer-window.c:544
433536 msgid "Ctrl+Alt+F_5"
434537 msgstr "Ctrl+Alt+F_5"
435538
436 #: ../src/virt-viewer-window.c:595
539 #: ../src/virt-viewer-window.c:545
437540 msgid "Ctrl+Alt+F_6"
438541 msgstr "Ctrl+Alt+F_6"
439542
440 #: ../src/virt-viewer-window.c:596
543 #: ../src/virt-viewer-window.c:546
441544 msgid "Ctrl+Alt+F_7"
442545 msgstr "Ctrl+Alt+F_7"
443546
444 #: ../src/virt-viewer-window.c:597
547 #: ../src/virt-viewer-window.c:547
445548 msgid "Ctrl+Alt+F_8"
446549 msgstr "Ctrl+Alt+F_8"
447550
448 #: ../src/virt-viewer-window.c:598
551 #: ../src/virt-viewer-window.c:548
449552 msgid "Ctrl+Alt+F_9"
450553 msgstr "Ctrl+Alt+F_9"
451554
452 #: ../src/virt-viewer-window.c:599
555 #: ../src/virt-viewer-window.c:549
453556 msgid "Ctrl+Alt+F1_0"
454557 msgstr "Ctrl+Alt+F1_0"
455558
456 #: ../src/virt-viewer-window.c:600
559 #: ../src/virt-viewer-window.c:550
457560 msgid "Ctrl+Alt+F11"
458561 msgstr "Ctrl+Alt+F11"
459562
460 #: ../src/virt-viewer-window.c:601
563 #: ../src/virt-viewer-window.c:551
461564 msgid "Ctrl+Alt+F12"
462565 msgstr "Ctrl+Alt+F12"
463566
464 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
567 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
465568 msgid "Screenshot"
466569 msgstr "திரைப்பிடிப்பு"
467570
468 #: ../src/virt-viewer-window.c:1051
571 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
572 msgid "Unknown"
573 msgstr ""
574
575 #: ../src/virt-viewer-window.c:1062
469576 msgid "Disconnect"
470577 msgstr "துண்டி"
471578
472 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
579 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
473580 #: ../src/virt-viewer.xml.h:3
474581 msgid "USB device selection"
475582 msgstr "USB சாதன தேர்வு"
476583
477 #: ../src/virt-viewer-window.c:1070
584 #: ../src/virt-viewer-window.c:1081
478585 msgid "Send key combination"
479586 msgstr "விசைச் சேர்க்கையை அனுப்பு"
480587
481 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
588 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
482589 msgid "Leave fullscreen"
483590 msgstr "முழுத்திரையை விட்டுவிலகு"
484591
485 #: ../src/virt-viewer-window.c:1162
592 #: ../src/virt-viewer-window.c:1173
486593 msgid "Ctrl+Alt"
487594 msgstr "Ctrl+Alt"
488595
489 #: ../src/virt-viewer-window.c:1165
596 #: ../src/virt-viewer-window.c:1176
490597 #, c-format
491598 msgid "(Press %s to release pointer)"
492599 msgstr "(சுட்டியை விடுவிக்க %s ஐ அழுத்தவும்)"
493600
494601 #. translators:
495 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
496 #. <appname>"
497 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
498 #. Viewer"
499 #: ../src/virt-viewer-window.c:1176
602 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
603 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
604 #.
605 #: ../src/virt-viewer-window.c:1187
500606 #, c-format
501607 msgid "%s%s%s - %s"
502608 msgstr "%s%s%s - %s"
503609
504610 #. translators: <space>
505 #: ../src/virt-viewer-window.c:1180
611 #: ../src/virt-viewer-window.c:1191
506612 msgid " "
507613 msgstr " "
508614
509 #: ../src/virt-viewer-file.c:624
615 #: ../src/virt-viewer-file.c:825
616 #, c-format
617 msgid ""
618 "At least %s version %s is required to setup this connection, see %s for "
619 "details"
620 msgstr ""
621
622 #: ../src/virt-viewer-file.c:833
510623 #, c-format
511624 msgid "At least %s version %s is required to setup this connection"
512625 msgstr "இந்த இணைப்பை அமைக்க குறைந்தது %s பதிப்பு %s தேவை"
513626
514 #: ../src/virt-viewer.c:133
627 #: ../src/virt-viewer.c:163
515628 msgid "Waiting for guest domain to re-start"
516629 msgstr "மறுதுவக்க விருந்தினர் டொமைனுக்காக காத்திருக்கிறது"
517630
518 #: ../src/virt-viewer.c:318
631 #: ../src/virt-viewer.c:409
519632 #, c-format
520633 msgid "Cannot determine the graphic type for the guest %s"
521634 msgstr "விருந்தினர் %s-க்கு வரைகலை வகையை வரையறுக்க முடியாது"
522635
523 #: ../src/virt-viewer.c:341
524 #, c-format
525 msgid "Cannot determine the graphic address for the guest %s"
526 msgstr "விருந்தினர் %s-க்கு வரைகலை முகவரியை வரையறுக்க முடியாது"
527
528 #: ../src/virt-viewer.c:354
636 #: ../src/virt-viewer.c:448
529637 #, c-format
530638 msgid "Cannot determine the host for the guest %s"
531639 msgstr "விருந்தினர் %s-க்கு புரவலனை வரையறுக்க முடியாது"
532640
533 #: ../src/virt-viewer.c:540
641 #: ../src/virt-viewer.c:476
642 #, c-format
643 msgid "Guest '%s' is not reachable"
644 msgstr ""
645
646 #: ../src/virt-viewer.c:697
647 #, c-format
648 msgid "Virtual machine %s is not running"
649 msgstr ""
650
651 #: ../src/virt-viewer.c:720
534652 msgid "Waiting for libvirt to start"
535653 msgstr "libvirt தொடங்கக் காத்திருக்கிறது"
536654
537 #: ../src/virt-viewer.c:544
655 #: ../src/virt-viewer.c:724
538656 msgid "Finding guest domain"
539657 msgstr "விருந்தினர் டொமைனை தேடுகிறது"
540658
541 #: ../src/virt-viewer.c:548
659 #: ../src/virt-viewer.c:728
542660 msgid "Waiting for guest domain to be created"
543661 msgstr "விருந்தினர் டொமைன் உருவாக்க காத்திருக்கிறது"
544662
545 #: ../src/virt-viewer.c:553
546 #, c-format
547 msgid "Cannot find guest domain %s"
548 msgstr "விருந்தினர் டொமைன் %sஐ தேட முடியவில்லை"
549
550 #: ../src/virt-viewer.c:566
663 #: ../src/virt-viewer.c:750
551664 msgid "Checking guest domain status"
552665 msgstr "விருந்தினர் நிலையை சரிபார்க்கிறது"
553666
554 #: ../src/virt-viewer.c:573
667 #: ../src/virt-viewer.c:753
668 msgid "Cannot get guest state"
669 msgstr ""
670
671 #: ../src/virt-viewer.c:759
555672 msgid "Waiting for guest domain to start"
556673 msgstr "துவக்க விருந்தினர் டொமைனுக்காக காத்திருக்கிறது"
557674
558 #: ../src/virt-viewer.c:580
559 msgid "Waiting for guest domain to start server"
560 msgstr "சேவையகத்தை துவக்க விருந்தினர் டொமைனுக்காக காத்திருக்கிறது"
561
562 #: ../src/virt-viewer.c:694
563 #, c-format
564 msgid "Unable to connect to libvirt with URI %s"
565 msgstr "libvirt ஐ URI %s உடன் இணைக்க முடியவில்லை"
566
567 #: ../src/virt-viewer.c:695
675 #: ../src/virt-viewer.c:863
676 #, c-format
677 msgid "Unable to connect to libvirt with URI: %s."
678 msgstr ""
679
680 #: ../src/virt-viewer.c:864
568681 msgid "[none]"
569682 msgstr "[ஒன்றுமில்லாத]"
570683
684 #: ../src/virt-viewer.c:871
685 msgid "Authentication failed."
686 msgstr ""
687
688 #: ../src/virt-viewer.c:931
689 msgid "Failed to connect: "
690 msgstr ""
691
692 #.
571693 #. * Local variables:
572694 #. * c-indent-level: 4
573695 #. * c-basic-offset: 4
574696 #. * indent-tabs-mode: nil
575697 #. * End:
698 #.
576699 #: ../src/virt-viewer.xml.h:1
577700 msgid "_File"
578701 msgstr "கோப்பு (_F)"
585708 msgid "Smartcard removal"
586709 msgstr "ஸ்மார்ட் கார்டு நீக்கல்"
587710
588 #: ../src/virt-viewer.xml.h:6
711 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
712 msgid "Preferences"
713 msgstr ""
714
715 #: ../src/virt-viewer.xml.h:7
589716 msgid "_View"
590717 msgstr "பார்வை (_V)"
591718
592 #: ../src/virt-viewer.xml.h:7
719 #: ../src/virt-viewer.xml.h:8
593720 msgid "Full screen"
594721 msgstr "முழுத்திரை"
595722
596 #: ../src/virt-viewer.xml.h:8
723 #: ../src/virt-viewer.xml.h:9
597724 msgid "_Zoom"
598725 msgstr "அளவிடு (_Z)"
599726
600 #: ../src/virt-viewer.xml.h:9
727 #: ../src/virt-viewer.xml.h:10
601728 msgid "Displays"
602729 msgstr "காட்சிகள்"
603730
604 #: ../src/virt-viewer.xml.h:10
731 #: ../src/virt-viewer.xml.h:11
605732 msgid "Release cursor"
606733 msgstr "கர்சரை விடு"
607734
608 #: ../src/virt-viewer.xml.h:11
735 #: ../src/virt-viewer.xml.h:12
609736 msgid "_Send key"
610737 msgstr "விசையை அனுப்பு (_S)"
611738
612 #: ../src/virt-viewer.xml.h:12
739 #: ../src/virt-viewer.xml.h:13
613740 msgid "_Help"
614741 msgstr "உதவி (_H)"
742
743 #: ../src/virt-viewer.xml.h:14
744 msgid "_Guest Details"
745 msgstr ""
746
747 #: ../src/virt-viewer-guest-details.xml.h:1
748 msgid "Guest Details"
749 msgstr ""
750
751 #: ../src/virt-viewer-guest-details.xml.h:2
752 msgid "Name:"
753 msgstr ""
754
755 #: ../src/virt-viewer-guest-details.xml.h:3
756 msgid "GUID:"
757 msgstr ""
758
759 #: ../src/virt-viewer-vm-connection.xml.h:1
760 msgid "Choose a virtual machine"
761 msgstr ""
762
763 #: ../src/virt-viewer-vm-connection.xml.h:2
764 msgid "Name"
765 msgstr ""
766
767 #: ../src/virt-viewer-vm-connection.xml.h:3
768 msgid "Available virtual machines"
769 msgstr ""
770
771 #: ../src/virt-viewer-preferences.xml.h:2
772 msgid "Folder sharing"
773 msgstr ""
774
775 #: ../src/virt-viewer-preferences.xml.h:3
776 msgid "Share folder"
777 msgstr ""
778
779 #: ../src/virt-viewer-preferences.xml.h:4
780 msgid "Read-only"
781 msgstr ""
782
783 #: ../src/virt-viewer-preferences.xml.h:5
784 msgid "Spice"
785 msgstr ""
+0
-612
po/ta_IN.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-01-24 17:29+0000\n"
10 "PO-Revision-Date: 2014-01-24 17:29+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Tamil (India) (http://www.transifex.com/projects/p/fedora/language/ta_IN/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ta_IN\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:111
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #. Setup command line options
89 #: ../src/remote-viewer-main.c:114
90 msgid "- Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:131
94 #, c-format
95 msgid ""
96 "%s\n"
97 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr ""
99
100 #: ../src/remote-viewer-main.c:143
101 #, c-format
102 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr ""
104
105 #: ../src/remote-viewer-main.c:150
106 #, c-format
107 msgid "Error: can't handle multiple URIs\n"
108 msgstr ""
109
110 #: ../src/remote-viewer.c:284 ../src/remote-viewer.c:1030
111 msgid "Failed to initiate connection"
112 msgstr ""
113
114 #: ../src/remote-viewer.c:299
115 msgid "Display disabled by controller"
116 msgstr ""
117
118 #: ../src/remote-viewer.c:597
119 #, c-format
120 msgid "Controller connection failed: %s"
121 msgstr ""
122
123 #. Create the widgets
124 #: ../src/remote-viewer.c:885
125 msgid "Connection details"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:900
129 msgid "URL:"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:908
133 msgid "Recent connections:"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:962
137 msgid "Couldn't create a Spice session"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:976
141 msgid "Setting up Spice session..."
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1001
145 #, c-format
146 msgid "Invalid file %s"
147 msgstr ""
148
149 #: ../src/remote-viewer.c:1008
150 msgid "Cannot determine the connection type from URI"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:1014
154 msgid "Couldn't open oVirt session"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:1021
158 #, c-format
159 msgid "Couldn't create a session for this type: %s"
160 msgstr ""
161
162 #. * Local variables:
163 #. * c-indent-level: 4
164 #. * c-basic-offset: 4
165 #. * indent-tabs-mode: nil
166 #. * End:
167 #: ../src/virt-viewer-about.xml.h:1
168 msgid "About Glade"
169 msgstr ""
170
171 #: ../src/virt-viewer-about.xml.h:2
172 msgid ""
173 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
174 "Copyright (C) 2007-2012 Red Hat, Inc."
175 msgstr ""
176
177 #: ../src/virt-viewer-about.xml.h:4
178 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
179 msgstr ""
180
181 #: ../src/virt-viewer-about.xml.h:5
182 msgid "virt-manager.org"
183 msgstr ""
184
185 #: ../src/virt-viewer-about.xml.h:6
186 msgid ""
187 "This program is free software; you can redistribute it and/or modify\n"
188 "it under the terms of the GNU General Public License as published by\n"
189 "the Free Software Foundation; either version 2 of the License, or\n"
190 "(at your option) any later version.\n"
191 "\n"
192 "This program is distributed in the hope that it will be useful,\n"
193 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
194 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
195 "GNU General Public License for more details.\n"
196 "\n"
197 "You should have received a copy of the GNU General Public License\n"
198 "along with this program; if not, write to the Free Software\n"
199 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
200 msgstr ""
201
202 #: ../src/virt-viewer-about.xml.h:20
203 msgid "The Fedora Translation Team"
204 msgstr ""
205
206 #: ../src/virt-viewer-app.c:383
207 msgid "Do you want to close the session?"
208 msgstr ""
209
210 #: ../src/virt-viewer-app.c:385
211 msgid "Do not ask me again"
212 msgstr ""
213
214 #: ../src/virt-viewer-app.c:806
215 #, c-format
216 msgid "Waiting for display %d..."
217 msgstr ""
218
219 #: ../src/virt-viewer-app.c:914
220 #, c-format
221 msgid "Unknown graphic type for the guest %s"
222 msgstr ""
223
224 #: ../src/virt-viewer-app.c:995
225 msgid "Connect to ssh failed."
226 msgstr ""
227
228 #: ../src/virt-viewer-app.c:997
229 msgid "Can't connect to channel, SSH only supported."
230 msgstr ""
231
232 #: ../src/virt-viewer-app.c:1009
233 msgid "Connect to channel unsupported."
234 msgstr ""
235
236 #: ../src/virt-viewer-app.c:1091
237 msgid "Connecting to graphic server"
238 msgstr ""
239
240 #: ../src/virt-viewer-app.c:1224
241 msgid "Guest domain has shutdown"
242 msgstr ""
243
244 #: ../src/virt-viewer-app.c:1284
245 msgid "Connected to graphic server"
246 msgstr ""
247
248 #: ../src/virt-viewer-app.c:1309
249 #, c-format
250 msgid "Unable to connect to the graphic server %s"
251 msgstr ""
252
253 #: ../src/virt-viewer-app.c:1338
254 #, c-format
255 msgid ""
256 "Unable to authenticate with remote desktop server at %s: %s\n"
257 "Retry connection again?"
258 msgstr ""
259
260 #: ../src/virt-viewer-app.c:1358
261 #, c-format
262 msgid "Unable to authenticate with remote desktop server: %s"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1366
266 #, c-format
267 msgid "USB redirection error: %s"
268 msgstr ""
269
270 #: ../src/virt-viewer-app.c:1584
271 #, c-format
272 msgid "Zoom level must be within %d-%d\n"
273 msgstr ""
274
275 #: ../src/virt-viewer-app.c:2080
276 #, c-format
277 msgid "Display %d"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:2255
281 #, c-format
282 msgid "Invalid kiosk-quit argument: %s"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:2264
286 msgid "Zoom level of window, in percentage"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:2266
290 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:2268
294 msgid "Customise hotkeys"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:2270
298 msgid "Enable kiosk mode"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:2272
302 msgid "Quit on given condition in kiosk mode"
303 msgstr ""
304
305 #: ../src/virt-viewer-app.c:2272
306 msgid "<never|on-disconnect>"
307 msgstr ""
308
309 #: ../src/virt-viewer-app.c:2274
310 msgid "Display verbose information"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:2276
314 msgid "Display debugging information"
315 msgstr ""
316
317 #. * Local variables:
318 #. * c-indent-level: 4
319 #. * c-basic-offset: 4
320 #. * indent-tabs-mode: nil
321 #. * End:
322 #: ../src/virt-viewer-auth.xml.h:1
323 msgid "Authentication required"
324 msgstr ""
325
326 #: ../src/virt-viewer-auth.xml.h:2
327 msgid "label"
328 msgstr ""
329
330 #: ../src/virt-viewer-auth.xml.h:3
331 msgid "Password:"
332 msgstr ""
333
334 #: ../src/virt-viewer-auth.xml.h:4
335 msgid "Username:"
336 msgstr ""
337
338 #: ../src/virt-viewer-main.c:38
339 #, c-format
340 msgid "%s version %s\n"
341 msgstr ""
342
343 #: ../src/virt-viewer-main.c:62
344 msgid "Direct connection with no automatic tunnels"
345 msgstr ""
346
347 #: ../src/virt-viewer-main.c:64
348 msgid "Attach to the local display using libvirt"
349 msgstr ""
350
351 #: ../src/virt-viewer-main.c:66
352 msgid "Connect to hypervisor"
353 msgstr ""
354
355 #: ../src/virt-viewer-main.c:68
356 msgid "Wait for domain to start"
357 msgstr ""
358
359 #: ../src/virt-viewer-main.c:70
360 msgid "Reconnect to domain upon restart"
361 msgstr ""
362
363 #: ../src/virt-viewer-main.c:76
364 msgid "Virt Viewer"
365 msgstr ""
366
367 #: ../src/virt-viewer-main.c:79
368 #, c-format
369 msgid "Run '%s --help' to see a full list of available command line options"
370 msgstr ""
371
372 #. Setup command line options
373 #: ../src/virt-viewer-main.c:84
374 msgid "- Virtual machine graphical console"
375 msgstr ""
376
377 #: ../src/virt-viewer-main.c:105
378 #, c-format
379 msgid ""
380 "\n"
381 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
382 "\n"
383 "%s\n"
384 "\n"
385 msgstr ""
386
387 #: ../src/virt-viewer-session-spice.c:499
388 msgid "invalid password"
389 msgstr ""
390
391 #. Create the widgets
392 #: ../src/virt-viewer-session-spice.c:553
393 msgid "Select USB devices for redirection"
394 msgstr ""
395
396 #: ../src/virt-viewer-session-vnc.c:150
397 #, c-format
398 msgid "Unsupported authentication type %d"
399 msgstr ""
400
401 #: ../src/virt-viewer-window.c:580
402 msgid "Ctrl+Alt+_Del"
403 msgstr ""
404
405 #: ../src/virt-viewer-window.c:581
406 msgid "Ctrl+Alt+_Backspace"
407 msgstr ""
408
409 #: ../src/virt-viewer-window.c:583
410 msgid "Ctrl+Alt+F_1"
411 msgstr ""
412
413 #: ../src/virt-viewer-window.c:584
414 msgid "Ctrl+Alt+F_2"
415 msgstr ""
416
417 #: ../src/virt-viewer-window.c:585
418 msgid "Ctrl+Alt+F_3"
419 msgstr ""
420
421 #: ../src/virt-viewer-window.c:586
422 msgid "Ctrl+Alt+F_4"
423 msgstr ""
424
425 #: ../src/virt-viewer-window.c:587
426 msgid "Ctrl+Alt+F_5"
427 msgstr ""
428
429 #: ../src/virt-viewer-window.c:588
430 msgid "Ctrl+Alt+F_6"
431 msgstr ""
432
433 #: ../src/virt-viewer-window.c:589
434 msgid "Ctrl+Alt+F_7"
435 msgstr ""
436
437 #: ../src/virt-viewer-window.c:590
438 msgid "Ctrl+Alt+F_8"
439 msgstr ""
440
441 #: ../src/virt-viewer-window.c:591
442 msgid "Ctrl+Alt+F_9"
443 msgstr ""
444
445 #: ../src/virt-viewer-window.c:592
446 msgid "Ctrl+Alt+F1_0"
447 msgstr ""
448
449 #: ../src/virt-viewer-window.c:593
450 msgid "Ctrl+Alt+F11"
451 msgstr ""
452
453 #: ../src/virt-viewer-window.c:594
454 msgid "Ctrl+Alt+F12"
455 msgstr ""
456
457 #: ../src/virt-viewer-window.c:985 ../src/virt-viewer.xml.h:2
458 msgid "Screenshot"
459 msgstr ""
460
461 #: ../src/virt-viewer-window.c:1061
462 msgid "Disconnect"
463 msgstr ""
464
465 #: ../src/virt-viewer-window.c:1068 ../src/virt-viewer-window.c:1069
466 #: ../src/virt-viewer.xml.h:3
467 msgid "USB device selection"
468 msgstr ""
469
470 #: ../src/virt-viewer-window.c:1077
471 msgid "Send key combination"
472 msgstr ""
473
474 #: ../src/virt-viewer-window.c:1086 ../src/virt-viewer-window.c:1087
475 msgid "Leave fullscreen"
476 msgstr ""
477
478 #: ../src/virt-viewer-window.c:1166
479 msgid "Ctrl+Alt"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:1169
483 #, c-format
484 msgid "(Press %s to release pointer)"
485 msgstr ""
486
487 #. translators:
488 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
489 #. <appname>"
490 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
491 #. Viewer"
492 #: ../src/virt-viewer-window.c:1180
493 #, c-format
494 msgid "%s%s%s - %s"
495 msgstr ""
496
497 #. translators: <space>
498 #: ../src/virt-viewer-window.c:1184
499 msgid " "
500 msgstr ""
501
502 #: ../src/virt-viewer-file.c:624
503 #, c-format
504 msgid "At least %s version %s is required to setup this connection"
505 msgstr ""
506
507 #: ../src/virt-viewer.c:133
508 msgid "Waiting for guest domain to re-start"
509 msgstr ""
510
511 #: ../src/virt-viewer.c:318
512 #, c-format
513 msgid "Cannot determine the graphic type for the guest %s"
514 msgstr ""
515
516 #: ../src/virt-viewer.c:341
517 #, c-format
518 msgid "Cannot determine the graphic address for the guest %s"
519 msgstr ""
520
521 #: ../src/virt-viewer.c:354
522 #, c-format
523 msgid "Cannot determine the host for the guest %s"
524 msgstr ""
525
526 #: ../src/virt-viewer.c:539
527 msgid "Waiting for libvirt to start"
528 msgstr ""
529
530 #: ../src/virt-viewer.c:543
531 msgid "Finding guest domain"
532 msgstr ""
533
534 #: ../src/virt-viewer.c:547
535 msgid "Waiting for guest domain to be created"
536 msgstr ""
537
538 #: ../src/virt-viewer.c:552
539 #, c-format
540 msgid "Cannot find guest domain %s"
541 msgstr ""
542
543 #: ../src/virt-viewer.c:565
544 msgid "Checking guest domain status"
545 msgstr ""
546
547 #: ../src/virt-viewer.c:572
548 msgid "Waiting for guest domain to start"
549 msgstr ""
550
551 #: ../src/virt-viewer.c:579
552 msgid "Waiting for guest domain to start server"
553 msgstr ""
554
555 #: ../src/virt-viewer.c:693
556 #, c-format
557 msgid "Unable to connect to libvirt with URI %s"
558 msgstr ""
559
560 #: ../src/virt-viewer.c:694
561 msgid "[none]"
562 msgstr ""
563
564 #. * Local variables:
565 #. * c-indent-level: 4
566 #. * c-basic-offset: 4
567 #. * indent-tabs-mode: nil
568 #. * End:
569 #: ../src/virt-viewer.xml.h:1
570 msgid "_File"
571 msgstr ""
572
573 #: ../src/virt-viewer.xml.h:4
574 msgid "Smartcard insertion"
575 msgstr ""
576
577 #: ../src/virt-viewer.xml.h:5
578 msgid "Smartcard removal"
579 msgstr ""
580
581 #: ../src/virt-viewer.xml.h:6
582 msgid "_View"
583 msgstr ""
584
585 #: ../src/virt-viewer.xml.h:7
586 msgid "Full screen"
587 msgstr ""
588
589 #: ../src/virt-viewer.xml.h:8
590 msgid "_Zoom"
591 msgstr ""
592
593 #: ../src/virt-viewer.xml.h:9
594 msgid "Automatically resize"
595 msgstr ""
596
597 #: ../src/virt-viewer.xml.h:10
598 msgid "Displays"
599 msgstr ""
600
601 #: ../src/virt-viewer.xml.h:11
602 msgid "Release cursor"
603 msgstr ""
604
605 #: ../src/virt-viewer.xml.h:12
606 msgid "_Send key"
607 msgstr ""
608
609 #: ../src/virt-viewer.xml.h:13
610 msgid "_Help"
611 msgstr ""
+329
-166
po/te.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Krishnababu Krothapalli <kkrothap@redhat.com>, 2010,2012
66 # Krishnababu Krothapalli <kkrothap@redhat.com>, 2010,2012,2014
88 # Sudheesh Singanamalla <sudheesh1995@outlook.com>, 2013
99 msgid ""
1010 msgstr ""
11 "Project-Id-Version: virt-viewer\n"
11 "Project-Id-Version: PACKAGE VERSION\n"
1212 "Report-Msgid-Bugs-To: \n"
13 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
14 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
13 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
14 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1515 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
16 "Language-Team: Telugu (http://www.transifex.com/projects/p/virt-viewer/language/te/)\n"
16 "Language-Team: Telugu (http://www.transifex.com/projects/p/virt-viewer/"
17 "language/te/)\n"
18 "Language: te\n"
1719 "MIME-Version: 1.0\n"
1820 "Content-Type: text/plain; charset=UTF-8\n"
1921 "Content-Transfer-Encoding: 8bit\n"
20 "Language: te\n"
2122 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
22
23 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
23 "X-Generator: Zanata 3.7.3\n"
24
25 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2426 msgid "Remote Viewer"
2527 msgstr "దూరస్థ దర్శని"
2628
7476
7577 #: ../src/remote-viewer-main.c:50
7678 #, c-format
77 msgid "remote-viewer version %s\n"
78 msgstr "రిమోట్-వ్యూయర్ వర్షన్ %s\n"
79
80 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
79 msgid "remote-viewer version %s"
80 msgstr ""
81
82 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8183 msgid "Display version information"
8284 msgstr "వర్షన్ సమాచారం ప్రదర్శించు"
8385
84 #: ../src/remote-viewer-main.c:101
86 #: ../src/remote-viewer-main.c:105
8587 msgid "Set window title"
8688 msgstr "విండోలో శీర్షిక సెట్ చెయ్యండి"
8789
88 #: ../src/remote-viewer-main.c:104
90 #: ../src/remote-viewer-main.c:108
8991 msgid "Open connection using Spice controller communication"
9092 msgstr "స్పైస్ కంట్రోలర్ కమ్యునికేషన్ వుపయోగించి అనుసంధానం తెరువుము"
9193
92 #: ../src/remote-viewer-main.c:116
94 #: ../src/remote-viewer-main.c:120
9395 msgid "Remote viewer client"
9496 msgstr ""
9597
96 #: ../src/remote-viewer-main.c:134
98 #: ../src/remote-viewer-main.c:138
9799 #, c-format
98100 msgid ""
99101 "%s\n"
100102 "Run '%s --help' to see a full list of available command line options\n"
101 msgstr "%s\nఅందుబాటులోని కమాండ్ లైన్ ఐచ్చికాల జాబితా కొరకు '%s --help' నడుపుము\n"
102
103 #: ../src/remote-viewer-main.c:146
103 msgstr ""
104 "%s\n"
105 "అందుబాటులోని కమాండ్ లైన్ ఐచ్చికాల జాబితా కొరకు '%s --help' నడుపుము\n"
106
107 #: ../src/remote-viewer-main.c:149
104108 #, c-format
105109 msgid "Error: extra arguments given while using Spice controller\n"
106110 msgstr "దోషం: స్పైస్ నియంత్రణి వుపయోగించునప్పుడు అదనపు ఆర్గుమెంట్లు యీయబడెను\n"
107111
108 #: ../src/remote-viewer-main.c:153
112 #: ../src/remote-viewer-main.c:156
109113 #, c-format
110114 msgid "Error: can't handle multiple URIs\n"
111115 msgstr "దోషం: బహుళ URIలను సంభాలించలేదు\n"
112116
113 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
117 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
114118 msgid "Failed to initiate connection"
115119 msgstr "అనుసంధానం సిద్దపరచుటకు విఫలమైంది"
116120
117 #: ../src/remote-viewer.c:294
121 #: ../src/remote-viewer.c:313
118122 msgid "Display disabled by controller"
119123 msgstr "నియంత్రికచే ప్రదర్శన అచేతనమైంది"
120124
121 #: ../src/remote-viewer.c:592
125 #: ../src/remote-viewer.c:609
122126 #, c-format
123127 msgid "Controller connection failed: %s"
124128 msgstr "నియంత్రిక అనుసంధానం విఫలమైంది: %s"
125129
126 #. Create the widgets
127 #: ../src/remote-viewer.c:924
128 msgid "Connection details"
129 msgstr "అనుసంధానం వివరాలు"
130
131 #: ../src/remote-viewer.c:939
132 msgid "_Connection Address"
130 #: ../src/remote-viewer.c:755
131 msgid "_Change CD"
132 msgstr ""
133
134 #: ../src/remote-viewer.c:855
135 msgid "failed to parse ovirt uri"
136 msgstr ""
137
138 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
139 msgid "Authentication was cancelled"
140 msgstr ""
141
142 #: ../src/remote-viewer.c:900
143 #, c-format
144 msgid "oVirt VM %s is not running"
145 msgstr ""
146
147 #: ../src/remote-viewer.c:914
148 #, c-format
149 msgid "oVirt VM %s has no display"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:940
153 #, c-format
154 msgid "oVirt VM %s has no host information"
133155 msgstr ""
134156
135157 #: ../src/remote-viewer.c:951
136 msgid "For example, spice://foo.example.org:5900"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:964
140 msgid "_Recent Connections"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1020
144 msgid "Couldn't create a Spice session"
145 msgstr "స్పైస్ సెషన్ సృష్టించలేకపోయింది"
146
147 #: ../src/remote-viewer.c:1034
158 #, c-format
159 msgid "oVirt VM %s has unknown display type: %d"
160 msgstr ""
161
162 #: ../src/remote-viewer.c:1094
148163 msgid "Setting up Spice session..."
149164 msgstr "స్పైస్ సెషన్ అమర్చుచున్నది..."
150165
151 #: ../src/remote-viewer.c:1055
152 #, c-format
153 msgid "Invalid file %s"
154 msgstr "చెల్లని ఫైల్ %s"
155
156 #: ../src/remote-viewer.c:1062
166 #: ../src/remote-viewer.c:1102
167 msgid "No connection was chosen"
168 msgstr ""
169
170 #: ../src/remote-viewer.c:1120
171 #, c-format
172 msgid "Invalid file %s: "
173 msgstr ""
174
175 #: ../src/remote-viewer.c:1128
157176 msgid "Cannot determine the connection type from URI"
158177 msgstr "URI నుండి అనుసంధానం రకంను నిర్థారించలేము"
159178
160 #: ../src/remote-viewer.c:1068
161 msgid "Couldn't open oVirt session"
162 msgstr "oVirt సెషన్ సృష్టించలేకపోయిం"
163
164 #: ../src/remote-viewer.c:1075
165 #, c-format
166 msgid "Couldn't create a session for this type: %s"
167 msgstr "ఈ రకము కొరకు సెషన్ సృష్టించలేక పోయింది: %s"
168
179 #: ../src/remote-viewer.c:1134
180 msgid "Couldn't open oVirt session: "
181 msgstr ""
182
183 #.
169184 #. * Local variables:
170185 #. * c-indent-level: 4
171186 #. * c-basic-offset: 4
172187 #. * indent-tabs-mode: nil
173188 #. * End:
189 #.
190 #: ../src/remote-viewer-connect.xml.h:1
191 msgid "Connection details"
192 msgstr "అనుసంధానం వివరాలు"
193
194 #: ../src/remote-viewer-connect.xml.h:2
195 msgid "Connection Address"
196 msgstr ""
197
198 #: ../src/remote-viewer-connect.xml.h:3
199 msgid "For example, spice://foo.example.org:5900"
200 msgstr ""
201
202 #: ../src/remote-viewer-connect.xml.h:4
203 msgid "Recent connections"
204 msgstr ""
205
206 #: ../src/remote-viewer-connect.xml.h:5
207 msgid "Cancel"
208 msgstr ""
209
210 #: ../src/remote-viewer-connect.xml.h:6
211 msgid "Connect"
212 msgstr ""
213
174214 #: ../src/virt-viewer-about.xml.h:1
175215 msgid "About Glade"
176216 msgstr "గ్లేడ్ గురించి"
204244 "You should have received a copy of the GNU General Public License\n"
205245 "along with this program; if not, write to the Free Software\n"
206246 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
207 msgstr "ఈ ప్రోగ్రామ్ ఉచిత సాఫ్టువేర్; ఉచిత సాఫ్టువేర్ సంస్థ తరుపున ప్రచురితమైన\nGNU జనరల్ పబ్లిక్ లైసెన్సు కు లోబడి దీనిని మీరు పునఃపంపిణి మరియు/లేదా\nసవరణ చేయవచ్చు; మీరు అనుసరించవలిసినది లైసెన్సు యొక్క వర్షన్ 2, లేదా\n(మీ ఐచ్చికం వద్ద) దాని తరువాతి వర్షన్ కాని.\n\nపవర్ నిర్వాహకి అది ఉపయోగపడుతుందనే నమ్మకం తో పంపిణీ చేయబడింది,\nఅయితే ఏ హామి లేదు; వ్యాపారసంబంధితంగా కాని లేదా ప్రతిపాదిత ప్రయోజనం కొరకు\nకాని హామీ లేదు. అధికవివరములకొరకు GNU జనరల్ పబ్లిక్ లైసెన్సు ను\nచూడండి.\n\nఈ ప్రోగ్రామ్ తో మీరు GNU జనరల్ పబ్లిక్ లైసెన్సు నకలు ను పొంది ఉంటారు;\nపొందకపోతే, Free Software Foundation, Inc., Temple Place,\nSuite 330, Boston, MA 02111-1307 USAకు వ్రాయండి.\n"
247 msgstr ""
248 "ఈ ప్రోగ్రామ్ ఉచిత సాఫ్టువేర్; ఉచిత సాఫ్టువేర్ సంస్థ తరుపున ప్రచురితమైన\n"
249 "GNU జనరల్ పబ్లిక్ లైసెన్సు కు లోబడి దీనిని మీరు పునఃపంపిణి మరియు/లేదా\n"
250 "సవరణ చేయవచ్చు; మీరు అనుసరించవలిసినది లైసెన్సు యొక్క వర్షన్ 2, లేదా\n"
251 "(మీ ఐచ్చికం వద్ద) దాని తరువాతి వర్షన్ కాని.\n"
252 "\n"
253 "పవర్ నిర్వాహకి అది ఉపయోగపడుతుందనే నమ్మకం తో పంపిణీ చేయబడింది,\n"
254 "అయితే ఏ హామి లేదు; వ్యాపారసంబంధితంగా కాని లేదా ప్రతిపాదిత ప్రయోజనం కొరకు\n"
255 "కాని హామీ లేదు. అధికవివరములకొరకు GNU జనరల్ పబ్లిక్ లైసెన్సు ను\n"
256 "చూడండి.\n"
257 "\n"
258 "ఈ ప్రోగ్రామ్ తో మీరు GNU జనరల్ పబ్లిక్ లైసెన్సు నకలు ను పొంది ఉంటారు;\n"
259 "పొందకపోతే, Free Software Foundation, Inc., Temple Place,\n"
260 "Suite 330, Boston, MA 02111-1307 USAకు వ్రాయండి.\n"
208261
209262 #: ../src/virt-viewer-about.xml.h:20
210263 msgid "The Fedora Translation Team"
211264 msgstr "Fedora అనువాద సమూహం"
212265
213 #: ../src/virt-viewer-app.c:400
266 #: ../src/virt-viewer-app.c:526
214267 msgid "Do you want to close the session?"
215268 msgstr "సెషన్ మూసివేయాలనుకుంటున్నారా ?"
216269
217 #: ../src/virt-viewer-app.c:402
270 #: ../src/virt-viewer-app.c:528
218271 msgid "Do not ask me again"
219272 msgstr "నన్ను మళ్ళీ అడగవద్దు"
220273
221 #: ../src/virt-viewer-app.c:841
274 #: ../src/virt-viewer-app.c:1008
222275 #, c-format
223276 msgid "Waiting for display %d..."
224277 msgstr "ప్రదర్శన %d కొరకు వేచివుంది..."
225278
226 #: ../src/virt-viewer-app.c:946
227 #, c-format
228 msgid "Unknown graphic type for the guest %s"
229 msgstr "అతిథి %s కొరకు తెలియని గ్రాఫిక్ రకం"
230
231 #: ../src/virt-viewer-app.c:1027
279 #: ../src/virt-viewer-app.c:1117
280 #, c-format
281 msgid "Unsupported graphic type '%s'"
282 msgstr ""
283
284 #: ../src/virt-viewer-app.c:1200
232285 msgid "Connect to ssh failed."
233286 msgstr "ssh క్షేత్రముకు అనుసంధానించు."
234287
235 #: ../src/virt-viewer-app.c:1029
288 #: ../src/virt-viewer-app.c:1202
236289 msgid "Can't connect to channel, SSH only supported."
237290 msgstr "చానల్‌కు అనుసంధానం కాలేదు, SSH కు మాత్రమే తోడ్పాటు నిస్తోంది."
238291
239 #: ../src/virt-viewer-app.c:1041
292 #: ../src/virt-viewer-app.c:1214
240293 msgid "Connect to channel unsupported."
241294 msgstr "చానల్ అనుసంధానంకు తోడ్పాటులేదు."
242295
243 #: ../src/virt-viewer-app.c:1123
296 #: ../src/virt-viewer-app.c:1276
297 msgid "Display can only be attached through libvirt with --attach"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:1299
244301 msgid "Connecting to graphic server"
245302 msgstr "గ్రాఫిక్ సేవికకు అనుసంధానమౌతోంది"
246303
247 #: ../src/virt-viewer-app.c:1256
304 #: ../src/virt-viewer-app.c:1398
248305 msgid "Guest domain has shutdown"
249306 msgstr "అతిథి డొమైన్ మూసివేసింది"
250307
251 #: ../src/virt-viewer-app.c:1317
308 #: ../src/virt-viewer-app.c:1459
252309 msgid "Connected to graphic server"
253310 msgstr "గ్రాఫిక్ సేవికకు అనుసంధానమైంది"
254311
255 #: ../src/virt-viewer-app.c:1344
312 #: ../src/virt-viewer-app.c:1486
256313 #, c-format
257314 msgid "Unable to connect to the graphic server %s"
258315 msgstr "గ్రాఫిక్ సేవిక %sకు అనుసంధానం కాలేక పోయింది"
259316
260 #: ../src/virt-viewer-app.c:1376
261 #, c-format
262 msgid ""
263 "Unable to authenticate with remote desktop server at %s: %s\n"
264 "Retry connection again?"
265 msgstr "%s వద్ద రిమోట్ డెస్కుటాప్ సేవికతో ధృవీకరించలేక పోయింది: %s\nఅనుసంధానముకు మరలా ప్రయత్నించాలా?"
266
267 #: ../src/virt-viewer-app.c:1396
317 #: ../src/virt-viewer-app.c:1512
318 #, c-format
319 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:1525
268323 #, c-format
269324 msgid "Unable to authenticate with remote desktop server: %s"
270325 msgstr "రిమోట్ డెస్కుటాప్ సేవికతో ధృవీకరించలేక పోయింది: %s"
271326
272 #: ../src/virt-viewer-app.c:1404
327 #: ../src/virt-viewer-app.c:1533
273328 #, c-format
274329 msgid "USB redirection error: %s"
275330 msgstr "USB రీడైరెక్షన్ దోషం: %s"
276331
277 #: ../src/virt-viewer-app.c:1632
332 #: ../src/virt-viewer-app.c:1786
278333 #, c-format
279334 msgid "Zoom level must be within %d-%d\n"
280335 msgstr "జూమ్ స్థాయి తప్పకుండా %d-%d మధ్యన వుండాలి\n"
281336
282 #: ../src/virt-viewer-app.c:2126
337 #: ../src/virt-viewer-app.c:2296
283338 #, c-format
284339 msgid "Display %d"
285340 msgstr "%d ప్రదర్శించు"
286341
287 #: ../src/virt-viewer-app.c:2301
342 #: ../src/virt-viewer-app.c:2552
288343 #, c-format
289344 msgid "Invalid kiosk-quit argument: %s"
290345 msgstr "చెల్లని kiosk-quit ఆర్గుమెంట్: %s"
291346
292 #: ../src/virt-viewer-app.c:2310
347 #: ../src/virt-viewer-app.c:2561
293348 msgid "Zoom level of window, in percentage"
294349 msgstr "విండో యొక్క జూమ్ స్థాయి, శాతంలో"
295350
296 #: ../src/virt-viewer-app.c:2312
351 #: ../src/virt-viewer-app.c:2563
297352 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
298353 msgstr "పూర్తి తెర రీతినందు తెరువుము (క్లైంట్‌కు అమరుటకు అతిథి రిజొల్యూషన్ సర్దుబాటుచేయి)"
299354
300 #: ../src/virt-viewer-app.c:2314
355 #: ../src/virt-viewer-app.c:2565
301356 msgid "Customise hotkeys"
302357 msgstr "అనుకూలీకరించి హాట్కీస్"
303358
304 #: ../src/virt-viewer-app.c:2316
359 #: ../src/virt-viewer-app.c:2567
305360 msgid "Enable kiosk mode"
306361 msgstr "kiosk రీతిని చేతనం చేయి"
307362
308 #: ../src/virt-viewer-app.c:2318
363 #: ../src/virt-viewer-app.c:2569
309364 msgid "Quit on given condition in kiosk mode"
310365 msgstr "ఇచ్చిన నియమంపై kiosk రీతినందు నిష్క్రమించు"
311366
312 #: ../src/virt-viewer-app.c:2318
367 #: ../src/virt-viewer-app.c:2569
313368 msgid "<never|on-disconnect>"
314369 msgstr "<never|on-disconnect>"
315370
316 #: ../src/virt-viewer-app.c:2320
371 #: ../src/virt-viewer-app.c:2571
317372 msgid "Display verbose information"
318373 msgstr "వెర్బోస్ సమాచారమును ప్రదర్శించుము"
319374
320 #: ../src/virt-viewer-app.c:2322
375 #: ../src/virt-viewer-app.c:2573
321376 msgid "Display debugging information"
322377 msgstr "డీబగ్గింగ్ సమాచారమును ప్రదర్శించుము"
323378
379 #: ../src/virt-viewer-auth.c:88
380 #, c-format
381 msgid ""
382 "Authentication is required for the %s connection to:\n"
383 "\n"
384 "<b>%s</b>\n"
385 "\n"
386 msgstr ""
387
388 #: ../src/virt-viewer-auth.c:92
389 #, c-format
390 msgid "Authentication is required for the %s connection:\n"
391 msgstr ""
392
393 #.
324394 #. * Local variables:
325395 #. * c-indent-level: 4
326396 #. * c-basic-offset: 4
327397 #. * indent-tabs-mode: nil
328398 #. * End:
399 #.
329400 #: ../src/virt-viewer-auth.xml.h:1
330401 msgid "Authentication required"
331402 msgstr "ధృవీకరణము అవసరమైంది"
332403
333 #: ../src/virt-viewer-auth.xml.h:2
404 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
334405 msgid "label"
335406 msgstr "లేబుల్"
336407
342413 msgid "Username:"
343414 msgstr "వినియోగదారినామము:"
344415
416 #: ../src/virt-viewer-auth.xml.h:5
417 msgid "Show password"
418 msgstr ""
419
420 #: ../src/virt-viewer-display-vnc.c:133
421 msgid "VNC does not provide GUID"
422 msgstr ""
423
345424 #: ../src/virt-viewer-main.c:38
346425 #, c-format
347426 msgid "%s version %s\n"
380459 msgid "Virtual machine graphical console"
381460 msgstr ""
382461
383 #: ../src/virt-viewer-main.c:108
462 #: ../src/virt-viewer-main.c:107
384463 #, c-format
385464 msgid ""
386465 "\n"
387 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
466 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
388467 "\n"
389468 "%s\n"
390469 "\n"
391 msgstr "\nవినియోగము: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
392
393 #: ../src/virt-viewer-session-spice.c:506
394 msgid "invalid password"
395 msgstr "చెల్లని సంకేతపదం"
470 msgstr ""
471
472 #: ../src/virt-viewer-main.c:112
473 #, c-format
474 msgid ""
475 "\n"
476 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
477 "\n"
478 msgstr ""
479
480 #: ../src/virt-viewer-session-spice.c:694
481 msgid "Invalid password"
482 msgstr ""
396483
397484 #. Create the widgets
398 #: ../src/virt-viewer-session-spice.c:588
485 #: ../src/virt-viewer-session-spice.c:786
399486 msgid "Select USB devices for redirection"
400487 msgstr "రీడైరెక్షన్ కొరకు USB పరికరాలను యెంపికచేయి"
401488
402 #: ../src/virt-viewer-session-vnc.c:148
489 #: ../src/virt-viewer-session-vnc.c:153
403490 #, c-format
404491 msgid "Unsupported authentication type %d"
405492 msgstr "మద్దతీయని దృవీకరణ రకము %d"
406493
407 #: ../src/virt-viewer-window.c:587
494 #: ../src/virt-viewer-vm-connection.c:64
495 msgid "No virtual machine found"
496 msgstr ""
497
498 #: ../src/virt-viewer-vm-connection.c:93
499 msgid "No virtual machine was chosen"
500 msgstr ""
501
502 #: ../src/virt-viewer-window.c:537
408503 msgid "Ctrl+Alt+_Del"
409504 msgstr "Ctrl+Alt+_Del"
410505
411 #: ../src/virt-viewer-window.c:588
506 #: ../src/virt-viewer-window.c:538
412507 msgid "Ctrl+Alt+_Backspace"
413508 msgstr "Ctrl+Alt+_Backspace"
414509
415 #: ../src/virt-viewer-window.c:590
510 #: ../src/virt-viewer-window.c:540
416511 msgid "Ctrl+Alt+F_1"
417512 msgstr "Ctrl+Alt+F_1"
418513
419 #: ../src/virt-viewer-window.c:591
514 #: ../src/virt-viewer-window.c:541
420515 msgid "Ctrl+Alt+F_2"
421516 msgstr "Ctrl+Alt+F_2"
422517
423 #: ../src/virt-viewer-window.c:592
518 #: ../src/virt-viewer-window.c:542
424519 msgid "Ctrl+Alt+F_3"
425520 msgstr "Ctrl+Alt+F_3"
426521
427 #: ../src/virt-viewer-window.c:593
522 #: ../src/virt-viewer-window.c:543
428523 msgid "Ctrl+Alt+F_4"
429524 msgstr "Ctrl+Alt+F_4"
430525
431 #: ../src/virt-viewer-window.c:594
526 #: ../src/virt-viewer-window.c:544
432527 msgid "Ctrl+Alt+F_5"
433528 msgstr "Ctrl+Alt+F_5"
434529
435 #: ../src/virt-viewer-window.c:595
530 #: ../src/virt-viewer-window.c:545
436531 msgid "Ctrl+Alt+F_6"
437532 msgstr "Ctrl+Alt+F_6"
438533
439 #: ../src/virt-viewer-window.c:596
534 #: ../src/virt-viewer-window.c:546
440535 msgid "Ctrl+Alt+F_7"
441536 msgstr "Ctrl+Alt+F_7"
442537
443 #: ../src/virt-viewer-window.c:597
538 #: ../src/virt-viewer-window.c:547
444539 msgid "Ctrl+Alt+F_8"
445540 msgstr "Ctrl+Alt+F_8"
446541
447 #: ../src/virt-viewer-window.c:598
542 #: ../src/virt-viewer-window.c:548
448543 msgid "Ctrl+Alt+F_9"
449544 msgstr "Ctrl+Alt+F_9"
450545
451 #: ../src/virt-viewer-window.c:599
546 #: ../src/virt-viewer-window.c:549
452547 msgid "Ctrl+Alt+F1_0"
453548 msgstr "Ctrl+Alt+F1_0"
454549
455 #: ../src/virt-viewer-window.c:600
550 #: ../src/virt-viewer-window.c:550
456551 msgid "Ctrl+Alt+F11"
457552 msgstr "Ctrl+Alt+F11"
458553
459 #: ../src/virt-viewer-window.c:601
554 #: ../src/virt-viewer-window.c:551
460555 msgid "Ctrl+Alt+F12"
461556 msgstr "Ctrl+Alt+F12"
462557
463 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
558 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
464559 msgid "Screenshot"
465560 msgstr "స్క్రీన్‌షాట్"
466561
467 #: ../src/virt-viewer-window.c:1051
562 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
563 msgid "Unknown"
564 msgstr ""
565
566 #: ../src/virt-viewer-window.c:1062
468567 msgid "Disconnect"
469568 msgstr "అననుసంధానించు"
470569
471 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
570 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
472571 #: ../src/virt-viewer.xml.h:3
473572 msgid "USB device selection"
474573 msgstr "USB పరికర యెంపిక"
475574
476 #: ../src/virt-viewer-window.c:1070
575 #: ../src/virt-viewer-window.c:1081
477576 msgid "Send key combination"
478577 msgstr "కీ జోడీను పంపు"
479578
480 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
579 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
481580 msgid "Leave fullscreen"
482581 msgstr "నిండుతెర విడు"
483582
484 #: ../src/virt-viewer-window.c:1162
583 #: ../src/virt-viewer-window.c:1173
485584 msgid "Ctrl+Alt"
486585 msgstr "Ctrl+Alt"
487586
488 #: ../src/virt-viewer-window.c:1165
587 #: ../src/virt-viewer-window.c:1176
489588 #, c-format
490589 msgid "(Press %s to release pointer)"
491590 msgstr "(సూచీను విడుదల చేయుటకు %s వత్తండి)"
492591
493592 #. translators:
494 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
495 #. <appname>"
496 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
497 #. Viewer"
498 #: ../src/virt-viewer-window.c:1176
593 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
594 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
595 #.
596 #: ../src/virt-viewer-window.c:1187
499597 #, c-format
500598 msgid "%s%s%s - %s"
501599 msgstr "%s%s%s - %s"
502600
503601 #. translators: <space>
504 #: ../src/virt-viewer-window.c:1180
602 #: ../src/virt-viewer-window.c:1191
505603 msgid " "
506604 msgstr " "
507605
508 #: ../src/virt-viewer-file.c:624
606 #: ../src/virt-viewer-file.c:825
607 #, c-format
608 msgid ""
609 "At least %s version %s is required to setup this connection, see %s for "
610 "details"
611 msgstr ""
612
613 #: ../src/virt-viewer-file.c:833
509614 #, c-format
510615 msgid "At least %s version %s is required to setup this connection"
511616 msgstr "కనీసం% s వెర్షన్% s వద్ద ఈ కనెక్షన్ని సెటప్ చెయ్యడానికి అవసరం"
512617
513 #: ../src/virt-viewer.c:133
618 #: ../src/virt-viewer.c:163
514619 msgid "Waiting for guest domain to re-start"
515620 msgstr "అతిథి డొమైన్ పునఃప్రారంభం కొరకు వేచివుంది"
516621
517 #: ../src/virt-viewer.c:318
622 #: ../src/virt-viewer.c:409
518623 #, c-format
519624 msgid "Cannot determine the graphic type for the guest %s"
520625 msgstr "అతిథి %s కొరకు గ్రాఫిక్ రకంను నిర్థారించలేక పోయింది"
521626
522 #: ../src/virt-viewer.c:341
523 #, c-format
524 msgid "Cannot determine the graphic address for the guest %s"
525 msgstr "అతిథి %s కొరకు గ్రాఫిక్ చిరునామా నిర్ధారించలేదు"
526
527 #: ../src/virt-viewer.c:354
627 #: ../src/virt-viewer.c:448
528628 #, c-format
529629 msgid "Cannot determine the host for the guest %s"
530630 msgstr "అతిథి %s కొరకు అతిథేయను నిర్ధారించలేదు"
531631
532 #: ../src/virt-viewer.c:540
632 #: ../src/virt-viewer.c:476
633 #, c-format
634 msgid "Guest '%s' is not reachable"
635 msgstr ""
636
637 #: ../src/virt-viewer.c:697
638 #, c-format
639 msgid "Virtual machine %s is not running"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:720
533643 msgid "Waiting for libvirt to start"
534644 msgstr "libvirt ప్రారంభించడానికి కోసం వేచి ఉన్నారు"
535645
536 #: ../src/virt-viewer.c:544
646 #: ../src/virt-viewer.c:724
537647 msgid "Finding guest domain"
538648 msgstr "అతిథి డొమైన్‌ కనుగొనుచున్నది"
539649
540 #: ../src/virt-viewer.c:548
650 #: ../src/virt-viewer.c:728
541651 msgid "Waiting for guest domain to be created"
542652 msgstr "అతిథి డొమైన్ సృష్టించబడుటకు వేచివుంది"
543653
544 #: ../src/virt-viewer.c:553
545 #, c-format
546 msgid "Cannot find guest domain %s"
547 msgstr "అతిథి డొమైన్‌ %sను కనుగొనలేక పోయింది"
548
549 #: ../src/virt-viewer.c:566
654 #: ../src/virt-viewer.c:750
550655 msgid "Checking guest domain status"
551656 msgstr "అతిథి డొమైన్‌ స్థితి పరిశీలిస్తోంది"
552657
553 #: ../src/virt-viewer.c:573
658 #: ../src/virt-viewer.c:753
659 msgid "Cannot get guest state"
660 msgstr ""
661
662 #: ../src/virt-viewer.c:759
554663 msgid "Waiting for guest domain to start"
555664 msgstr "అతిథి డొమైన్ ప్రారంభమగుటకు వేచివుంది"
556665
557 #: ../src/virt-viewer.c:580
558 msgid "Waiting for guest domain to start server"
559 msgstr "అతిథి డొమైన్ సేవికను ప్రారంభించుట కొరకు వేచివుంది"
560
561 #: ../src/virt-viewer.c:694
562 #, c-format
563 msgid "Unable to connect to libvirt with URI %s"
564 msgstr "URI %sతో libvirtకు అనుసంధానం కాలేదు"
565
566 #: ../src/virt-viewer.c:695
666 #: ../src/virt-viewer.c:863
667 #, c-format
668 msgid "Unable to connect to libvirt with URI: %s."
669 msgstr ""
670
671 #: ../src/virt-viewer.c:864
567672 msgid "[none]"
568673 msgstr "[ఏదీకాదు]"
569674
675 #: ../src/virt-viewer.c:871
676 msgid "Authentication failed."
677 msgstr ""
678
679 #: ../src/virt-viewer.c:931
680 msgid "Failed to connect: "
681 msgstr ""
682
683 #.
570684 #. * Local variables:
571685 #. * c-indent-level: 4
572686 #. * c-basic-offset: 4
573687 #. * indent-tabs-mode: nil
574688 #. * End:
689 #.
575690 #: ../src/virt-viewer.xml.h:1
576691 msgid "_File"
577692 msgstr "ఫైలు (_F)"
584699 msgid "Smartcard removal"
585700 msgstr "స్మార్టుకార్డ్ తీసివేత"
586701
587 #: ../src/virt-viewer.xml.h:6
702 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
703 msgid "Preferences"
704 msgstr ""
705
706 #: ../src/virt-viewer.xml.h:7
588707 msgid "_View"
589708 msgstr "దర్శించు (_V)"
590709
591 #: ../src/virt-viewer.xml.h:7
710 #: ../src/virt-viewer.xml.h:8
592711 msgid "Full screen"
593712 msgstr "నిండు తెర"
594713
595 #: ../src/virt-viewer.xml.h:8
714 #: ../src/virt-viewer.xml.h:9
596715 msgid "_Zoom"
597716 msgstr "జూమ్ (_Z)"
598717
599 #: ../src/virt-viewer.xml.h:9
718 #: ../src/virt-viewer.xml.h:10
600719 msgid "Displays"
601720 msgstr "ప్రదర్శనలు"
602721
603 #: ../src/virt-viewer.xml.h:10
722 #: ../src/virt-viewer.xml.h:11
604723 msgid "Release cursor"
605724 msgstr "సూచీ విడుదలచేయి"
606725
607 #: ../src/virt-viewer.xml.h:11
726 #: ../src/virt-viewer.xml.h:12
608727 msgid "_Send key"
609728 msgstr "పంపు కీ(_S)"
610729
611 #: ../src/virt-viewer.xml.h:12
730 #: ../src/virt-viewer.xml.h:13
612731 msgid "_Help"
613732 msgstr "సహాయము(_H)"
733
734 #: ../src/virt-viewer.xml.h:14
735 msgid "_Guest Details"
736 msgstr ""
737
738 #: ../src/virt-viewer-guest-details.xml.h:1
739 msgid "Guest Details"
740 msgstr ""
741
742 #: ../src/virt-viewer-guest-details.xml.h:2
743 msgid "Name:"
744 msgstr ""
745
746 #: ../src/virt-viewer-guest-details.xml.h:3
747 msgid "GUID:"
748 msgstr ""
749
750 #: ../src/virt-viewer-vm-connection.xml.h:1
751 msgid "Choose a virtual machine"
752 msgstr ""
753
754 #: ../src/virt-viewer-vm-connection.xml.h:2
755 msgid "Name"
756 msgstr ""
757
758 #: ../src/virt-viewer-vm-connection.xml.h:3
759 msgid "Available virtual machines"
760 msgstr ""
761
762 #: ../src/virt-viewer-preferences.xml.h:2
763 msgid "Folder sharing"
764 msgstr ""
765
766 #: ../src/virt-viewer-preferences.xml.h:3
767 msgid "Share folder"
768 msgstr ""
769
770 #: ../src/virt-viewer-preferences.xml.h:4
771 msgid "Read-only"
772 msgstr ""
773
774 #: ../src/virt-viewer-preferences.xml.h:5
775 msgid "Spice"
776 msgstr ""
+352
-205
po/tg.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Tajik (http://www.transifex.com/projects/p/virt-viewer/language/tg/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Tajik\n"
13 "Language: tg\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: tg\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+352
-205
po/th.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Thai (http://www.transifex.com/projects/p/virt-viewer/language/th/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Thai\n"
13 "Language: th\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: th\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+0
-610
po/tl.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Tagalog (http://www.transifex.com/projects/p/virt-viewer/language/tl/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: tl\n"
17 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
+310
-162
po/tr.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Necdet Yücel <necdetyucel@gmail.com>, 2012
66 msgid ""
77 msgstr ""
8 "Project-Id-Version: virt-viewer\n"
8 "Project-Id-Version: PACKAGE VERSION\n"
99 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
11 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
10 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
11 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1212 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
13 "Language-Team: Turkish (http://www.transifex.com/projects/p/virt-viewer/language/tr/)\n"
13 "Language-Team: Turkish (http://www.transifex.com/projects/p/virt-viewer/"
14 "language/tr/)\n"
15 "Language: tr\n"
1416 "MIME-Version: 1.0\n"
1517 "Content-Type: text/plain; charset=UTF-8\n"
1618 "Content-Transfer-Encoding: 8bit\n"
17 "Language: tr\n"
1819 "Plural-Forms: nplurals=2; plural=(n > 1);\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 "X-Generator: Zanata 3.7.3\n"
21
22 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2123 msgid "Remote Viewer"
2224 msgstr ""
2325
7173
7274 #: ../src/remote-viewer-main.c:50
7375 #, c-format
74 msgid "remote-viewer version %s\n"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
76 msgid "remote-viewer version %s"
77 msgstr ""
78
79 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7880 msgid "Display version information"
7981 msgstr "Sürüm bilgisini göster"
8082
81 #: ../src/remote-viewer-main.c:101
83 #: ../src/remote-viewer-main.c:105
8284 msgid "Set window title"
8385 msgstr ""
8486
85 #: ../src/remote-viewer-main.c:104
87 #: ../src/remote-viewer-main.c:108
8688 msgid "Open connection using Spice controller communication"
8789 msgstr ""
8890
89 #: ../src/remote-viewer-main.c:116
91 #: ../src/remote-viewer-main.c:120
9092 msgid "Remote viewer client"
9193 msgstr ""
9294
93 #: ../src/remote-viewer-main.c:134
95 #: ../src/remote-viewer-main.c:138
9496 #, c-format
9597 msgid ""
9698 "%s\n"
9799 "Run '%s --help' to see a full list of available command line options\n"
98100 msgstr ""
99101
100 #: ../src/remote-viewer-main.c:146
102 #: ../src/remote-viewer-main.c:149
101103 #, c-format
102104 msgid "Error: extra arguments given while using Spice controller\n"
103105 msgstr ""
104106
105 #: ../src/remote-viewer-main.c:153
107 #: ../src/remote-viewer-main.c:156
106108 #, c-format
107109 msgid "Error: can't handle multiple URIs\n"
108110 msgstr ""
109111
110 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
112 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
111113 msgid "Failed to initiate connection"
112114 msgstr ""
113115
114 #: ../src/remote-viewer.c:294
116 #: ../src/remote-viewer.c:313
115117 msgid "Display disabled by controller"
116118 msgstr ""
117119
118 #: ../src/remote-viewer.c:592
120 #: ../src/remote-viewer.c:609
119121 #, c-format
120122 msgid "Controller connection failed: %s"
121123 msgstr ""
122124
123 #. Create the widgets
124 #: ../src/remote-viewer.c:924
125 msgid "Connection details"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:939
129 msgid "_Connection Address"
125 #: ../src/remote-viewer.c:755
126 msgid "_Change CD"
127 msgstr ""
128
129 #: ../src/remote-viewer.c:855
130 msgid "failed to parse ovirt uri"
131 msgstr ""
132
133 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
134 msgid "Authentication was cancelled"
135 msgstr ""
136
137 #: ../src/remote-viewer.c:900
138 #, c-format
139 msgid "oVirt VM %s is not running"
140 msgstr ""
141
142 #: ../src/remote-viewer.c:914
143 #, c-format
144 msgid "oVirt VM %s has no display"
145 msgstr ""
146
147 #: ../src/remote-viewer.c:940
148 #, c-format
149 msgid "oVirt VM %s has no host information"
130150 msgstr ""
131151
132152 #: ../src/remote-viewer.c:951
133 msgid "For example, spice://foo.example.org:5900"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:964
137 msgid "_Recent Connections"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:1020
141 msgid "Couldn't create a Spice session"
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1034
153 #, c-format
154 msgid "oVirt VM %s has unknown display type: %d"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:1094
145158 msgid "Setting up Spice session..."
146159 msgstr ""
147160
148 #: ../src/remote-viewer.c:1055
149 #, c-format
150 msgid "Invalid file %s"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:1062
161 #: ../src/remote-viewer.c:1102
162 msgid "No connection was chosen"
163 msgstr ""
164
165 #: ../src/remote-viewer.c:1120
166 #, c-format
167 msgid "Invalid file %s: "
168 msgstr ""
169
170 #: ../src/remote-viewer.c:1128
154171 msgid "Cannot determine the connection type from URI"
155172 msgstr ""
156173
157 #: ../src/remote-viewer.c:1068
158 msgid "Couldn't open oVirt session"
159 msgstr ""
160
161 #: ../src/remote-viewer.c:1075
162 #, c-format
163 msgid "Couldn't create a session for this type: %s"
164 msgstr ""
165
174 #: ../src/remote-viewer.c:1134
175 msgid "Couldn't open oVirt session: "
176 msgstr ""
177
178 #.
166179 #. * Local variables:
167180 #. * c-indent-level: 4
168181 #. * c-basic-offset: 4
169182 #. * indent-tabs-mode: nil
170183 #. * End:
184 #.
185 #: ../src/remote-viewer-connect.xml.h:1
186 msgid "Connection details"
187 msgstr ""
188
189 #: ../src/remote-viewer-connect.xml.h:2
190 msgid "Connection Address"
191 msgstr ""
192
193 #: ../src/remote-viewer-connect.xml.h:3
194 msgid "For example, spice://foo.example.org:5900"
195 msgstr ""
196
197 #: ../src/remote-viewer-connect.xml.h:4
198 msgid "Recent connections"
199 msgstr ""
200
201 #: ../src/remote-viewer-connect.xml.h:5
202 msgid "Cancel"
203 msgstr ""
204
205 #: ../src/remote-viewer-connect.xml.h:6
206 msgid "Connect"
207 msgstr ""
208
171209 #: ../src/virt-viewer-about.xml.h:1
172210 msgid "About Glade"
173211 msgstr "Glade Hakkında"
207245 msgid "The Fedora Translation Team"
208246 msgstr "Fedora Çeviri Ekibi"
209247
210 #: ../src/virt-viewer-app.c:400
248 #: ../src/virt-viewer-app.c:526
211249 msgid "Do you want to close the session?"
212250 msgstr ""
213251
214 #: ../src/virt-viewer-app.c:402
252 #: ../src/virt-viewer-app.c:528
215253 msgid "Do not ask me again"
216254 msgstr ""
217255
218 #: ../src/virt-viewer-app.c:841
256 #: ../src/virt-viewer-app.c:1008
219257 #, c-format
220258 msgid "Waiting for display %d..."
221259 msgstr ""
222260
223 #: ../src/virt-viewer-app.c:946
224 #, c-format
225 msgid "Unknown graphic type for the guest %s"
226 msgstr ""
227
228 #: ../src/virt-viewer-app.c:1027
261 #: ../src/virt-viewer-app.c:1117
262 #, c-format
263 msgid "Unsupported graphic type '%s'"
264 msgstr ""
265
266 #: ../src/virt-viewer-app.c:1200
229267 msgid "Connect to ssh failed."
230268 msgstr "Ssh bağlantısı başarısız oldu."
231269
232 #: ../src/virt-viewer-app.c:1029
270 #: ../src/virt-viewer-app.c:1202
233271 msgid "Can't connect to channel, SSH only supported."
234272 msgstr ""
235273
236 #: ../src/virt-viewer-app.c:1041
274 #: ../src/virt-viewer-app.c:1214
237275 msgid "Connect to channel unsupported."
238276 msgstr ""
239277
240 #: ../src/virt-viewer-app.c:1123
278 #: ../src/virt-viewer-app.c:1276
279 msgid "Display can only be attached through libvirt with --attach"
280 msgstr ""
281
282 #: ../src/virt-viewer-app.c:1299
241283 msgid "Connecting to graphic server"
242284 msgstr "Grafik sunucuya bağlanıyor"
243285
244 #: ../src/virt-viewer-app.c:1256
286 #: ../src/virt-viewer-app.c:1398
245287 msgid "Guest domain has shutdown"
246288 msgstr ""
247289
248 #: ../src/virt-viewer-app.c:1317
290 #: ../src/virt-viewer-app.c:1459
249291 msgid "Connected to graphic server"
250292 msgstr "Grafik sunucuya bağlandı"
251293
252 #: ../src/virt-viewer-app.c:1344
294 #: ../src/virt-viewer-app.c:1486
253295 #, c-format
254296 msgid "Unable to connect to the graphic server %s"
255297 msgstr ""
256298
257 #: ../src/virt-viewer-app.c:1376
258 #, c-format
259 msgid ""
260 "Unable to authenticate with remote desktop server at %s: %s\n"
261 "Retry connection again?"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1396
299 #: ../src/virt-viewer-app.c:1512
300 #, c-format
301 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:1525
265305 #, c-format
266306 msgid "Unable to authenticate with remote desktop server: %s"
267307 msgstr ""
268308
269 #: ../src/virt-viewer-app.c:1404
309 #: ../src/virt-viewer-app.c:1533
270310 #, c-format
271311 msgid "USB redirection error: %s"
272312 msgstr "USB yönlendirme hatası: %s"
273313
274 #: ../src/virt-viewer-app.c:1632
314 #: ../src/virt-viewer-app.c:1786
275315 #, c-format
276316 msgid "Zoom level must be within %d-%d\n"
277317 msgstr ""
278318
279 #: ../src/virt-viewer-app.c:2126
319 #: ../src/virt-viewer-app.c:2296
280320 #, c-format
281321 msgid "Display %d"
282322 msgstr ""
283323
284 #: ../src/virt-viewer-app.c:2301
324 #: ../src/virt-viewer-app.c:2552
285325 #, c-format
286326 msgid "Invalid kiosk-quit argument: %s"
287327 msgstr ""
288328
289 #: ../src/virt-viewer-app.c:2310
329 #: ../src/virt-viewer-app.c:2561
290330 msgid "Zoom level of window, in percentage"
291331 msgstr ""
292332
293 #: ../src/virt-viewer-app.c:2312
333 #: ../src/virt-viewer-app.c:2563
294334 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
295335 msgstr ""
296336
297 #: ../src/virt-viewer-app.c:2314
337 #: ../src/virt-viewer-app.c:2565
298338 msgid "Customise hotkeys"
299339 msgstr ""
300340
301 #: ../src/virt-viewer-app.c:2316
341 #: ../src/virt-viewer-app.c:2567
302342 msgid "Enable kiosk mode"
303343 msgstr ""
304344
305 #: ../src/virt-viewer-app.c:2318
345 #: ../src/virt-viewer-app.c:2569
306346 msgid "Quit on given condition in kiosk mode"
307347 msgstr ""
308348
309 #: ../src/virt-viewer-app.c:2318
349 #: ../src/virt-viewer-app.c:2569
310350 msgid "<never|on-disconnect>"
311351 msgstr ""
312352
313 #: ../src/virt-viewer-app.c:2320
353 #: ../src/virt-viewer-app.c:2571
314354 msgid "Display verbose information"
315355 msgstr ""
316356
317 #: ../src/virt-viewer-app.c:2322
357 #: ../src/virt-viewer-app.c:2573
318358 msgid "Display debugging information"
319359 msgstr "Hata ayıklama bilgisini görüntüle"
320360
361 #: ../src/virt-viewer-auth.c:88
362 #, c-format
363 msgid ""
364 "Authentication is required for the %s connection to:\n"
365 "\n"
366 "<b>%s</b>\n"
367 "\n"
368 msgstr ""
369
370 #: ../src/virt-viewer-auth.c:92
371 #, c-format
372 msgid "Authentication is required for the %s connection:\n"
373 msgstr ""
374
375 #.
321376 #. * Local variables:
322377 #. * c-indent-level: 4
323378 #. * c-basic-offset: 4
324379 #. * indent-tabs-mode: nil
325380 #. * End:
381 #.
326382 #: ../src/virt-viewer-auth.xml.h:1
327383 msgid "Authentication required"
328384 msgstr "Kimlik Doğrulama gerekli"
329385
330 #: ../src/virt-viewer-auth.xml.h:2
386 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
331387 msgid "label"
332388 msgstr "etiket"
333389
339395 msgid "Username:"
340396 msgstr "Kullanıcı Adı:"
341397
398 #: ../src/virt-viewer-auth.xml.h:5
399 msgid "Show password"
400 msgstr ""
401
402 #: ../src/virt-viewer-display-vnc.c:133
403 msgid "VNC does not provide GUID"
404 msgstr ""
405
342406 #: ../src/virt-viewer-main.c:38
343407 #, c-format
344408 msgid "%s version %s\n"
377441 msgid "Virtual machine graphical console"
378442 msgstr ""
379443
380 #: ../src/virt-viewer-main.c:108
444 #: ../src/virt-viewer-main.c:107
381445 #, c-format
382446 msgid ""
383447 "\n"
384 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
448 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
385449 "\n"
386450 "%s\n"
387451 "\n"
388 msgstr "\nKullanım: %s [SEÇENEKLER] ALAN-ADI|ID|UUID\n\n%s\n\n"
389
390 #: ../src/virt-viewer-session-spice.c:506
391 msgid "invalid password"
452 msgstr ""
453
454 #: ../src/virt-viewer-main.c:112
455 #, c-format
456 msgid ""
457 "\n"
458 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
459 "\n"
460 msgstr ""
461
462 #: ../src/virt-viewer-session-spice.c:694
463 msgid "Invalid password"
392464 msgstr ""
393465
394466 #. Create the widgets
395 #: ../src/virt-viewer-session-spice.c:588
467 #: ../src/virt-viewer-session-spice.c:786
396468 msgid "Select USB devices for redirection"
397469 msgstr ""
398470
399 #: ../src/virt-viewer-session-vnc.c:148
471 #: ../src/virt-viewer-session-vnc.c:153
400472 #, c-format
401473 msgid "Unsupported authentication type %d"
402474 msgstr ""
403475
404 #: ../src/virt-viewer-window.c:587
476 #: ../src/virt-viewer-vm-connection.c:64
477 msgid "No virtual machine found"
478 msgstr ""
479
480 #: ../src/virt-viewer-vm-connection.c:93
481 msgid "No virtual machine was chosen"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:537
405485 msgid "Ctrl+Alt+_Del"
406486 msgstr "Ctrl+Alt+_Del"
407487
408 #: ../src/virt-viewer-window.c:588
488 #: ../src/virt-viewer-window.c:538
409489 msgid "Ctrl+Alt+_Backspace"
410490 msgstr "Ctrl+Alt+_Backspace"
411491
412 #: ../src/virt-viewer-window.c:590
492 #: ../src/virt-viewer-window.c:540
413493 msgid "Ctrl+Alt+F_1"
414494 msgstr "Ctrl+Alt+F_1"
415495
416 #: ../src/virt-viewer-window.c:591
496 #: ../src/virt-viewer-window.c:541
417497 msgid "Ctrl+Alt+F_2"
418498 msgstr "Ctrl+Alt+F_2"
419499
420 #: ../src/virt-viewer-window.c:592
500 #: ../src/virt-viewer-window.c:542
421501 msgid "Ctrl+Alt+F_3"
422502 msgstr "Ctrl+Alt+F_3"
423503
424 #: ../src/virt-viewer-window.c:593
504 #: ../src/virt-viewer-window.c:543
425505 msgid "Ctrl+Alt+F_4"
426506 msgstr "Ctrl+Alt+F_4"
427507
428 #: ../src/virt-viewer-window.c:594
508 #: ../src/virt-viewer-window.c:544
429509 msgid "Ctrl+Alt+F_5"
430510 msgstr "Ctrl+Alt+F_5"
431511
432 #: ../src/virt-viewer-window.c:595
512 #: ../src/virt-viewer-window.c:545
433513 msgid "Ctrl+Alt+F_6"
434514 msgstr "Ctrl+Alt+F_6"
435515
436 #: ../src/virt-viewer-window.c:596
516 #: ../src/virt-viewer-window.c:546
437517 msgid "Ctrl+Alt+F_7"
438518 msgstr "Ctrl+Alt+F_7"
439519
440 #: ../src/virt-viewer-window.c:597
520 #: ../src/virt-viewer-window.c:547
441521 msgid "Ctrl+Alt+F_8"
442522 msgstr "Ctrl+Alt+F_8"
443523
444 #: ../src/virt-viewer-window.c:598
524 #: ../src/virt-viewer-window.c:548
445525 msgid "Ctrl+Alt+F_9"
446526 msgstr "Ctrl+Alt+F_9"
447527
448 #: ../src/virt-viewer-window.c:599
528 #: ../src/virt-viewer-window.c:549
449529 msgid "Ctrl+Alt+F1_0"
450530 msgstr "Ctrl+Alt+F1_0"
451531
452 #: ../src/virt-viewer-window.c:600
532 #: ../src/virt-viewer-window.c:550
453533 msgid "Ctrl+Alt+F11"
454534 msgstr "Ctrl+Alt+F11"
455535
456 #: ../src/virt-viewer-window.c:601
536 #: ../src/virt-viewer-window.c:551
457537 msgid "Ctrl+Alt+F12"
458538 msgstr "Ctrl+Alt+F12"
459539
460 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
540 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
461541 msgid "Screenshot"
462542 msgstr "Ekran Görüntüsü"
463543
464 #: ../src/virt-viewer-window.c:1051
544 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
545 msgid "Unknown"
546 msgstr ""
547
548 #: ../src/virt-viewer-window.c:1062
465549 msgid "Disconnect"
466550 msgstr "Bağlantıyı Kes"
467551
468 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
552 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
469553 #: ../src/virt-viewer.xml.h:3
470554 msgid "USB device selection"
471555 msgstr "USB aygıt seçimi"
472556
473 #: ../src/virt-viewer-window.c:1070
557 #: ../src/virt-viewer-window.c:1081
474558 msgid "Send key combination"
475559 msgstr ""
476560
477 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
561 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
478562 msgid "Leave fullscreen"
479563 msgstr "Tam ekrandan ayrıl"
480564
481 #: ../src/virt-viewer-window.c:1162
565 #: ../src/virt-viewer-window.c:1173
482566 msgid "Ctrl+Alt"
483567 msgstr ""
484568
485 #: ../src/virt-viewer-window.c:1165
569 #: ../src/virt-viewer-window.c:1176
486570 #, c-format
487571 msgid "(Press %s to release pointer)"
488572 msgstr ""
489573
490574 #. translators:
491 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
492 #. <appname>"
493 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
494 #. Viewer"
495 #: ../src/virt-viewer-window.c:1176
575 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
576 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
577 #.
578 #: ../src/virt-viewer-window.c:1187
496579 #, c-format
497580 msgid "%s%s%s - %s"
498581 msgstr "%s%s%s - %s"
499582
500583 #. translators: <space>
501 #: ../src/virt-viewer-window.c:1180
584 #: ../src/virt-viewer-window.c:1191
502585 msgid " "
503586 msgstr " "
504587
505 #: ../src/virt-viewer-file.c:624
588 #: ../src/virt-viewer-file.c:825
589 #, c-format
590 msgid ""
591 "At least %s version %s is required to setup this connection, see %s for "
592 "details"
593 msgstr ""
594
595 #: ../src/virt-viewer-file.c:833
506596 #, c-format
507597 msgid "At least %s version %s is required to setup this connection"
508598 msgstr ""
509599
510 #: ../src/virt-viewer.c:133
600 #: ../src/virt-viewer.c:163
511601 msgid "Waiting for guest domain to re-start"
512602 msgstr ""
513603
514 #: ../src/virt-viewer.c:318
604 #: ../src/virt-viewer.c:409
515605 #, c-format
516606 msgid "Cannot determine the graphic type for the guest %s"
517607 msgstr ""
518608
519 #: ../src/virt-viewer.c:341
520 #, c-format
521 msgid "Cannot determine the graphic address for the guest %s"
522 msgstr ""
523
524 #: ../src/virt-viewer.c:354
609 #: ../src/virt-viewer.c:448
525610 #, c-format
526611 msgid "Cannot determine the host for the guest %s"
527612 msgstr ""
528613
529 #: ../src/virt-viewer.c:540
614 #: ../src/virt-viewer.c:476
615 #, c-format
616 msgid "Guest '%s' is not reachable"
617 msgstr ""
618
619 #: ../src/virt-viewer.c:697
620 #, c-format
621 msgid "Virtual machine %s is not running"
622 msgstr ""
623
624 #: ../src/virt-viewer.c:720
530625 msgid "Waiting for libvirt to start"
531626 msgstr ""
532627
533 #: ../src/virt-viewer.c:544
628 #: ../src/virt-viewer.c:724
534629 msgid "Finding guest domain"
535630 msgstr ""
536631
537 #: ../src/virt-viewer.c:548
632 #: ../src/virt-viewer.c:728
538633 msgid "Waiting for guest domain to be created"
539634 msgstr ""
540635
541 #: ../src/virt-viewer.c:553
542 #, c-format
543 msgid "Cannot find guest domain %s"
544 msgstr ""
545
546 #: ../src/virt-viewer.c:566
636 #: ../src/virt-viewer.c:750
547637 msgid "Checking guest domain status"
548638 msgstr ""
549639
550 #: ../src/virt-viewer.c:573
640 #: ../src/virt-viewer.c:753
641 msgid "Cannot get guest state"
642 msgstr ""
643
644 #: ../src/virt-viewer.c:759
551645 msgid "Waiting for guest domain to start"
552646 msgstr ""
553647
554 #: ../src/virt-viewer.c:580
555 msgid "Waiting for guest domain to start server"
556 msgstr ""
557
558 #: ../src/virt-viewer.c:694
559 #, c-format
560 msgid "Unable to connect to libvirt with URI %s"
561 msgstr ""
562
563 #: ../src/virt-viewer.c:695
648 #: ../src/virt-viewer.c:863
649 #, c-format
650 msgid "Unable to connect to libvirt with URI: %s."
651 msgstr ""
652
653 #: ../src/virt-viewer.c:864
564654 msgid "[none]"
565655 msgstr ""
566656
657 #: ../src/virt-viewer.c:871
658 msgid "Authentication failed."
659 msgstr ""
660
661 #: ../src/virt-viewer.c:931
662 msgid "Failed to connect: "
663 msgstr ""
664
665 #.
567666 #. * Local variables:
568667 #. * c-indent-level: 4
569668 #. * c-basic-offset: 4
570669 #. * indent-tabs-mode: nil
571670 #. * End:
671 #.
572672 #: ../src/virt-viewer.xml.h:1
573673 msgid "_File"
574674 msgstr "_Dosya"
581681 msgid "Smartcard removal"
582682 msgstr ""
583683
584 #: ../src/virt-viewer.xml.h:6
684 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
685 msgid "Preferences"
686 msgstr ""
687
688 #: ../src/virt-viewer.xml.h:7
585689 msgid "_View"
586690 msgstr ""
587691
588 #: ../src/virt-viewer.xml.h:7
692 #: ../src/virt-viewer.xml.h:8
589693 msgid "Full screen"
590694 msgstr "Tam Ekran"
591695
592 #: ../src/virt-viewer.xml.h:8
696 #: ../src/virt-viewer.xml.h:9
593697 msgid "_Zoom"
594698 msgstr ""
595699
596 #: ../src/virt-viewer.xml.h:9
700 #: ../src/virt-viewer.xml.h:10
597701 msgid "Displays"
598702 msgstr ""
599703
600 #: ../src/virt-viewer.xml.h:10
704 #: ../src/virt-viewer.xml.h:11
601705 msgid "Release cursor"
602706 msgstr ""
603707
604 #: ../src/virt-viewer.xml.h:11
708 #: ../src/virt-viewer.xml.h:12
605709 msgid "_Send key"
606710 msgstr ""
607711
608 #: ../src/virt-viewer.xml.h:12
712 #: ../src/virt-viewer.xml.h:13
609713 msgid "_Help"
610714 msgstr "_Yardım"
715
716 #: ../src/virt-viewer.xml.h:14
717 msgid "_Guest Details"
718 msgstr ""
719
720 #: ../src/virt-viewer-guest-details.xml.h:1
721 msgid "Guest Details"
722 msgstr ""
723
724 #: ../src/virt-viewer-guest-details.xml.h:2
725 msgid "Name:"
726 msgstr ""
727
728 #: ../src/virt-viewer-guest-details.xml.h:3
729 msgid "GUID:"
730 msgstr ""
731
732 #: ../src/virt-viewer-vm-connection.xml.h:1
733 msgid "Choose a virtual machine"
734 msgstr ""
735
736 #: ../src/virt-viewer-vm-connection.xml.h:2
737 msgid "Name"
738 msgstr ""
739
740 #: ../src/virt-viewer-vm-connection.xml.h:3
741 msgid "Available virtual machines"
742 msgstr ""
743
744 #: ../src/virt-viewer-preferences.xml.h:2
745 msgid "Folder sharing"
746 msgstr ""
747
748 #: ../src/virt-viewer-preferences.xml.h:3
749 msgid "Share folder"
750 msgstr ""
751
752 #: ../src/virt-viewer-preferences.xml.h:4
753 msgid "Read-only"
754 msgstr ""
755
756 #: ../src/virt-viewer-preferences.xml.h:5
757 msgid "Spice"
758 msgstr ""
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: PACKAGE VERSION\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Twi\n"
13 "Language: tw\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
21 msgid "Remote Viewer"
22 msgstr ""
23
24 #: ../data/remote-viewer.desktop.in.h:2
25 msgid "Access remote desktops"
26 msgstr ""
27
28 #: ../data/virt-viewer-mime.xml.in.h:1
29 msgid "Virt-Viewer connection file"
30 msgstr ""
31
32 #: ../src/gbinding.c:637
33 msgid "Source"
34 msgstr ""
35
36 #: ../src/gbinding.c:638
37 msgid "The source of the binding"
38 msgstr ""
39
40 #: ../src/gbinding.c:652
41 msgid "Target"
42 msgstr ""
43
44 #: ../src/gbinding.c:653
45 msgid "The target of the binding"
46 msgstr ""
47
48 #: ../src/gbinding.c:668
49 msgid "Source Property"
50 msgstr ""
51
52 #: ../src/gbinding.c:669
53 msgid "The property on the source to bind"
54 msgstr ""
55
56 #: ../src/gbinding.c:684
57 msgid "Target Property"
58 msgstr ""
59
60 #: ../src/gbinding.c:685
61 msgid "The property on the target to bind"
62 msgstr ""
63
64 #: ../src/gbinding.c:699
65 msgid "Flags"
66 msgstr ""
67
68 #: ../src/gbinding.c:700
69 msgid "The binding flags"
70 msgstr ""
71
72 #: ../src/remote-viewer-main.c:50
73 #, c-format
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
78 msgid "Display version information"
79 msgstr ""
80
81 #: ../src/remote-viewer-main.c:105
82 msgid "Set window title"
83 msgstr ""
84
85 #: ../src/remote-viewer-main.c:108
86 msgid "Open connection using Spice controller communication"
87 msgstr ""
88
89 #: ../src/remote-viewer-main.c:120
90 msgid "Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:138
94 #, c-format
95 msgid ""
96 "%s\n"
97 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr ""
99
100 #: ../src/remote-viewer-main.c:149
101 #, c-format
102 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr ""
104
105 #: ../src/remote-viewer-main.c:156
106 #, c-format
107 msgid "Error: can't handle multiple URIs\n"
108 msgstr ""
109
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
111 msgid "Failed to initiate connection"
112 msgstr ""
113
114 #: ../src/remote-viewer.c:313
115 msgid "Display disabled by controller"
116 msgstr ""
117
118 #: ../src/remote-viewer.c:609
119 #, c-format
120 msgid "Controller connection failed: %s"
121 msgstr ""
122
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
148 msgstr ""
149
150 #: ../src/remote-viewer.c:951
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
156 msgid "Setting up Spice session..."
157 msgstr ""
158
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
169 msgid "Cannot determine the connection type from URI"
170 msgstr ""
171
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
177 #. * Local variables:
178 #. * c-indent-level: 4
179 #. * c-basic-offset: 4
180 #. * indent-tabs-mode: nil
181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
207 #: ../src/virt-viewer-about.xml.h:1
208 msgid "About Glade"
209 msgstr ""
210
211 #: ../src/virt-viewer-about.xml.h:2
212 msgid ""
213 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
214 "Copyright (C) 2007-2014 Red Hat, Inc."
215 msgstr ""
216
217 #: ../src/virt-viewer-about.xml.h:4
218 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
219 msgstr ""
220
221 #: ../src/virt-viewer-about.xml.h:5
222 msgid "virt-manager.org"
223 msgstr ""
224
225 #: ../src/virt-viewer-about.xml.h:6
226 msgid ""
227 "This program is free software; you can redistribute it and/or modify\n"
228 "it under the terms of the GNU General Public License as published by\n"
229 "the Free Software Foundation; either version 2 of the License, or\n"
230 "(at your option) any later version.\n"
231 "\n"
232 "This program is distributed in the hope that it will be useful,\n"
233 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
234 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
235 "GNU General Public License for more details.\n"
236 "\n"
237 "You should have received a copy of the GNU General Public License\n"
238 "along with this program; if not, write to the Free Software\n"
239 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
240 msgstr ""
241
242 #: ../src/virt-viewer-about.xml.h:20
243 msgid "The Fedora Translation Team"
244 msgstr ""
245
246 #: ../src/virt-viewer-app.c:526
247 msgid "Do you want to close the session?"
248 msgstr ""
249
250 #: ../src/virt-viewer-app.c:528
251 msgid "Do not ask me again"
252 msgstr ""
253
254 #: ../src/virt-viewer-app.c:1008
255 #, c-format
256 msgid "Waiting for display %d..."
257 msgstr ""
258
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
265 msgid "Connect to ssh failed."
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1202
269 msgid "Can't connect to channel, SSH only supported."
270 msgstr ""
271
272 #: ../src/virt-viewer-app.c:1214
273 msgid "Connect to channel unsupported."
274 msgstr ""
275
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
281 msgid "Connecting to graphic server"
282 msgstr ""
283
284 #: ../src/virt-viewer-app.c:1398
285 msgid "Guest domain has shutdown"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:1459
289 msgid "Connected to graphic server"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:1486
293 #, c-format
294 msgid "Unable to connect to the graphic server %s"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
360 #, c-format
361 msgid ""
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
374 #. * Local variables:
375 #. * c-indent-level: 4
376 #. * c-basic-offset: 4
377 #. * indent-tabs-mode: nil
378 #. * End:
379 #.
380 #: ../src/virt-viewer-auth.xml.h:1
381 msgid "Authentication required"
382 msgstr ""
383
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
385 msgid "label"
386 msgstr ""
387
388 #: ../src/virt-viewer-auth.xml.h:3
389 msgid "Password:"
390 msgstr ""
391
392 #: ../src/virt-viewer-auth.xml.h:4
393 msgid "Username:"
394 msgstr ""
395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
404 #: ../src/virt-viewer-main.c:38
405 #, c-format
406 msgid "%s version %s\n"
407 msgstr ""
408
409 #: ../src/virt-viewer-main.c:62
410 msgid "Direct connection with no automatic tunnels"
411 msgstr ""
412
413 #: ../src/virt-viewer-main.c:64
414 msgid "Attach to the local display using libvirt"
415 msgstr ""
416
417 #: ../src/virt-viewer-main.c:66
418 msgid "Connect to hypervisor"
419 msgstr ""
420
421 #: ../src/virt-viewer-main.c:68
422 msgid "Wait for domain to start"
423 msgstr ""
424
425 #: ../src/virt-viewer-main.c:70
426 msgid "Reconnect to domain upon restart"
427 msgstr ""
428
429 #: ../src/virt-viewer-main.c:77
430 msgid "Virt Viewer"
431 msgstr ""
432
433 #: ../src/virt-viewer-main.c:80
434 #, c-format
435 msgid "Run '%s --help' to see a full list of available command line options"
436 msgstr ""
437
438 #: ../src/virt-viewer-main.c:86
439 msgid "Virtual machine graphical console"
440 msgstr ""
441
442 #: ../src/virt-viewer-main.c:107
443 #, c-format
444 msgid ""
445 "\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
447 "\n"
448 "%s\n"
449 "\n"
450 msgstr ""
451
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
462 msgstr ""
463
464 #. Create the widgets
465 #: ../src/virt-viewer-session-spice.c:786
466 msgid "Select USB devices for redirection"
467 msgstr ""
468
469 #: ../src/virt-viewer-session-vnc.c:153
470 #, c-format
471 msgid "Unsupported authentication type %d"
472 msgstr ""
473
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
483 msgid "Ctrl+Alt+_Del"
484 msgstr ""
485
486 #: ../src/virt-viewer-window.c:538
487 msgid "Ctrl+Alt+_Backspace"
488 msgstr ""
489
490 #: ../src/virt-viewer-window.c:540
491 msgid "Ctrl+Alt+F_1"
492 msgstr ""
493
494 #: ../src/virt-viewer-window.c:541
495 msgid "Ctrl+Alt+F_2"
496 msgstr ""
497
498 #: ../src/virt-viewer-window.c:542
499 msgid "Ctrl+Alt+F_3"
500 msgstr ""
501
502 #: ../src/virt-viewer-window.c:543
503 msgid "Ctrl+Alt+F_4"
504 msgstr ""
505
506 #: ../src/virt-viewer-window.c:544
507 msgid "Ctrl+Alt+F_5"
508 msgstr ""
509
510 #: ../src/virt-viewer-window.c:545
511 msgid "Ctrl+Alt+F_6"
512 msgstr ""
513
514 #: ../src/virt-viewer-window.c:546
515 msgid "Ctrl+Alt+F_7"
516 msgstr ""
517
518 #: ../src/virt-viewer-window.c:547
519 msgid "Ctrl+Alt+F_8"
520 msgstr ""
521
522 #: ../src/virt-viewer-window.c:548
523 msgid "Ctrl+Alt+F_9"
524 msgstr ""
525
526 #: ../src/virt-viewer-window.c:549
527 msgid "Ctrl+Alt+F1_0"
528 msgstr ""
529
530 #: ../src/virt-viewer-window.c:550
531 msgid "Ctrl+Alt+F11"
532 msgstr ""
533
534 #: ../src/virt-viewer-window.c:551
535 msgid "Ctrl+Alt+F12"
536 msgstr ""
537
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
539 msgid "Screenshot"
540 msgstr ""
541
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
547 msgid "Disconnect"
548 msgstr ""
549
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
551 #: ../src/virt-viewer.xml.h:3
552 msgid "USB device selection"
553 msgstr ""
554
555 #: ../src/virt-viewer-window.c:1081
556 msgid "Send key combination"
557 msgstr ""
558
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
560 msgid "Leave fullscreen"
561 msgstr ""
562
563 #: ../src/virt-viewer-window.c:1173
564 msgid "Ctrl+Alt"
565 msgstr ""
566
567 #: ../src/virt-viewer-window.c:1176
568 #, c-format
569 msgid "(Press %s to release pointer)"
570 msgstr ""
571
572 #. translators:
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
577 #, c-format
578 msgid "%s%s%s - %s"
579 msgstr ""
580
581 #. translators: <space>
582 #: ../src/virt-viewer-window.c:1191
583 msgid " "
584 msgstr ""
585
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
594 #, c-format
595 msgid "At least %s version %s is required to setup this connection"
596 msgstr ""
597
598 #: ../src/virt-viewer.c:163
599 msgid "Waiting for guest domain to re-start"
600 msgstr ""
601
602 #: ../src/virt-viewer.c:409
603 #, c-format
604 msgid "Cannot determine the graphic type for the guest %s"
605 msgstr ""
606
607 #: ../src/virt-viewer.c:448
608 #, c-format
609 msgid "Cannot determine the host for the guest %s"
610 msgstr ""
611
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
623 msgid "Waiting for libvirt to start"
624 msgstr ""
625
626 #: ../src/virt-viewer.c:724
627 msgid "Finding guest domain"
628 msgstr ""
629
630 #: ../src/virt-viewer.c:728
631 msgid "Waiting for guest domain to be created"
632 msgstr ""
633
634 #: ../src/virt-viewer.c:750
635 msgid "Checking guest domain status"
636 msgstr ""
637
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
643 msgid "Waiting for guest domain to start"
644 msgstr ""
645
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
652 msgid "[none]"
653 msgstr ""
654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
664 #. * Local variables:
665 #. * c-indent-level: 4
666 #. * c-basic-offset: 4
667 #. * indent-tabs-mode: nil
668 #. * End:
669 #.
670 #: ../src/virt-viewer.xml.h:1
671 msgid "_File"
672 msgstr ""
673
674 #: ../src/virt-viewer.xml.h:4
675 msgid "Smartcard insertion"
676 msgstr ""
677
678 #: ../src/virt-viewer.xml.h:5
679 msgid "Smartcard removal"
680 msgstr ""
681
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
687 msgid "_View"
688 msgstr ""
689
690 #: ../src/virt-viewer.xml.h:8
691 msgid "Full screen"
692 msgstr ""
693
694 #: ../src/virt-viewer.xml.h:9
695 msgid "_Zoom"
696 msgstr ""
697
698 #: ../src/virt-viewer.xml.h:10
699 msgid "Displays"
700 msgstr ""
701
702 #: ../src/virt-viewer.xml.h:11
703 msgid "Release cursor"
704 msgstr ""
705
706 #: ../src/virt-viewer.xml.h:12
707 msgid "_Send key"
708 msgstr ""
709
710 #: ../src/virt-viewer.xml.h:13
711 msgid "_Help"
712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+369
-179
po/uk.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Yuri Chornoivan <yurchor@ukr.net>, 2011-2014
6 # Yuri Chornoivan <yurchor@ukr.net>, 2015. #zanata
67 msgid ""
78 msgstr ""
8 "Project-Id-Version: virt-viewer\n"
9 "Project-Id-Version: PACKAGE VERSION\n"
910 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
11 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
12 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
13 "Language-Team: Ukrainian (http://www.transifex.com/projects/p/virt-viewer/language/uk/)\n"
11 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
12 "PO-Revision-Date: 2015-12-07 12:22-0500\n"
13 "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n"
14 "Language-Team: Ukrainian (http://www.transifex.com/projects/p/virt-viewer/"
15 "language/uk/)\n"
16 "Language: uk\n"
1417 "MIME-Version: 1.0\n"
1518 "Content-Type: text/plain; charset=UTF-8\n"
1619 "Content-Transfer-Encoding: 8bit\n"
17 "Language: uk\n"
18 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
21 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
22 "X-Generator: Zanata 3.7.3\n"
23
24 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2125 msgid "Remote Viewer"
2226 msgstr "Віддалений переглядач"
2327
7175
7276 #: ../src/remote-viewer-main.c:50
7377 #, c-format
74 msgid "remote-viewer version %s\n"
75 msgstr "remote-viewer версії %s\n"
76
77 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
78 msgid "remote-viewer version %s"
79 msgstr "remote-viewer версії %s"
80
81 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7882 msgid "Display version information"
7983 msgstr "Показати інформацію щодо версії"
8084
81 #: ../src/remote-viewer-main.c:101
85 #: ../src/remote-viewer-main.c:105
8286 msgid "Set window title"
8387 msgstr "Встановити вказаний заголовок вікна"
8488
85 #: ../src/remote-viewer-main.c:104
89 #: ../src/remote-viewer-main.c:108
8690 msgid "Open connection using Spice controller communication"
8791 msgstr "Встановити з’єднання за допомогою обміну даними з контролером Spice"
8892
89 #: ../src/remote-viewer-main.c:116
93 #: ../src/remote-viewer-main.c:120
9094 msgid "Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:134
95 msgstr "Клієнтська програма для перегляду віддалених систем"
96
97 #: ../src/remote-viewer-main.c:138
9498 #, c-format
9599 msgid ""
96100 "%s\n"
97101 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr "%s\nЩоб переглянути повний список можливих параметрів командного рядка, віддайте команду «%s --help»\n"
99
100 #: ../src/remote-viewer-main.c:146
102 msgstr ""
103 "%s\n"
104 "Щоб переглянути повний список можливих параметрів командного рядка, віддайте "
105 "команду «%s --help»\n"
106
107 #: ../src/remote-viewer-main.c:149
101108 #, c-format
102109 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr "Помилка: під час використання контролера Spice передано зайві параметри\n"
104
105 #: ../src/remote-viewer-main.c:153
110 msgstr ""
111 "Помилка: під час використання контролера Spice передано зайві параметри\n"
112
113 #: ../src/remote-viewer-main.c:156
106114 #, c-format
107115 msgid "Error: can't handle multiple URIs\n"
108116 msgstr "Помилка: обробка декількох адрес одночасно неможлива\n"
109117
110 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
118 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
111119 msgid "Failed to initiate connection"
112120 msgstr "Не вдалося започаткувати з’єднання"
113121
114 #: ../src/remote-viewer.c:294
122 #: ../src/remote-viewer.c:313
115123 msgid "Display disabled by controller"
116124 msgstr "Екран вимкнено контролером"
117125
118 #: ../src/remote-viewer.c:592
126 #: ../src/remote-viewer.c:609
119127 #, c-format
120128 msgid "Controller connection failed: %s"
121129 msgstr "Помилка з’єднання з контролером: %s"
122130
123 #. Create the widgets
124 #: ../src/remote-viewer.c:924
125 msgid "Connection details"
126 msgstr "Параметри з’єднання"
127
128 #: ../src/remote-viewer.c:939
129 msgid "_Connection Address"
130 msgstr ""
131 #: ../src/remote-viewer.c:755
132 msgid "_Change CD"
133 msgstr "За_мінити CD"
134
135 #: ../src/remote-viewer.c:855
136 msgid "failed to parse ovirt uri"
137 msgstr "не вдалося обробити адресу ovirt"
138
139 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
140 msgid "Authentication was cancelled"
141 msgstr "Розпізнавання було скасовано"
142
143 #: ../src/remote-viewer.c:900
144 #, c-format
145 msgid "oVirt VM %s is not running"
146 msgstr "ВМ oVirt %s не запущено"
147
148 #: ../src/remote-viewer.c:914
149 #, c-format
150 msgid "oVirt VM %s has no display"
151 msgstr "ВМ oVirt %s не має дисплея"
152
153 #: ../src/remote-viewer.c:940
154 #, c-format
155 msgid "oVirt VM %s has no host information"
156 msgstr "ВМ oVirt %s не містить даних щодо основної системи"
131157
132158 #: ../src/remote-viewer.c:951
133 msgid "For example, spice://foo.example.org:5900"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:964
137 msgid "_Recent Connections"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:1020
141 msgid "Couldn't create a Spice session"
142 msgstr "Не вдалося створити сеанс Spice"
143
144 #: ../src/remote-viewer.c:1034
159 #, c-format
160 msgid "oVirt VM %s has unknown display type: %d"
161 msgstr "Дисплей ВМ oVirt %s належить до невідомого типу: %d"
162
163 #: ../src/remote-viewer.c:1094
145164 msgid "Setting up Spice session..."
146165 msgstr "Налаштування сеансу Spice…"
147166
148 #: ../src/remote-viewer.c:1055
149 #, c-format
150 msgid "Invalid file %s"
151 msgstr "Некоректний файл %s"
152
153 #: ../src/remote-viewer.c:1062
167 #: ../src/remote-viewer.c:1102
168 msgid "No connection was chosen"
169 msgstr "Не вибрано з’єднання"
170
171 #: ../src/remote-viewer.c:1120
172 #, c-format
173 msgid "Invalid file %s: "
174 msgstr "Некоректний файл %s: "
175
176 #: ../src/remote-viewer.c:1128
154177 msgid "Cannot determine the connection type from URI"
155178 msgstr "Не вдалося визначити тип з’єднання за адресою"
156179
157 #: ../src/remote-viewer.c:1068
158 msgid "Couldn't open oVirt session"
159 msgstr "Не вдалося відкрити сеанс oVirt"
160
161 #: ../src/remote-viewer.c:1075
162 #, c-format
163 msgid "Couldn't create a session for this type: %s"
164 msgstr "Не вдалося створити сеанс цього типу: %s"
165
180 #: ../src/remote-viewer.c:1134
181 msgid "Couldn't open oVirt session: "
182 msgstr "Не вдалося відкрити сеанс oVirt: "
183
184 #.
166185 #. * Local variables:
167186 #. * c-indent-level: 4
168187 #. * c-basic-offset: 4
169188 #. * indent-tabs-mode: nil
170189 #. * End:
190 #.
191 #: ../src/remote-viewer-connect.xml.h:1
192 msgid "Connection details"
193 msgstr "Параметри з’єднання"
194
195 #: ../src/remote-viewer-connect.xml.h:2
196 msgid "Connection Address"
197 msgstr "Адреса з’єднання"
198
199 #: ../src/remote-viewer-connect.xml.h:3
200 msgid "For example, spice://foo.example.org:5900"
201 msgstr "Приклад: spice://foo.example.org:5900"
202
203 #: ../src/remote-viewer-connect.xml.h:4
204 msgid "Recent connections"
205 msgstr "Нещодавні з’єднання"
206
207 #: ../src/remote-viewer-connect.xml.h:5
208 msgid "Cancel"
209 msgstr "Скасувати"
210
211 #: ../src/remote-viewer-connect.xml.h:6
212 msgid "Connect"
213 msgstr "З'єднатися"
214
171215 #: ../src/virt-viewer-about.xml.h:1
172216 msgid "About Glade"
173217 msgstr "Про Glade"
177221 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
178222 "Copyright (C) 2007-2014 Red Hat, Inc."
179223 msgstr ""
224 "© Daniel P. Berrange, 2007–2012\n"
225 "© Red Hat, Inc., 2007–2014"
180226
181227 #: ../src/virt-viewer-about.xml.h:4
182228 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
183 msgstr "Клієнтську частину віддаленого керування стільницею побудовано на основі GTK-VNC, SPICE-GTK та libvirt"
229 msgstr ""
230 "Клієнтську частину віддаленого керування стільницею побудовано на основі GTK-"
231 "VNC, SPICE-GTK та libvirt"
184232
185233 #: ../src/virt-viewer-about.xml.h:5
186234 msgid "virt-manager.org"
201249 "You should have received a copy of the GNU General Public License\n"
202250 "along with this program; if not, write to the Free Software\n"
203251 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
204 msgstr "Ця програма є вільним програмним забезпеченням; ви можете поширювати її і/або змінювати її за умов дотримання GNU General Public License у тому вигляді, у якому її оприлюднено Free Software Foundation; версії 2 цієї ліцензії, або (за потреби) будь-якої пізнішої версії\n\nЦя програма поширюється у сподіванні, що вона буде корисною, але БЕЗ БУДЬ-ЯКИХ ГАРАНТІЙ; навіть без очевидної гарантії КОМЕРЦІЙНОЇ ЦІННОСТІ або ПРИДАТНОСТІ ДЛЯ ЯКОЇСЬ МЕТИ Докладніше про це ви можете дізнатися з \nGNU General Public License\nРазом з цією програмою ви маєте отримати копію GNU General Public License Якщо ви її не отримали, повідомте про це на адресу Free Software\nFoundation, Inc, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
252 msgstr ""
253 "Ця програма є вільним програмним забезпеченням; ви можете поширювати її і/"
254 "або змінювати її за умов дотримання GNU General Public License у тому "
255 "вигляді, у якому її оприлюднено Free Software Foundation; версії 2 цієї "
256 "ліцензії, або (за потреби) будь-якої пізнішої версії\n"
257 "\n"
258 "Ця програма поширюється у сподіванні, що вона буде корисною, але БЕЗ БУДЬ-"
259 "ЯКИХ ГАРАНТІЙ; навіть без очевидної гарантії КОМЕРЦІЙНОЇ ЦІННОСТІ або "
260 "ПРИДАТНОСТІ ДЛЯ ЯКОЇСЬ МЕТИ Докладніше про це ви можете дізнатися з \n"
261 "GNU General Public License\n"
262 "Разом з цією програмою ви маєте отримати копію GNU General Public License "
263 "Якщо ви її не отримали, повідомте про це на адресу Free Software\n"
264 "Foundation, Inc, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"
205265
206266 #: ../src/virt-viewer-about.xml.h:20
207267 msgid "The Fedora Translation Team"
208268 msgstr "Команда локалізації Fedora"
209269
210 #: ../src/virt-viewer-app.c:400
270 #: ../src/virt-viewer-app.c:526
211271 msgid "Do you want to close the session?"
212272 msgstr "Бажаєте завершити сеанс?"
213273
214 #: ../src/virt-viewer-app.c:402
274 #: ../src/virt-viewer-app.c:528
215275 msgid "Do not ask me again"
216276 msgstr "Більше не питати про це"
217277
218 #: ../src/virt-viewer-app.c:841
278 #: ../src/virt-viewer-app.c:1008
219279 #, c-format
220280 msgid "Waiting for display %d..."
221281 msgstr "Очікування на показ %d…"
222282
223 #: ../src/virt-viewer-app.c:946
224 #, c-format
225 msgid "Unknown graphic type for the guest %s"
226 msgstr "Невідомий тип графічної підсистеми для гостьової системи %s"
227
228 #: ../src/virt-viewer-app.c:1027
283 #: ../src/virt-viewer-app.c:1117
284 #, c-format
285 msgid "Unsupported graphic type '%s'"
286 msgstr "Непідтримуваний тип графіки, «%s»"
287
288 #: ../src/virt-viewer-app.c:1200
229289 msgid "Connect to ssh failed."
230290 msgstr "Спроба встановлення з’єднання ssh зазнала невдачі."
231291
232 #: ../src/virt-viewer-app.c:1029
292 #: ../src/virt-viewer-app.c:1202
233293 msgid "Can't connect to channel, SSH only supported."
234294 msgstr "Не вдалося встановити з’єднання з каналом, підтримується лише SSH."
235295
236 #: ../src/virt-viewer-app.c:1041
296 #: ../src/virt-viewer-app.c:1214
237297 msgid "Connect to channel unsupported."
238298 msgstr "Встановлення з’єднання з каналом не підтримується."
239299
240 #: ../src/virt-viewer-app.c:1123
300 #: ../src/virt-viewer-app.c:1276
301 msgid "Display can only be attached through libvirt with --attach"
302 msgstr "Дисплей можна з’єднати лише за допомогою libvirt з параметром --attach"
303
304 #: ../src/virt-viewer-app.c:1299
241305 msgid "Connecting to graphic server"
242306 msgstr "Встановлення з’єднання з графічним сервером"
243307
244 #: ../src/virt-viewer-app.c:1256
308 #: ../src/virt-viewer-app.c:1398
245309 msgid "Guest domain has shutdown"
246310 msgstr "Гостьовий домен завершив роботу"
247311
248 #: ../src/virt-viewer-app.c:1317
312 #: ../src/virt-viewer-app.c:1459
249313 msgid "Connected to graphic server"
250314 msgstr "Встановлено з’єднання з графічним сервером"
251315
252 #: ../src/virt-viewer-app.c:1344
316 #: ../src/virt-viewer-app.c:1486
253317 #, c-format
254318 msgid "Unable to connect to the graphic server %s"
255319 msgstr "Не вдалося встановити з’єднання з графічним сервером %s"
256320
257 #: ../src/virt-viewer-app.c:1376
258 #, c-format
259 msgid ""
260 "Unable to authenticate with remote desktop server at %s: %s\n"
261 "Retry connection again?"
262 msgstr "Не вдалося пройти розпізнавання на сервері віддаленої стільниці %s: %s\nПовторити спробу встановлення з’єднання?"
263
264 #: ../src/virt-viewer-app.c:1396
321 #: ../src/virt-viewer-app.c:1512
322 #, c-format
323 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
324 msgstr ""
325 "Не вдалося пройти розпізнавання на сервері віддаленої стільниці за адресою "
326 "%s: %s\n"
327
328 #: ../src/virt-viewer-app.c:1525
265329 #, c-format
266330 msgid "Unable to authenticate with remote desktop server: %s"
267331 msgstr "Не вдалося пройти розпізнавання на сервері віддаленої стільниці: %s"
268332
269 #: ../src/virt-viewer-app.c:1404
333 #: ../src/virt-viewer-app.c:1533
270334 #, c-format
271335 msgid "USB redirection error: %s"
272336 msgstr "Помилка переспрямування USB: %s"
273337
274 #: ../src/virt-viewer-app.c:1632
338 #: ../src/virt-viewer-app.c:1786
275339 #, c-format
276340 msgid "Zoom level must be within %d-%d\n"
277341 msgstr "Масштаб слід вказувати у діапазоні від %d до %d\n"
278342
279 #: ../src/virt-viewer-app.c:2126
343 #: ../src/virt-viewer-app.c:2296
280344 #, c-format
281345 msgid "Display %d"
282346 msgstr "Дисплей %d"
283347
284 #: ../src/virt-viewer-app.c:2301
348 #: ../src/virt-viewer-app.c:2552
285349 #, c-format
286350 msgid "Invalid kiosk-quit argument: %s"
287351 msgstr "Некоректний параметр kiosk-quit: %s"
288352
289 #: ../src/virt-viewer-app.c:2310
353 #: ../src/virt-viewer-app.c:2561
290354 msgid "Zoom level of window, in percentage"
291355 msgstr "Масштаб вікна, у відсотках"
292356
293 #: ../src/virt-viewer-app.c:2312
357 #: ../src/virt-viewer-app.c:2563
294358 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
295 msgstr "Відкрити у повноекранному режимі (узгоджує роздільність гостьової системи з роздільністю клієнта)"
296
297 #: ../src/virt-viewer-app.c:2314
359 msgstr ""
360 "Відкрити у повноекранному режимі (узгоджує роздільність гостьової системи з "
361 "роздільністю клієнта)"
362
363 #: ../src/virt-viewer-app.c:2565
298364 msgid "Customise hotkeys"
299365 msgstr "Налаштувати клавіатурні скорочення"
300366
301 #: ../src/virt-viewer-app.c:2316
367 #: ../src/virt-viewer-app.c:2567
302368 msgid "Enable kiosk mode"
303369 msgstr "Увімкнути режим кіоску"
304370
305 #: ../src/virt-viewer-app.c:2318
371 #: ../src/virt-viewer-app.c:2569
306372 msgid "Quit on given condition in kiosk mode"
307373 msgstr "Вийти за вказаної умови у режимі кіоску"
308374
309 #: ../src/virt-viewer-app.c:2318
375 #: ../src/virt-viewer-app.c:2569
310376 msgid "<never|on-disconnect>"
311377 msgstr "<never|on-disconnect>"
312378
313 #: ../src/virt-viewer-app.c:2320
379 #: ../src/virt-viewer-app.c:2571
314380 msgid "Display verbose information"
315381 msgstr "Показати докладну інформацію"
316382
317 #: ../src/virt-viewer-app.c:2322
383 #: ../src/virt-viewer-app.c:2573
318384 msgid "Display debugging information"
319385 msgstr "Показати діагностичну інформацію"
320386
387 #: ../src/virt-viewer-auth.c:88
388 #, c-format
389 msgid ""
390 "Authentication is required for the %s connection to:\n"
391 "\n"
392 "<b>%s</b>\n"
393 "\n"
394 msgstr ""
395 "Для встановлення з’єднання %s слід пройти розпізнавання:\n"
396 "\n"
397 "<b>%s</b>\n"
398 "\n"
399
400 #: ../src/virt-viewer-auth.c:92
401 #, c-format
402 msgid "Authentication is required for the %s connection:\n"
403 msgstr "Для встановлення з’єднання з %s слід пройти розпізнавання:\n"
404
405 #.
321406 #. * Local variables:
322407 #. * c-indent-level: 4
323408 #. * c-basic-offset: 4
324409 #. * indent-tabs-mode: nil
325410 #. * End:
411 #.
326412 #: ../src/virt-viewer-auth.xml.h:1
327413 msgid "Authentication required"
328414 msgstr "Потрібно пройти розпізнавання"
329415
330 #: ../src/virt-viewer-auth.xml.h:2
416 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
331417 msgid "label"
332418 msgstr "мітка"
333419
339425 msgid "Username:"
340426 msgstr "Користувач:"
341427
428 #: ../src/virt-viewer-auth.xml.h:5
429 msgid "Show password"
430 msgstr "Показувати пароль"
431
432 #: ../src/virt-viewer-display-vnc.c:133
433 msgid "VNC does not provide GUID"
434 msgstr "VNC не надає GUID"
435
342436 #: ../src/virt-viewer-main.c:38
343437 #, c-format
344438 msgid "%s version %s\n"
371465 #: ../src/virt-viewer-main.c:80
372466 #, c-format
373467 msgid "Run '%s --help' to see a full list of available command line options"
374 msgstr "Виконайте «%s --help», щоб побачити повний перелік доступних параметрів командного рядка."
468 msgstr ""
469 "Виконайте «%s --help», щоб побачити повний перелік доступних параметрів "
470 "командного рядка."
375471
376472 #: ../src/virt-viewer-main.c:86
377473 msgid "Virtual machine graphical console"
378 msgstr ""
379
380 #: ../src/virt-viewer-main.c:108
474 msgstr "Графічна консоль віртуальної машини"
475
476 #: ../src/virt-viewer-main.c:107
381477 #, c-format
382478 msgid ""
383479 "\n"
384 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
480 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
385481 "\n"
386482 "%s\n"
387483 "\n"
388 msgstr "\nФормат: %s [ПАРАМЕТРИ] НАЗВА_ДОМЕНУ|ID|UUID\n\n%s\n\n"
389
390 #: ../src/virt-viewer-session-spice.c:506
391 msgid "invalid password"
392 msgstr "некоректний пароль"
484 msgstr ""
485 "\n"
486 "Користування: %s [ПАРАМЕТРИ] [НАЗВА_ДОМЕНУ|ID|UUID]\n"
487 "\n"
488 "%s\n"
489 "\n"
490
491 #: ../src/virt-viewer-main.c:112
492 #, c-format
493 msgid ""
494 "\n"
495 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
496 "\n"
497 msgstr ""
498 "\n"
499 "Не вказано НАЗВИ_ДОМЕНУ|Ід.|UUID у «--wait»\n"
500 "\n"
501
502 #: ../src/virt-viewer-session-spice.c:694
503 msgid "Invalid password"
504 msgstr "Некоректний пароль"
393505
394506 #. Create the widgets
395 #: ../src/virt-viewer-session-spice.c:588
507 #: ../src/virt-viewer-session-spice.c:786
396508 msgid "Select USB devices for redirection"
397509 msgstr "Виберіть пристрої USB для переспрямування"
398510
399 #: ../src/virt-viewer-session-vnc.c:148
511 #: ../src/virt-viewer-session-vnc.c:153
400512 #, c-format
401513 msgid "Unsupported authentication type %d"
402514 msgstr "Непідтримуваний тип розпізнавання %d"
403515
404 #: ../src/virt-viewer-window.c:587
516 #: ../src/virt-viewer-vm-connection.c:64
517 msgid "No virtual machine found"
518 msgstr "Не знайдено віртуальних машин"
519
520 #: ../src/virt-viewer-vm-connection.c:93
521 msgid "No virtual machine was chosen"
522 msgstr "Не вибрано віртуальної машини"
523
524 #: ../src/virt-viewer-window.c:537
405525 msgid "Ctrl+Alt+_Del"
406526 msgstr "Ctrl+Alt+_Del"
407527
408 #: ../src/virt-viewer-window.c:588
528 #: ../src/virt-viewer-window.c:538
409529 msgid "Ctrl+Alt+_Backspace"
410530 msgstr "Ctrl+Alt+_Backspace"
411531
412 #: ../src/virt-viewer-window.c:590
532 #: ../src/virt-viewer-window.c:540
413533 msgid "Ctrl+Alt+F_1"
414534 msgstr "Ctrl+Alt+F_1"
415535
416 #: ../src/virt-viewer-window.c:591
536 #: ../src/virt-viewer-window.c:541
417537 msgid "Ctrl+Alt+F_2"
418538 msgstr "Ctrl+Alt+F_2"
419539
420 #: ../src/virt-viewer-window.c:592
540 #: ../src/virt-viewer-window.c:542
421541 msgid "Ctrl+Alt+F_3"
422542 msgstr "Ctrl+Alt+F_3"
423543
424 #: ../src/virt-viewer-window.c:593
544 #: ../src/virt-viewer-window.c:543
425545 msgid "Ctrl+Alt+F_4"
426546 msgstr "Ctrl+Alt+F_4"
427547
428 #: ../src/virt-viewer-window.c:594
548 #: ../src/virt-viewer-window.c:544
429549 msgid "Ctrl+Alt+F_5"
430550 msgstr "Ctrl+Alt+F_5"
431551
432 #: ../src/virt-viewer-window.c:595
552 #: ../src/virt-viewer-window.c:545
433553 msgid "Ctrl+Alt+F_6"
434554 msgstr "Ctrl+Alt+F_6"
435555
436 #: ../src/virt-viewer-window.c:596
556 #: ../src/virt-viewer-window.c:546
437557 msgid "Ctrl+Alt+F_7"
438558 msgstr "Ctrl+Alt+F_7"
439559
440 #: ../src/virt-viewer-window.c:597
560 #: ../src/virt-viewer-window.c:547
441561 msgid "Ctrl+Alt+F_8"
442562 msgstr "Ctrl+Alt+F_8"
443563
444 #: ../src/virt-viewer-window.c:598
564 #: ../src/virt-viewer-window.c:548
445565 msgid "Ctrl+Alt+F_9"
446566 msgstr "Ctrl+Alt+F_9"
447567
448 #: ../src/virt-viewer-window.c:599
568 #: ../src/virt-viewer-window.c:549
449569 msgid "Ctrl+Alt+F1_0"
450570 msgstr "Ctrl+Alt+F1_0"
451571
452 #: ../src/virt-viewer-window.c:600
572 #: ../src/virt-viewer-window.c:550
453573 msgid "Ctrl+Alt+F11"
454574 msgstr "Ctrl+Alt+F11"
455575
456 #: ../src/virt-viewer-window.c:601
576 #: ../src/virt-viewer-window.c:551
457577 msgid "Ctrl+Alt+F12"
458578 msgstr "Ctrl+Alt+F12"
459579
460 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
580 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
461581 msgid "Screenshot"
462582 msgstr "Знімок вікна"
463583
464 #: ../src/virt-viewer-window.c:1051
584 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
585 msgid "Unknown"
586 msgstr "Невідомо"
587
588 #: ../src/virt-viewer-window.c:1062
465589 msgid "Disconnect"
466590 msgstr "Від’єднатися"
467591
468 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
592 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
469593 #: ../src/virt-viewer.xml.h:3
470594 msgid "USB device selection"
471595 msgstr "Вибір пристрою USB"
472596
473 #: ../src/virt-viewer-window.c:1070
597 #: ../src/virt-viewer-window.c:1081
474598 msgid "Send key combination"
475599 msgstr "Надіслати комбінацію ключів"
476600
477 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
601 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
478602 msgid "Leave fullscreen"
479603 msgstr "Вийти з повноекранного режиму"
480604
481 #: ../src/virt-viewer-window.c:1162
605 #: ../src/virt-viewer-window.c:1173
482606 msgid "Ctrl+Alt"
483607 msgstr "Ctrl+Alt"
484608
485 #: ../src/virt-viewer-window.c:1165
609 #: ../src/virt-viewer-window.c:1176
486610 #, c-format
487611 msgid "(Press %s to release pointer)"
488612 msgstr "(Натисніть %s, щоб вивільнити вказівник)"
489613
490614 #. translators:
491 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
492 #. <appname>"
493 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
494 #. Viewer"
495 #: ../src/virt-viewer-window.c:1176
615 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
616 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
617 #.
618 #: ../src/virt-viewer-window.c:1187
496619 #, c-format
497620 msgid "%s%s%s - %s"
498621 msgstr "%s%s%s — %s"
499622
500623 #. translators: <space>
501 #: ../src/virt-viewer-window.c:1180
624 #: ../src/virt-viewer-window.c:1191
502625 msgid " "
503626 msgstr " "
504627
505 #: ../src/virt-viewer-file.c:624
628 #: ../src/virt-viewer-file.c:825
629 #, c-format
630 msgid ""
631 "At least %s version %s is required to setup this connection, see %s for "
632 "details"
633 msgstr ""
634 "Для налаштовування цього з’єднання потрібна принаймні версія %s %s, див. %s, "
635 "щоб дізнатися більше"
636
637 #: ../src/virt-viewer-file.c:833
506638 #, c-format
507639 msgid "At least %s version %s is required to setup this connection"
508640 msgstr "Для налаштовування цього з’єднання потрібна принаймні версія %s %s"
509641
510 #: ../src/virt-viewer.c:133
642 #: ../src/virt-viewer.c:163
511643 msgid "Waiting for guest domain to re-start"
512644 msgstr "Очікування на перезапуск гостьового домену"
513645
514 #: ../src/virt-viewer.c:318
646 #: ../src/virt-viewer.c:409
515647 #, c-format
516648 msgid "Cannot determine the graphic type for the guest %s"
517649 msgstr "Не вдалося визначити тип графічної підсистеми для гостьової системи %s"
518650
519 #: ../src/virt-viewer.c:341
520 #, c-format
521 msgid "Cannot determine the graphic address for the guest %s"
522 msgstr "Не вдалося визначити адресу графічного інтерфейсу для гостьової системи %s"
523
524 #: ../src/virt-viewer.c:354
651 #: ../src/virt-viewer.c:448
525652 #, c-format
526653 msgid "Cannot determine the host for the guest %s"
527654 msgstr "Не вдалося визначити вузол для гостьової системи %s"
528655
529 #: ../src/virt-viewer.c:540
656 #: ../src/virt-viewer.c:476
657 #, c-format
658 msgid "Guest '%s' is not reachable"
659 msgstr "Гостьова система «%s» недоступна"
660
661 #: ../src/virt-viewer.c:697
662 #, c-format
663 msgid "Virtual machine %s is not running"
664 msgstr "Віртуальну машину %s не запущено"
665
666 #: ../src/virt-viewer.c:720
530667 msgid "Waiting for libvirt to start"
531668 msgstr "Очікуємо на запуск libvirt"
532669
533 #: ../src/virt-viewer.c:544
670 #: ../src/virt-viewer.c:724
534671 msgid "Finding guest domain"
535672 msgstr "Пошук гостьового домену"
536673
537 #: ../src/virt-viewer.c:548
674 #: ../src/virt-viewer.c:728
538675 msgid "Waiting for guest domain to be created"
539676 msgstr "Очікування на створення гостьового домену"
540677
541 #: ../src/virt-viewer.c:553
542 #, c-format
543 msgid "Cannot find guest domain %s"
544 msgstr "Не вдалося знайти гостьовий домен %s"
545
546 #: ../src/virt-viewer.c:566
678 #: ../src/virt-viewer.c:750
547679 msgid "Checking guest domain status"
548680 msgstr "Перевірка стану гостьового домену"
549681
550 #: ../src/virt-viewer.c:573
682 #: ../src/virt-viewer.c:753
683 msgid "Cannot get guest state"
684 msgstr "Не вдалося отримати стан гостьової системи"
685
686 #: ../src/virt-viewer.c:759
551687 msgid "Waiting for guest domain to start"
552688 msgstr "Очікування на запуск гостьового домену"
553689
554 #: ../src/virt-viewer.c:580
555 msgid "Waiting for guest domain to start server"
556 msgstr "Очікування на запуск сервера гостьового домену"
557
558 #: ../src/virt-viewer.c:694
559 #, c-format
560 msgid "Unable to connect to libvirt with URI %s"
561 msgstr "Не вдається встановити з’єднання з libvirt за адресою URI %s"
562
563 #: ../src/virt-viewer.c:695
690 #: ../src/virt-viewer.c:863
691 #, c-format
692 msgid "Unable to connect to libvirt with URI: %s."
693 msgstr "Не вдалося з’єднатися з libvirt з адресою %s."
694
695 #: ../src/virt-viewer.c:864
564696 msgid "[none]"
565697 msgstr "[немає]"
566698
699 #: ../src/virt-viewer.c:871
700 msgid "Authentication failed."
701 msgstr "Спроба пройти розпізнавання зазнала невдачі."
702
703 #: ../src/virt-viewer.c:931
704 msgid "Failed to connect: "
705 msgstr "Не вдалося з’єднатися: "
706
707 #.
567708 #. * Local variables:
568709 #. * c-indent-level: 4
569710 #. * c-basic-offset: 4
570711 #. * indent-tabs-mode: nil
571712 #. * End:
713 #.
572714 #: ../src/virt-viewer.xml.h:1
573715 msgid "_File"
574716 msgstr "_Файл"
581723 msgid "Smartcard removal"
582724 msgstr "Вилучення картки пам’яті"
583725
584 #: ../src/virt-viewer.xml.h:6
726 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
727 msgid "Preferences"
728 msgstr "Параметри"
729
730 #: ../src/virt-viewer.xml.h:7
585731 msgid "_View"
586732 msgstr "П_ерегляд"
587733
588 #: ../src/virt-viewer.xml.h:7
734 #: ../src/virt-viewer.xml.h:8
589735 msgid "Full screen"
590736 msgstr "Повноекранний"
591737
592 #: ../src/virt-viewer.xml.h:8
738 #: ../src/virt-viewer.xml.h:9
593739 msgid "_Zoom"
594740 msgstr "_Масштаб"
595741
596 #: ../src/virt-viewer.xml.h:9
742 #: ../src/virt-viewer.xml.h:10
597743 msgid "Displays"
598744 msgstr "Екрани"
599745
600 #: ../src/virt-viewer.xml.h:10
746 #: ../src/virt-viewer.xml.h:11
601747 msgid "Release cursor"
602748 msgstr "Вивільнити вказівник"
603749
604 #: ../src/virt-viewer.xml.h:11
750 #: ../src/virt-viewer.xml.h:12
605751 msgid "_Send key"
606752 msgstr "_Надіслати клавішу"
607753
608 #: ../src/virt-viewer.xml.h:12
754 #: ../src/virt-viewer.xml.h:13
609755 msgid "_Help"
610756 msgstr "_Довідка"
757
758 #: ../src/virt-viewer.xml.h:14
759 msgid "_Guest Details"
760 msgstr "Параметри _гостьової системи"
761
762 #: ../src/virt-viewer-guest-details.xml.h:1
763 msgid "Guest Details"
764 msgstr "Параметри гостьової системи"
765
766 #: ../src/virt-viewer-guest-details.xml.h:2
767 msgid "Name:"
768 msgstr "Назва:"
769
770 #: ../src/virt-viewer-guest-details.xml.h:3
771 msgid "GUID:"
772 msgstr "GUID:"
773
774 #: ../src/virt-viewer-vm-connection.xml.h:1
775 msgid "Choose a virtual machine"
776 msgstr "Виберіть віртуальну машину"
777
778 #: ../src/virt-viewer-vm-connection.xml.h:2
779 msgid "Name"
780 msgstr "Назва"
781
782 #: ../src/virt-viewer-vm-connection.xml.h:3
783 msgid "Available virtual machines"
784 msgstr "Доступні віртуальні машини"
785
786 #: ../src/virt-viewer-preferences.xml.h:2
787 msgid "Folder sharing"
788 msgstr "Спільне використання тек"
789
790 #: ../src/virt-viewer-preferences.xml.h:3
791 msgid "Share folder"
792 msgstr "Оприлюднити теку"
793
794 #: ../src/virt-viewer-preferences.xml.h:4
795 msgid "Read-only"
796 msgstr "Лише читання"
797
798 #: ../src/virt-viewer-preferences.xml.h:5
799 msgid "Spice"
800 msgstr "Spice"
+0
-612
po/uk_UA.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-01-24 17:29+0000\n"
10 "PO-Revision-Date: 2014-01-24 17:29+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Ukrainian (Ukraine) (http://www.transifex.com/projects/p/fedora/language/uk_UA/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: uk_UA\n"
17 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:111
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #. Setup command line options
89 #: ../src/remote-viewer-main.c:114
90 msgid "- Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:131
94 #, c-format
95 msgid ""
96 "%s\n"
97 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr ""
99
100 #: ../src/remote-viewer-main.c:143
101 #, c-format
102 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr ""
104
105 #: ../src/remote-viewer-main.c:150
106 #, c-format
107 msgid "Error: can't handle multiple URIs\n"
108 msgstr ""
109
110 #: ../src/remote-viewer.c:284 ../src/remote-viewer.c:1030
111 msgid "Failed to initiate connection"
112 msgstr ""
113
114 #: ../src/remote-viewer.c:299
115 msgid "Display disabled by controller"
116 msgstr ""
117
118 #: ../src/remote-viewer.c:597
119 #, c-format
120 msgid "Controller connection failed: %s"
121 msgstr ""
122
123 #. Create the widgets
124 #: ../src/remote-viewer.c:885
125 msgid "Connection details"
126 msgstr ""
127
128 #: ../src/remote-viewer.c:900
129 msgid "URL:"
130 msgstr ""
131
132 #: ../src/remote-viewer.c:908
133 msgid "Recent connections:"
134 msgstr ""
135
136 #: ../src/remote-viewer.c:962
137 msgid "Couldn't create a Spice session"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:976
141 msgid "Setting up Spice session..."
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1001
145 #, c-format
146 msgid "Invalid file %s"
147 msgstr ""
148
149 #: ../src/remote-viewer.c:1008
150 msgid "Cannot determine the connection type from URI"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:1014
154 msgid "Couldn't open oVirt session"
155 msgstr ""
156
157 #: ../src/remote-viewer.c:1021
158 #, c-format
159 msgid "Couldn't create a session for this type: %s"
160 msgstr ""
161
162 #. * Local variables:
163 #. * c-indent-level: 4
164 #. * c-basic-offset: 4
165 #. * indent-tabs-mode: nil
166 #. * End:
167 #: ../src/virt-viewer-about.xml.h:1
168 msgid "About Glade"
169 msgstr ""
170
171 #: ../src/virt-viewer-about.xml.h:2
172 msgid ""
173 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
174 "Copyright (C) 2007-2012 Red Hat, Inc."
175 msgstr ""
176
177 #: ../src/virt-viewer-about.xml.h:4
178 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
179 msgstr ""
180
181 #: ../src/virt-viewer-about.xml.h:5
182 msgid "virt-manager.org"
183 msgstr ""
184
185 #: ../src/virt-viewer-about.xml.h:6
186 msgid ""
187 "This program is free software; you can redistribute it and/or modify\n"
188 "it under the terms of the GNU General Public License as published by\n"
189 "the Free Software Foundation; either version 2 of the License, or\n"
190 "(at your option) any later version.\n"
191 "\n"
192 "This program is distributed in the hope that it will be useful,\n"
193 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
194 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
195 "GNU General Public License for more details.\n"
196 "\n"
197 "You should have received a copy of the GNU General Public License\n"
198 "along with this program; if not, write to the Free Software\n"
199 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
200 msgstr ""
201
202 #: ../src/virt-viewer-about.xml.h:20
203 msgid "The Fedora Translation Team"
204 msgstr ""
205
206 #: ../src/virt-viewer-app.c:383
207 msgid "Do you want to close the session?"
208 msgstr ""
209
210 #: ../src/virt-viewer-app.c:385
211 msgid "Do not ask me again"
212 msgstr ""
213
214 #: ../src/virt-viewer-app.c:806
215 #, c-format
216 msgid "Waiting for display %d..."
217 msgstr ""
218
219 #: ../src/virt-viewer-app.c:914
220 #, c-format
221 msgid "Unknown graphic type for the guest %s"
222 msgstr ""
223
224 #: ../src/virt-viewer-app.c:995
225 msgid "Connect to ssh failed."
226 msgstr ""
227
228 #: ../src/virt-viewer-app.c:997
229 msgid "Can't connect to channel, SSH only supported."
230 msgstr ""
231
232 #: ../src/virt-viewer-app.c:1009
233 msgid "Connect to channel unsupported."
234 msgstr ""
235
236 #: ../src/virt-viewer-app.c:1091
237 msgid "Connecting to graphic server"
238 msgstr ""
239
240 #: ../src/virt-viewer-app.c:1224
241 msgid "Guest domain has shutdown"
242 msgstr ""
243
244 #: ../src/virt-viewer-app.c:1284
245 msgid "Connected to graphic server"
246 msgstr ""
247
248 #: ../src/virt-viewer-app.c:1309
249 #, c-format
250 msgid "Unable to connect to the graphic server %s"
251 msgstr ""
252
253 #: ../src/virt-viewer-app.c:1338
254 #, c-format
255 msgid ""
256 "Unable to authenticate with remote desktop server at %s: %s\n"
257 "Retry connection again?"
258 msgstr ""
259
260 #: ../src/virt-viewer-app.c:1358
261 #, c-format
262 msgid "Unable to authenticate with remote desktop server: %s"
263 msgstr ""
264
265 #: ../src/virt-viewer-app.c:1366
266 #, c-format
267 msgid "USB redirection error: %s"
268 msgstr ""
269
270 #: ../src/virt-viewer-app.c:1584
271 #, c-format
272 msgid "Zoom level must be within %d-%d\n"
273 msgstr ""
274
275 #: ../src/virt-viewer-app.c:2080
276 #, c-format
277 msgid "Display %d"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:2255
281 #, c-format
282 msgid "Invalid kiosk-quit argument: %s"
283 msgstr ""
284
285 #: ../src/virt-viewer-app.c:2264
286 msgid "Zoom level of window, in percentage"
287 msgstr ""
288
289 #: ../src/virt-viewer-app.c:2266
290 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
291 msgstr ""
292
293 #: ../src/virt-viewer-app.c:2268
294 msgid "Customise hotkeys"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:2270
298 msgid "Enable kiosk mode"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:2272
302 msgid "Quit on given condition in kiosk mode"
303 msgstr ""
304
305 #: ../src/virt-viewer-app.c:2272
306 msgid "<never|on-disconnect>"
307 msgstr ""
308
309 #: ../src/virt-viewer-app.c:2274
310 msgid "Display verbose information"
311 msgstr ""
312
313 #: ../src/virt-viewer-app.c:2276
314 msgid "Display debugging information"
315 msgstr ""
316
317 #. * Local variables:
318 #. * c-indent-level: 4
319 #. * c-basic-offset: 4
320 #. * indent-tabs-mode: nil
321 #. * End:
322 #: ../src/virt-viewer-auth.xml.h:1
323 msgid "Authentication required"
324 msgstr ""
325
326 #: ../src/virt-viewer-auth.xml.h:2
327 msgid "label"
328 msgstr ""
329
330 #: ../src/virt-viewer-auth.xml.h:3
331 msgid "Password:"
332 msgstr ""
333
334 #: ../src/virt-viewer-auth.xml.h:4
335 msgid "Username:"
336 msgstr ""
337
338 #: ../src/virt-viewer-main.c:38
339 #, c-format
340 msgid "%s version %s\n"
341 msgstr ""
342
343 #: ../src/virt-viewer-main.c:62
344 msgid "Direct connection with no automatic tunnels"
345 msgstr ""
346
347 #: ../src/virt-viewer-main.c:64
348 msgid "Attach to the local display using libvirt"
349 msgstr ""
350
351 #: ../src/virt-viewer-main.c:66
352 msgid "Connect to hypervisor"
353 msgstr ""
354
355 #: ../src/virt-viewer-main.c:68
356 msgid "Wait for domain to start"
357 msgstr ""
358
359 #: ../src/virt-viewer-main.c:70
360 msgid "Reconnect to domain upon restart"
361 msgstr ""
362
363 #: ../src/virt-viewer-main.c:76
364 msgid "Virt Viewer"
365 msgstr ""
366
367 #: ../src/virt-viewer-main.c:79
368 #, c-format
369 msgid "Run '%s --help' to see a full list of available command line options"
370 msgstr ""
371
372 #. Setup command line options
373 #: ../src/virt-viewer-main.c:84
374 msgid "- Virtual machine graphical console"
375 msgstr ""
376
377 #: ../src/virt-viewer-main.c:105
378 #, c-format
379 msgid ""
380 "\n"
381 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
382 "\n"
383 "%s\n"
384 "\n"
385 msgstr ""
386
387 #: ../src/virt-viewer-session-spice.c:499
388 msgid "invalid password"
389 msgstr ""
390
391 #. Create the widgets
392 #: ../src/virt-viewer-session-spice.c:553
393 msgid "Select USB devices for redirection"
394 msgstr ""
395
396 #: ../src/virt-viewer-session-vnc.c:150
397 #, c-format
398 msgid "Unsupported authentication type %d"
399 msgstr ""
400
401 #: ../src/virt-viewer-window.c:580
402 msgid "Ctrl+Alt+_Del"
403 msgstr ""
404
405 #: ../src/virt-viewer-window.c:581
406 msgid "Ctrl+Alt+_Backspace"
407 msgstr ""
408
409 #: ../src/virt-viewer-window.c:583
410 msgid "Ctrl+Alt+F_1"
411 msgstr ""
412
413 #: ../src/virt-viewer-window.c:584
414 msgid "Ctrl+Alt+F_2"
415 msgstr ""
416
417 #: ../src/virt-viewer-window.c:585
418 msgid "Ctrl+Alt+F_3"
419 msgstr ""
420
421 #: ../src/virt-viewer-window.c:586
422 msgid "Ctrl+Alt+F_4"
423 msgstr ""
424
425 #: ../src/virt-viewer-window.c:587
426 msgid "Ctrl+Alt+F_5"
427 msgstr ""
428
429 #: ../src/virt-viewer-window.c:588
430 msgid "Ctrl+Alt+F_6"
431 msgstr ""
432
433 #: ../src/virt-viewer-window.c:589
434 msgid "Ctrl+Alt+F_7"
435 msgstr ""
436
437 #: ../src/virt-viewer-window.c:590
438 msgid "Ctrl+Alt+F_8"
439 msgstr ""
440
441 #: ../src/virt-viewer-window.c:591
442 msgid "Ctrl+Alt+F_9"
443 msgstr ""
444
445 #: ../src/virt-viewer-window.c:592
446 msgid "Ctrl+Alt+F1_0"
447 msgstr ""
448
449 #: ../src/virt-viewer-window.c:593
450 msgid "Ctrl+Alt+F11"
451 msgstr ""
452
453 #: ../src/virt-viewer-window.c:594
454 msgid "Ctrl+Alt+F12"
455 msgstr ""
456
457 #: ../src/virt-viewer-window.c:985 ../src/virt-viewer.xml.h:2
458 msgid "Screenshot"
459 msgstr ""
460
461 #: ../src/virt-viewer-window.c:1061
462 msgid "Disconnect"
463 msgstr ""
464
465 #: ../src/virt-viewer-window.c:1068 ../src/virt-viewer-window.c:1069
466 #: ../src/virt-viewer.xml.h:3
467 msgid "USB device selection"
468 msgstr ""
469
470 #: ../src/virt-viewer-window.c:1077
471 msgid "Send key combination"
472 msgstr ""
473
474 #: ../src/virt-viewer-window.c:1086 ../src/virt-viewer-window.c:1087
475 msgid "Leave fullscreen"
476 msgstr ""
477
478 #: ../src/virt-viewer-window.c:1166
479 msgid "Ctrl+Alt"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:1169
483 #, c-format
484 msgid "(Press %s to release pointer)"
485 msgstr ""
486
487 #. translators:
488 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
489 #. <appname>"
490 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
491 #. Viewer"
492 #: ../src/virt-viewer-window.c:1180
493 #, c-format
494 msgid "%s%s%s - %s"
495 msgstr ""
496
497 #. translators: <space>
498 #: ../src/virt-viewer-window.c:1184
499 msgid " "
500 msgstr ""
501
502 #: ../src/virt-viewer-file.c:624
503 #, c-format
504 msgid "At least %s version %s is required to setup this connection"
505 msgstr ""
506
507 #: ../src/virt-viewer.c:133
508 msgid "Waiting for guest domain to re-start"
509 msgstr ""
510
511 #: ../src/virt-viewer.c:318
512 #, c-format
513 msgid "Cannot determine the graphic type for the guest %s"
514 msgstr ""
515
516 #: ../src/virt-viewer.c:341
517 #, c-format
518 msgid "Cannot determine the graphic address for the guest %s"
519 msgstr ""
520
521 #: ../src/virt-viewer.c:354
522 #, c-format
523 msgid "Cannot determine the host for the guest %s"
524 msgstr ""
525
526 #: ../src/virt-viewer.c:539
527 msgid "Waiting for libvirt to start"
528 msgstr ""
529
530 #: ../src/virt-viewer.c:543
531 msgid "Finding guest domain"
532 msgstr ""
533
534 #: ../src/virt-viewer.c:547
535 msgid "Waiting for guest domain to be created"
536 msgstr ""
537
538 #: ../src/virt-viewer.c:552
539 #, c-format
540 msgid "Cannot find guest domain %s"
541 msgstr ""
542
543 #: ../src/virt-viewer.c:565
544 msgid "Checking guest domain status"
545 msgstr ""
546
547 #: ../src/virt-viewer.c:572
548 msgid "Waiting for guest domain to start"
549 msgstr ""
550
551 #: ../src/virt-viewer.c:579
552 msgid "Waiting for guest domain to start server"
553 msgstr ""
554
555 #: ../src/virt-viewer.c:693
556 #, c-format
557 msgid "Unable to connect to libvirt with URI %s"
558 msgstr ""
559
560 #: ../src/virt-viewer.c:694
561 msgid "[none]"
562 msgstr ""
563
564 #. * Local variables:
565 #. * c-indent-level: 4
566 #. * c-basic-offset: 4
567 #. * indent-tabs-mode: nil
568 #. * End:
569 #: ../src/virt-viewer.xml.h:1
570 msgid "_File"
571 msgstr ""
572
573 #: ../src/virt-viewer.xml.h:4
574 msgid "Smartcard insertion"
575 msgstr ""
576
577 #: ../src/virt-viewer.xml.h:5
578 msgid "Smartcard removal"
579 msgstr ""
580
581 #: ../src/virt-viewer.xml.h:6
582 msgid "_View"
583 msgstr ""
584
585 #: ../src/virt-viewer.xml.h:7
586 msgid "Full screen"
587 msgstr ""
588
589 #: ../src/virt-viewer.xml.h:8
590 msgid "_Zoom"
591 msgstr ""
592
593 #: ../src/virt-viewer.xml.h:9
594 msgid "Automatically resize"
595 msgstr ""
596
597 #: ../src/virt-viewer.xml.h:10
598 msgid "Displays"
599 msgstr ""
600
601 #: ../src/virt-viewer.xml.h:11
602 msgid "Release cursor"
603 msgstr ""
604
605 #: ../src/virt-viewer.xml.h:12
606 msgid "_Send key"
607 msgstr ""
608
609 #: ../src/virt-viewer.xml.h:13
610 msgid "_Help"
611 msgstr ""
+352
-205
po/ur.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Urdu (http://www.transifex.com/projects/p/virt-viewer/language/ur/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Urdu\n"
13 "Language: ur\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: ur\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+0
-610
po/uz.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Uzbek (http://www.transifex.com/projects/p/virt-viewer/language/uz/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: uz\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
+352
-205
po/vi.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Vietnamese (http://www.transifex.com/projects/p/virt-viewer/language/vi/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Vietnamese\n"
13 "Language: vi\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: vi\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: PACKAGE VERSION\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: wba\n"
13 "Language: wba\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
21 msgid "Remote Viewer"
22 msgstr ""
23
24 #: ../data/remote-viewer.desktop.in.h:2
25 msgid "Access remote desktops"
26 msgstr ""
27
28 #: ../data/virt-viewer-mime.xml.in.h:1
29 msgid "Virt-Viewer connection file"
30 msgstr ""
31
32 #: ../src/gbinding.c:637
33 msgid "Source"
34 msgstr ""
35
36 #: ../src/gbinding.c:638
37 msgid "The source of the binding"
38 msgstr ""
39
40 #: ../src/gbinding.c:652
41 msgid "Target"
42 msgstr ""
43
44 #: ../src/gbinding.c:653
45 msgid "The target of the binding"
46 msgstr ""
47
48 #: ../src/gbinding.c:668
49 msgid "Source Property"
50 msgstr ""
51
52 #: ../src/gbinding.c:669
53 msgid "The property on the source to bind"
54 msgstr ""
55
56 #: ../src/gbinding.c:684
57 msgid "Target Property"
58 msgstr ""
59
60 #: ../src/gbinding.c:685
61 msgid "The property on the target to bind"
62 msgstr ""
63
64 #: ../src/gbinding.c:699
65 msgid "Flags"
66 msgstr ""
67
68 #: ../src/gbinding.c:700
69 msgid "The binding flags"
70 msgstr ""
71
72 #: ../src/remote-viewer-main.c:50
73 #, c-format
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
78 msgid "Display version information"
79 msgstr ""
80
81 #: ../src/remote-viewer-main.c:105
82 msgid "Set window title"
83 msgstr ""
84
85 #: ../src/remote-viewer-main.c:108
86 msgid "Open connection using Spice controller communication"
87 msgstr ""
88
89 #: ../src/remote-viewer-main.c:120
90 msgid "Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:138
94 #, c-format
95 msgid ""
96 "%s\n"
97 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr ""
99
100 #: ../src/remote-viewer-main.c:149
101 #, c-format
102 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr ""
104
105 #: ../src/remote-viewer-main.c:156
106 #, c-format
107 msgid "Error: can't handle multiple URIs\n"
108 msgstr ""
109
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
111 msgid "Failed to initiate connection"
112 msgstr ""
113
114 #: ../src/remote-viewer.c:313
115 msgid "Display disabled by controller"
116 msgstr ""
117
118 #: ../src/remote-viewer.c:609
119 #, c-format
120 msgid "Controller connection failed: %s"
121 msgstr ""
122
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
148 msgstr ""
149
150 #: ../src/remote-viewer.c:951
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
156 msgid "Setting up Spice session..."
157 msgstr ""
158
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
169 msgid "Cannot determine the connection type from URI"
170 msgstr ""
171
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
177 #. * Local variables:
178 #. * c-indent-level: 4
179 #. * c-basic-offset: 4
180 #. * indent-tabs-mode: nil
181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
207 #: ../src/virt-viewer-about.xml.h:1
208 msgid "About Glade"
209 msgstr ""
210
211 #: ../src/virt-viewer-about.xml.h:2
212 msgid ""
213 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
214 "Copyright (C) 2007-2014 Red Hat, Inc."
215 msgstr ""
216
217 #: ../src/virt-viewer-about.xml.h:4
218 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
219 msgstr ""
220
221 #: ../src/virt-viewer-about.xml.h:5
222 msgid "virt-manager.org"
223 msgstr ""
224
225 #: ../src/virt-viewer-about.xml.h:6
226 msgid ""
227 "This program is free software; you can redistribute it and/or modify\n"
228 "it under the terms of the GNU General Public License as published by\n"
229 "the Free Software Foundation; either version 2 of the License, or\n"
230 "(at your option) any later version.\n"
231 "\n"
232 "This program is distributed in the hope that it will be useful,\n"
233 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
234 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
235 "GNU General Public License for more details.\n"
236 "\n"
237 "You should have received a copy of the GNU General Public License\n"
238 "along with this program; if not, write to the Free Software\n"
239 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
240 msgstr ""
241
242 #: ../src/virt-viewer-about.xml.h:20
243 msgid "The Fedora Translation Team"
244 msgstr ""
245
246 #: ../src/virt-viewer-app.c:526
247 msgid "Do you want to close the session?"
248 msgstr ""
249
250 #: ../src/virt-viewer-app.c:528
251 msgid "Do not ask me again"
252 msgstr ""
253
254 #: ../src/virt-viewer-app.c:1008
255 #, c-format
256 msgid "Waiting for display %d..."
257 msgstr ""
258
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
265 msgid "Connect to ssh failed."
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1202
269 msgid "Can't connect to channel, SSH only supported."
270 msgstr ""
271
272 #: ../src/virt-viewer-app.c:1214
273 msgid "Connect to channel unsupported."
274 msgstr ""
275
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
281 msgid "Connecting to graphic server"
282 msgstr ""
283
284 #: ../src/virt-viewer-app.c:1398
285 msgid "Guest domain has shutdown"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:1459
289 msgid "Connected to graphic server"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:1486
293 #, c-format
294 msgid "Unable to connect to the graphic server %s"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
360 #, c-format
361 msgid ""
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
374 #. * Local variables:
375 #. * c-indent-level: 4
376 #. * c-basic-offset: 4
377 #. * indent-tabs-mode: nil
378 #. * End:
379 #.
380 #: ../src/virt-viewer-auth.xml.h:1
381 msgid "Authentication required"
382 msgstr ""
383
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
385 msgid "label"
386 msgstr ""
387
388 #: ../src/virt-viewer-auth.xml.h:3
389 msgid "Password:"
390 msgstr ""
391
392 #: ../src/virt-viewer-auth.xml.h:4
393 msgid "Username:"
394 msgstr ""
395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
404 #: ../src/virt-viewer-main.c:38
405 #, c-format
406 msgid "%s version %s\n"
407 msgstr ""
408
409 #: ../src/virt-viewer-main.c:62
410 msgid "Direct connection with no automatic tunnels"
411 msgstr ""
412
413 #: ../src/virt-viewer-main.c:64
414 msgid "Attach to the local display using libvirt"
415 msgstr ""
416
417 #: ../src/virt-viewer-main.c:66
418 msgid "Connect to hypervisor"
419 msgstr ""
420
421 #: ../src/virt-viewer-main.c:68
422 msgid "Wait for domain to start"
423 msgstr ""
424
425 #: ../src/virt-viewer-main.c:70
426 msgid "Reconnect to domain upon restart"
427 msgstr ""
428
429 #: ../src/virt-viewer-main.c:77
430 msgid "Virt Viewer"
431 msgstr ""
432
433 #: ../src/virt-viewer-main.c:80
434 #, c-format
435 msgid "Run '%s --help' to see a full list of available command line options"
436 msgstr ""
437
438 #: ../src/virt-viewer-main.c:86
439 msgid "Virtual machine graphical console"
440 msgstr ""
441
442 #: ../src/virt-viewer-main.c:107
443 #, c-format
444 msgid ""
445 "\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
447 "\n"
448 "%s\n"
449 "\n"
450 msgstr ""
451
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
462 msgstr ""
463
464 #. Create the widgets
465 #: ../src/virt-viewer-session-spice.c:786
466 msgid "Select USB devices for redirection"
467 msgstr ""
468
469 #: ../src/virt-viewer-session-vnc.c:153
470 #, c-format
471 msgid "Unsupported authentication type %d"
472 msgstr ""
473
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
483 msgid "Ctrl+Alt+_Del"
484 msgstr ""
485
486 #: ../src/virt-viewer-window.c:538
487 msgid "Ctrl+Alt+_Backspace"
488 msgstr ""
489
490 #: ../src/virt-viewer-window.c:540
491 msgid "Ctrl+Alt+F_1"
492 msgstr ""
493
494 #: ../src/virt-viewer-window.c:541
495 msgid "Ctrl+Alt+F_2"
496 msgstr ""
497
498 #: ../src/virt-viewer-window.c:542
499 msgid "Ctrl+Alt+F_3"
500 msgstr ""
501
502 #: ../src/virt-viewer-window.c:543
503 msgid "Ctrl+Alt+F_4"
504 msgstr ""
505
506 #: ../src/virt-viewer-window.c:544
507 msgid "Ctrl+Alt+F_5"
508 msgstr ""
509
510 #: ../src/virt-viewer-window.c:545
511 msgid "Ctrl+Alt+F_6"
512 msgstr ""
513
514 #: ../src/virt-viewer-window.c:546
515 msgid "Ctrl+Alt+F_7"
516 msgstr ""
517
518 #: ../src/virt-viewer-window.c:547
519 msgid "Ctrl+Alt+F_8"
520 msgstr ""
521
522 #: ../src/virt-viewer-window.c:548
523 msgid "Ctrl+Alt+F_9"
524 msgstr ""
525
526 #: ../src/virt-viewer-window.c:549
527 msgid "Ctrl+Alt+F1_0"
528 msgstr ""
529
530 #: ../src/virt-viewer-window.c:550
531 msgid "Ctrl+Alt+F11"
532 msgstr ""
533
534 #: ../src/virt-viewer-window.c:551
535 msgid "Ctrl+Alt+F12"
536 msgstr ""
537
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
539 msgid "Screenshot"
540 msgstr ""
541
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
547 msgid "Disconnect"
548 msgstr ""
549
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
551 #: ../src/virt-viewer.xml.h:3
552 msgid "USB device selection"
553 msgstr ""
554
555 #: ../src/virt-viewer-window.c:1081
556 msgid "Send key combination"
557 msgstr ""
558
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
560 msgid "Leave fullscreen"
561 msgstr ""
562
563 #: ../src/virt-viewer-window.c:1173
564 msgid "Ctrl+Alt"
565 msgstr ""
566
567 #: ../src/virt-viewer-window.c:1176
568 #, c-format
569 msgid "(Press %s to release pointer)"
570 msgstr ""
571
572 #. translators:
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
577 #, c-format
578 msgid "%s%s%s - %s"
579 msgstr ""
580
581 #. translators: <space>
582 #: ../src/virt-viewer-window.c:1191
583 msgid " "
584 msgstr ""
585
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
594 #, c-format
595 msgid "At least %s version %s is required to setup this connection"
596 msgstr ""
597
598 #: ../src/virt-viewer.c:163
599 msgid "Waiting for guest domain to re-start"
600 msgstr ""
601
602 #: ../src/virt-viewer.c:409
603 #, c-format
604 msgid "Cannot determine the graphic type for the guest %s"
605 msgstr ""
606
607 #: ../src/virt-viewer.c:448
608 #, c-format
609 msgid "Cannot determine the host for the guest %s"
610 msgstr ""
611
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
623 msgid "Waiting for libvirt to start"
624 msgstr ""
625
626 #: ../src/virt-viewer.c:724
627 msgid "Finding guest domain"
628 msgstr ""
629
630 #: ../src/virt-viewer.c:728
631 msgid "Waiting for guest domain to be created"
632 msgstr ""
633
634 #: ../src/virt-viewer.c:750
635 msgid "Checking guest domain status"
636 msgstr ""
637
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
643 msgid "Waiting for guest domain to start"
644 msgstr ""
645
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
652 msgid "[none]"
653 msgstr ""
654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
664 #. * Local variables:
665 #. * c-indent-level: 4
666 #. * c-basic-offset: 4
667 #. * indent-tabs-mode: nil
668 #. * End:
669 #.
670 #: ../src/virt-viewer.xml.h:1
671 msgid "_File"
672 msgstr ""
673
674 #: ../src/virt-viewer.xml.h:4
675 msgid "Smartcard insertion"
676 msgstr ""
677
678 #: ../src/virt-viewer.xml.h:5
679 msgid "Smartcard removal"
680 msgstr ""
681
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
687 msgid "_View"
688 msgstr ""
689
690 #: ../src/virt-viewer.xml.h:8
691 msgid "Full screen"
692 msgstr ""
693
694 #: ../src/virt-viewer.xml.h:9
695 msgid "_Zoom"
696 msgstr ""
697
698 #: ../src/virt-viewer.xml.h:10
699 msgid "Displays"
700 msgstr ""
701
702 #: ../src/virt-viewer.xml.h:11
703 msgid "Release cursor"
704 msgstr ""
705
706 #: ../src/virt-viewer.xml.h:12
707 msgid "_Send key"
708 msgstr ""
709
710 #: ../src/virt-viewer.xml.h:13
711 msgid "_Help"
712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
+0
-610
po/wo.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Wolof (http://www.transifex.com/projects/p/virt-viewer/language/wo/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: wo\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
+0
-610
po/xh.po less more
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Xhosa (http://www.transifex.com/projects/p/virt-viewer/language/xh/)\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Language: xh\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
20 msgid "Remote Viewer"
21 msgstr ""
22
23 #: ../data/remote-viewer.desktop.in.h:2
24 msgid "Access remote desktops"
25 msgstr ""
26
27 #: ../data/virt-viewer-mime.xml.in.h:1
28 msgid "Virt-Viewer connection file"
29 msgstr ""
30
31 #: ../src/gbinding.c:637
32 msgid "Source"
33 msgstr ""
34
35 #: ../src/gbinding.c:638
36 msgid "The source of the binding"
37 msgstr ""
38
39 #: ../src/gbinding.c:652
40 msgid "Target"
41 msgstr ""
42
43 #: ../src/gbinding.c:653
44 msgid "The target of the binding"
45 msgstr ""
46
47 #: ../src/gbinding.c:668
48 msgid "Source Property"
49 msgstr ""
50
51 #: ../src/gbinding.c:669
52 msgid "The property on the source to bind"
53 msgstr ""
54
55 #: ../src/gbinding.c:684
56 msgid "Target Property"
57 msgstr ""
58
59 #: ../src/gbinding.c:685
60 msgid "The property on the target to bind"
61 msgstr ""
62
63 #: ../src/gbinding.c:699
64 msgid "Flags"
65 msgstr ""
66
67 #: ../src/gbinding.c:700
68 msgid "The binding flags"
69 msgstr ""
70
71 #: ../src/remote-viewer-main.c:50
72 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
77 msgid "Display version information"
78 msgstr ""
79
80 #: ../src/remote-viewer-main.c:101
81 msgid "Set window title"
82 msgstr ""
83
84 #: ../src/remote-viewer-main.c:104
85 msgid "Open connection using Spice controller communication"
86 msgstr ""
87
88 #: ../src/remote-viewer-main.c:116
89 msgid "Remote viewer client"
90 msgstr ""
91
92 #: ../src/remote-viewer-main.c:134
93 #, c-format
94 msgid ""
95 "%s\n"
96 "Run '%s --help' to see a full list of available command line options\n"
97 msgstr ""
98
99 #: ../src/remote-viewer-main.c:146
100 #, c-format
101 msgid "Error: extra arguments given while using Spice controller\n"
102 msgstr ""
103
104 #: ../src/remote-viewer-main.c:153
105 #, c-format
106 msgid "Error: can't handle multiple URIs\n"
107 msgstr ""
108
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 msgid "Failed to initiate connection"
111 msgstr ""
112
113 #: ../src/remote-viewer.c:294
114 msgid "Display disabled by controller"
115 msgstr ""
116
117 #: ../src/remote-viewer.c:592
118 #, c-format
119 msgid "Controller connection failed: %s"
120 msgstr ""
121
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
144 msgid "Setting up Spice session..."
145 msgstr ""
146
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
153 msgid "Cannot determine the connection type from URI"
154 msgstr ""
155
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
165 #. * Local variables:
166 #. * c-indent-level: 4
167 #. * c-basic-offset: 4
168 #. * indent-tabs-mode: nil
169 #. * End:
170 #: ../src/virt-viewer-about.xml.h:1
171 msgid "About Glade"
172 msgstr ""
173
174 #: ../src/virt-viewer-about.xml.h:2
175 msgid ""
176 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
177 "Copyright (C) 2007-2014 Red Hat, Inc."
178 msgstr ""
179
180 #: ../src/virt-viewer-about.xml.h:4
181 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
182 msgstr ""
183
184 #: ../src/virt-viewer-about.xml.h:5
185 msgid "virt-manager.org"
186 msgstr ""
187
188 #: ../src/virt-viewer-about.xml.h:6
189 msgid ""
190 "This program is free software; you can redistribute it and/or modify\n"
191 "it under the terms of the GNU General Public License as published by\n"
192 "the Free Software Foundation; either version 2 of the License, or\n"
193 "(at your option) any later version.\n"
194 "\n"
195 "This program is distributed in the hope that it will be useful,\n"
196 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
197 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
198 "GNU General Public License for more details.\n"
199 "\n"
200 "You should have received a copy of the GNU General Public License\n"
201 "along with this program; if not, write to the Free Software\n"
202 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
203 msgstr ""
204
205 #: ../src/virt-viewer-about.xml.h:20
206 msgid "The Fedora Translation Team"
207 msgstr ""
208
209 #: ../src/virt-viewer-app.c:400
210 msgid "Do you want to close the session?"
211 msgstr ""
212
213 #: ../src/virt-viewer-app.c:402
214 msgid "Do not ask me again"
215 msgstr ""
216
217 #: ../src/virt-viewer-app.c:841
218 #, c-format
219 msgid "Waiting for display %d..."
220 msgstr ""
221
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
228 msgid "Connect to ssh failed."
229 msgstr ""
230
231 #: ../src/virt-viewer-app.c:1029
232 msgid "Can't connect to channel, SSH only supported."
233 msgstr ""
234
235 #: ../src/virt-viewer-app.c:1041
236 msgid "Connect to channel unsupported."
237 msgstr ""
238
239 #: ../src/virt-viewer-app.c:1123
240 msgid "Connecting to graphic server"
241 msgstr ""
242
243 #: ../src/virt-viewer-app.c:1256
244 msgid "Guest domain has shutdown"
245 msgstr ""
246
247 #: ../src/virt-viewer-app.c:1317
248 msgid "Connected to graphic server"
249 msgstr ""
250
251 #: ../src/virt-viewer-app.c:1344
252 #, c-format
253 msgid "Unable to connect to the graphic server %s"
254 msgstr ""
255
256 #: ../src/virt-viewer-app.c:1376
257 #, c-format
258 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
320 #. * Local variables:
321 #. * c-indent-level: 4
322 #. * c-basic-offset: 4
323 #. * indent-tabs-mode: nil
324 #. * End:
325 #: ../src/virt-viewer-auth.xml.h:1
326 msgid "Authentication required"
327 msgstr ""
328
329 #: ../src/virt-viewer-auth.xml.h:2
330 msgid "label"
331 msgstr ""
332
333 #: ../src/virt-viewer-auth.xml.h:3
334 msgid "Password:"
335 msgstr ""
336
337 #: ../src/virt-viewer-auth.xml.h:4
338 msgid "Username:"
339 msgstr ""
340
341 #: ../src/virt-viewer-main.c:38
342 #, c-format
343 msgid "%s version %s\n"
344 msgstr ""
345
346 #: ../src/virt-viewer-main.c:62
347 msgid "Direct connection with no automatic tunnels"
348 msgstr ""
349
350 #: ../src/virt-viewer-main.c:64
351 msgid "Attach to the local display using libvirt"
352 msgstr ""
353
354 #: ../src/virt-viewer-main.c:66
355 msgid "Connect to hypervisor"
356 msgstr ""
357
358 #: ../src/virt-viewer-main.c:68
359 msgid "Wait for domain to start"
360 msgstr ""
361
362 #: ../src/virt-viewer-main.c:70
363 msgid "Reconnect to domain upon restart"
364 msgstr ""
365
366 #: ../src/virt-viewer-main.c:77
367 msgid "Virt Viewer"
368 msgstr ""
369
370 #: ../src/virt-viewer-main.c:80
371 #, c-format
372 msgid "Run '%s --help' to see a full list of available command line options"
373 msgstr ""
374
375 #: ../src/virt-viewer-main.c:86
376 msgid "Virtual machine graphical console"
377 msgstr ""
378
379 #: ../src/virt-viewer-main.c:108
380 #, c-format
381 msgid ""
382 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
384 "\n"
385 "%s\n"
386 "\n"
387 msgstr ""
388
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
391 msgstr ""
392
393 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
395 msgid "Select USB devices for redirection"
396 msgstr ""
397
398 #: ../src/virt-viewer-session-vnc.c:148
399 #, c-format
400 msgid "Unsupported authentication type %d"
401 msgstr ""
402
403 #: ../src/virt-viewer-window.c:587
404 msgid "Ctrl+Alt+_Del"
405 msgstr ""
406
407 #: ../src/virt-viewer-window.c:588
408 msgid "Ctrl+Alt+_Backspace"
409 msgstr ""
410
411 #: ../src/virt-viewer-window.c:590
412 msgid "Ctrl+Alt+F_1"
413 msgstr ""
414
415 #: ../src/virt-viewer-window.c:591
416 msgid "Ctrl+Alt+F_2"
417 msgstr ""
418
419 #: ../src/virt-viewer-window.c:592
420 msgid "Ctrl+Alt+F_3"
421 msgstr ""
422
423 #: ../src/virt-viewer-window.c:593
424 msgid "Ctrl+Alt+F_4"
425 msgstr ""
426
427 #: ../src/virt-viewer-window.c:594
428 msgid "Ctrl+Alt+F_5"
429 msgstr ""
430
431 #: ../src/virt-viewer-window.c:595
432 msgid "Ctrl+Alt+F_6"
433 msgstr ""
434
435 #: ../src/virt-viewer-window.c:596
436 msgid "Ctrl+Alt+F_7"
437 msgstr ""
438
439 #: ../src/virt-viewer-window.c:597
440 msgid "Ctrl+Alt+F_8"
441 msgstr ""
442
443 #: ../src/virt-viewer-window.c:598
444 msgid "Ctrl+Alt+F_9"
445 msgstr ""
446
447 #: ../src/virt-viewer-window.c:599
448 msgid "Ctrl+Alt+F1_0"
449 msgstr ""
450
451 #: ../src/virt-viewer-window.c:600
452 msgid "Ctrl+Alt+F11"
453 msgstr ""
454
455 #: ../src/virt-viewer-window.c:601
456 msgid "Ctrl+Alt+F12"
457 msgstr ""
458
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
460 msgid "Screenshot"
461 msgstr ""
462
463 #: ../src/virt-viewer-window.c:1051
464 msgid "Disconnect"
465 msgstr ""
466
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
468 #: ../src/virt-viewer.xml.h:3
469 msgid "USB device selection"
470 msgstr ""
471
472 #: ../src/virt-viewer-window.c:1070
473 msgid "Send key combination"
474 msgstr ""
475
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
477 msgid "Leave fullscreen"
478 msgstr ""
479
480 #: ../src/virt-viewer-window.c:1162
481 msgid "Ctrl+Alt"
482 msgstr ""
483
484 #: ../src/virt-viewer-window.c:1165
485 #, c-format
486 msgid "(Press %s to release pointer)"
487 msgstr ""
488
489 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
495 #, c-format
496 msgid "%s%s%s - %s"
497 msgstr ""
498
499 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
501 msgid " "
502 msgstr ""
503
504 #: ../src/virt-viewer-file.c:624
505 #, c-format
506 msgid "At least %s version %s is required to setup this connection"
507 msgstr ""
508
509 #: ../src/virt-viewer.c:133
510 msgid "Waiting for guest domain to re-start"
511 msgstr ""
512
513 #: ../src/virt-viewer.c:318
514 #, c-format
515 msgid "Cannot determine the graphic type for the guest %s"
516 msgstr ""
517
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
524 #, c-format
525 msgid "Cannot determine the host for the guest %s"
526 msgstr ""
527
528 #: ../src/virt-viewer.c:540
529 msgid "Waiting for libvirt to start"
530 msgstr ""
531
532 #: ../src/virt-viewer.c:544
533 msgid "Finding guest domain"
534 msgstr ""
535
536 #: ../src/virt-viewer.c:548
537 msgid "Waiting for guest domain to be created"
538 msgstr ""
539
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
546 msgid "Checking guest domain status"
547 msgstr ""
548
549 #: ../src/virt-viewer.c:573
550 msgid "Waiting for guest domain to start"
551 msgstr ""
552
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
563 msgid "[none]"
564 msgstr ""
565
566 #. * Local variables:
567 #. * c-indent-level: 4
568 #. * c-basic-offset: 4
569 #. * indent-tabs-mode: nil
570 #. * End:
571 #: ../src/virt-viewer.xml.h:1
572 msgid "_File"
573 msgstr ""
574
575 #: ../src/virt-viewer.xml.h:4
576 msgid "Smartcard insertion"
577 msgstr ""
578
579 #: ../src/virt-viewer.xml.h:5
580 msgid "Smartcard removal"
581 msgstr ""
582
583 #: ../src/virt-viewer.xml.h:6
584 msgid "_View"
585 msgstr ""
586
587 #: ../src/virt-viewer.xml.h:7
588 msgid "Full screen"
589 msgstr ""
590
591 #: ../src/virt-viewer.xml.h:8
592 msgid "_Zoom"
593 msgstr ""
594
595 #: ../src/virt-viewer.xml.h:9
596 msgid "Displays"
597 msgstr ""
598
599 #: ../src/virt-viewer.xml.h:10
600 msgid "Release cursor"
601 msgstr ""
602
603 #: ../src/virt-viewer.xml.h:11
604 msgid "_Send key"
605 msgstr ""
606
607 #: ../src/virt-viewer.xml.h:12
608 msgid "_Help"
609 msgstr ""
0 # SOME DESCRIPTIVE TITLE.
1 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
2 # This file is distributed under the same license as the PACKAGE package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: PACKAGE VERSION\n"
8 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Yoruba\n"
13 "Language: yo\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1)\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
21 msgid "Remote Viewer"
22 msgstr ""
23
24 #: ../data/remote-viewer.desktop.in.h:2
25 msgid "Access remote desktops"
26 msgstr ""
27
28 #: ../data/virt-viewer-mime.xml.in.h:1
29 msgid "Virt-Viewer connection file"
30 msgstr ""
31
32 #: ../src/gbinding.c:637
33 msgid "Source"
34 msgstr ""
35
36 #: ../src/gbinding.c:638
37 msgid "The source of the binding"
38 msgstr ""
39
40 #: ../src/gbinding.c:652
41 msgid "Target"
42 msgstr ""
43
44 #: ../src/gbinding.c:653
45 msgid "The target of the binding"
46 msgstr ""
47
48 #: ../src/gbinding.c:668
49 msgid "Source Property"
50 msgstr ""
51
52 #: ../src/gbinding.c:669
53 msgid "The property on the source to bind"
54 msgstr ""
55
56 #: ../src/gbinding.c:684
57 msgid "Target Property"
58 msgstr ""
59
60 #: ../src/gbinding.c:685
61 msgid "The property on the target to bind"
62 msgstr ""
63
64 #: ../src/gbinding.c:699
65 msgid "Flags"
66 msgstr ""
67
68 #: ../src/gbinding.c:700
69 msgid "The binding flags"
70 msgstr ""
71
72 #: ../src/remote-viewer-main.c:50
73 #, c-format
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
78 msgid "Display version information"
79 msgstr ""
80
81 #: ../src/remote-viewer-main.c:105
82 msgid "Set window title"
83 msgstr ""
84
85 #: ../src/remote-viewer-main.c:108
86 msgid "Open connection using Spice controller communication"
87 msgstr ""
88
89 #: ../src/remote-viewer-main.c:120
90 msgid "Remote viewer client"
91 msgstr ""
92
93 #: ../src/remote-viewer-main.c:138
94 #, c-format
95 msgid ""
96 "%s\n"
97 "Run '%s --help' to see a full list of available command line options\n"
98 msgstr ""
99
100 #: ../src/remote-viewer-main.c:149
101 #, c-format
102 msgid "Error: extra arguments given while using Spice controller\n"
103 msgstr ""
104
105 #: ../src/remote-viewer-main.c:156
106 #, c-format
107 msgid "Error: can't handle multiple URIs\n"
108 msgstr ""
109
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
111 msgid "Failed to initiate connection"
112 msgstr ""
113
114 #: ../src/remote-viewer.c:313
115 msgid "Display disabled by controller"
116 msgstr ""
117
118 #: ../src/remote-viewer.c:609
119 #, c-format
120 msgid "Controller connection failed: %s"
121 msgstr ""
122
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
148 msgstr ""
149
150 #: ../src/remote-viewer.c:951
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
156 msgid "Setting up Spice session..."
157 msgstr ""
158
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
169 msgid "Cannot determine the connection type from URI"
170 msgstr ""
171
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
177 #. * Local variables:
178 #. * c-indent-level: 4
179 #. * c-basic-offset: 4
180 #. * indent-tabs-mode: nil
181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
207 #: ../src/virt-viewer-about.xml.h:1
208 msgid "About Glade"
209 msgstr ""
210
211 #: ../src/virt-viewer-about.xml.h:2
212 msgid ""
213 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
214 "Copyright (C) 2007-2014 Red Hat, Inc."
215 msgstr ""
216
217 #: ../src/virt-viewer-about.xml.h:4
218 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
219 msgstr ""
220
221 #: ../src/virt-viewer-about.xml.h:5
222 msgid "virt-manager.org"
223 msgstr ""
224
225 #: ../src/virt-viewer-about.xml.h:6
226 msgid ""
227 "This program is free software; you can redistribute it and/or modify\n"
228 "it under the terms of the GNU General Public License as published by\n"
229 "the Free Software Foundation; either version 2 of the License, or\n"
230 "(at your option) any later version.\n"
231 "\n"
232 "This program is distributed in the hope that it will be useful,\n"
233 "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
234 "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
235 "GNU General Public License for more details.\n"
236 "\n"
237 "You should have received a copy of the GNU General Public License\n"
238 "along with this program; if not, write to the Free Software\n"
239 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
240 msgstr ""
241
242 #: ../src/virt-viewer-about.xml.h:20
243 msgid "The Fedora Translation Team"
244 msgstr ""
245
246 #: ../src/virt-viewer-app.c:526
247 msgid "Do you want to close the session?"
248 msgstr ""
249
250 #: ../src/virt-viewer-app.c:528
251 msgid "Do not ask me again"
252 msgstr ""
253
254 #: ../src/virt-viewer-app.c:1008
255 #, c-format
256 msgid "Waiting for display %d..."
257 msgstr ""
258
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
265 msgid "Connect to ssh failed."
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1202
269 msgid "Can't connect to channel, SSH only supported."
270 msgstr ""
271
272 #: ../src/virt-viewer-app.c:1214
273 msgid "Connect to channel unsupported."
274 msgstr ""
275
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
281 msgid "Connecting to graphic server"
282 msgstr ""
283
284 #: ../src/virt-viewer-app.c:1398
285 msgid "Guest domain has shutdown"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:1459
289 msgid "Connected to graphic server"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:1486
293 #, c-format
294 msgid "Unable to connect to the graphic server %s"
295 msgstr ""
296
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
360 #, c-format
361 msgid ""
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
374 #. * Local variables:
375 #. * c-indent-level: 4
376 #. * c-basic-offset: 4
377 #. * indent-tabs-mode: nil
378 #. * End:
379 #.
380 #: ../src/virt-viewer-auth.xml.h:1
381 msgid "Authentication required"
382 msgstr ""
383
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
385 msgid "label"
386 msgstr ""
387
388 #: ../src/virt-viewer-auth.xml.h:3
389 msgid "Password:"
390 msgstr ""
391
392 #: ../src/virt-viewer-auth.xml.h:4
393 msgid "Username:"
394 msgstr ""
395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
404 #: ../src/virt-viewer-main.c:38
405 #, c-format
406 msgid "%s version %s\n"
407 msgstr ""
408
409 #: ../src/virt-viewer-main.c:62
410 msgid "Direct connection with no automatic tunnels"
411 msgstr ""
412
413 #: ../src/virt-viewer-main.c:64
414 msgid "Attach to the local display using libvirt"
415 msgstr ""
416
417 #: ../src/virt-viewer-main.c:66
418 msgid "Connect to hypervisor"
419 msgstr ""
420
421 #: ../src/virt-viewer-main.c:68
422 msgid "Wait for domain to start"
423 msgstr ""
424
425 #: ../src/virt-viewer-main.c:70
426 msgid "Reconnect to domain upon restart"
427 msgstr ""
428
429 #: ../src/virt-viewer-main.c:77
430 msgid "Virt Viewer"
431 msgstr ""
432
433 #: ../src/virt-viewer-main.c:80
434 #, c-format
435 msgid "Run '%s --help' to see a full list of available command line options"
436 msgstr ""
437
438 #: ../src/virt-viewer-main.c:86
439 msgid "Virtual machine graphical console"
440 msgstr ""
441
442 #: ../src/virt-viewer-main.c:107
443 #, c-format
444 msgid ""
445 "\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
447 "\n"
448 "%s\n"
449 "\n"
450 msgstr ""
451
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
462 msgstr ""
463
464 #. Create the widgets
465 #: ../src/virt-viewer-session-spice.c:786
466 msgid "Select USB devices for redirection"
467 msgstr ""
468
469 #: ../src/virt-viewer-session-vnc.c:153
470 #, c-format
471 msgid "Unsupported authentication type %d"
472 msgstr ""
473
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
483 msgid "Ctrl+Alt+_Del"
484 msgstr ""
485
486 #: ../src/virt-viewer-window.c:538
487 msgid "Ctrl+Alt+_Backspace"
488 msgstr ""
489
490 #: ../src/virt-viewer-window.c:540
491 msgid "Ctrl+Alt+F_1"
492 msgstr ""
493
494 #: ../src/virt-viewer-window.c:541
495 msgid "Ctrl+Alt+F_2"
496 msgstr ""
497
498 #: ../src/virt-viewer-window.c:542
499 msgid "Ctrl+Alt+F_3"
500 msgstr ""
501
502 #: ../src/virt-viewer-window.c:543
503 msgid "Ctrl+Alt+F_4"
504 msgstr ""
505
506 #: ../src/virt-viewer-window.c:544
507 msgid "Ctrl+Alt+F_5"
508 msgstr ""
509
510 #: ../src/virt-viewer-window.c:545
511 msgid "Ctrl+Alt+F_6"
512 msgstr ""
513
514 #: ../src/virt-viewer-window.c:546
515 msgid "Ctrl+Alt+F_7"
516 msgstr ""
517
518 #: ../src/virt-viewer-window.c:547
519 msgid "Ctrl+Alt+F_8"
520 msgstr ""
521
522 #: ../src/virt-viewer-window.c:548
523 msgid "Ctrl+Alt+F_9"
524 msgstr ""
525
526 #: ../src/virt-viewer-window.c:549
527 msgid "Ctrl+Alt+F1_0"
528 msgstr ""
529
530 #: ../src/virt-viewer-window.c:550
531 msgid "Ctrl+Alt+F11"
532 msgstr ""
533
534 #: ../src/virt-viewer-window.c:551
535 msgid "Ctrl+Alt+F12"
536 msgstr ""
537
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
539 msgid "Screenshot"
540 msgstr ""
541
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
547 msgid "Disconnect"
548 msgstr ""
549
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
551 #: ../src/virt-viewer.xml.h:3
552 msgid "USB device selection"
553 msgstr ""
554
555 #: ../src/virt-viewer-window.c:1081
556 msgid "Send key combination"
557 msgstr ""
558
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
560 msgid "Leave fullscreen"
561 msgstr ""
562
563 #: ../src/virt-viewer-window.c:1173
564 msgid "Ctrl+Alt"
565 msgstr ""
566
567 #: ../src/virt-viewer-window.c:1176
568 #, c-format
569 msgid "(Press %s to release pointer)"
570 msgstr ""
571
572 #. translators:
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
577 #, c-format
578 msgid "%s%s%s - %s"
579 msgstr ""
580
581 #. translators: <space>
582 #: ../src/virt-viewer-window.c:1191
583 msgid " "
584 msgstr ""
585
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
594 #, c-format
595 msgid "At least %s version %s is required to setup this connection"
596 msgstr ""
597
598 #: ../src/virt-viewer.c:163
599 msgid "Waiting for guest domain to re-start"
600 msgstr ""
601
602 #: ../src/virt-viewer.c:409
603 #, c-format
604 msgid "Cannot determine the graphic type for the guest %s"
605 msgstr ""
606
607 #: ../src/virt-viewer.c:448
608 #, c-format
609 msgid "Cannot determine the host for the guest %s"
610 msgstr ""
611
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
623 msgid "Waiting for libvirt to start"
624 msgstr ""
625
626 #: ../src/virt-viewer.c:724
627 msgid "Finding guest domain"
628 msgstr ""
629
630 #: ../src/virt-viewer.c:728
631 msgid "Waiting for guest domain to be created"
632 msgstr ""
633
634 #: ../src/virt-viewer.c:750
635 msgid "Checking guest domain status"
636 msgstr ""
637
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
643 msgid "Waiting for guest domain to start"
644 msgstr ""
645
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
652 msgid "[none]"
653 msgstr ""
654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
664 #. * Local variables:
665 #. * c-indent-level: 4
666 #. * c-basic-offset: 4
667 #. * indent-tabs-mode: nil
668 #. * End:
669 #.
670 #: ../src/virt-viewer.xml.h:1
671 msgid "_File"
672 msgstr ""
673
674 #: ../src/virt-viewer.xml.h:4
675 msgid "Smartcard insertion"
676 msgstr ""
677
678 #: ../src/virt-viewer.xml.h:5
679 msgid "Smartcard removal"
680 msgstr ""
681
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
687 msgid "_View"
688 msgstr ""
689
690 #: ../src/virt-viewer.xml.h:8
691 msgid "Full screen"
692 msgstr ""
693
694 #: ../src/virt-viewer.xml.h:9
695 msgid "_Zoom"
696 msgstr ""
697
698 #: ../src/virt-viewer.xml.h:10
699 msgid "Displays"
700 msgstr ""
701
702 #: ../src/virt-viewer.xml.h:11
703 msgid "Release cursor"
704 msgstr ""
705
706 #: ../src/virt-viewer.xml.h:12
707 msgid "_Send key"
708 msgstr ""
709
710 #: ../src/virt-viewer.xml.h:13
711 msgid "_Help"
712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Aron Xu <aronxu@gnome.org>, 2010
66 # Christopher Meng <cickumqt@gmail.com>, 2013
99 # Wei Liu <LLIU@REDHAT.COM>, 2012-2013
1010 msgid ""
1111 msgstr ""
12 "Project-Id-Version: virt-viewer\n"
12 "Project-Id-Version: PACKAGE VERSION\n"
1313 "Report-Msgid-Bugs-To: \n"
14 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
15 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
14 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
15 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1616 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
17 "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/virt-viewer/language/zh_CN/)\n"
17 "Language-Team: Chinese (China) (http://www.transifex.com/projects/p/virt-"
18 "viewer/language/zh_CN/)\n"
19 "Language: zh-CN\n"
1820 "MIME-Version: 1.0\n"
1921 "Content-Type: text/plain; charset=UTF-8\n"
2022 "Content-Transfer-Encoding: 8bit\n"
21 "Language: zh_CN\n"
2223 "Plural-Forms: nplurals=1; plural=0;\n"
23
24 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
24 "X-Generator: Zanata 3.7.3\n"
25
26 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2527 msgid "Remote Viewer"
2628 msgstr "远程查看程序"
2729
7577
7678 #: ../src/remote-viewer-main.c:50
7779 #, c-format
78 msgid "remote-viewer version %s\n"
79 msgstr "remote-viewer 版本 %s\n"
80
81 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
80 msgid "remote-viewer version %s"
81 msgstr ""
82
83 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8284 msgid "Display version information"
8385 msgstr "显示版本信息"
8486
85 #: ../src/remote-viewer-main.c:101
87 #: ../src/remote-viewer-main.c:105
8688 msgid "Set window title"
8789 msgstr "设置窗口标题"
8890
89 #: ../src/remote-viewer-main.c:104
91 #: ../src/remote-viewer-main.c:108
9092 msgid "Open connection using Spice controller communication"
9193 msgstr "使用 Spice 控制器沟通打开连接"
9294
93 #: ../src/remote-viewer-main.c:116
95 #: ../src/remote-viewer-main.c:120
9496 msgid "Remote viewer client"
9597 msgstr ""
9698
97 #: ../src/remote-viewer-main.c:134
99 #: ../src/remote-viewer-main.c:138
98100 #, c-format
99101 msgid ""
100102 "%s\n"
101103 "Run '%s --help' to see a full list of available command line options\n"
102 msgstr "%s\n运行 '%s --help' 来查看可用命令行选项的完整列表\n"
103
104 #: ../src/remote-viewer-main.c:146
104 msgstr ""
105 "%s\n"
106 "运行 '%s --help' 来查看可用命令行选项的完整列表\n"
107
108 #: ../src/remote-viewer-main.c:149
105109 #, c-format
106110 msgid "Error: extra arguments given while using Spice controller\n"
107111 msgstr "错误:使用 Spice 控制器时给出额外参数\n"
108112
109 #: ../src/remote-viewer-main.c:153
113 #: ../src/remote-viewer-main.c:156
110114 #, c-format
111115 msgid "Error: can't handle multiple URIs\n"
112116 msgstr "错误:无法控制多个 URI\n"
113117
114 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
118 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
115119 msgid "Failed to initiate connection"
116120 msgstr "初始化连接失败"
117121
118 #: ../src/remote-viewer.c:294
122 #: ../src/remote-viewer.c:313
119123 msgid "Display disabled by controller"
120124 msgstr "显示控制器禁用的"
121125
122 #: ../src/remote-viewer.c:592
126 #: ../src/remote-viewer.c:609
123127 #, c-format
124128 msgid "Controller connection failed: %s"
125129 msgstr "控制器连接失败:%s"
126130
127 #. Create the widgets
128 #: ../src/remote-viewer.c:924
129 msgid "Connection details"
130 msgstr "连接详情"
131
132 #: ../src/remote-viewer.c:939
133 msgid "_Connection Address"
131 #: ../src/remote-viewer.c:755
132 msgid "_Change CD"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:855
136 msgid "failed to parse ovirt uri"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
140 msgid "Authentication was cancelled"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:900
144 #, c-format
145 msgid "oVirt VM %s is not running"
146 msgstr ""
147
148 #: ../src/remote-viewer.c:914
149 #, c-format
150 msgid "oVirt VM %s has no display"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:940
154 #, c-format
155 msgid "oVirt VM %s has no host information"
134156 msgstr ""
135157
136158 #: ../src/remote-viewer.c:951
137 msgid "For example, spice://foo.example.org:5900"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:964
141 msgid "_Recent Connections"
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1020
145 msgid "Couldn't create a Spice session"
146 msgstr "无法生成 Spice 会话"
147
148 #: ../src/remote-viewer.c:1034
159 #, c-format
160 msgid "oVirt VM %s has unknown display type: %d"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1094
149164 msgid "Setting up Spice session..."
150165 msgstr "设置 Spice 会话......"
151166
152 #: ../src/remote-viewer.c:1055
153 #, c-format
154 msgid "Invalid file %s"
155 msgstr "无效文件 %s"
156
157 #: ../src/remote-viewer.c:1062
167 #: ../src/remote-viewer.c:1102
168 msgid "No connection was chosen"
169 msgstr ""
170
171 #: ../src/remote-viewer.c:1120
172 #, c-format
173 msgid "Invalid file %s: "
174 msgstr ""
175
176 #: ../src/remote-viewer.c:1128
158177 msgid "Cannot determine the connection type from URI"
159178 msgstr "无法确定 URI 的连接类型"
160179
161 #: ../src/remote-viewer.c:1068
162 msgid "Couldn't open oVirt session"
163 msgstr "无法打开 oVirt 会话"
164
165 #: ../src/remote-viewer.c:1075
166 #, c-format
167 msgid "Couldn't create a session for this type: %s"
168 msgstr "无法为此类型生成会话:%s"
169
180 #: ../src/remote-viewer.c:1134
181 msgid "Couldn't open oVirt session: "
182 msgstr ""
183
184 #.
170185 #. * Local variables:
171186 #. * c-indent-level: 4
172187 #. * c-basic-offset: 4
173188 #. * indent-tabs-mode: nil
174189 #. * End:
190 #.
191 #: ../src/remote-viewer-connect.xml.h:1
192 msgid "Connection details"
193 msgstr "连接详情"
194
195 #: ../src/remote-viewer-connect.xml.h:2
196 msgid "Connection Address"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:3
200 msgid "For example, spice://foo.example.org:5900"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:4
204 msgid "Recent connections"
205 msgstr ""
206
207 #: ../src/remote-viewer-connect.xml.h:5
208 msgid "Cancel"
209 msgstr ""
210
211 #: ../src/remote-viewer-connect.xml.h:6
212 msgid "Connect"
213 msgstr ""
214
175215 #: ../src/virt-viewer-about.xml.h:1
176216 msgid "About Glade"
177217 msgstr "关于 Glade"
205245 "You should have received a copy of the GNU General Public License\n"
206246 "along with this program; if not, write to the Free Software\n"
207247 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
208 msgstr "本程序是免费软件,您可以根据自由软件基金发布的 GNU 通用公共许可证版本 2 或(您认为合适的)之后的版本重新发布和(/或)修改这个软件。\n\n发布本程序是希望它\n对您有帮助,但不做任何保证,\n也不保证可用于商业或适合特定目的。\n详情请查看 GNU 通用公共许可证。\n\n本程序附带 GNU 通用公共许可证;\n如果没有,请致电自由软件基金\n59 Temple Place, Suite 330, Boston, MA 02111-1307 USA⏎ \n"
248 msgstr ""
249 "本程序是免费软件,您可以根据自由软件基金发布的 GNU 通用公共许可证版本 2 或(您"
250 "认为合适的)之后的版本重新发布和(/或)修改这个软件。\n"
251 "\n"
252 "发布本程序是希望它\n"
253 "对您有帮助,但不做任何保证,\n"
254 "也不保证可用于商业或适合特定目的。\n"
255 "详情请查看 GNU 通用公共许可证。\n"
256 "\n"
257 "本程序附带 GNU 通用公共许可证;\n"
258 "如果没有,请致电自由软件基金\n"
259 "59 Temple Place, Suite 330, Boston, MA 02111-1307 USA⏎ \n"
209260
210261 #: ../src/virt-viewer-about.xml.h:20
211262 msgid "The Fedora Translation Team"
212263 msgstr "Fedora 翻译团队"
213264
214 #: ../src/virt-viewer-app.c:400
265 #: ../src/virt-viewer-app.c:526
215266 msgid "Do you want to close the session?"
216267 msgstr "您要关闭这个会话吗?"
217268
218 #: ../src/virt-viewer-app.c:402
269 #: ../src/virt-viewer-app.c:528
219270 msgid "Do not ask me again"
220271 msgstr "不要再问我"
221272
222 #: ../src/virt-viewer-app.c:841
273 #: ../src/virt-viewer-app.c:1008
223274 #, c-format
224275 msgid "Waiting for display %d..."
225276 msgstr "等待画面 %d......"
226277
227 #: ../src/virt-viewer-app.c:946
228 #, c-format
229 msgid "Unknown graphic type for the guest %s"
230 msgstr "虚拟机 %s 的未知图形类型"
231
232 #: ../src/virt-viewer-app.c:1027
278 #: ../src/virt-viewer-app.c:1117
279 #, c-format
280 msgid "Unsupported graphic type '%s'"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:1200
233284 msgid "Connect to ssh failed."
234285 msgstr "连接到 ssh 失败"
235286
236 #: ../src/virt-viewer-app.c:1029
287 #: ../src/virt-viewer-app.c:1202
237288 msgid "Can't connect to channel, SSH only supported."
238289 msgstr "无法连接到通道,只支持 SSH。"
239290
240 #: ../src/virt-viewer-app.c:1041
291 #: ../src/virt-viewer-app.c:1214
241292 msgid "Connect to channel unsupported."
242293 msgstr "无法连接到不支持的通道。"
243294
244 #: ../src/virt-viewer-app.c:1123
295 #: ../src/virt-viewer-app.c:1276
296 msgid "Display can only be attached through libvirt with --attach"
297 msgstr ""
298
299 #: ../src/virt-viewer-app.c:1299
245300 msgid "Connecting to graphic server"
246301 msgstr "正在连接到图形服务器"
247302
248 #: ../src/virt-viewer-app.c:1256
303 #: ../src/virt-viewer-app.c:1398
249304 msgid "Guest domain has shutdown"
250305 msgstr "已关闭虚拟机域"
251306
252 #: ../src/virt-viewer-app.c:1317
307 #: ../src/virt-viewer-app.c:1459
253308 msgid "Connected to graphic server"
254309 msgstr "已连接到图形服务器"
255310
256 #: ../src/virt-viewer-app.c:1344
311 #: ../src/virt-viewer-app.c:1486
257312 #, c-format
258313 msgid "Unable to connect to the graphic server %s"
259314 msgstr "无法连接到图形服务器 %s"
260315
261 #: ../src/virt-viewer-app.c:1376
262 #, c-format
263 msgid ""
264 "Unable to authenticate with remote desktop server at %s: %s\n"
265 "Retry connection again?"
266 msgstr "无法使用 %s 中的远程桌面服务器验证:%s\n重新尝试连接?"
267
268 #: ../src/virt-viewer-app.c:1396
316 #: ../src/virt-viewer-app.c:1512
317 #, c-format
318 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
319 msgstr ""
320
321 #: ../src/virt-viewer-app.c:1525
269322 #, c-format
270323 msgid "Unable to authenticate with remote desktop server: %s"
271324 msgstr "无法使用远程桌面服务器验证:%s"
272325
273 #: ../src/virt-viewer-app.c:1404
326 #: ../src/virt-viewer-app.c:1533
274327 #, c-format
275328 msgid "USB redirection error: %s"
276329 msgstr "USB 重新定向错误:%s"
277330
278 #: ../src/virt-viewer-app.c:1632
331 #: ../src/virt-viewer-app.c:1786
279332 #, c-format
280333 msgid "Zoom level must be within %d-%d\n"
281334 msgstr ""
282335
283 #: ../src/virt-viewer-app.c:2126
336 #: ../src/virt-viewer-app.c:2296
284337 #, c-format
285338 msgid "Display %d"
286339 msgstr "显示 %d"
287340
288 #: ../src/virt-viewer-app.c:2301
341 #: ../src/virt-viewer-app.c:2552
289342 #, c-format
290343 msgid "Invalid kiosk-quit argument: %s"
291344 msgstr "无效的 kiosk-quit 参数:%s"
292345
293 #: ../src/virt-viewer-app.c:2310
346 #: ../src/virt-viewer-app.c:2561
294347 msgid "Zoom level of window, in percentage"
295348 msgstr "窗口缩放级别,以百分比计"
296349
297 #: ../src/virt-viewer-app.c:2312
350 #: ../src/virt-viewer-app.c:2563
298351 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
299352 msgstr ""
300353
301 #: ../src/virt-viewer-app.c:2314
354 #: ../src/virt-viewer-app.c:2565
302355 msgid "Customise hotkeys"
303356 msgstr "自定义快捷键"
304357
305 #: ../src/virt-viewer-app.c:2316
358 #: ../src/virt-viewer-app.c:2567
306359 msgid "Enable kiosk mode"
307360 msgstr "启用 kiosk 模式"
308361
309 #: ../src/virt-viewer-app.c:2318
362 #: ../src/virt-viewer-app.c:2569
310363 msgid "Quit on given condition in kiosk mode"
311364 msgstr ""
312365
313 #: ../src/virt-viewer-app.c:2318
366 #: ../src/virt-viewer-app.c:2569
314367 msgid "<never|on-disconnect>"
315368 msgstr "<never|on-disconnect>"
316369
317 #: ../src/virt-viewer-app.c:2320
370 #: ../src/virt-viewer-app.c:2571
318371 msgid "Display verbose information"
319372 msgstr "显示详细信息"
320373
321 #: ../src/virt-viewer-app.c:2322
374 #: ../src/virt-viewer-app.c:2573
322375 msgid "Display debugging information"
323376 msgstr "显示调试信息"
324377
378 #: ../src/virt-viewer-auth.c:88
379 #, c-format
380 msgid ""
381 "Authentication is required for the %s connection to:\n"
382 "\n"
383 "<b>%s</b>\n"
384 "\n"
385 msgstr ""
386
387 #: ../src/virt-viewer-auth.c:92
388 #, c-format
389 msgid "Authentication is required for the %s connection:\n"
390 msgstr ""
391
392 #.
325393 #. * Local variables:
326394 #. * c-indent-level: 4
327395 #. * c-basic-offset: 4
328396 #. * indent-tabs-mode: nil
329397 #. * End:
398 #.
330399 #: ../src/virt-viewer-auth.xml.h:1
331400 msgid "Authentication required"
332401 msgstr "所需验证"
333402
334 #: ../src/virt-viewer-auth.xml.h:2
403 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
335404 msgid "label"
336405 msgstr "标签"
337406
343412 msgid "Username:"
344413 msgstr "用户名:"
345414
415 #: ../src/virt-viewer-auth.xml.h:5
416 msgid "Show password"
417 msgstr ""
418
419 #: ../src/virt-viewer-display-vnc.c:133
420 msgid "VNC does not provide GUID"
421 msgstr ""
422
346423 #: ../src/virt-viewer-main.c:38
347424 #, c-format
348425 msgid "%s version %s\n"
381458 msgid "Virtual machine graphical console"
382459 msgstr ""
383460
384 #: ../src/virt-viewer-main.c:108
461 #: ../src/virt-viewer-main.c:107
385462 #, c-format
386463 msgid ""
387464 "\n"
388 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
465 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
389466 "\n"
390467 "%s\n"
391468 "\n"
392 msgstr "\n用法:%s [选项] 域名|ID|UUID\n\n%s\n\n"
393
394 #: ../src/virt-viewer-session-spice.c:506
395 msgid "invalid password"
396 msgstr "密码无效"
469 msgstr ""
470
471 #: ../src/virt-viewer-main.c:112
472 #, c-format
473 msgid ""
474 "\n"
475 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
476 "\n"
477 msgstr ""
478
479 #: ../src/virt-viewer-session-spice.c:694
480 msgid "Invalid password"
481 msgstr ""
397482
398483 #. Create the widgets
399 #: ../src/virt-viewer-session-spice.c:588
484 #: ../src/virt-viewer-session-spice.c:786
400485 msgid "Select USB devices for redirection"
401486 msgstr "为重新定向选择 USB 设备"
402487
403 #: ../src/virt-viewer-session-vnc.c:148
488 #: ../src/virt-viewer-session-vnc.c:153
404489 #, c-format
405490 msgid "Unsupported authentication type %d"
406491 msgstr "不支持的验证类型 %d"
407492
408 #: ../src/virt-viewer-window.c:587
493 #: ../src/virt-viewer-vm-connection.c:64
494 msgid "No virtual machine found"
495 msgstr ""
496
497 #: ../src/virt-viewer-vm-connection.c:93
498 msgid "No virtual machine was chosen"
499 msgstr ""
500
501 #: ../src/virt-viewer-window.c:537
409502 msgid "Ctrl+Alt+_Del"
410503 msgstr "Ctrl+Alt+_Del"
411504
412 #: ../src/virt-viewer-window.c:588
505 #: ../src/virt-viewer-window.c:538
413506 msgid "Ctrl+Alt+_Backspace"
414507 msgstr "Ctrl+Alt+_Backspace"
415508
416 #: ../src/virt-viewer-window.c:590
509 #: ../src/virt-viewer-window.c:540
417510 msgid "Ctrl+Alt+F_1"
418511 msgstr "Ctrl+Alt+F_1"
419512
420 #: ../src/virt-viewer-window.c:591
513 #: ../src/virt-viewer-window.c:541
421514 msgid "Ctrl+Alt+F_2"
422515 msgstr "Ctrl+Alt+F_2"
423516
424 #: ../src/virt-viewer-window.c:592
517 #: ../src/virt-viewer-window.c:542
425518 msgid "Ctrl+Alt+F_3"
426519 msgstr "Ctrl+Alt+F_3"
427520
428 #: ../src/virt-viewer-window.c:593
521 #: ../src/virt-viewer-window.c:543
429522 msgid "Ctrl+Alt+F_4"
430523 msgstr "Ctrl+Alt+F_4"
431524
432 #: ../src/virt-viewer-window.c:594
525 #: ../src/virt-viewer-window.c:544
433526 msgid "Ctrl+Alt+F_5"
434527 msgstr "Ctrl+Alt+F_5"
435528
436 #: ../src/virt-viewer-window.c:595
529 #: ../src/virt-viewer-window.c:545
437530 msgid "Ctrl+Alt+F_6"
438531 msgstr "Ctrl+Alt+F_6"
439532
440 #: ../src/virt-viewer-window.c:596
533 #: ../src/virt-viewer-window.c:546
441534 msgid "Ctrl+Alt+F_7"
442535 msgstr "Ctrl+Alt+F_7"
443536
444 #: ../src/virt-viewer-window.c:597
537 #: ../src/virt-viewer-window.c:547
445538 msgid "Ctrl+Alt+F_8"
446539 msgstr "Ctrl+Alt+F_8"
447540
448 #: ../src/virt-viewer-window.c:598
541 #: ../src/virt-viewer-window.c:548
449542 msgid "Ctrl+Alt+F_9"
450543 msgstr "Ctrl+Alt+F_9"
451544
452 #: ../src/virt-viewer-window.c:599
545 #: ../src/virt-viewer-window.c:549
453546 msgid "Ctrl+Alt+F1_0"
454547 msgstr "Ctrl+Alt+F1_0"
455548
456 #: ../src/virt-viewer-window.c:600
549 #: ../src/virt-viewer-window.c:550
457550 msgid "Ctrl+Alt+F11"
458551 msgstr "Ctrl+Alt+F11"
459552
460 #: ../src/virt-viewer-window.c:601
553 #: ../src/virt-viewer-window.c:551
461554 msgid "Ctrl+Alt+F12"
462555 msgstr "Ctrl+Alt+F12"
463556
464 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
557 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
465558 msgid "Screenshot"
466559 msgstr "截屏"
467560
468 #: ../src/virt-viewer-window.c:1051
561 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
562 msgid "Unknown"
563 msgstr ""
564
565 #: ../src/virt-viewer-window.c:1062
469566 msgid "Disconnect"
470567 msgstr "断开连接"
471568
472 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
569 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
473570 #: ../src/virt-viewer.xml.h:3
474571 msgid "USB device selection"
475572 msgstr "USB 设备选择"
476573
477 #: ../src/virt-viewer-window.c:1070
574 #: ../src/virt-viewer-window.c:1081
478575 msgid "Send key combination"
479576 msgstr "发送按键组合"
480577
481 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
578 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
482579 msgid "Leave fullscreen"
483580 msgstr "离开全屏"
484581
485 #: ../src/virt-viewer-window.c:1162
582 #: ../src/virt-viewer-window.c:1173
486583 msgid "Ctrl+Alt"
487584 msgstr "Ctrl+Alt"
488585
489 #: ../src/virt-viewer-window.c:1165
586 #: ../src/virt-viewer-window.c:1176
490587 #, c-format
491588 msgid "(Press %s to release pointer)"
492589 msgstr "(按 %s 释放光标)"
493590
494591 #. translators:
495 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
496 #. <appname>"
497 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
498 #. Viewer"
499 #: ../src/virt-viewer-window.c:1176
592 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
593 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
594 #.
595 #: ../src/virt-viewer-window.c:1187
500596 #, c-format
501597 msgid "%s%s%s - %s"
502598 msgstr "%s%s%s - %s"
503599
504600 #. translators: <space>
505 #: ../src/virt-viewer-window.c:1180
601 #: ../src/virt-viewer-window.c:1191
506602 msgid " "
507603 msgstr " "
508604
509 #: ../src/virt-viewer-file.c:624
605 #: ../src/virt-viewer-file.c:825
606 #, c-format
607 msgid ""
608 "At least %s version %s is required to setup this connection, see %s for "
609 "details"
610 msgstr ""
611
612 #: ../src/virt-viewer-file.c:833
510613 #, c-format
511614 msgid "At least %s version %s is required to setup this connection"
512615 msgstr ""
513616
514 #: ../src/virt-viewer.c:133
617 #: ../src/virt-viewer.c:163
515618 msgid "Waiting for guest domain to re-start"
516619 msgstr "等待虚拟机域重启"
517620
518 #: ../src/virt-viewer.c:318
621 #: ../src/virt-viewer.c:409
519622 #, c-format
520623 msgid "Cannot determine the graphic type for the guest %s"
521624 msgstr "无法确定虚拟机 %s 的图形类型"
522625
523 #: ../src/virt-viewer.c:341
524 #, c-format
525 msgid "Cannot determine the graphic address for the guest %s"
526 msgstr "无法确定虚拟机 %s 的图形地址"
527
528 #: ../src/virt-viewer.c:354
626 #: ../src/virt-viewer.c:448
529627 #, c-format
530628 msgid "Cannot determine the host for the guest %s"
531629 msgstr "无法确定虚拟机 %s 的主机"
532630
533 #: ../src/virt-viewer.c:540
631 #: ../src/virt-viewer.c:476
632 #, c-format
633 msgid "Guest '%s' is not reachable"
634 msgstr ""
635
636 #: ../src/virt-viewer.c:697
637 #, c-format
638 msgid "Virtual machine %s is not running"
639 msgstr ""
640
641 #: ../src/virt-viewer.c:720
534642 msgid "Waiting for libvirt to start"
535643 msgstr "等待 libvirt 启动"
536644
537 #: ../src/virt-viewer.c:544
645 #: ../src/virt-viewer.c:724
538646 msgid "Finding guest domain"
539647 msgstr "正在查找虚拟机域"
540648
541 #: ../src/virt-viewer.c:548
649 #: ../src/virt-viewer.c:728
542650 msgid "Waiting for guest domain to be created"
543651 msgstr "正在等待生成虚拟机域"
544652
545 #: ../src/virt-viewer.c:553
546 #, c-format
547 msgid "Cannot find guest domain %s"
548 msgstr "无法找到客户端域 %s"
549
550 #: ../src/virt-viewer.c:566
653 #: ../src/virt-viewer.c:750
551654 msgid "Checking guest domain status"
552655 msgstr "正在检查虚拟机域状态"
553656
554 #: ../src/virt-viewer.c:573
657 #: ../src/virt-viewer.c:753
658 msgid "Cannot get guest state"
659 msgstr ""
660
661 #: ../src/virt-viewer.c:759
555662 msgid "Waiting for guest domain to start"
556663 msgstr "正在等待虚拟机域启动"
557664
558 #: ../src/virt-viewer.c:580
559 msgid "Waiting for guest domain to start server"
560 msgstr "正在等待虚拟机域启动服务器"
561
562 #: ../src/virt-viewer.c:694
563 #, c-format
564 msgid "Unable to connect to libvirt with URI %s"
565 msgstr "无法使用 URI %s 连接到 libvirt"
566
567 #: ../src/virt-viewer.c:695
665 #: ../src/virt-viewer.c:863
666 #, c-format
667 msgid "Unable to connect to libvirt with URI: %s."
668 msgstr ""
669
670 #: ../src/virt-viewer.c:864
568671 msgid "[none]"
569672 msgstr "[无]"
570673
674 #: ../src/virt-viewer.c:871
675 msgid "Authentication failed."
676 msgstr ""
677
678 #: ../src/virt-viewer.c:931
679 msgid "Failed to connect: "
680 msgstr ""
681
682 #.
571683 #. * Local variables:
572684 #. * c-indent-level: 4
573685 #. * c-basic-offset: 4
574686 #. * indent-tabs-mode: nil
575687 #. * End:
688 #.
576689 #: ../src/virt-viewer.xml.h:1
577690 msgid "_File"
578691 msgstr "文件(_F)"
585698 msgid "Smartcard removal"
586699 msgstr "删除智能卡"
587700
588 #: ../src/virt-viewer.xml.h:6
701 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
702 msgid "Preferences"
703 msgstr ""
704
705 #: ../src/virt-viewer.xml.h:7
589706 msgid "_View"
590707 msgstr "查看(_V)"
591708
592 #: ../src/virt-viewer.xml.h:7
709 #: ../src/virt-viewer.xml.h:8
593710 msgid "Full screen"
594711 msgstr "全屏"
595712
596 #: ../src/virt-viewer.xml.h:8
713 #: ../src/virt-viewer.xml.h:9
597714 msgid "_Zoom"
598715 msgstr "缩放(_Z)"
599716
600 #: ../src/virt-viewer.xml.h:9
717 #: ../src/virt-viewer.xml.h:10
601718 msgid "Displays"
602719 msgstr "画面"
603720
604 #: ../src/virt-viewer.xml.h:10
721 #: ../src/virt-viewer.xml.h:11
605722 msgid "Release cursor"
606723 msgstr "释放光标"
607724
608 #: ../src/virt-viewer.xml.h:11
725 #: ../src/virt-viewer.xml.h:12
609726 msgid "_Send key"
610727 msgstr "发送按键(_S)"
611728
612 #: ../src/virt-viewer.xml.h:12
729 #: ../src/virt-viewer.xml.h:13
613730 msgid "_Help"
614731 msgstr "帮助(_H)"
732
733 #: ../src/virt-viewer.xml.h:14
734 msgid "_Guest Details"
735 msgstr ""
736
737 #: ../src/virt-viewer-guest-details.xml.h:1
738 msgid "Guest Details"
739 msgstr ""
740
741 #: ../src/virt-viewer-guest-details.xml.h:2
742 msgid "Name:"
743 msgstr ""
744
745 #: ../src/virt-viewer-guest-details.xml.h:3
746 msgid "GUID:"
747 msgstr ""
748
749 #: ../src/virt-viewer-vm-connection.xml.h:1
750 msgid "Choose a virtual machine"
751 msgstr ""
752
753 #: ../src/virt-viewer-vm-connection.xml.h:2
754 msgid "Name"
755 msgstr ""
756
757 #: ../src/virt-viewer-vm-connection.xml.h:3
758 msgid "Available virtual machines"
759 msgstr ""
760
761 #: ../src/virt-viewer-preferences.xml.h:2
762 msgid "Folder sharing"
763 msgstr ""
764
765 #: ../src/virt-viewer-preferences.xml.h:3
766 msgid "Share folder"
767 msgstr ""
768
769 #: ../src/virt-viewer-preferences.xml.h:4
770 msgid "Read-only"
771 msgstr ""
772
773 #: ../src/virt-viewer-preferences.xml.h:5
774 msgid "Spice"
775 msgstr ""
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Chinese (Hong Kong) (http://www.transifex.com/projects/p/virt-viewer/language/zh_HK/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Chinese (Hong Kong SAR China)\n"
13 "Language: zh-HK\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: zh_HK\n"
17 "Plural-Forms: nplurals=1; plural=0;\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
3 #
44 # Translators:
55 # Cheng-Chia Tseng <pswo10680@gmail.com>, 2013
66 # Chester Cheng <ccheng@redhat.com>, 2013
99 # Walter Cheuk <wwycheuk@gmail.com>, 2012
1010 msgid ""
1111 msgstr ""
12 "Project-Id-Version: virt-viewer\n"
12 "Project-Id-Version: PACKAGE VERSION\n"
1313 "Report-Msgid-Bugs-To: \n"
14 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
15 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
14 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
15 "PO-Revision-Date: 2015-01-12 06:21-0500\n"
1616 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
17 "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/virt-viewer/language/zh_TW/)\n"
17 "Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/virt-"
18 "viewer/language/zh_TW/)\n"
19 "Language: zh-TW\n"
1820 "MIME-Version: 1.0\n"
1921 "Content-Type: text/plain; charset=UTF-8\n"
2022 "Content-Transfer-Encoding: 8bit\n"
21 "Language: zh_TW\n"
2223 "Plural-Forms: nplurals=1; plural=0;\n"
23
24 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
24 "X-Generator: Zanata 3.7.3\n"
25
26 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2527 msgid "Remote Viewer"
2628 msgstr "遠端檢視器"
2729
7577
7678 #: ../src/remote-viewer-main.c:50
7779 #, c-format
78 msgid "remote-viewer version %s\n"
79 msgstr "remote-viewer 版本 %s\n"
80
81 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
80 msgid "remote-viewer version %s"
81 msgstr ""
82
83 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
8284 msgid "Display version information"
8385 msgstr "顯示版本資訊"
8486
85 #: ../src/remote-viewer-main.c:101
87 #: ../src/remote-viewer-main.c:105
8688 msgid "Set window title"
8789 msgstr "設定視窗標題"
8890
89 #: ../src/remote-viewer-main.c:104
91 #: ../src/remote-viewer-main.c:108
9092 msgid "Open connection using Spice controller communication"
9193 msgstr "透過 Spice 控制器通訊來開啟連線"
9294
93 #: ../src/remote-viewer-main.c:116
95 #: ../src/remote-viewer-main.c:120
9496 msgid "Remote viewer client"
95 msgstr ""
96
97 #: ../src/remote-viewer-main.c:134
97 msgstr "遠端檢視器客戶端"
98
99 #: ../src/remote-viewer-main.c:138
98100 #, c-format
99101 msgid ""
100102 "%s\n"
101103 "Run '%s --help' to see a full list of available command line options\n"
102 msgstr "%s\n請執行「%s --help」以檢視可用指令選項的完整清單\n"
103
104 #: ../src/remote-viewer-main.c:146
104 msgstr ""
105 "%s\n"
106 "請執行「%s --help」以檢視可用指令選項的完整清單\n"
107
108 #: ../src/remote-viewer-main.c:149
105109 #, c-format
106110 msgid "Error: extra arguments given while using Spice controller\n"
107111 msgstr "錯誤:額使用 Spice 控制器時給定額外引數\n"
108112
109 #: ../src/remote-viewer-main.c:153
113 #: ../src/remote-viewer-main.c:156
110114 #, c-format
111115 msgid "Error: can't handle multiple URIs\n"
112116 msgstr "錯誤:無法處理 URI\n"
113117
114 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
118 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
115119 msgid "Failed to initiate connection"
116120 msgstr "初始化連線失敗"
117121
118 #: ../src/remote-viewer.c:294
122 #: ../src/remote-viewer.c:313
119123 msgid "Display disabled by controller"
120124 msgstr "畫面已被控制器停用"
121125
122 #: ../src/remote-viewer.c:592
126 #: ../src/remote-viewer.c:609
123127 #, c-format
124128 msgid "Controller connection failed: %s"
125129 msgstr "控制器連線失敗:%s"
126130
127 #. Create the widgets
128 #: ../src/remote-viewer.c:924
129 msgid "Connection details"
130 msgstr "連線細節"
131
132 #: ../src/remote-viewer.c:939
133 msgid "_Connection Address"
131 #: ../src/remote-viewer.c:755
132 msgid "_Change CD"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:855
136 msgid "failed to parse ovirt uri"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
140 msgid "Authentication was cancelled"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:900
144 #, c-format
145 msgid "oVirt VM %s is not running"
146 msgstr ""
147
148 #: ../src/remote-viewer.c:914
149 #, c-format
150 msgid "oVirt VM %s has no display"
151 msgstr ""
152
153 #: ../src/remote-viewer.c:940
154 #, c-format
155 msgid "oVirt VM %s has no host information"
134156 msgstr ""
135157
136158 #: ../src/remote-viewer.c:951
137 msgid "For example, spice://foo.example.org:5900"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:964
141 msgid "_Recent Connections"
142 msgstr ""
143
144 #: ../src/remote-viewer.c:1020
145 msgid "Couldn't create a Spice session"
146 msgstr "無法建立 Spice 作業階段"
147
148 #: ../src/remote-viewer.c:1034
159 #, c-format
160 msgid "oVirt VM %s has unknown display type: %d"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1094
149164 msgid "Setting up Spice session..."
150165 msgstr "正在設置 Spice 作業階段..."
151166
152 #: ../src/remote-viewer.c:1055
153 #, c-format
154 msgid "Invalid file %s"
155 msgstr "無效的檔案 %s"
156
157 #: ../src/remote-viewer.c:1062
167 #: ../src/remote-viewer.c:1102
168 msgid "No connection was chosen"
169 msgstr ""
170
171 #: ../src/remote-viewer.c:1120
172 #, c-format
173 msgid "Invalid file %s: "
174 msgstr ""
175
176 #: ../src/remote-viewer.c:1128
158177 msgid "Cannot determine the connection type from URI"
159178 msgstr "無法從 URI 判斷連線類型"
160179
161 #: ../src/remote-viewer.c:1068
162 msgid "Couldn't open oVirt session"
163 msgstr "無法開啟 oVirt 作業階段"
164
165 #: ../src/remote-viewer.c:1075
166 #, c-format
167 msgid "Couldn't create a session for this type: %s"
168 msgstr "無法為此類型建立作業階段:%s"
169
180 #: ../src/remote-viewer.c:1134
181 msgid "Couldn't open oVirt session: "
182 msgstr ""
183
184 #.
170185 #. * Local variables:
171186 #. * c-indent-level: 4
172187 #. * c-basic-offset: 4
173188 #. * indent-tabs-mode: nil
174189 #. * End:
190 #.
191 #: ../src/remote-viewer-connect.xml.h:1
192 msgid "Connection details"
193 msgstr "連線細節"
194
195 #: ../src/remote-viewer-connect.xml.h:2
196 msgid "Connection Address"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:3
200 msgid "For example, spice://foo.example.org:5900"
201 msgstr "例,spice://foo.example.org:5900"
202
203 #: ../src/remote-viewer-connect.xml.h:4
204 msgid "Recent connections"
205 msgstr ""
206
207 #: ../src/remote-viewer-connect.xml.h:5
208 msgid "Cancel"
209 msgstr ""
210
211 #: ../src/remote-viewer-connect.xml.h:6
212 msgid "Connect"
213 msgstr ""
214
175215 #: ../src/virt-viewer-about.xml.h:1
176216 msgid "About Glade"
177217 msgstr "關於 Glade"
181221 "Copyright (C) 2007-2012 Daniel P. Berrange\n"
182222 "Copyright (C) 2007-2014 Red Hat, Inc."
183223 msgstr ""
224 "著作權 (C) 2007-2012 Daniel P. Berrange\n"
225 "著作權 (C) 2007-2014 Red Hat, Inc."
184226
185227 #: ../src/virt-viewer-about.xml.h:4
186228 msgid "A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt"
205247 "You should have received a copy of the GNU General Public License\n"
206248 "along with this program; if not, write to the Free Software\n"
207249 "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
208 msgstr "此程式為自由軟體;您可將它重新發佈與/或對它進行修改,\n您必須同意自由軟體基金會 (Free Software Foundation) 的 GNU 通用\n公共許可證 (GNU General Public License) 的授權條款;許可證\n版本 2 或任何更新的版本。\n\n此程式乃為了方便社群使用,不過\n卻不含任何使用上的保証;甚至沒有任何適銷性上\n以及特定使用對象的保証。 欲取得更多詳細\n資訊,請參閱 GNU 通用公共許可證。\n\n當您取得此程式時,您應同時取得了\n一份 GNU 通用公共許可證。若沒有的話,請聯絡自由軟體\n基金會(Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
250 msgstr ""
251 "此程式為自由軟體;您可將它重新發佈與/或對它進行修改,\n"
252 "您必須同意自由軟體基金會 (Free Software Foundation) 的 GNU 通用\n"
253 "公共許可證 (GNU General Public License) 的授權條款;許可證\n"
254 "版本 2 或任何更新的版本。\n"
255 "\n"
256 "此程式乃為了方便社群使用,不過\n"
257 "卻不含任何使用上的保証;甚至沒有任何適銷性上\n"
258 "以及特定使用對象的保証。 欲取得更多詳細\n"
259 "資訊,請參閱 GNU 通用公共許可證。\n"
260 "\n"
261 "當您取得此程式時,您應同時取得了\n"
262 "一份 GNU 通用公共許可證。若沒有的話,請聯絡自由軟體\n"
263 "基金會(Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, "
264 "MA 02111-1307 USA\n"
209265
210266 #: ../src/virt-viewer-about.xml.h:20
211267 msgid "The Fedora Translation Team"
212268 msgstr "Fedora 翻譯團隊"
213269
214 #: ../src/virt-viewer-app.c:400
270 #: ../src/virt-viewer-app.c:526
215271 msgid "Do you want to close the session?"
216272 msgstr "您是否希望關閉本作業階段?"
217273
218 #: ../src/virt-viewer-app.c:402
274 #: ../src/virt-viewer-app.c:528
219275 msgid "Do not ask me again"
220276 msgstr "不再詢問我"
221277
222 #: ../src/virt-viewer-app.c:841
278 #: ../src/virt-viewer-app.c:1008
223279 #, c-format
224280 msgid "Waiting for display %d..."
225281 msgstr "正在等候顯示器 %d..."
226282
227 #: ../src/virt-viewer-app.c:946
228 #, c-format
229 msgid "Unknown graphic type for the guest %s"
230 msgstr "客端 %s 的圖形類型不明"
231
232 #: ../src/virt-viewer-app.c:1027
283 #: ../src/virt-viewer-app.c:1117
284 #, c-format
285 msgid "Unsupported graphic type '%s'"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:1200
233289 msgid "Connect to ssh failed."
234290 msgstr "連至 ssh 的連線失敗。"
235291
236 #: ../src/virt-viewer-app.c:1029
292 #: ../src/virt-viewer-app.c:1202
237293 msgid "Can't connect to channel, SSH only supported."
238294 msgstr "無法連至頻道,僅支援 SSH。"
239295
240 #: ../src/virt-viewer-app.c:1041
296 #: ../src/virt-viewer-app.c:1214
241297 msgid "Connect to channel unsupported."
242298 msgstr "不支援頻道的連接。"
243299
244 #: ../src/virt-viewer-app.c:1123
300 #: ../src/virt-viewer-app.c:1276
301 msgid "Display can only be attached through libvirt with --attach"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:1299
245305 msgid "Connecting to graphic server"
246306 msgstr "正在連接圖形化伺服器"
247307
248 #: ../src/virt-viewer-app.c:1256
308 #: ../src/virt-viewer-app.c:1398
249309 msgid "Guest domain has shutdown"
250310 msgstr "客端網域已關閉"
251311
252 #: ../src/virt-viewer-app.c:1317
312 #: ../src/virt-viewer-app.c:1459
253313 msgid "Connected to graphic server"
254314 msgstr "已連上圖形化伺服器"
255315
256 #: ../src/virt-viewer-app.c:1344
316 #: ../src/virt-viewer-app.c:1486
257317 #, c-format
258318 msgid "Unable to connect to the graphic server %s"
259319 msgstr "無法連接圖形化伺服器 %s"
260320
261 #: ../src/virt-viewer-app.c:1376
262 #, c-format
263 msgid ""
264 "Unable to authenticate with remote desktop server at %s: %s\n"
265 "Retry connection again?"
266 msgstr "無法在位於 %s 的遠端桌面伺服器上驗證:%s\n重新嘗試連線?"
267
268 #: ../src/virt-viewer-app.c:1396
321 #: ../src/virt-viewer-app.c:1512
322 #, c-format
323 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
324 msgstr ""
325
326 #: ../src/virt-viewer-app.c:1525
269327 #, c-format
270328 msgid "Unable to authenticate with remote desktop server: %s"
271329 msgstr "無法在遠端桌面伺服器驗證:%s"
272330
273 #: ../src/virt-viewer-app.c:1404
331 #: ../src/virt-viewer-app.c:1533
274332 #, c-format
275333 msgid "USB redirection error: %s"
276334 msgstr "USB 重新導引錯誤:%s"
277335
278 #: ../src/virt-viewer-app.c:1632
336 #: ../src/virt-viewer-app.c:1786
279337 #, c-format
280338 msgid "Zoom level must be within %d-%d\n"
281339 msgstr "遠近等級必須介於 %d-%d\n"
282340
283 #: ../src/virt-viewer-app.c:2126
341 #: ../src/virt-viewer-app.c:2296
284342 #, c-format
285343 msgid "Display %d"
286344 msgstr "顯示 %d"
287345
288 #: ../src/virt-viewer-app.c:2301
346 #: ../src/virt-viewer-app.c:2552
289347 #, c-format
290348 msgid "Invalid kiosk-quit argument: %s"
291349 msgstr "無效的 kiosk-quit 引數:%s"
292350
293 #: ../src/virt-viewer-app.c:2310
351 #: ../src/virt-viewer-app.c:2561
294352 msgid "Zoom level of window, in percentage"
295353 msgstr "視窗放大等級,單位為百分比"
296354
297 #: ../src/virt-viewer-app.c:2312
355 #: ../src/virt-viewer-app.c:2563
298356 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
299 msgstr ""
300
301 #: ../src/virt-viewer-app.c:2314
357 msgstr "以全螢幕模式開啟 (調整客端解析度以適應客戶端)"
358
359 #: ../src/virt-viewer-app.c:2565
302360 msgid "Customise hotkeys"
303361 msgstr "自訂快速鍵"
304362
305 #: ../src/virt-viewer-app.c:2316
363 #: ../src/virt-viewer-app.c:2567
306364 msgid "Enable kiosk mode"
307365 msgstr "啟用 kiosk 模式"
308366
309 #: ../src/virt-viewer-app.c:2318
367 #: ../src/virt-viewer-app.c:2569
310368 msgid "Quit on given condition in kiosk mode"
311369 msgstr "於 kiosk 模式中的指定情況下離開"
312370
313 #: ../src/virt-viewer-app.c:2318
371 #: ../src/virt-viewer-app.c:2569
314372 msgid "<never|on-disconnect>"
315373 msgstr "<never|on-disconnect>"
316374
317 #: ../src/virt-viewer-app.c:2320
375 #: ../src/virt-viewer-app.c:2571
318376 msgid "Display verbose information"
319377 msgstr "顯示詳細資訊"
320378
321 #: ../src/virt-viewer-app.c:2322
379 #: ../src/virt-viewer-app.c:2573
322380 msgid "Display debugging information"
323381 msgstr "顯示除錯資訊"
324382
383 #: ../src/virt-viewer-auth.c:88
384 #, c-format
385 msgid ""
386 "Authentication is required for the %s connection to:\n"
387 "\n"
388 "<b>%s</b>\n"
389 "\n"
390 msgstr ""
391
392 #: ../src/virt-viewer-auth.c:92
393 #, c-format
394 msgid "Authentication is required for the %s connection:\n"
395 msgstr ""
396
397 #.
325398 #. * Local variables:
326399 #. * c-indent-level: 4
327400 #. * c-basic-offset: 4
328401 #. * indent-tabs-mode: nil
329402 #. * End:
403 #.
330404 #: ../src/virt-viewer-auth.xml.h:1
331405 msgid "Authentication required"
332406 msgstr "須要通過驗證"
333407
334 #: ../src/virt-viewer-auth.xml.h:2
408 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
335409 msgid "label"
336410 msgstr "標籤"
337411
343417 msgid "Username:"
344418 msgstr "使用者名稱:"
345419
420 #: ../src/virt-viewer-auth.xml.h:5
421 msgid "Show password"
422 msgstr ""
423
424 #: ../src/virt-viewer-display-vnc.c:133
425 msgid "VNC does not provide GUID"
426 msgstr ""
427
346428 #: ../src/virt-viewer-main.c:38
347429 #, c-format
348430 msgid "%s version %s\n"
379461
380462 #: ../src/virt-viewer-main.c:86
381463 msgid "Virtual machine graphical console"
382 msgstr ""
383
384 #: ../src/virt-viewer-main.c:108
464 msgstr "虛擬機圖形化主控臺"
465
466 #: ../src/virt-viewer-main.c:107
385467 #, c-format
386468 msgid ""
387469 "\n"
388 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
470 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
389471 "\n"
390472 "%s\n"
391473 "\n"
392 msgstr "\n用法:%s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"
393
394 #: ../src/virt-viewer-session-spice.c:506
395 msgid "invalid password"
396 msgstr "無效的密碼"
474 msgstr ""
475
476 #: ../src/virt-viewer-main.c:112
477 #, c-format
478 msgid ""
479 "\n"
480 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
481 "\n"
482 msgstr ""
483
484 #: ../src/virt-viewer-session-spice.c:694
485 msgid "Invalid password"
486 msgstr ""
397487
398488 #. Create the widgets
399 #: ../src/virt-viewer-session-spice.c:588
489 #: ../src/virt-viewer-session-spice.c:786
400490 msgid "Select USB devices for redirection"
401491 msgstr "選擇欲重新導引的 USB 裝置"
402492
403 #: ../src/virt-viewer-session-vnc.c:148
493 #: ../src/virt-viewer-session-vnc.c:153
404494 #, c-format
405495 msgid "Unsupported authentication type %d"
406496 msgstr "不支援的認證類型 %d"
407497
408 #: ../src/virt-viewer-window.c:587
498 #: ../src/virt-viewer-vm-connection.c:64
499 msgid "No virtual machine found"
500 msgstr ""
501
502 #: ../src/virt-viewer-vm-connection.c:93
503 msgid "No virtual machine was chosen"
504 msgstr ""
505
506 #: ../src/virt-viewer-window.c:537
409507 msgid "Ctrl+Alt+_Del"
410508 msgstr "Ctrl+Alt+_Del"
411509
412 #: ../src/virt-viewer-window.c:588
510 #: ../src/virt-viewer-window.c:538
413511 msgid "Ctrl+Alt+_Backspace"
414512 msgstr "Ctrl+Alt+_Backspace"
415513
416 #: ../src/virt-viewer-window.c:590
514 #: ../src/virt-viewer-window.c:540
417515 msgid "Ctrl+Alt+F_1"
418516 msgstr "Ctrl+Alt+F_1"
419517
420 #: ../src/virt-viewer-window.c:591
518 #: ../src/virt-viewer-window.c:541
421519 msgid "Ctrl+Alt+F_2"
422520 msgstr "Ctrl+Alt+F_2"
423521
424 #: ../src/virt-viewer-window.c:592
522 #: ../src/virt-viewer-window.c:542
425523 msgid "Ctrl+Alt+F_3"
426524 msgstr "Ctrl+Alt+F_3"
427525
428 #: ../src/virt-viewer-window.c:593
526 #: ../src/virt-viewer-window.c:543
429527 msgid "Ctrl+Alt+F_4"
430528 msgstr "Ctrl+Alt+F_4"
431529
432 #: ../src/virt-viewer-window.c:594
530 #: ../src/virt-viewer-window.c:544
433531 msgid "Ctrl+Alt+F_5"
434532 msgstr "Ctrl+Alt+F_5"
435533
436 #: ../src/virt-viewer-window.c:595
534 #: ../src/virt-viewer-window.c:545
437535 msgid "Ctrl+Alt+F_6"
438536 msgstr "Ctrl+Alt+F_6"
439537
440 #: ../src/virt-viewer-window.c:596
538 #: ../src/virt-viewer-window.c:546
441539 msgid "Ctrl+Alt+F_7"
442540 msgstr "Ctrl+Alt+F_7"
443541
444 #: ../src/virt-viewer-window.c:597
542 #: ../src/virt-viewer-window.c:547
445543 msgid "Ctrl+Alt+F_8"
446544 msgstr "Ctrl+Alt+F_8"
447545
448 #: ../src/virt-viewer-window.c:598
546 #: ../src/virt-viewer-window.c:548
449547 msgid "Ctrl+Alt+F_9"
450548 msgstr "Ctrl+Alt+F_9"
451549
452 #: ../src/virt-viewer-window.c:599
550 #: ../src/virt-viewer-window.c:549
453551 msgid "Ctrl+Alt+F1_0"
454552 msgstr "Ctrl+Alt+F1_0"
455553
456 #: ../src/virt-viewer-window.c:600
554 #: ../src/virt-viewer-window.c:550
457555 msgid "Ctrl+Alt+F11"
458556 msgstr "Ctrl+Alt+F11"
459557
460 #: ../src/virt-viewer-window.c:601
558 #: ../src/virt-viewer-window.c:551
461559 msgid "Ctrl+Alt+F12"
462560 msgstr "Ctrl+Alt+F12"
463561
464 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
562 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
465563 msgid "Screenshot"
466564 msgstr "螢幕快照"
467565
468 #: ../src/virt-viewer-window.c:1051
566 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
567 msgid "Unknown"
568 msgstr ""
569
570 #: ../src/virt-viewer-window.c:1062
469571 msgid "Disconnect"
470572 msgstr "中斷連接"
471573
472 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
574 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
473575 #: ../src/virt-viewer.xml.h:3
474576 msgid "USB device selection"
475577 msgstr "USB 裝置選取"
476578
477 #: ../src/virt-viewer-window.c:1070
579 #: ../src/virt-viewer-window.c:1081
478580 msgid "Send key combination"
479581 msgstr "傳送按鍵組合"
480582
481 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
583 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
482584 msgid "Leave fullscreen"
483585 msgstr "離開全螢幕"
484586
485 #: ../src/virt-viewer-window.c:1162
587 #: ../src/virt-viewer-window.c:1173
486588 msgid "Ctrl+Alt"
487589 msgstr "Ctrl+Alt"
488590
489 #: ../src/virt-viewer-window.c:1165
591 #: ../src/virt-viewer-window.c:1176
490592 #, c-format
491593 msgid "(Press %s to release pointer)"
492594 msgstr "(按下 %s 以釋放游標)"
493595
494596 #. translators:
495 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
496 #. <appname>"
497 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
498 #. Viewer"
499 #: ../src/virt-viewer-window.c:1176
597 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
598 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
599 #.
600 #: ../src/virt-viewer-window.c:1187
500601 #, c-format
501602 msgid "%s%s%s - %s"
502603 msgstr "%s%s%s - %s"
503604
504605 #. translators: <space>
505 #: ../src/virt-viewer-window.c:1180
606 #: ../src/virt-viewer-window.c:1191
506607 msgid " "
507608 msgstr " "
508609
509 #: ../src/virt-viewer-file.c:624
610 #: ../src/virt-viewer-file.c:825
611 #, c-format
612 msgid ""
613 "At least %s version %s is required to setup this connection, see %s for "
614 "details"
615 msgstr ""
616
617 #: ../src/virt-viewer-file.c:833
510618 #, c-format
511619 msgid "At least %s version %s is required to setup this connection"
512620 msgstr "至少需要 %s 版本 %s 以上才能設置此連線"
513621
514 #: ../src/virt-viewer.c:133
622 #: ../src/virt-viewer.c:163
515623 msgid "Waiting for guest domain to re-start"
516624 msgstr "正在等候客端網域重新啓用"
517625
518 #: ../src/virt-viewer.c:318
626 #: ../src/virt-viewer.c:409
519627 #, c-format
520628 msgid "Cannot determine the graphic type for the guest %s"
521629 msgstr "無法判斷客端 %s 的圖形化類型為何"
522630
523 #: ../src/virt-viewer.c:341
524 #, c-format
525 msgid "Cannot determine the graphic address for the guest %s"
526 msgstr "無法判斷客端 %s 的圖形化位址為何"
527
528 #: ../src/virt-viewer.c:354
631 #: ../src/virt-viewer.c:448
529632 #, c-format
530633 msgid "Cannot determine the host for the guest %s"
531634 msgstr "無法判斷客端 %s 的主機為何"
532635
533 #: ../src/virt-viewer.c:540
636 #: ../src/virt-viewer.c:476
637 #, c-format
638 msgid "Guest '%s' is not reachable"
639 msgstr ""
640
641 #: ../src/virt-viewer.c:697
642 #, c-format
643 msgid "Virtual machine %s is not running"
644 msgstr ""
645
646 #: ../src/virt-viewer.c:720
534647 msgid "Waiting for libvirt to start"
535648 msgstr "等候 libvirt 啟動"
536649
537 #: ../src/virt-viewer.c:544
650 #: ../src/virt-viewer.c:724
538651 msgid "Finding guest domain"
539652 msgstr "正在尋找客端網域"
540653
541 #: ../src/virt-viewer.c:548
654 #: ../src/virt-viewer.c:728
542655 msgid "Waiting for guest domain to be created"
543656 msgstr "正在等候客端網域被建立"
544657
545 #: ../src/virt-viewer.c:553
546 #, c-format
547 msgid "Cannot find guest domain %s"
548 msgstr "找不到客端網域 %s"
549
550 #: ../src/virt-viewer.c:566
658 #: ../src/virt-viewer.c:750
551659 msgid "Checking guest domain status"
552660 msgstr "正在檢查客端網域狀態"
553661
554 #: ../src/virt-viewer.c:573
662 #: ../src/virt-viewer.c:753
663 msgid "Cannot get guest state"
664 msgstr ""
665
666 #: ../src/virt-viewer.c:759
555667 msgid "Waiting for guest domain to start"
556668 msgstr "正在等候客端網域啟動"
557669
558 #: ../src/virt-viewer.c:580
559 msgid "Waiting for guest domain to start server"
560 msgstr "正在等候客端網域啟動伺服器"
561
562 #: ../src/virt-viewer.c:694
563 #, c-format
564 msgid "Unable to connect to libvirt with URI %s"
565 msgstr "無法透過 %s URI 與 libvirt 連線"
566
567 #: ../src/virt-viewer.c:695
670 #: ../src/virt-viewer.c:863
671 #, c-format
672 msgid "Unable to connect to libvirt with URI: %s."
673 msgstr ""
674
675 #: ../src/virt-viewer.c:864
568676 msgid "[none]"
569677 msgstr "[無]"
570678
679 #: ../src/virt-viewer.c:871
680 msgid "Authentication failed."
681 msgstr ""
682
683 #: ../src/virt-viewer.c:931
684 msgid "Failed to connect: "
685 msgstr ""
686
687 #.
571688 #. * Local variables:
572689 #. * c-indent-level: 4
573690 #. * c-basic-offset: 4
574691 #. * indent-tabs-mode: nil
575692 #. * End:
693 #.
576694 #: ../src/virt-viewer.xml.h:1
577695 msgid "_File"
578696 msgstr "檔案(_F)"
585703 msgid "Smartcard removal"
586704 msgstr "智慧卡移除"
587705
588 #: ../src/virt-viewer.xml.h:6
706 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
707 msgid "Preferences"
708 msgstr ""
709
710 #: ../src/virt-viewer.xml.h:7
589711 msgid "_View"
590712 msgstr "檢視(_V)"
591713
592 #: ../src/virt-viewer.xml.h:7
714 #: ../src/virt-viewer.xml.h:8
593715 msgid "Full screen"
594716 msgstr "全螢幕"
595717
596 #: ../src/virt-viewer.xml.h:8
718 #: ../src/virt-viewer.xml.h:9
597719 msgid "_Zoom"
598720 msgstr "遠近(_Z)"
599721
600 #: ../src/virt-viewer.xml.h:9
722 #: ../src/virt-viewer.xml.h:10
601723 msgid "Displays"
602724 msgstr "顯示"
603725
604 #: ../src/virt-viewer.xml.h:10
726 #: ../src/virt-viewer.xml.h:11
605727 msgid "Release cursor"
606728 msgstr "釋放游標"
607729
608 #: ../src/virt-viewer.xml.h:11
730 #: ../src/virt-viewer.xml.h:12
609731 msgid "_Send key"
610732 msgstr "傳送按鍵(_S)"
611733
612 #: ../src/virt-viewer.xml.h:12
734 #: ../src/virt-viewer.xml.h:13
613735 msgid "_Help"
614736 msgstr "求助(_H)"
737
738 #: ../src/virt-viewer.xml.h:14
739 msgid "_Guest Details"
740 msgstr ""
741
742 #: ../src/virt-viewer-guest-details.xml.h:1
743 msgid "Guest Details"
744 msgstr ""
745
746 #: ../src/virt-viewer-guest-details.xml.h:2
747 msgid "Name:"
748 msgstr ""
749
750 #: ../src/virt-viewer-guest-details.xml.h:3
751 msgid "GUID:"
752 msgstr ""
753
754 #: ../src/virt-viewer-vm-connection.xml.h:1
755 msgid "Choose a virtual machine"
756 msgstr ""
757
758 #: ../src/virt-viewer-vm-connection.xml.h:2
759 msgid "Name"
760 msgstr ""
761
762 #: ../src/virt-viewer-vm-connection.xml.h:3
763 msgid "Available virtual machines"
764 msgstr ""
765
766 #: ../src/virt-viewer-preferences.xml.h:2
767 msgid "Folder sharing"
768 msgstr ""
769
770 #: ../src/virt-viewer-preferences.xml.h:3
771 msgid "Share folder"
772 msgstr ""
773
774 #: ../src/virt-viewer-preferences.xml.h:4
775 msgid "Read-only"
776 msgstr ""
777
778 #: ../src/virt-viewer-preferences.xml.h:5
779 msgid "Spice"
780 msgstr ""
+352
-205
po/zu.po less more
00 # SOME DESCRIPTIVE TITLE.
11 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
22 # This file is distributed under the same license as the PACKAGE package.
3 #
4 # Translators:
3 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
4 #
55 msgid ""
66 msgstr ""
7 "Project-Id-Version: virt-viewer\n"
7 "Project-Id-Version: PACKAGE VERSION\n"
88 "Report-Msgid-Bugs-To: \n"
9 "POT-Creation-Date: 2014-07-21 11:04+0100\n"
10 "PO-Revision-Date: 2014-07-21 10:04+0000\n"
11 "Last-Translator: Daniel Berrange <dan-transifex@berrange.com>\n"
12 "Language-Team: Zulu (http://www.transifex.com/projects/p/virt-viewer/language/zu/)\n"
9 "POT-Creation-Date: 2015-12-07 14:30+0000\n"
10 "PO-Revision-Date: \n"
11 "Last-Translator: \n"
12 "Language-Team: Zulu\n"
13 "Language: zu\n"
1314 "MIME-Version: 1.0\n"
1415 "Content-Type: text/plain; charset=UTF-8\n"
1516 "Content-Transfer-Encoding: 8bit\n"
16 "Language: zu\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:112
17 "Plural-Forms: nplurals=1; plural=0\n"
18 "X-Generator: Zanata 3.5.1\n"
19
20 #: ../data/remote-viewer.desktop.in.h:1 ../src/remote-viewer-main.c:116
2021 msgid "Remote Viewer"
2122 msgstr ""
2223
7071
7172 #: ../src/remote-viewer-main.c:50
7273 #, c-format
73 msgid "remote-viewer version %s\n"
74 msgstr ""
75
76 #: ../src/remote-viewer-main.c:99 ../src/virt-viewer-main.c:60
74 msgid "remote-viewer version %s"
75 msgstr ""
76
77 #: ../src/remote-viewer-main.c:103 ../src/virt-viewer-main.c:60
7778 msgid "Display version information"
7879 msgstr ""
7980
80 #: ../src/remote-viewer-main.c:101
81 #: ../src/remote-viewer-main.c:105
8182 msgid "Set window title"
8283 msgstr ""
8384
84 #: ../src/remote-viewer-main.c:104
85 #: ../src/remote-viewer-main.c:108
8586 msgid "Open connection using Spice controller communication"
8687 msgstr ""
8788
88 #: ../src/remote-viewer-main.c:116
89 #: ../src/remote-viewer-main.c:120
8990 msgid "Remote viewer client"
9091 msgstr ""
9192
92 #: ../src/remote-viewer-main.c:134
93 #: ../src/remote-viewer-main.c:138
9394 #, c-format
9495 msgid ""
9596 "%s\n"
9697 "Run '%s --help' to see a full list of available command line options\n"
9798 msgstr ""
9899
99 #: ../src/remote-viewer-main.c:146
100 #: ../src/remote-viewer-main.c:149
100101 #, c-format
101102 msgid "Error: extra arguments given while using Spice controller\n"
102103 msgstr ""
103104
104 #: ../src/remote-viewer-main.c:153
105 #: ../src/remote-viewer-main.c:156
105106 #, c-format
106107 msgid "Error: can't handle multiple URIs\n"
107108 msgstr ""
108109
109 #: ../src/remote-viewer.c:279 ../src/remote-viewer.c:1084
110 #: ../src/remote-viewer.c:298 ../src/remote-viewer.c:1159
110111 msgid "Failed to initiate connection"
111112 msgstr ""
112113
113 #: ../src/remote-viewer.c:294
114 #: ../src/remote-viewer.c:313
114115 msgid "Display disabled by controller"
115116 msgstr ""
116117
117 #: ../src/remote-viewer.c:592
118 #: ../src/remote-viewer.c:609
118119 #, c-format
119120 msgid "Controller connection failed: %s"
120121 msgstr ""
121122
122 #. Create the widgets
123 #: ../src/remote-viewer.c:924
124 msgid "Connection details"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:939
128 msgid "_Connection Address"
123 #: ../src/remote-viewer.c:755
124 msgid "_Change CD"
125 msgstr ""
126
127 #: ../src/remote-viewer.c:855
128 msgid "failed to parse ovirt uri"
129 msgstr ""
130
131 #: ../src/remote-viewer.c:875 ../src/virt-viewer.c:924
132 msgid "Authentication was cancelled"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:900
136 #, c-format
137 msgid "oVirt VM %s is not running"
138 msgstr ""
139
140 #: ../src/remote-viewer.c:914
141 #, c-format
142 msgid "oVirt VM %s has no display"
143 msgstr ""
144
145 #: ../src/remote-viewer.c:940
146 #, c-format
147 msgid "oVirt VM %s has no host information"
129148 msgstr ""
130149
131150 #: ../src/remote-viewer.c:951
132 msgid "For example, spice://foo.example.org:5900"
133 msgstr ""
134
135 #: ../src/remote-viewer.c:964
136 msgid "_Recent Connections"
137 msgstr ""
138
139 #: ../src/remote-viewer.c:1020
140 msgid "Couldn't create a Spice session"
141 msgstr ""
142
143 #: ../src/remote-viewer.c:1034
151 #, c-format
152 msgid "oVirt VM %s has unknown display type: %d"
153 msgstr ""
154
155 #: ../src/remote-viewer.c:1094
144156 msgid "Setting up Spice session..."
145157 msgstr ""
146158
147 #: ../src/remote-viewer.c:1055
148 #, c-format
149 msgid "Invalid file %s"
150 msgstr ""
151
152 #: ../src/remote-viewer.c:1062
159 #: ../src/remote-viewer.c:1102
160 msgid "No connection was chosen"
161 msgstr ""
162
163 #: ../src/remote-viewer.c:1120
164 #, c-format
165 msgid "Invalid file %s: "
166 msgstr ""
167
168 #: ../src/remote-viewer.c:1128
153169 msgid "Cannot determine the connection type from URI"
154170 msgstr ""
155171
156 #: ../src/remote-viewer.c:1068
157 msgid "Couldn't open oVirt session"
158 msgstr ""
159
160 #: ../src/remote-viewer.c:1075
161 #, c-format
162 msgid "Couldn't create a session for this type: %s"
163 msgstr ""
164
172 #: ../src/remote-viewer.c:1134
173 msgid "Couldn't open oVirt session: "
174 msgstr ""
175
176 #.
165177 #. * Local variables:
166178 #. * c-indent-level: 4
167179 #. * c-basic-offset: 4
168180 #. * indent-tabs-mode: nil
169181 #. * End:
182 #.
183 #: ../src/remote-viewer-connect.xml.h:1
184 msgid "Connection details"
185 msgstr ""
186
187 #: ../src/remote-viewer-connect.xml.h:2
188 msgid "Connection Address"
189 msgstr ""
190
191 #: ../src/remote-viewer-connect.xml.h:3
192 msgid "For example, spice://foo.example.org:5900"
193 msgstr ""
194
195 #: ../src/remote-viewer-connect.xml.h:4
196 msgid "Recent connections"
197 msgstr ""
198
199 #: ../src/remote-viewer-connect.xml.h:5
200 msgid "Cancel"
201 msgstr ""
202
203 #: ../src/remote-viewer-connect.xml.h:6
204 msgid "Connect"
205 msgstr ""
206
170207 #: ../src/virt-viewer-about.xml.h:1
171208 msgid "About Glade"
172209 msgstr ""
206243 msgid "The Fedora Translation Team"
207244 msgstr ""
208245
209 #: ../src/virt-viewer-app.c:400
246 #: ../src/virt-viewer-app.c:526
210247 msgid "Do you want to close the session?"
211248 msgstr ""
212249
213 #: ../src/virt-viewer-app.c:402
250 #: ../src/virt-viewer-app.c:528
214251 msgid "Do not ask me again"
215252 msgstr ""
216253
217 #: ../src/virt-viewer-app.c:841
254 #: ../src/virt-viewer-app.c:1008
218255 #, c-format
219256 msgid "Waiting for display %d..."
220257 msgstr ""
221258
222 #: ../src/virt-viewer-app.c:946
223 #, c-format
224 msgid "Unknown graphic type for the guest %s"
225 msgstr ""
226
227 #: ../src/virt-viewer-app.c:1027
259 #: ../src/virt-viewer-app.c:1117
260 #, c-format
261 msgid "Unsupported graphic type '%s'"
262 msgstr ""
263
264 #: ../src/virt-viewer-app.c:1200
228265 msgid "Connect to ssh failed."
229266 msgstr ""
230267
231 #: ../src/virt-viewer-app.c:1029
268 #: ../src/virt-viewer-app.c:1202
232269 msgid "Can't connect to channel, SSH only supported."
233270 msgstr ""
234271
235 #: ../src/virt-viewer-app.c:1041
272 #: ../src/virt-viewer-app.c:1214
236273 msgid "Connect to channel unsupported."
237274 msgstr ""
238275
239 #: ../src/virt-viewer-app.c:1123
276 #: ../src/virt-viewer-app.c:1276
277 msgid "Display can only be attached through libvirt with --attach"
278 msgstr ""
279
280 #: ../src/virt-viewer-app.c:1299
240281 msgid "Connecting to graphic server"
241282 msgstr ""
242283
243 #: ../src/virt-viewer-app.c:1256
284 #: ../src/virt-viewer-app.c:1398
244285 msgid "Guest domain has shutdown"
245286 msgstr ""
246287
247 #: ../src/virt-viewer-app.c:1317
288 #: ../src/virt-viewer-app.c:1459
248289 msgid "Connected to graphic server"
249290 msgstr ""
250291
251 #: ../src/virt-viewer-app.c:1344
292 #: ../src/virt-viewer-app.c:1486
252293 #, c-format
253294 msgid "Unable to connect to the graphic server %s"
254295 msgstr ""
255296
256 #: ../src/virt-viewer-app.c:1376
297 #: ../src/virt-viewer-app.c:1512
298 #, c-format
299 msgid "Unable to authenticate with remote desktop server at %s: %s\n"
300 msgstr ""
301
302 #: ../src/virt-viewer-app.c:1525
303 #, c-format
304 msgid "Unable to authenticate with remote desktop server: %s"
305 msgstr ""
306
307 #: ../src/virt-viewer-app.c:1533
308 #, c-format
309 msgid "USB redirection error: %s"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:1786
313 #, c-format
314 msgid "Zoom level must be within %d-%d\n"
315 msgstr ""
316
317 #: ../src/virt-viewer-app.c:2296
318 #, c-format
319 msgid "Display %d"
320 msgstr ""
321
322 #: ../src/virt-viewer-app.c:2552
323 #, c-format
324 msgid "Invalid kiosk-quit argument: %s"
325 msgstr ""
326
327 #: ../src/virt-viewer-app.c:2561
328 msgid "Zoom level of window, in percentage"
329 msgstr ""
330
331 #: ../src/virt-viewer-app.c:2563
332 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
333 msgstr ""
334
335 #: ../src/virt-viewer-app.c:2565
336 msgid "Customise hotkeys"
337 msgstr ""
338
339 #: ../src/virt-viewer-app.c:2567
340 msgid "Enable kiosk mode"
341 msgstr ""
342
343 #: ../src/virt-viewer-app.c:2569
344 msgid "Quit on given condition in kiosk mode"
345 msgstr ""
346
347 #: ../src/virt-viewer-app.c:2569
348 msgid "<never|on-disconnect>"
349 msgstr ""
350
351 #: ../src/virt-viewer-app.c:2571
352 msgid "Display verbose information"
353 msgstr ""
354
355 #: ../src/virt-viewer-app.c:2573
356 msgid "Display debugging information"
357 msgstr ""
358
359 #: ../src/virt-viewer-auth.c:88
257360 #, c-format
258361 msgid ""
259 "Unable to authenticate with remote desktop server at %s: %s\n"
260 "Retry connection again?"
261 msgstr ""
262
263 #: ../src/virt-viewer-app.c:1396
264 #, c-format
265 msgid "Unable to authenticate with remote desktop server: %s"
266 msgstr ""
267
268 #: ../src/virt-viewer-app.c:1404
269 #, c-format
270 msgid "USB redirection error: %s"
271 msgstr ""
272
273 #: ../src/virt-viewer-app.c:1632
274 #, c-format
275 msgid "Zoom level must be within %d-%d\n"
276 msgstr ""
277
278 #: ../src/virt-viewer-app.c:2126
279 #, c-format
280 msgid "Display %d"
281 msgstr ""
282
283 #: ../src/virt-viewer-app.c:2301
284 #, c-format
285 msgid "Invalid kiosk-quit argument: %s"
286 msgstr ""
287
288 #: ../src/virt-viewer-app.c:2310
289 msgid "Zoom level of window, in percentage"
290 msgstr ""
291
292 #: ../src/virt-viewer-app.c:2312
293 msgid "Open in full screen mode (adjusts guest resolution to fit the client)"
294 msgstr ""
295
296 #: ../src/virt-viewer-app.c:2314
297 msgid "Customise hotkeys"
298 msgstr ""
299
300 #: ../src/virt-viewer-app.c:2316
301 msgid "Enable kiosk mode"
302 msgstr ""
303
304 #: ../src/virt-viewer-app.c:2318
305 msgid "Quit on given condition in kiosk mode"
306 msgstr ""
307
308 #: ../src/virt-viewer-app.c:2318
309 msgid "<never|on-disconnect>"
310 msgstr ""
311
312 #: ../src/virt-viewer-app.c:2320
313 msgid "Display verbose information"
314 msgstr ""
315
316 #: ../src/virt-viewer-app.c:2322
317 msgid "Display debugging information"
318 msgstr ""
319
362 "Authentication is required for the %s connection to:\n"
363 "\n"
364 "<b>%s</b>\n"
365 "\n"
366 msgstr ""
367
368 #: ../src/virt-viewer-auth.c:92
369 #, c-format
370 msgid "Authentication is required for the %s connection:\n"
371 msgstr ""
372
373 #.
320374 #. * Local variables:
321375 #. * c-indent-level: 4
322376 #. * c-basic-offset: 4
323377 #. * indent-tabs-mode: nil
324378 #. * End:
379 #.
325380 #: ../src/virt-viewer-auth.xml.h:1
326381 msgid "Authentication required"
327382 msgstr ""
328383
329 #: ../src/virt-viewer-auth.xml.h:2
384 #: ../src/virt-viewer-auth.xml.h:2 ../src/virt-viewer-guest-details.xml.h:4
330385 msgid "label"
331386 msgstr ""
332387
338393 msgid "Username:"
339394 msgstr ""
340395
396 #: ../src/virt-viewer-auth.xml.h:5
397 msgid "Show password"
398 msgstr ""
399
400 #: ../src/virt-viewer-display-vnc.c:133
401 msgid "VNC does not provide GUID"
402 msgstr ""
403
341404 #: ../src/virt-viewer-main.c:38
342405 #, c-format
343406 msgid "%s version %s\n"
376439 msgid "Virtual machine graphical console"
377440 msgstr ""
378441
379 #: ../src/virt-viewer-main.c:108
442 #: ../src/virt-viewer-main.c:107
380443 #, c-format
381444 msgid ""
382445 "\n"
383 "Usage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n"
446 "Usage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n"
384447 "\n"
385448 "%s\n"
386449 "\n"
387450 msgstr ""
388451
389 #: ../src/virt-viewer-session-spice.c:506
390 msgid "invalid password"
452 #: ../src/virt-viewer-main.c:112
453 #, c-format
454 msgid ""
455 "\n"
456 "No DOMAIN-NAME|ID|UUID was specified for '--wait'\n"
457 "\n"
458 msgstr ""
459
460 #: ../src/virt-viewer-session-spice.c:694
461 msgid "Invalid password"
391462 msgstr ""
392463
393464 #. Create the widgets
394 #: ../src/virt-viewer-session-spice.c:588
465 #: ../src/virt-viewer-session-spice.c:786
395466 msgid "Select USB devices for redirection"
396467 msgstr ""
397468
398 #: ../src/virt-viewer-session-vnc.c:148
469 #: ../src/virt-viewer-session-vnc.c:153
399470 #, c-format
400471 msgid "Unsupported authentication type %d"
401472 msgstr ""
402473
403 #: ../src/virt-viewer-window.c:587
474 #: ../src/virt-viewer-vm-connection.c:64
475 msgid "No virtual machine found"
476 msgstr ""
477
478 #: ../src/virt-viewer-vm-connection.c:93
479 msgid "No virtual machine was chosen"
480 msgstr ""
481
482 #: ../src/virt-viewer-window.c:537
404483 msgid "Ctrl+Alt+_Del"
405484 msgstr ""
406485
407 #: ../src/virt-viewer-window.c:588
486 #: ../src/virt-viewer-window.c:538
408487 msgid "Ctrl+Alt+_Backspace"
409488 msgstr ""
410489
411 #: ../src/virt-viewer-window.c:590
490 #: ../src/virt-viewer-window.c:540
412491 msgid "Ctrl+Alt+F_1"
413492 msgstr ""
414493
415 #: ../src/virt-viewer-window.c:591
494 #: ../src/virt-viewer-window.c:541
416495 msgid "Ctrl+Alt+F_2"
417496 msgstr ""
418497
419 #: ../src/virt-viewer-window.c:592
498 #: ../src/virt-viewer-window.c:542
420499 msgid "Ctrl+Alt+F_3"
421500 msgstr ""
422501
423 #: ../src/virt-viewer-window.c:593
502 #: ../src/virt-viewer-window.c:543
424503 msgid "Ctrl+Alt+F_4"
425504 msgstr ""
426505
427 #: ../src/virt-viewer-window.c:594
506 #: ../src/virt-viewer-window.c:544
428507 msgid "Ctrl+Alt+F_5"
429508 msgstr ""
430509
431 #: ../src/virt-viewer-window.c:595
510 #: ../src/virt-viewer-window.c:545
432511 msgid "Ctrl+Alt+F_6"
433512 msgstr ""
434513
435 #: ../src/virt-viewer-window.c:596
514 #: ../src/virt-viewer-window.c:546
436515 msgid "Ctrl+Alt+F_7"
437516 msgstr ""
438517
439 #: ../src/virt-viewer-window.c:597
518 #: ../src/virt-viewer-window.c:547
440519 msgid "Ctrl+Alt+F_8"
441520 msgstr ""
442521
443 #: ../src/virt-viewer-window.c:598
522 #: ../src/virt-viewer-window.c:548
444523 msgid "Ctrl+Alt+F_9"
445524 msgstr ""
446525
447 #: ../src/virt-viewer-window.c:599
526 #: ../src/virt-viewer-window.c:549
448527 msgid "Ctrl+Alt+F1_0"
449528 msgstr ""
450529
451 #: ../src/virt-viewer-window.c:600
530 #: ../src/virt-viewer-window.c:550
452531 msgid "Ctrl+Alt+F11"
453532 msgstr ""
454533
455 #: ../src/virt-viewer-window.c:601
534 #: ../src/virt-viewer-window.c:551
456535 msgid "Ctrl+Alt+F12"
457536 msgstr ""
458537
459 #: ../src/virt-viewer-window.c:975 ../src/virt-viewer.xml.h:2
538 #: ../src/virt-viewer-window.c:933 ../src/virt-viewer.xml.h:2
460539 msgid "Screenshot"
461540 msgstr ""
462541
463 #: ../src/virt-viewer-window.c:1051
542 #: ../src/virt-viewer-window.c:1002 ../src/virt-viewer-window.c:1004
543 msgid "Unknown"
544 msgstr ""
545
546 #: ../src/virt-viewer-window.c:1062
464547 msgid "Disconnect"
465548 msgstr ""
466549
467 #: ../src/virt-viewer-window.c:1060 ../src/virt-viewer-window.c:1061
550 #: ../src/virt-viewer-window.c:1071 ../src/virt-viewer-window.c:1072
468551 #: ../src/virt-viewer.xml.h:3
469552 msgid "USB device selection"
470553 msgstr ""
471554
472 #: ../src/virt-viewer-window.c:1070
555 #: ../src/virt-viewer-window.c:1081
473556 msgid "Send key combination"
474557 msgstr ""
475558
476 #: ../src/virt-viewer-window.c:1079 ../src/virt-viewer-window.c:1080
559 #: ../src/virt-viewer-window.c:1090 ../src/virt-viewer-window.c:1091
477560 msgid "Leave fullscreen"
478561 msgstr ""
479562
480 #: ../src/virt-viewer-window.c:1162
563 #: ../src/virt-viewer-window.c:1173
481564 msgid "Ctrl+Alt"
482565 msgstr ""
483566
484 #: ../src/virt-viewer-window.c:1165
567 #: ../src/virt-viewer-window.c:1176
485568 #, c-format
486569 msgid "(Press %s to release pointer)"
487570 msgstr ""
488571
489572 #. translators:
490 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> -
491 #. <appname>"
492 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt
493 #. Viewer"
494 #: ../src/virt-viewer-window.c:1176
573 #. * This is "<ungrab (or empty)><space (or empty)><subtitle (or empty)> - <appname>"
574 #. * Such as: "(Press Ctrl+Alt to release pointer) BigCorpTycoon MOTD - Virt Viewer"
575 #.
576 #: ../src/virt-viewer-window.c:1187
495577 #, c-format
496578 msgid "%s%s%s - %s"
497579 msgstr ""
498580
499581 #. translators: <space>
500 #: ../src/virt-viewer-window.c:1180
582 #: ../src/virt-viewer-window.c:1191
501583 msgid " "
502584 msgstr ""
503585
504 #: ../src/virt-viewer-file.c:624
586 #: ../src/virt-viewer-file.c:825
587 #, c-format
588 msgid ""
589 "At least %s version %s is required to setup this connection, see %s for "
590 "details"
591 msgstr ""
592
593 #: ../src/virt-viewer-file.c:833
505594 #, c-format
506595 msgid "At least %s version %s is required to setup this connection"
507596 msgstr ""
508597
509 #: ../src/virt-viewer.c:133
598 #: ../src/virt-viewer.c:163
510599 msgid "Waiting for guest domain to re-start"
511600 msgstr ""
512601
513 #: ../src/virt-viewer.c:318
602 #: ../src/virt-viewer.c:409
514603 #, c-format
515604 msgid "Cannot determine the graphic type for the guest %s"
516605 msgstr ""
517606
518 #: ../src/virt-viewer.c:341
519 #, c-format
520 msgid "Cannot determine the graphic address for the guest %s"
521 msgstr ""
522
523 #: ../src/virt-viewer.c:354
607 #: ../src/virt-viewer.c:448
524608 #, c-format
525609 msgid "Cannot determine the host for the guest %s"
526610 msgstr ""
527611
528 #: ../src/virt-viewer.c:540
612 #: ../src/virt-viewer.c:476
613 #, c-format
614 msgid "Guest '%s' is not reachable"
615 msgstr ""
616
617 #: ../src/virt-viewer.c:697
618 #, c-format
619 msgid "Virtual machine %s is not running"
620 msgstr ""
621
622 #: ../src/virt-viewer.c:720
529623 msgid "Waiting for libvirt to start"
530624 msgstr ""
531625
532 #: ../src/virt-viewer.c:544
626 #: ../src/virt-viewer.c:724
533627 msgid "Finding guest domain"
534628 msgstr ""
535629
536 #: ../src/virt-viewer.c:548
630 #: ../src/virt-viewer.c:728
537631 msgid "Waiting for guest domain to be created"
538632 msgstr ""
539633
540 #: ../src/virt-viewer.c:553
541 #, c-format
542 msgid "Cannot find guest domain %s"
543 msgstr ""
544
545 #: ../src/virt-viewer.c:566
634 #: ../src/virt-viewer.c:750
546635 msgid "Checking guest domain status"
547636 msgstr ""
548637
549 #: ../src/virt-viewer.c:573
638 #: ../src/virt-viewer.c:753
639 msgid "Cannot get guest state"
640 msgstr ""
641
642 #: ../src/virt-viewer.c:759
550643 msgid "Waiting for guest domain to start"
551644 msgstr ""
552645
553 #: ../src/virt-viewer.c:580
554 msgid "Waiting for guest domain to start server"
555 msgstr ""
556
557 #: ../src/virt-viewer.c:694
558 #, c-format
559 msgid "Unable to connect to libvirt with URI %s"
560 msgstr ""
561
562 #: ../src/virt-viewer.c:695
646 #: ../src/virt-viewer.c:863
647 #, c-format
648 msgid "Unable to connect to libvirt with URI: %s."
649 msgstr ""
650
651 #: ../src/virt-viewer.c:864
563652 msgid "[none]"
564653 msgstr ""
565654
655 #: ../src/virt-viewer.c:871
656 msgid "Authentication failed."
657 msgstr ""
658
659 #: ../src/virt-viewer.c:931
660 msgid "Failed to connect: "
661 msgstr ""
662
663 #.
566664 #. * Local variables:
567665 #. * c-indent-level: 4
568666 #. * c-basic-offset: 4
569667 #. * indent-tabs-mode: nil
570668 #. * End:
669 #.
571670 #: ../src/virt-viewer.xml.h:1
572671 msgid "_File"
573672 msgstr ""
580679 msgid "Smartcard removal"
581680 msgstr ""
582681
583 #: ../src/virt-viewer.xml.h:6
682 #: ../src/virt-viewer.xml.h:6 ../src/virt-viewer-preferences.xml.h:1
683 msgid "Preferences"
684 msgstr ""
685
686 #: ../src/virt-viewer.xml.h:7
584687 msgid "_View"
585688 msgstr ""
586689
587 #: ../src/virt-viewer.xml.h:7
690 #: ../src/virt-viewer.xml.h:8
588691 msgid "Full screen"
589692 msgstr ""
590693
591 #: ../src/virt-viewer.xml.h:8
694 #: ../src/virt-viewer.xml.h:9
592695 msgid "_Zoom"
593696 msgstr ""
594697
595 #: ../src/virt-viewer.xml.h:9
698 #: ../src/virt-viewer.xml.h:10
596699 msgid "Displays"
597700 msgstr ""
598701
599 #: ../src/virt-viewer.xml.h:10
702 #: ../src/virt-viewer.xml.h:11
600703 msgid "Release cursor"
601704 msgstr ""
602705
603 #: ../src/virt-viewer.xml.h:11
706 #: ../src/virt-viewer.xml.h:12
604707 msgid "_Send key"
605708 msgstr ""
606709
607 #: ../src/virt-viewer.xml.h:12
710 #: ../src/virt-viewer.xml.h:13
608711 msgid "_Help"
609712 msgstr ""
713
714 #: ../src/virt-viewer.xml.h:14
715 msgid "_Guest Details"
716 msgstr ""
717
718 #: ../src/virt-viewer-guest-details.xml.h:1
719 msgid "Guest Details"
720 msgstr ""
721
722 #: ../src/virt-viewer-guest-details.xml.h:2
723 msgid "Name:"
724 msgstr ""
725
726 #: ../src/virt-viewer-guest-details.xml.h:3
727 msgid "GUID:"
728 msgstr ""
729
730 #: ../src/virt-viewer-vm-connection.xml.h:1
731 msgid "Choose a virtual machine"
732 msgstr ""
733
734 #: ../src/virt-viewer-vm-connection.xml.h:2
735 msgid "Name"
736 msgstr ""
737
738 #: ../src/virt-viewer-vm-connection.xml.h:3
739 msgid "Available virtual machines"
740 msgstr ""
741
742 #: ../src/virt-viewer-preferences.xml.h:2
743 msgid "Folder sharing"
744 msgstr ""
745
746 #: ../src/virt-viewer-preferences.xml.h:3
747 msgid "Share folder"
748 msgstr ""
749
750 #: ../src/virt-viewer-preferences.xml.h:4
751 msgid "Read-only"
752 msgstr ""
753
754 #: ../src/virt-viewer-preferences.xml.h:5
755 msgid "Spice"
756 msgstr ""
11 LDADD =
22 MAINTAINERCLEANFILES =
33 bin_PROGRAMS =
4
5 noinst_LTLIBRARIES = libvirt-viewer.la
46
57 builderxmldir = $(pkgdatadir)/ui
68 builderxml_DATA = \
79 virt-viewer.xml \
810 virt-viewer-about.xml \
911 virt-viewer-auth.xml \
12 virt-viewer-guest-details.xml \
13 virt-viewer-vm-connection.xml \
14 virt-viewer-preferences.xml \
15 remote-viewer-connect.xml \
1016 $(NULL)
1117
1218 EXTRA_DIST = \
3137 sed -e 's/VIRT_TYPE_VIEWER/VIRT_VIEWER_TYPE/' \
3238 -e 's,#include "$(srcdir)/,#include ",' > $@
3339
34 COMMON_SOURCES = \
40 libvirt_viewer_la_SOURCES = \
3541 $(BUILT_SOURCES) \
3642 virt-glib-compat.h \
3743 virt-glib-compat.c \
3844 virt-gtk-compat.h \
39 virt-viewer-util.h virt-viewer-util.c \
40 virt-viewer-auth.h virt-viewer-auth.c \
41 virt-viewer-app.h virt-viewer-app.c \
42 virt-viewer-file.h virt-viewer-file.c \
43 virt-viewer-session.h virt-viewer-session.c \
44 virt-viewer-display.h virt-viewer-display.c \
45 virt-viewer-notebook.h virt-viewer-notebook.c \
46 virt-viewer-window.h virt-viewer-window.c \
45 virt-viewer-util.h \
46 virt-viewer-util.c \
47 virt-viewer-auth.h \
48 virt-viewer-auth.c \
49 virt-viewer-app.h \
50 virt-viewer-app.c \
51 virt-viewer-file.h \
52 virt-viewer-file.c \
53 virt-viewer-session.h \
54 virt-viewer-session.c \
55 virt-viewer-display.h \
56 virt-viewer-display.c \
57 virt-viewer-notebook.h \
58 virt-viewer-notebook.c \
59 virt-viewer-window.h \
60 virt-viewer-window.c \
61 virt-viewer-vm-connection.h \
62 virt-viewer-vm-connection.c \
4763 view/autoDrawer.c \
4864 view/autoDrawer.h \
4965 view/drawer.c \
5369 $(NULL)
5470
5571 if HAVE_GTK_VNC
56 COMMON_SOURCES += \
57 virt-viewer-session-vnc.h virt-viewer-session-vnc.c \
58 virt-viewer-display-vnc.h virt-viewer-display-vnc.c \
72 libvirt_viewer_la_SOURCES += \
73 virt-viewer-session-vnc.h \
74 virt-viewer-session-vnc.c \
75 virt-viewer-display-vnc.h \
76 virt-viewer-display-vnc.c \
5977 $(NULL)
6078 endif
6179
6280 if HAVE_SPICE_GTK
63 COMMON_SOURCES += \
64 virt-viewer-session-spice.h virt-viewer-session-spice.c \
65 virt-viewer-display-spice.h virt-viewer-display-spice.c \
66 $(NULL)
67 endif
68
69
70 if HAVE_LIBVIRT
71 bin_PROGRAMS += virt-viewer
72 virt_viewer_SOURCES = \
73 $(COMMON_SOURCES) \
74 virt-viewer-events.h virt-viewer-events.c \
75 virt-viewer.h virt-viewer.c \
76 virt-viewer-main.c \
77 $(NULL)
78 virt_viewer_LDFLAGS = \
81 libvirt_viewer_la_SOURCES += \
82 virt-viewer-session-spice.h \
83 virt-viewer-session-spice.c \
84 virt-viewer-display-spice.h \
85 virt-viewer-display-spice.c \
86 $(NULL)
87 endif
88
89 if HAVE_OVIRT
90 libvirt_viewer_la_SOURCES += \
91 ovirt-foreign-menu.h \
92 ovirt-foreign-menu.c \
93 $(NULL)
94 endif
95
96 COMMON_LIBS = \
7997 -lm \
8098 $(GLIB2_LIBS) \
8199 $(GTK_LIBS) \
82100 $(GTK_VNC_LIBS) \
101 $(SPICE_GTK_LIBS) \
83102 $(LIBXML2_LIBS) \
84 $(LIBVIRT_LIBS) \
85 $(OVIRT_LIBS) \
86 $(SPICE_GTK_LIBS) \
87 $(NULL)
88 virt_viewer_CFLAGS = \
103 $(OVIRT_LIBS) \
104 $(NULL)
105
106 COMMON_CFLAGS = \
107 -DLOCALE_DIR=\""$(datadir)/locale"\" \
108 -DG_LOG_DOMAIN=\"virt-viewer\" \
109 $(GLIB2_CFLAGS) \
110 $(GTK_CFLAGS) \
111 $(GTK_VNC_CFLAGS) \
112 $(SPICE_GTK_CFLAGS) \
113 $(LIBXML2_CFLAGS) \
114 $(OVIRT_CFLAGS) \
115 $(WARN_CFLAGS) \
116 $(NULL)
117
118
119 libvirt_viewer_la_LIBADD = \
120 $(COMMON_LIBS) \
121 $(NULL)
122
123 libvirt_viewer_la_CFLAGS = \
124 $(COMMON_CFLAGS)
125 $(NULL)
126
127 check_PROGRAMS = test-version-compare
128 TESTS = $(check_PROGRAMS)
129 test_version_compare_SOURCES = \
130 virt-viewer-util.c \
131 virt-viewer-util.h \
132 test-version-compare.c \
133 $(NULL)
134 test_version_compare_LDFLAGS = \
135 $(GLIB2_LIBS) \
136 $(GTK_LIBS) \
137 $(LIBXML2_LIBS) \
138 $(NULL)
139 test_version_compare_CFLAGS = \
89140 -DLOCALE_DIR=\""$(datadir)/locale"\" \
90 -DG_LOG_DOMAIN=\"virt-viewer\" \
91141 $(GLIB2_CFLAGS) \
92142 $(GTK_CFLAGS) \
93 $(GTK_VNC_CFLAGS) \
94143 $(LIBXML2_CFLAGS) \
144 $(WARN_CFLAGS) \
145 $(NULL)
146
147 if HAVE_LIBVIRT
148 bin_PROGRAMS += virt-viewer
149 virt_viewer_SOURCES = \
150 virt-viewer-events.h \
151 virt-viewer-events.c \
152 virt-viewer.h \
153 virt-viewer.c \
154 virt-viewer-main.c \
155 $(NULL)
156 virt_viewer_LDFLAGS = \
157 $(COMMON_LIBS) \
158 $(LIBVIRT_LIBS) \
159 $(NULL)
160 virt_viewer_CFLAGS = \
161 $(COMMON_CFLAGS) \
95162 $(LIBVIRT_CFLAGS) \
96 $(OVIRT_CFLAGS) \
97 $(SPICE_GTK_CFLAGS) \
98 $(SPICE_CONTROLLER_CFLAGS) \
99 $(WARN_CFLAGS) \
163 $(NULL)
164 virt_viewer_LDADD = \
165 libvirt-viewer.la \
100166 $(NULL)
101167 endif
102168
103169
104170 bin_PROGRAMS += remote-viewer
105171 remote_viewer_SOURCES = \
106 $(COMMON_SOURCES) \
107 remote-viewer.h remote-viewer.c \
172 remote-viewer.h \
173 remote-viewer.c \
174 remote-viewer-connect.c \
175 remote-viewer-connect.h \
108176 remote-viewer-main.c \
109177 $(NULL)
110178 remote_viewer_LDFLAGS = \
111 -lm \
112 $(GLIB2_LIBS) \
113 $(GTK_LIBS) \
114 $(GTK_VNC_LIBS) \
115 $(LIBXML2_LIBS) \
116 $(OVIRT_LIBS) \
117 $(SPICE_GTK_LIBS) \
179 $(COMMON_LIBS) \
118180 $(SPICE_CONTROLLER_LIBS) \
119181 $(NULL)
120182 remote_viewer_CFLAGS = \
121 -DLOCALE_DIR=\""$(datadir)/locale"\" \
122 -DG_LOG_DOMAIN=\"remote-viewer\" \
123 $(GLIB2_CFLAGS) \
124 $(GTK_CFLAGS) \
125 $(GTK_VNC_CFLAGS) \
126 $(LIBXML2_CFLAGS) \
127 $(OVIRT_CFLAGS) \
128 $(SPICE_GTK_CFLAGS) \
183 $(COMMON_CFLAGS) \
129184 $(SPICE_CONTROLLER_CFLAGS) \
130 $(WARN_CFLAGS) \
185 $(NULL)
186 remote_viewer_LDADD = \
187 libvirt-viewer.la \
131188 $(NULL)
132189
133190 if OS_WIN32
0 # Makefile.in generated by automake 1.13.4 from Makefile.am.
0 # Makefile.in generated by automake 1.15 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
3 # Copyright (C) 1994-2014 Free Software Foundation, Inc.
44
55 # This Makefile.in is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
1414 @SET_MAKE@
1515
1616
17
1718 VPATH = @srcdir@
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__is_gnu_make = { \
20 if test -z '$(MAKELEVEL)'; then \
21 false; \
22 elif test -n '$(MAKE_HOST)'; then \
23 true; \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25 true; \
26 else \
27 false; \
28 fi; \
29 }
1930 am__make_running_with_option = \
2031 case $${target_option-} in \
2132 ?) ;; \
8091 host_triplet = @host@
8192 bin_PROGRAMS = $(am__EXEEXT_1) remote-viewer$(EXEEXT) $(am__EXEEXT_2)
8293 @HAVE_GTK_VNC_TRUE@am__append_1 = \
83 @HAVE_GTK_VNC_TRUE@ virt-viewer-session-vnc.h virt-viewer-session-vnc.c \
84 @HAVE_GTK_VNC_TRUE@ virt-viewer-display-vnc.h virt-viewer-display-vnc.c \
94 @HAVE_GTK_VNC_TRUE@ virt-viewer-session-vnc.h \
95 @HAVE_GTK_VNC_TRUE@ virt-viewer-session-vnc.c \
96 @HAVE_GTK_VNC_TRUE@ virt-viewer-display-vnc.h \
97 @HAVE_GTK_VNC_TRUE@ virt-viewer-display-vnc.c \
8598 @HAVE_GTK_VNC_TRUE@ $(NULL)
8699
87100 @HAVE_SPICE_GTK_TRUE@am__append_2 = \
88 @HAVE_SPICE_GTK_TRUE@ virt-viewer-session-spice.h virt-viewer-session-spice.c \
89 @HAVE_SPICE_GTK_TRUE@ virt-viewer-display-spice.h virt-viewer-display-spice.c \
101 @HAVE_SPICE_GTK_TRUE@ virt-viewer-session-spice.h \
102 @HAVE_SPICE_GTK_TRUE@ virt-viewer-session-spice.c \
103 @HAVE_SPICE_GTK_TRUE@ virt-viewer-display-spice.h \
104 @HAVE_SPICE_GTK_TRUE@ virt-viewer-display-spice.c \
90105 @HAVE_SPICE_GTK_TRUE@ $(NULL)
91106
92 @HAVE_LIBVIRT_TRUE@am__append_3 = virt-viewer
93 @OS_WIN32_TRUE@am__append_4 = -Wl,--subsystem,windows
94 @OS_WIN32_TRUE@am__append_5 = windows-cmdline-wrapper debug-helper
95 @OS_WIN32_TRUE@am__append_6 = virt-viewer_rc.$(OBJEXT)
107 @HAVE_OVIRT_TRUE@am__append_3 = \
108 @HAVE_OVIRT_TRUE@ ovirt-foreign-menu.h \
109 @HAVE_OVIRT_TRUE@ ovirt-foreign-menu.c \
110 @HAVE_OVIRT_TRUE@ $(NULL)
111
112 check_PROGRAMS = test-version-compare$(EXEEXT)
113 @HAVE_LIBVIRT_TRUE@am__append_4 = virt-viewer
114 @OS_WIN32_TRUE@am__append_5 = -Wl,--subsystem,windows
115 @OS_WIN32_TRUE@am__append_6 = windows-cmdline-wrapper debug-helper
96116 @OS_WIN32_TRUE@am__append_7 = virt-viewer_rc.$(OBJEXT)
117 @OS_WIN32_TRUE@am__append_8 = virt-viewer_rc.$(OBJEXT)
97118 subdir = src
98 DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
99 $(srcdir)/virt-viewer.rc.in $(top_srcdir)/build-aux/depcomp
100119 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
101120 am__aclocal_m4_deps = $(top_srcdir)/m4/intltool.m4 \
102121 $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
105124 $(top_srcdir)/configure.ac
106125 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
107126 $(ACLOCAL_M4)
127 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
108128 mkinstalldirs = $(install_sh) -d
109129 CONFIG_HEADER = $(top_builddir)/config.h
110130 CONFIG_CLEAN_FILES = virt-viewer.rc
111131 CONFIG_CLEAN_VPATH_FILES =
132 LTLIBRARIES = $(noinst_LTLIBRARIES)
133 am__DEPENDENCIES_1 =
134 am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
135 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
136 $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \
137 $(am__DEPENDENCIES_1)
138 libvirt_viewer_la_DEPENDENCIES = $(am__DEPENDENCIES_2) \
139 $(am__DEPENDENCIES_1)
140 am__libvirt_viewer_la_SOURCES_DIST = virt-viewer-enums.h \
141 virt-viewer-enums.c virt-glib-compat.h virt-glib-compat.c \
142 virt-gtk-compat.h virt-viewer-util.h virt-viewer-util.c \
143 virt-viewer-auth.h virt-viewer-auth.c virt-viewer-app.h \
144 virt-viewer-app.c virt-viewer-file.h virt-viewer-file.c \
145 virt-viewer-session.h virt-viewer-session.c \
146 virt-viewer-display.h virt-viewer-display.c \
147 virt-viewer-notebook.h virt-viewer-notebook.c \
148 virt-viewer-window.h virt-viewer-window.c \
149 virt-viewer-vm-connection.h virt-viewer-vm-connection.c \
150 view/autoDrawer.c view/autoDrawer.h view/drawer.c \
151 view/drawer.h view/ovBox.c view/ovBox.h \
152 virt-viewer-session-vnc.h virt-viewer-session-vnc.c \
153 virt-viewer-display-vnc.h virt-viewer-display-vnc.c \
154 virt-viewer-session-spice.h virt-viewer-session-spice.c \
155 virt-viewer-display-spice.h virt-viewer-display-spice.c \
156 ovirt-foreign-menu.h ovirt-foreign-menu.c
157 am__objects_1 =
158 am__objects_2 = libvirt_viewer_la-virt-viewer-enums.lo \
159 $(am__objects_1)
160 am__dirstamp = $(am__leading_dot)dirstamp
161 @HAVE_GTK_VNC_TRUE@am__objects_3 = libvirt_viewer_la-virt-viewer-session-vnc.lo \
162 @HAVE_GTK_VNC_TRUE@ libvirt_viewer_la-virt-viewer-display-vnc.lo \
163 @HAVE_GTK_VNC_TRUE@ $(am__objects_1)
164 @HAVE_SPICE_GTK_TRUE@am__objects_4 = libvirt_viewer_la-virt-viewer-session-spice.lo \
165 @HAVE_SPICE_GTK_TRUE@ libvirt_viewer_la-virt-viewer-display-spice.lo \
166 @HAVE_SPICE_GTK_TRUE@ $(am__objects_1)
167 @HAVE_OVIRT_TRUE@am__objects_5 = \
168 @HAVE_OVIRT_TRUE@ libvirt_viewer_la-ovirt-foreign-menu.lo \
169 @HAVE_OVIRT_TRUE@ $(am__objects_1)
170 am_libvirt_viewer_la_OBJECTS = $(am__objects_2) \
171 libvirt_viewer_la-virt-glib-compat.lo \
172 libvirt_viewer_la-virt-viewer-util.lo \
173 libvirt_viewer_la-virt-viewer-auth.lo \
174 libvirt_viewer_la-virt-viewer-app.lo \
175 libvirt_viewer_la-virt-viewer-file.lo \
176 libvirt_viewer_la-virt-viewer-session.lo \
177 libvirt_viewer_la-virt-viewer-display.lo \
178 libvirt_viewer_la-virt-viewer-notebook.lo \
179 libvirt_viewer_la-virt-viewer-window.lo \
180 libvirt_viewer_la-virt-viewer-vm-connection.lo \
181 view/libvirt_viewer_la-autoDrawer.lo \
182 view/libvirt_viewer_la-drawer.lo \
183 view/libvirt_viewer_la-ovBox.lo $(am__objects_1) \
184 $(am__objects_3) $(am__objects_4) $(am__objects_5)
185 libvirt_viewer_la_OBJECTS = $(am_libvirt_viewer_la_OBJECTS)
186 AM_V_lt = $(am__v_lt_@AM_V@)
187 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
188 am__v_lt_0 = --silent
189 am__v_lt_1 =
190 libvirt_viewer_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
191 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
192 $(libvirt_viewer_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
193 -o $@
112194 @HAVE_LIBVIRT_TRUE@am__EXEEXT_1 = virt-viewer$(EXEEXT)
113195 @OS_WIN32_TRUE@am__EXEEXT_2 = windows-cmdline-wrapper$(EXEEXT) \
114196 @OS_WIN32_TRUE@ debug-helper$(EXEEXT)
119201 @OS_WIN32_TRUE@ debug_helper-debug-helper.$(OBJEXT)
120202 debug_helper_OBJECTS = $(am_debug_helper_OBJECTS)
121203 debug_helper_LDADD = $(LDADD)
122 debug_helper_DEPENDENCIES = $(am__append_6)
123 AM_V_lt = $(am__v_lt_@AM_V@)
124 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
125 am__v_lt_0 = --silent
126 am__v_lt_1 =
204 debug_helper_DEPENDENCIES = $(am__append_7)
127205 debug_helper_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
128206 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(debug_helper_CFLAGS) \
129207 $(CFLAGS) $(debug_helper_LDFLAGS) $(LDFLAGS) -o $@
130 am__remote_viewer_SOURCES_DIST = virt-viewer-enums.h \
131 virt-viewer-enums.c virt-glib-compat.h virt-glib-compat.c \
132 virt-gtk-compat.h virt-viewer-util.h virt-viewer-util.c \
133 virt-viewer-auth.h virt-viewer-auth.c virt-viewer-app.h \
134 virt-viewer-app.c virt-viewer-file.h virt-viewer-file.c \
135 virt-viewer-session.h virt-viewer-session.c \
136 virt-viewer-display.h virt-viewer-display.c \
137 virt-viewer-notebook.h virt-viewer-notebook.c \
138 virt-viewer-window.h virt-viewer-window.c view/autoDrawer.c \
139 view/autoDrawer.h view/drawer.c view/drawer.h view/ovBox.c \
140 view/ovBox.h virt-viewer-session-vnc.h \
141 virt-viewer-session-vnc.c virt-viewer-display-vnc.h \
142 virt-viewer-display-vnc.c virt-viewer-session-spice.h \
143 virt-viewer-session-spice.c virt-viewer-display-spice.h \
144 virt-viewer-display-spice.c remote-viewer.h remote-viewer.c \
145 remote-viewer-main.c
146 am__objects_1 =
147 am__objects_2 = remote_viewer-virt-viewer-enums.$(OBJEXT) \
148 $(am__objects_1)
149 am__dirstamp = $(am__leading_dot)dirstamp
150 @HAVE_GTK_VNC_TRUE@am__objects_3 = remote_viewer-virt-viewer-session-vnc.$(OBJEXT) \
151 @HAVE_GTK_VNC_TRUE@ remote_viewer-virt-viewer-display-vnc.$(OBJEXT) \
152 @HAVE_GTK_VNC_TRUE@ $(am__objects_1)
153 @HAVE_SPICE_GTK_TRUE@am__objects_4 = remote_viewer-virt-viewer-session-spice.$(OBJEXT) \
154 @HAVE_SPICE_GTK_TRUE@ remote_viewer-virt-viewer-display-spice.$(OBJEXT) \
155 @HAVE_SPICE_GTK_TRUE@ $(am__objects_1)
156 am__objects_5 = $(am__objects_2) \
157 remote_viewer-virt-glib-compat.$(OBJEXT) \
158 remote_viewer-virt-viewer-util.$(OBJEXT) \
159 remote_viewer-virt-viewer-auth.$(OBJEXT) \
160 remote_viewer-virt-viewer-app.$(OBJEXT) \
161 remote_viewer-virt-viewer-file.$(OBJEXT) \
162 remote_viewer-virt-viewer-session.$(OBJEXT) \
163 remote_viewer-virt-viewer-display.$(OBJEXT) \
164 remote_viewer-virt-viewer-notebook.$(OBJEXT) \
165 remote_viewer-virt-viewer-window.$(OBJEXT) \
166 view/remote_viewer-autoDrawer.$(OBJEXT) \
167 view/remote_viewer-drawer.$(OBJEXT) \
168 view/remote_viewer-ovBox.$(OBJEXT) $(am__objects_1) \
169 $(am__objects_3) $(am__objects_4)
170 am_remote_viewer_OBJECTS = $(am__objects_5) \
171 remote_viewer-remote-viewer.$(OBJEXT) \
208 am_remote_viewer_OBJECTS = remote_viewer-remote-viewer.$(OBJEXT) \
209 remote_viewer-remote-viewer-connect.$(OBJEXT) \
172210 remote_viewer-remote-viewer-main.$(OBJEXT) $(am__objects_1)
173211 remote_viewer_OBJECTS = $(am_remote_viewer_OBJECTS)
174 remote_viewer_LDADD = $(LDADD)
175 remote_viewer_DEPENDENCIES = $(am__append_6)
212 remote_viewer_DEPENDENCIES = libvirt-viewer.la $(am__DEPENDENCIES_1)
176213 remote_viewer_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177214 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(remote_viewer_CFLAGS) \
178215 $(CFLAGS) $(remote_viewer_LDFLAGS) $(LDFLAGS) -o $@
179 am__virt_viewer_SOURCES_DIST = virt-viewer-enums.h virt-viewer-enums.c \
180 virt-glib-compat.h virt-glib-compat.c virt-gtk-compat.h \
181 virt-viewer-util.h virt-viewer-util.c virt-viewer-auth.h \
182 virt-viewer-auth.c virt-viewer-app.h virt-viewer-app.c \
183 virt-viewer-file.h virt-viewer-file.c virt-viewer-session.h \
184 virt-viewer-session.c virt-viewer-display.h \
185 virt-viewer-display.c virt-viewer-notebook.h \
186 virt-viewer-notebook.c virt-viewer-window.h \
187 virt-viewer-window.c view/autoDrawer.c view/autoDrawer.h \
188 view/drawer.c view/drawer.h view/ovBox.c view/ovBox.h \
189 virt-viewer-session-vnc.h virt-viewer-session-vnc.c \
190 virt-viewer-display-vnc.h virt-viewer-display-vnc.c \
191 virt-viewer-session-spice.h virt-viewer-session-spice.c \
192 virt-viewer-display-spice.h virt-viewer-display-spice.c \
193 virt-viewer-events.h virt-viewer-events.c virt-viewer.h \
194 virt-viewer.c virt-viewer-main.c
195 am__objects_6 = virt_viewer-virt-viewer-enums.$(OBJEXT) \
216 am_test_version_compare_OBJECTS = \
217 test_version_compare-virt-viewer-util.$(OBJEXT) \
218 test_version_compare-test-version-compare.$(OBJEXT) \
196219 $(am__objects_1)
197 @HAVE_GTK_VNC_TRUE@am__objects_7 = virt_viewer-virt-viewer-session-vnc.$(OBJEXT) \
198 @HAVE_GTK_VNC_TRUE@ virt_viewer-virt-viewer-display-vnc.$(OBJEXT) \
199 @HAVE_GTK_VNC_TRUE@ $(am__objects_1)
200 @HAVE_SPICE_GTK_TRUE@am__objects_8 = virt_viewer-virt-viewer-session-spice.$(OBJEXT) \
201 @HAVE_SPICE_GTK_TRUE@ virt_viewer-virt-viewer-display-spice.$(OBJEXT) \
202 @HAVE_SPICE_GTK_TRUE@ $(am__objects_1)
203 am__objects_9 = $(am__objects_6) \
204 virt_viewer-virt-glib-compat.$(OBJEXT) \
205 virt_viewer-virt-viewer-util.$(OBJEXT) \
206 virt_viewer-virt-viewer-auth.$(OBJEXT) \
207 virt_viewer-virt-viewer-app.$(OBJEXT) \
208 virt_viewer-virt-viewer-file.$(OBJEXT) \
209 virt_viewer-virt-viewer-session.$(OBJEXT) \
210 virt_viewer-virt-viewer-display.$(OBJEXT) \
211 virt_viewer-virt-viewer-notebook.$(OBJEXT) \
212 virt_viewer-virt-viewer-window.$(OBJEXT) \
213 view/virt_viewer-autoDrawer.$(OBJEXT) \
214 view/virt_viewer-drawer.$(OBJEXT) \
215 view/virt_viewer-ovBox.$(OBJEXT) $(am__objects_1) \
216 $(am__objects_7) $(am__objects_8)
217 @HAVE_LIBVIRT_TRUE@am_virt_viewer_OBJECTS = $(am__objects_9) \
220 test_version_compare_OBJECTS = $(am_test_version_compare_OBJECTS)
221 test_version_compare_LDADD = $(LDADD)
222 test_version_compare_DEPENDENCIES = $(am__append_7)
223 test_version_compare_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
224 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
225 $(test_version_compare_CFLAGS) $(CFLAGS) \
226 $(test_version_compare_LDFLAGS) $(LDFLAGS) -o $@
227 am__virt_viewer_SOURCES_DIST = virt-viewer-events.h \
228 virt-viewer-events.c virt-viewer.h virt-viewer.c \
229 virt-viewer-main.c
230 @HAVE_LIBVIRT_TRUE@am_virt_viewer_OBJECTS = \
218231 @HAVE_LIBVIRT_TRUE@ virt_viewer-virt-viewer-events.$(OBJEXT) \
219232 @HAVE_LIBVIRT_TRUE@ virt_viewer-virt-viewer.$(OBJEXT) \
220233 @HAVE_LIBVIRT_TRUE@ virt_viewer-virt-viewer-main.$(OBJEXT) \
221234 @HAVE_LIBVIRT_TRUE@ $(am__objects_1)
222235 virt_viewer_OBJECTS = $(am_virt_viewer_OBJECTS)
223 virt_viewer_LDADD = $(LDADD)
224 virt_viewer_DEPENDENCIES = $(am__append_6)
236 @HAVE_LIBVIRT_TRUE@virt_viewer_DEPENDENCIES = libvirt-viewer.la \
237 @HAVE_LIBVIRT_TRUE@ $(am__DEPENDENCIES_1)
225238 virt_viewer_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
226239 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(virt_viewer_CFLAGS) \
227240 $(CFLAGS) $(virt_viewer_LDFLAGS) $(LDFLAGS) -o $@
231244 windows_cmdline_wrapper_OBJECTS = \
232245 $(am_windows_cmdline_wrapper_OBJECTS)
233246 windows_cmdline_wrapper_LDADD = $(LDADD)
234 windows_cmdline_wrapper_DEPENDENCIES = $(am__append_6)
247 windows_cmdline_wrapper_DEPENDENCIES = $(am__append_7)
235248 windows_cmdline_wrapper_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
236249 $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
237250 $(AM_CFLAGS) $(CFLAGS) $(windows_cmdline_wrapper_LDFLAGS) \
270283 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
271284 am__v_CCLD_0 = @echo " CCLD " $@;
272285 am__v_CCLD_1 =
273 SOURCES = $(debug_helper_SOURCES) $(remote_viewer_SOURCES) \
286 SOURCES = $(libvirt_viewer_la_SOURCES) $(debug_helper_SOURCES) \
287 $(remote_viewer_SOURCES) $(test_version_compare_SOURCES) \
274288 $(virt_viewer_SOURCES) $(windows_cmdline_wrapper_SOURCES)
275 DIST_SOURCES = $(am__debug_helper_SOURCES_DIST) \
276 $(am__remote_viewer_SOURCES_DIST) \
289 DIST_SOURCES = $(am__libvirt_viewer_la_SOURCES_DIST) \
290 $(am__debug_helper_SOURCES_DIST) $(remote_viewer_SOURCES) \
291 $(test_version_compare_SOURCES) \
277292 $(am__virt_viewer_SOURCES_DIST) \
278293 $(am__windows_cmdline_wrapper_SOURCES_DIST)
279294 am__can_run_installinfo = \
328343 done | $(am__uniquify_input)`
329344 ETAGS = etags
330345 CTAGS = ctags
346 am__tty_colors_dummy = \
347 mgn= red= grn= lgn= blu= brg= std=; \
348 am__color_tests=no
349 am__tty_colors = { \
350 $(am__tty_colors_dummy); \
351 if test "X$(AM_COLOR_TESTS)" = Xno; then \
352 am__color_tests=no; \
353 elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
354 am__color_tests=yes; \
355 elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
356 am__color_tests=yes; \
357 fi; \
358 if test $$am__color_tests = yes; then \
359 red=''; \
360 grn=''; \
361 lgn=''; \
362 blu=''; \
363 mgn=''; \
364 brg=''; \
365 std=''; \
366 fi; \
367 }
368 am__recheck_rx = ^[ ]*:recheck:[ ]*
369 am__global_test_result_rx = ^[ ]*:global-test-result:[ ]*
370 am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]*
371 # A command that, given a newline-separated list of test names on the
372 # standard input, print the name of the tests that are to be re-run
373 # upon "make recheck".
374 am__list_recheck_tests = $(AWK) '{ \
375 recheck = 1; \
376 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
377 { \
378 if (rc < 0) \
379 { \
380 if ((getline line2 < ($$0 ".log")) < 0) \
381 recheck = 0; \
382 break; \
383 } \
384 else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
385 { \
386 recheck = 0; \
387 break; \
388 } \
389 else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
390 { \
391 break; \
392 } \
393 }; \
394 if (recheck) \
395 print $$0; \
396 close ($$0 ".trs"); \
397 close ($$0 ".log"); \
398 }'
399 # A command that, given a newline-separated list of test names on the
400 # standard input, create the global log from their .trs and .log files.
401 am__create_global_log = $(AWK) ' \
402 function fatal(msg) \
403 { \
404 print "fatal: making $@: " msg | "cat >&2"; \
405 exit 1; \
406 } \
407 function rst_section(header) \
408 { \
409 print header; \
410 len = length(header); \
411 for (i = 1; i <= len; i = i + 1) \
412 printf "="; \
413 printf "\n\n"; \
414 } \
415 { \
416 copy_in_global_log = 1; \
417 global_test_result = "RUN"; \
418 while ((rc = (getline line < ($$0 ".trs"))) != 0) \
419 { \
420 if (rc < 0) \
421 fatal("failed to read from " $$0 ".trs"); \
422 if (line ~ /$(am__global_test_result_rx)/) \
423 { \
424 sub("$(am__global_test_result_rx)", "", line); \
425 sub("[ ]*$$", "", line); \
426 global_test_result = line; \
427 } \
428 else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
429 copy_in_global_log = 0; \
430 }; \
431 if (copy_in_global_log) \
432 { \
433 rst_section(global_test_result ": " $$0); \
434 while ((rc = (getline line < ($$0 ".log"))) != 0) \
435 { \
436 if (rc < 0) \
437 fatal("failed to read from " $$0 ".log"); \
438 print line; \
439 }; \
440 printf "\n"; \
441 }; \
442 close ($$0 ".trs"); \
443 close ($$0 ".log"); \
444 }'
445 # Restructured Text title.
446 am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
447 # Solaris 10 'make', and several other traditional 'make' implementations,
448 # pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it
449 # by disabling -e (using the XSI extension "set +e") if it's set.
450 am__sh_e_setup = case $$- in *e*) set +e;; esac
451 # Default flags passed to test drivers.
452 am__common_driver_flags = \
453 --color-tests "$$am__color_tests" \
454 --enable-hard-errors "$$am__enable_hard_errors" \
455 --expect-failure "$$am__expect_failure"
456 # To be inserted before the command running the test. Creates the
457 # directory for the log if needed. Stores in $dir the directory
458 # containing $f, in $tst the test, in $log the log. Executes the
459 # developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
460 # passes TESTS_ENVIRONMENT. Set up options for the wrapper that
461 # will run the test scripts (or their associated LOG_COMPILER, if
462 # thy have one).
463 am__check_pre = \
464 $(am__sh_e_setup); \
465 $(am__vpath_adj_setup) $(am__vpath_adj) \
466 $(am__tty_colors); \
467 srcdir=$(srcdir); export srcdir; \
468 case "$@" in \
469 */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \
470 *) am__odir=.;; \
471 esac; \
472 test "x$$am__odir" = x"." || test -d "$$am__odir" \
473 || $(MKDIR_P) "$$am__odir" || exit $$?; \
474 if test -f "./$$f"; then dir=./; \
475 elif test -f "$$f"; then dir=; \
476 else dir="$(srcdir)/"; fi; \
477 tst=$$dir$$f; log='$@'; \
478 if test -n '$(DISABLE_HARD_ERRORS)'; then \
479 am__enable_hard_errors=no; \
480 else \
481 am__enable_hard_errors=yes; \
482 fi; \
483 case " $(XFAIL_TESTS) " in \
484 *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \
485 am__expect_failure=yes;; \
486 *) \
487 am__expect_failure=no;; \
488 esac; \
489 $(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
490 # A shell command to get the names of the tests scripts with any registered
491 # extension removed (i.e., equivalently, the names of the test logs, with
492 # the '.log' extension removed). The result is saved in the shell variable
493 # '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly,
494 # we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
495 # since that might cause problem with VPATH rewrites for suffix-less tests.
496 # See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
497 am__set_TESTS_bases = \
498 bases='$(TEST_LOGS)'; \
499 bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
500 bases=`echo $$bases`
501 RECHECK_LOGS = $(TEST_LOGS)
502 AM_RECURSIVE_TARGETS = check recheck
503 TEST_SUITE_LOG = test-suite.log
504 TEST_EXTENSIONS = @EXEEXT@ .test
505 LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
506 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
507 am__set_b = \
508 case '$@' in \
509 */*) \
510 case '$*' in \
511 */*) b='$*';; \
512 *) b=`echo '$@' | sed 's/\.log$$//'`; \
513 esac;; \
514 *) \
515 b='$*';; \
516 esac
517 am__test_logs1 = $(TESTS:=.log)
518 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
519 TEST_LOGS = $(am__test_logs2:.test.log=.log)
520 TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
521 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
522 $(TEST_LOG_FLAGS)
523 am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/virt-viewer.rc.in \
524 $(top_srcdir)/build-aux/depcomp \
525 $(top_srcdir)/build-aux/test-driver
331526 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
332527 ACLOCAL = @ACLOCAL@
333528 ALL_LINGUAS = @ALL_LINGUAS@
409604 LIPO = @LIPO@
410605 LN_S = @LN_S@
411606 LTLIBOBJS = @LTLIBOBJS@
607 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
412608 MAKEINFO = @MAKEINFO@
413609 MANIFEST_TOOL = @MANIFEST_TOOL@
414610 MKDIR_P = @MKDIR_P@
515711 top_builddir = @top_builddir@
516712 top_srcdir = @top_srcdir@
517713 NULL =
518 LDADD = $(am__append_6)
519 MAINTAINERCLEANFILES = $(am__append_7)
714 LDADD = $(am__append_7)
715 MAINTAINERCLEANFILES = $(am__append_8)
716 noinst_LTLIBRARIES = libvirt-viewer.la
520717 builderxmldir = $(pkgdatadir)/ui
521718 builderxml_DATA = \
522719 virt-viewer.xml \
523720 virt-viewer-about.xml \
524721 virt-viewer-auth.xml \
722 virt-viewer-guest-details.xml \
723 virt-viewer-vm-connection.xml \
724 virt-viewer-preferences.xml \
725 remote-viewer-connect.xml \
525726 $(NULL)
526727
527728 EXTRA_DIST = $(builderxml_DATA) virt-viewer-enums.c.etemplate \
536737 virt-viewer-enums.c \
537738 $(NULL)
538739
539 COMMON_SOURCES = $(BUILT_SOURCES) virt-glib-compat.h \
740 libvirt_viewer_la_SOURCES = $(BUILT_SOURCES) virt-glib-compat.h \
540741 virt-glib-compat.c virt-gtk-compat.h virt-viewer-util.h \
541742 virt-viewer-util.c virt-viewer-auth.h virt-viewer-auth.c \
542743 virt-viewer-app.h virt-viewer-app.c virt-viewer-file.h \
543744 virt-viewer-file.c virt-viewer-session.h virt-viewer-session.c \
544745 virt-viewer-display.h virt-viewer-display.c \
545746 virt-viewer-notebook.h virt-viewer-notebook.c \
546 virt-viewer-window.h virt-viewer-window.c view/autoDrawer.c \
547 view/autoDrawer.h view/drawer.c view/drawer.h view/ovBox.c \
548 view/ovBox.h $(NULL) $(am__append_1) $(am__append_2)
747 virt-viewer-window.h virt-viewer-window.c \
748 virt-viewer-vm-connection.h virt-viewer-vm-connection.c \
749 view/autoDrawer.c view/autoDrawer.h view/drawer.c \
750 view/drawer.h view/ovBox.c view/ovBox.h $(NULL) \
751 $(am__append_1) $(am__append_2) $(am__append_3)
752 COMMON_LIBS = \
753 -lm \
754 $(GLIB2_LIBS) \
755 $(GTK_LIBS) \
756 $(GTK_VNC_LIBS) \
757 $(SPICE_GTK_LIBS) \
758 $(LIBXML2_LIBS) \
759 $(OVIRT_LIBS) \
760 $(NULL)
761
762 COMMON_CFLAGS = \
763 -DLOCALE_DIR=\""$(datadir)/locale"\" \
764 -DG_LOG_DOMAIN=\"virt-viewer\" \
765 $(GLIB2_CFLAGS) \
766 $(GTK_CFLAGS) \
767 $(GTK_VNC_CFLAGS) \
768 $(SPICE_GTK_CFLAGS) \
769 $(LIBXML2_CFLAGS) \
770 $(OVIRT_CFLAGS) \
771 $(WARN_CFLAGS) \
772 $(NULL)
773
774 libvirt_viewer_la_LIBADD = \
775 $(COMMON_LIBS) \
776 $(NULL)
777
778 libvirt_viewer_la_CFLAGS = \
779 $(COMMON_CFLAGS)
780
781 TESTS = $(check_PROGRAMS)
782 test_version_compare_SOURCES = \
783 virt-viewer-util.c \
784 virt-viewer-util.h \
785 test-version-compare.c \
786 $(NULL)
787
788 test_version_compare_LDFLAGS = \
789 $(GLIB2_LIBS) \
790 $(GTK_LIBS) \
791 $(LIBXML2_LIBS) \
792 $(NULL)
793
794 test_version_compare_CFLAGS = \
795 -DLOCALE_DIR=\""$(datadir)/locale"\" \
796 $(GLIB2_CFLAGS) \
797 $(GTK_CFLAGS) \
798 $(LIBXML2_CFLAGS) \
799 $(WARN_CFLAGS) \
800 $(NULL)
801
549802 @HAVE_LIBVIRT_TRUE@virt_viewer_SOURCES = \
550 @HAVE_LIBVIRT_TRUE@ $(COMMON_SOURCES) \
551 @HAVE_LIBVIRT_TRUE@ virt-viewer-events.h virt-viewer-events.c \
552 @HAVE_LIBVIRT_TRUE@ virt-viewer.h virt-viewer.c \
803 @HAVE_LIBVIRT_TRUE@ virt-viewer-events.h \
804 @HAVE_LIBVIRT_TRUE@ virt-viewer-events.c \
805 @HAVE_LIBVIRT_TRUE@ virt-viewer.h \
806 @HAVE_LIBVIRT_TRUE@ virt-viewer.c \
553807 @HAVE_LIBVIRT_TRUE@ virt-viewer-main.c \
554808 @HAVE_LIBVIRT_TRUE@ $(NULL)
555809
556810 @HAVE_LIBVIRT_TRUE@virt_viewer_LDFLAGS = \
557 @HAVE_LIBVIRT_TRUE@ -lm \
558 @HAVE_LIBVIRT_TRUE@ $(GLIB2_LIBS) \
559 @HAVE_LIBVIRT_TRUE@ $(GTK_LIBS) \
560 @HAVE_LIBVIRT_TRUE@ $(GTK_VNC_LIBS) \
561 @HAVE_LIBVIRT_TRUE@ $(LIBXML2_LIBS) \
811 @HAVE_LIBVIRT_TRUE@ $(COMMON_LIBS) \
562812 @HAVE_LIBVIRT_TRUE@ $(LIBVIRT_LIBS) \
563 @HAVE_LIBVIRT_TRUE@ $(OVIRT_LIBS) \
564 @HAVE_LIBVIRT_TRUE@ $(SPICE_GTK_LIBS) \
565813 @HAVE_LIBVIRT_TRUE@ $(NULL)
566814
567815 @HAVE_LIBVIRT_TRUE@virt_viewer_CFLAGS = \
568 @HAVE_LIBVIRT_TRUE@ -DLOCALE_DIR=\""$(datadir)/locale"\" \
569 @HAVE_LIBVIRT_TRUE@ -DG_LOG_DOMAIN=\"virt-viewer\" \
570 @HAVE_LIBVIRT_TRUE@ $(GLIB2_CFLAGS) \
571 @HAVE_LIBVIRT_TRUE@ $(GTK_CFLAGS) \
572 @HAVE_LIBVIRT_TRUE@ $(GTK_VNC_CFLAGS) \
573 @HAVE_LIBVIRT_TRUE@ $(LIBXML2_CFLAGS) \
816 @HAVE_LIBVIRT_TRUE@ $(COMMON_CFLAGS) \
574817 @HAVE_LIBVIRT_TRUE@ $(LIBVIRT_CFLAGS) \
575 @HAVE_LIBVIRT_TRUE@ $(OVIRT_CFLAGS) \
576 @HAVE_LIBVIRT_TRUE@ $(SPICE_GTK_CFLAGS) \
577 @HAVE_LIBVIRT_TRUE@ $(SPICE_CONTROLLER_CFLAGS) \
578 @HAVE_LIBVIRT_TRUE@ $(WARN_CFLAGS) \
579818 @HAVE_LIBVIRT_TRUE@ $(NULL)
580819
820 @HAVE_LIBVIRT_TRUE@virt_viewer_LDADD = \
821 @HAVE_LIBVIRT_TRUE@ libvirt-viewer.la \
822 @HAVE_LIBVIRT_TRUE@ $(NULL)
823
581824 remote_viewer_SOURCES = \
582 $(COMMON_SOURCES) \
583 remote-viewer.h remote-viewer.c \
825 remote-viewer.h \
826 remote-viewer.c \
827 remote-viewer-connect.c \
828 remote-viewer-connect.h \
584829 remote-viewer-main.c \
585830 $(NULL)
586831
587 remote_viewer_LDFLAGS = -lm $(GLIB2_LIBS) $(GTK_LIBS) $(GTK_VNC_LIBS) \
588 $(LIBXML2_LIBS) $(OVIRT_LIBS) $(SPICE_GTK_LIBS) \
589 $(SPICE_CONTROLLER_LIBS) $(NULL) $(am__append_4)
832 remote_viewer_LDFLAGS = $(COMMON_LIBS) $(SPICE_CONTROLLER_LIBS) \
833 $(NULL) $(am__append_5)
590834 remote_viewer_CFLAGS = \
591 -DLOCALE_DIR=\""$(datadir)/locale"\" \
592 -DG_LOG_DOMAIN=\"remote-viewer\" \
593 $(GLIB2_CFLAGS) \
594 $(GTK_CFLAGS) \
595 $(GTK_VNC_CFLAGS) \
596 $(LIBXML2_CFLAGS) \
597 $(OVIRT_CFLAGS) \
598 $(SPICE_GTK_CFLAGS) \
835 $(COMMON_CFLAGS) \
599836 $(SPICE_CONTROLLER_CFLAGS) \
600 $(WARN_CFLAGS) \
837 $(NULL)
838
839 remote_viewer_LDADD = \
840 libvirt-viewer.la \
601841 $(NULL)
602842
603843 AM_CPPFLAGS = -DPACKAGE_DATADIR=\""$(pkgdatadir)"\"
613853 $(MAKE) $(AM_MAKEFLAGS) all-am
614854
615855 .SUFFIXES:
616 .SUFFIXES: .c .lo .o .obj
856 .SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
617857 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
618858 @for dep in $?; do \
619859 case '$(am__configure_deps)' in \
626866 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
627867 $(am__cd) $(top_srcdir) && \
628868 $(AUTOMAKE) --gnu src/Makefile
629 .PRECIOUS: Makefile
630869 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
631870 @case '$?' in \
632871 *config.status*) \
646885 $(am__aclocal_m4_deps):
647886 virt-viewer.rc: $(top_builddir)/config.status $(srcdir)/virt-viewer.rc.in
648887 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
888
889 clean-noinstLTLIBRARIES:
890 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
891 @list='$(noinst_LTLIBRARIES)'; \
892 locs=`for p in $$list; do echo $$p; done | \
893 sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
894 sort -u`; \
895 test -z "$$locs" || { \
896 echo rm -f $${locs}; \
897 rm -f $${locs}; \
898 }
899 view/$(am__dirstamp):
900 @$(MKDIR_P) view
901 @: > view/$(am__dirstamp)
902 view/$(DEPDIR)/$(am__dirstamp):
903 @$(MKDIR_P) view/$(DEPDIR)
904 @: > view/$(DEPDIR)/$(am__dirstamp)
905 view/libvirt_viewer_la-autoDrawer.lo: view/$(am__dirstamp) \
906 view/$(DEPDIR)/$(am__dirstamp)
907 view/libvirt_viewer_la-drawer.lo: view/$(am__dirstamp) \
908 view/$(DEPDIR)/$(am__dirstamp)
909 view/libvirt_viewer_la-ovBox.lo: view/$(am__dirstamp) \
910 view/$(DEPDIR)/$(am__dirstamp)
911
912 libvirt-viewer.la: $(libvirt_viewer_la_OBJECTS) $(libvirt_viewer_la_DEPENDENCIES) $(EXTRA_libvirt_viewer_la_DEPENDENCIES)
913 $(AM_V_CCLD)$(libvirt_viewer_la_LINK) $(libvirt_viewer_la_OBJECTS) $(libvirt_viewer_la_LIBADD) $(LIBS)
649914 install-binPROGRAMS: $(bin_PROGRAMS)
650915 @$(NORMAL_INSTALL)
651916 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
696961 echo " rm -f" $$list; \
697962 rm -f $$list
698963
964 clean-checkPROGRAMS:
965 @list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
966 echo " rm -f" $$list; \
967 rm -f $$list || exit $$?; \
968 test -n "$(EXEEXT)" || exit 0; \
969 list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
970 echo " rm -f" $$list; \
971 rm -f $$list
972
699973 debug-helper$(EXEEXT): $(debug_helper_OBJECTS) $(debug_helper_DEPENDENCIES) $(EXTRA_debug_helper_DEPENDENCIES)
700974 @rm -f debug-helper$(EXEEXT)
701975 $(AM_V_CCLD)$(debug_helper_LINK) $(debug_helper_OBJECTS) $(debug_helper_LDADD) $(LIBS)
702 view/$(am__dirstamp):
703 @$(MKDIR_P) view
704 @: > view/$(am__dirstamp)
705 view/$(DEPDIR)/$(am__dirstamp):
706 @$(MKDIR_P) view/$(DEPDIR)
707 @: > view/$(DEPDIR)/$(am__dirstamp)
708 view/remote_viewer-autoDrawer.$(OBJEXT): view/$(am__dirstamp) \
709 view/$(DEPDIR)/$(am__dirstamp)
710 view/remote_viewer-drawer.$(OBJEXT): view/$(am__dirstamp) \
711 view/$(DEPDIR)/$(am__dirstamp)
712 view/remote_viewer-ovBox.$(OBJEXT): view/$(am__dirstamp) \
713 view/$(DEPDIR)/$(am__dirstamp)
714976
715977 remote-viewer$(EXEEXT): $(remote_viewer_OBJECTS) $(remote_viewer_DEPENDENCIES) $(EXTRA_remote_viewer_DEPENDENCIES)
716978 @rm -f remote-viewer$(EXEEXT)
717979 $(AM_V_CCLD)$(remote_viewer_LINK) $(remote_viewer_OBJECTS) $(remote_viewer_LDADD) $(LIBS)
718 view/virt_viewer-autoDrawer.$(OBJEXT): view/$(am__dirstamp) \
719 view/$(DEPDIR)/$(am__dirstamp)
720 view/virt_viewer-drawer.$(OBJEXT): view/$(am__dirstamp) \
721 view/$(DEPDIR)/$(am__dirstamp)
722 view/virt_viewer-ovBox.$(OBJEXT): view/$(am__dirstamp) \
723 view/$(DEPDIR)/$(am__dirstamp)
980
981 test-version-compare$(EXEEXT): $(test_version_compare_OBJECTS) $(test_version_compare_DEPENDENCIES) $(EXTRA_test_version_compare_DEPENDENCIES)
982 @rm -f test-version-compare$(EXEEXT)
983 $(AM_V_CCLD)$(test_version_compare_LINK) $(test_version_compare_OBJECTS) $(test_version_compare_LDADD) $(LIBS)
724984
725985 virt-viewer$(EXEEXT): $(virt_viewer_OBJECTS) $(virt_viewer_DEPENDENCIES) $(EXTRA_virt_viewer_DEPENDENCIES)
726986 @rm -f virt-viewer$(EXEEXT)
733993 mostlyclean-compile:
734994 -rm -f *.$(OBJEXT)
735995 -rm -f view/*.$(OBJEXT)
996 -rm -f view/*.lo
736997
737998 distclean-compile:
738999 -rm -f *.tab.c
7391000
7401001 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/debug_helper-debug-helper.Po@am__quote@
1002 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_viewer_la-ovirt-foreign-menu.Plo@am__quote@
1003 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_viewer_la-virt-glib-compat.Plo@am__quote@
1004 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_viewer_la-virt-viewer-app.Plo@am__quote@
1005 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_viewer_la-virt-viewer-auth.Plo@am__quote@
1006 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_viewer_la-virt-viewer-display-spice.Plo@am__quote@
1007 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_viewer_la-virt-viewer-display-vnc.Plo@am__quote@
1008 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_viewer_la-virt-viewer-display.Plo@am__quote@
1009 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_viewer_la-virt-viewer-enums.Plo@am__quote@
1010 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_viewer_la-virt-viewer-file.Plo@am__quote@
1011 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_viewer_la-virt-viewer-notebook.Plo@am__quote@
1012 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_viewer_la-virt-viewer-session-spice.Plo@am__quote@
1013 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_viewer_la-virt-viewer-session-vnc.Plo@am__quote@
1014 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_viewer_la-virt-viewer-session.Plo@am__quote@
1015 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_viewer_la-virt-viewer-util.Plo@am__quote@
1016 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_viewer_la-virt-viewer-vm-connection.Plo@am__quote@
1017 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libvirt_viewer_la-virt-viewer-window.Plo@am__quote@
1018 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_viewer-remote-viewer-connect.Po@am__quote@
7411019 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_viewer-remote-viewer-main.Po@am__quote@
7421020 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_viewer-remote-viewer.Po@am__quote@
743 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_viewer-virt-glib-compat.Po@am__quote@
744 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_viewer-virt-viewer-app.Po@am__quote@
745 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_viewer-virt-viewer-auth.Po@am__quote@
746 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_viewer-virt-viewer-display-spice.Po@am__quote@
747 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_viewer-virt-viewer-display-vnc.Po@am__quote@
748 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_viewer-virt-viewer-display.Po@am__quote@
749 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_viewer-virt-viewer-enums.Po@am__quote@
750 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_viewer-virt-viewer-file.Po@am__quote@
751 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_viewer-virt-viewer-notebook.Po@am__quote@
752 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_viewer-virt-viewer-session-spice.Po@am__quote@
753 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_viewer-virt-viewer-session-vnc.Po@am__quote@
754 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_viewer-virt-viewer-session.Po@am__quote@
755 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_viewer-virt-viewer-util.Po@am__quote@
756 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/remote_viewer-virt-viewer-window.Po@am__quote@
757 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_viewer-virt-glib-compat.Po@am__quote@
758 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_viewer-virt-viewer-app.Po@am__quote@
759 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_viewer-virt-viewer-auth.Po@am__quote@
760 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_viewer-virt-viewer-display-spice.Po@am__quote@
761 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_viewer-virt-viewer-display-vnc.Po@am__quote@
762 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_viewer-virt-viewer-display.Po@am__quote@
763 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_viewer-virt-viewer-enums.Po@am__quote@
1021 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_version_compare-test-version-compare.Po@am__quote@
1022 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test_version_compare-virt-viewer-util.Po@am__quote@
7641023 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_viewer-virt-viewer-events.Po@am__quote@
765 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_viewer-virt-viewer-file.Po@am__quote@
7661024 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_viewer-virt-viewer-main.Po@am__quote@
767 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_viewer-virt-viewer-notebook.Po@am__quote@
768 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_viewer-virt-viewer-session-spice.Po@am__quote@
769 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_viewer-virt-viewer-session-vnc.Po@am__quote@
770 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_viewer-virt-viewer-session.Po@am__quote@
771 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_viewer-virt-viewer-util.Po@am__quote@
772 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_viewer-virt-viewer-window.Po@am__quote@
7731025 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/virt_viewer-virt-viewer.Po@am__quote@
7741026 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/windows-cmdline-wrapper.Po@am__quote@
775 @AMDEP_TRUE@@am__include@ @am__quote@view/$(DEPDIR)/remote_viewer-autoDrawer.Po@am__quote@
776 @AMDEP_TRUE@@am__include@ @am__quote@view/$(DEPDIR)/remote_viewer-drawer.Po@am__quote@
777 @AMDEP_TRUE@@am__include@ @am__quote@view/$(DEPDIR)/remote_viewer-ovBox.Po@am__quote@
778 @AMDEP_TRUE@@am__include@ @am__quote@view/$(DEPDIR)/virt_viewer-autoDrawer.Po@am__quote@
779 @AMDEP_TRUE@@am__include@ @am__quote@view/$(DEPDIR)/virt_viewer-drawer.Po@am__quote@
780 @AMDEP_TRUE@@am__include@ @am__quote@view/$(DEPDIR)/virt_viewer-ovBox.Po@am__quote@
1027 @AMDEP_TRUE@@am__include@ @am__quote@view/$(DEPDIR)/libvirt_viewer_la-autoDrawer.Plo@am__quote@
1028 @AMDEP_TRUE@@am__include@ @am__quote@view/$(DEPDIR)/libvirt_viewer_la-drawer.Plo@am__quote@
1029 @AMDEP_TRUE@@am__include@ @am__quote@view/$(DEPDIR)/libvirt_viewer_la-ovBox.Plo@am__quote@
7811030
7821031 .c.o:
7831032 @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
8031052 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
8041053 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
8051054
1055 libvirt_viewer_la-virt-viewer-enums.lo: virt-viewer-enums.c
1056 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT libvirt_viewer_la-virt-viewer-enums.lo -MD -MP -MF $(DEPDIR)/libvirt_viewer_la-virt-viewer-enums.Tpo -c -o libvirt_viewer_la-virt-viewer-enums.lo `test -f 'virt-viewer-enums.c' || echo '$(srcdir)/'`virt-viewer-enums.c
1057 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_viewer_la-virt-viewer-enums.Tpo $(DEPDIR)/libvirt_viewer_la-virt-viewer-enums.Plo
1058 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-enums.c' object='libvirt_viewer_la-virt-viewer-enums.lo' libtool=yes @AMDEPBACKSLASH@
1059 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1060 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o libvirt_viewer_la-virt-viewer-enums.lo `test -f 'virt-viewer-enums.c' || echo '$(srcdir)/'`virt-viewer-enums.c
1061
1062 libvirt_viewer_la-virt-glib-compat.lo: virt-glib-compat.c
1063 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT libvirt_viewer_la-virt-glib-compat.lo -MD -MP -MF $(DEPDIR)/libvirt_viewer_la-virt-glib-compat.Tpo -c -o libvirt_viewer_la-virt-glib-compat.lo `test -f 'virt-glib-compat.c' || echo '$(srcdir)/'`virt-glib-compat.c
1064 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_viewer_la-virt-glib-compat.Tpo $(DEPDIR)/libvirt_viewer_la-virt-glib-compat.Plo
1065 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-glib-compat.c' object='libvirt_viewer_la-virt-glib-compat.lo' libtool=yes @AMDEPBACKSLASH@
1066 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1067 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o libvirt_viewer_la-virt-glib-compat.lo `test -f 'virt-glib-compat.c' || echo '$(srcdir)/'`virt-glib-compat.c
1068
1069 libvirt_viewer_la-virt-viewer-util.lo: virt-viewer-util.c
1070 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT libvirt_viewer_la-virt-viewer-util.lo -MD -MP -MF $(DEPDIR)/libvirt_viewer_la-virt-viewer-util.Tpo -c -o libvirt_viewer_la-virt-viewer-util.lo `test -f 'virt-viewer-util.c' || echo '$(srcdir)/'`virt-viewer-util.c
1071 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_viewer_la-virt-viewer-util.Tpo $(DEPDIR)/libvirt_viewer_la-virt-viewer-util.Plo
1072 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-util.c' object='libvirt_viewer_la-virt-viewer-util.lo' libtool=yes @AMDEPBACKSLASH@
1073 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1074 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o libvirt_viewer_la-virt-viewer-util.lo `test -f 'virt-viewer-util.c' || echo '$(srcdir)/'`virt-viewer-util.c
1075
1076 libvirt_viewer_la-virt-viewer-auth.lo: virt-viewer-auth.c
1077 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT libvirt_viewer_la-virt-viewer-auth.lo -MD -MP -MF $(DEPDIR)/libvirt_viewer_la-virt-viewer-auth.Tpo -c -o libvirt_viewer_la-virt-viewer-auth.lo `test -f 'virt-viewer-auth.c' || echo '$(srcdir)/'`virt-viewer-auth.c
1078 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_viewer_la-virt-viewer-auth.Tpo $(DEPDIR)/libvirt_viewer_la-virt-viewer-auth.Plo
1079 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-auth.c' object='libvirt_viewer_la-virt-viewer-auth.lo' libtool=yes @AMDEPBACKSLASH@
1080 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1081 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o libvirt_viewer_la-virt-viewer-auth.lo `test -f 'virt-viewer-auth.c' || echo '$(srcdir)/'`virt-viewer-auth.c
1082
1083 libvirt_viewer_la-virt-viewer-app.lo: virt-viewer-app.c
1084 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT libvirt_viewer_la-virt-viewer-app.lo -MD -MP -MF $(DEPDIR)/libvirt_viewer_la-virt-viewer-app.Tpo -c -o libvirt_viewer_la-virt-viewer-app.lo `test -f 'virt-viewer-app.c' || echo '$(srcdir)/'`virt-viewer-app.c
1085 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_viewer_la-virt-viewer-app.Tpo $(DEPDIR)/libvirt_viewer_la-virt-viewer-app.Plo
1086 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-app.c' object='libvirt_viewer_la-virt-viewer-app.lo' libtool=yes @AMDEPBACKSLASH@
1087 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1088 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o libvirt_viewer_la-virt-viewer-app.lo `test -f 'virt-viewer-app.c' || echo '$(srcdir)/'`virt-viewer-app.c
1089
1090 libvirt_viewer_la-virt-viewer-file.lo: virt-viewer-file.c
1091 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT libvirt_viewer_la-virt-viewer-file.lo -MD -MP -MF $(DEPDIR)/libvirt_viewer_la-virt-viewer-file.Tpo -c -o libvirt_viewer_la-virt-viewer-file.lo `test -f 'virt-viewer-file.c' || echo '$(srcdir)/'`virt-viewer-file.c
1092 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_viewer_la-virt-viewer-file.Tpo $(DEPDIR)/libvirt_viewer_la-virt-viewer-file.Plo
1093 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-file.c' object='libvirt_viewer_la-virt-viewer-file.lo' libtool=yes @AMDEPBACKSLASH@
1094 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1095 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o libvirt_viewer_la-virt-viewer-file.lo `test -f 'virt-viewer-file.c' || echo '$(srcdir)/'`virt-viewer-file.c
1096
1097 libvirt_viewer_la-virt-viewer-session.lo: virt-viewer-session.c
1098 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT libvirt_viewer_la-virt-viewer-session.lo -MD -MP -MF $(DEPDIR)/libvirt_viewer_la-virt-viewer-session.Tpo -c -o libvirt_viewer_la-virt-viewer-session.lo `test -f 'virt-viewer-session.c' || echo '$(srcdir)/'`virt-viewer-session.c
1099 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_viewer_la-virt-viewer-session.Tpo $(DEPDIR)/libvirt_viewer_la-virt-viewer-session.Plo
1100 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-session.c' object='libvirt_viewer_la-virt-viewer-session.lo' libtool=yes @AMDEPBACKSLASH@
1101 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1102 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o libvirt_viewer_la-virt-viewer-session.lo `test -f 'virt-viewer-session.c' || echo '$(srcdir)/'`virt-viewer-session.c
1103
1104 libvirt_viewer_la-virt-viewer-display.lo: virt-viewer-display.c
1105 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT libvirt_viewer_la-virt-viewer-display.lo -MD -MP -MF $(DEPDIR)/libvirt_viewer_la-virt-viewer-display.Tpo -c -o libvirt_viewer_la-virt-viewer-display.lo `test -f 'virt-viewer-display.c' || echo '$(srcdir)/'`virt-viewer-display.c
1106 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_viewer_la-virt-viewer-display.Tpo $(DEPDIR)/libvirt_viewer_la-virt-viewer-display.Plo
1107 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-display.c' object='libvirt_viewer_la-virt-viewer-display.lo' libtool=yes @AMDEPBACKSLASH@
1108 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1109 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o libvirt_viewer_la-virt-viewer-display.lo `test -f 'virt-viewer-display.c' || echo '$(srcdir)/'`virt-viewer-display.c
1110
1111 libvirt_viewer_la-virt-viewer-notebook.lo: virt-viewer-notebook.c
1112 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT libvirt_viewer_la-virt-viewer-notebook.lo -MD -MP -MF $(DEPDIR)/libvirt_viewer_la-virt-viewer-notebook.Tpo -c -o libvirt_viewer_la-virt-viewer-notebook.lo `test -f 'virt-viewer-notebook.c' || echo '$(srcdir)/'`virt-viewer-notebook.c
1113 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_viewer_la-virt-viewer-notebook.Tpo $(DEPDIR)/libvirt_viewer_la-virt-viewer-notebook.Plo
1114 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-notebook.c' object='libvirt_viewer_la-virt-viewer-notebook.lo' libtool=yes @AMDEPBACKSLASH@
1115 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1116 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o libvirt_viewer_la-virt-viewer-notebook.lo `test -f 'virt-viewer-notebook.c' || echo '$(srcdir)/'`virt-viewer-notebook.c
1117
1118 libvirt_viewer_la-virt-viewer-window.lo: virt-viewer-window.c
1119 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT libvirt_viewer_la-virt-viewer-window.lo -MD -MP -MF $(DEPDIR)/libvirt_viewer_la-virt-viewer-window.Tpo -c -o libvirt_viewer_la-virt-viewer-window.lo `test -f 'virt-viewer-window.c' || echo '$(srcdir)/'`virt-viewer-window.c
1120 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_viewer_la-virt-viewer-window.Tpo $(DEPDIR)/libvirt_viewer_la-virt-viewer-window.Plo
1121 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-window.c' object='libvirt_viewer_la-virt-viewer-window.lo' libtool=yes @AMDEPBACKSLASH@
1122 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1123 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o libvirt_viewer_la-virt-viewer-window.lo `test -f 'virt-viewer-window.c' || echo '$(srcdir)/'`virt-viewer-window.c
1124
1125 libvirt_viewer_la-virt-viewer-vm-connection.lo: virt-viewer-vm-connection.c
1126 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT libvirt_viewer_la-virt-viewer-vm-connection.lo -MD -MP -MF $(DEPDIR)/libvirt_viewer_la-virt-viewer-vm-connection.Tpo -c -o libvirt_viewer_la-virt-viewer-vm-connection.lo `test -f 'virt-viewer-vm-connection.c' || echo '$(srcdir)/'`virt-viewer-vm-connection.c
1127 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_viewer_la-virt-viewer-vm-connection.Tpo $(DEPDIR)/libvirt_viewer_la-virt-viewer-vm-connection.Plo
1128 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-vm-connection.c' object='libvirt_viewer_la-virt-viewer-vm-connection.lo' libtool=yes @AMDEPBACKSLASH@
1129 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1130 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o libvirt_viewer_la-virt-viewer-vm-connection.lo `test -f 'virt-viewer-vm-connection.c' || echo '$(srcdir)/'`virt-viewer-vm-connection.c
1131
1132 view/libvirt_viewer_la-autoDrawer.lo: view/autoDrawer.c
1133 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT view/libvirt_viewer_la-autoDrawer.lo -MD -MP -MF view/$(DEPDIR)/libvirt_viewer_la-autoDrawer.Tpo -c -o view/libvirt_viewer_la-autoDrawer.lo `test -f 'view/autoDrawer.c' || echo '$(srcdir)/'`view/autoDrawer.c
1134 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) view/$(DEPDIR)/libvirt_viewer_la-autoDrawer.Tpo view/$(DEPDIR)/libvirt_viewer_la-autoDrawer.Plo
1135 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='view/autoDrawer.c' object='view/libvirt_viewer_la-autoDrawer.lo' libtool=yes @AMDEPBACKSLASH@
1136 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1137 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o view/libvirt_viewer_la-autoDrawer.lo `test -f 'view/autoDrawer.c' || echo '$(srcdir)/'`view/autoDrawer.c
1138
1139 view/libvirt_viewer_la-drawer.lo: view/drawer.c
1140 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT view/libvirt_viewer_la-drawer.lo -MD -MP -MF view/$(DEPDIR)/libvirt_viewer_la-drawer.Tpo -c -o view/libvirt_viewer_la-drawer.lo `test -f 'view/drawer.c' || echo '$(srcdir)/'`view/drawer.c
1141 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) view/$(DEPDIR)/libvirt_viewer_la-drawer.Tpo view/$(DEPDIR)/libvirt_viewer_la-drawer.Plo
1142 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='view/drawer.c' object='view/libvirt_viewer_la-drawer.lo' libtool=yes @AMDEPBACKSLASH@
1143 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1144 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o view/libvirt_viewer_la-drawer.lo `test -f 'view/drawer.c' || echo '$(srcdir)/'`view/drawer.c
1145
1146 view/libvirt_viewer_la-ovBox.lo: view/ovBox.c
1147 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT view/libvirt_viewer_la-ovBox.lo -MD -MP -MF view/$(DEPDIR)/libvirt_viewer_la-ovBox.Tpo -c -o view/libvirt_viewer_la-ovBox.lo `test -f 'view/ovBox.c' || echo '$(srcdir)/'`view/ovBox.c
1148 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) view/$(DEPDIR)/libvirt_viewer_la-ovBox.Tpo view/$(DEPDIR)/libvirt_viewer_la-ovBox.Plo
1149 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='view/ovBox.c' object='view/libvirt_viewer_la-ovBox.lo' libtool=yes @AMDEPBACKSLASH@
1150 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1151 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o view/libvirt_viewer_la-ovBox.lo `test -f 'view/ovBox.c' || echo '$(srcdir)/'`view/ovBox.c
1152
1153 libvirt_viewer_la-virt-viewer-session-vnc.lo: virt-viewer-session-vnc.c
1154 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT libvirt_viewer_la-virt-viewer-session-vnc.lo -MD -MP -MF $(DEPDIR)/libvirt_viewer_la-virt-viewer-session-vnc.Tpo -c -o libvirt_viewer_la-virt-viewer-session-vnc.lo `test -f 'virt-viewer-session-vnc.c' || echo '$(srcdir)/'`virt-viewer-session-vnc.c
1155 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_viewer_la-virt-viewer-session-vnc.Tpo $(DEPDIR)/libvirt_viewer_la-virt-viewer-session-vnc.Plo
1156 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-session-vnc.c' object='libvirt_viewer_la-virt-viewer-session-vnc.lo' libtool=yes @AMDEPBACKSLASH@
1157 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1158 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o libvirt_viewer_la-virt-viewer-session-vnc.lo `test -f 'virt-viewer-session-vnc.c' || echo '$(srcdir)/'`virt-viewer-session-vnc.c
1159
1160 libvirt_viewer_la-virt-viewer-display-vnc.lo: virt-viewer-display-vnc.c
1161 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT libvirt_viewer_la-virt-viewer-display-vnc.lo -MD -MP -MF $(DEPDIR)/libvirt_viewer_la-virt-viewer-display-vnc.Tpo -c -o libvirt_viewer_la-virt-viewer-display-vnc.lo `test -f 'virt-viewer-display-vnc.c' || echo '$(srcdir)/'`virt-viewer-display-vnc.c
1162 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_viewer_la-virt-viewer-display-vnc.Tpo $(DEPDIR)/libvirt_viewer_la-virt-viewer-display-vnc.Plo
1163 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-display-vnc.c' object='libvirt_viewer_la-virt-viewer-display-vnc.lo' libtool=yes @AMDEPBACKSLASH@
1164 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1165 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o libvirt_viewer_la-virt-viewer-display-vnc.lo `test -f 'virt-viewer-display-vnc.c' || echo '$(srcdir)/'`virt-viewer-display-vnc.c
1166
1167 libvirt_viewer_la-virt-viewer-session-spice.lo: virt-viewer-session-spice.c
1168 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT libvirt_viewer_la-virt-viewer-session-spice.lo -MD -MP -MF $(DEPDIR)/libvirt_viewer_la-virt-viewer-session-spice.Tpo -c -o libvirt_viewer_la-virt-viewer-session-spice.lo `test -f 'virt-viewer-session-spice.c' || echo '$(srcdir)/'`virt-viewer-session-spice.c
1169 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_viewer_la-virt-viewer-session-spice.Tpo $(DEPDIR)/libvirt_viewer_la-virt-viewer-session-spice.Plo
1170 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-session-spice.c' object='libvirt_viewer_la-virt-viewer-session-spice.lo' libtool=yes @AMDEPBACKSLASH@
1171 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1172 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o libvirt_viewer_la-virt-viewer-session-spice.lo `test -f 'virt-viewer-session-spice.c' || echo '$(srcdir)/'`virt-viewer-session-spice.c
1173
1174 libvirt_viewer_la-virt-viewer-display-spice.lo: virt-viewer-display-spice.c
1175 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT libvirt_viewer_la-virt-viewer-display-spice.lo -MD -MP -MF $(DEPDIR)/libvirt_viewer_la-virt-viewer-display-spice.Tpo -c -o libvirt_viewer_la-virt-viewer-display-spice.lo `test -f 'virt-viewer-display-spice.c' || echo '$(srcdir)/'`virt-viewer-display-spice.c
1176 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_viewer_la-virt-viewer-display-spice.Tpo $(DEPDIR)/libvirt_viewer_la-virt-viewer-display-spice.Plo
1177 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-display-spice.c' object='libvirt_viewer_la-virt-viewer-display-spice.lo' libtool=yes @AMDEPBACKSLASH@
1178 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1179 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o libvirt_viewer_la-virt-viewer-display-spice.lo `test -f 'virt-viewer-display-spice.c' || echo '$(srcdir)/'`virt-viewer-display-spice.c
1180
1181 libvirt_viewer_la-ovirt-foreign-menu.lo: ovirt-foreign-menu.c
1182 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -MT libvirt_viewer_la-ovirt-foreign-menu.lo -MD -MP -MF $(DEPDIR)/libvirt_viewer_la-ovirt-foreign-menu.Tpo -c -o libvirt_viewer_la-ovirt-foreign-menu.lo `test -f 'ovirt-foreign-menu.c' || echo '$(srcdir)/'`ovirt-foreign-menu.c
1183 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libvirt_viewer_la-ovirt-foreign-menu.Tpo $(DEPDIR)/libvirt_viewer_la-ovirt-foreign-menu.Plo
1184 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ovirt-foreign-menu.c' object='libvirt_viewer_la-ovirt-foreign-menu.lo' libtool=yes @AMDEPBACKSLASH@
1185 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1186 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libvirt_viewer_la_CFLAGS) $(CFLAGS) -c -o libvirt_viewer_la-ovirt-foreign-menu.lo `test -f 'ovirt-foreign-menu.c' || echo '$(srcdir)/'`ovirt-foreign-menu.c
1187
8061188 debug_helper-debug-helper.o: debug-helper.c
8071189 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(debug_helper_CFLAGS) $(CFLAGS) -MT debug_helper-debug-helper.o -MD -MP -MF $(DEPDIR)/debug_helper-debug-helper.Tpo -c -o debug_helper-debug-helper.o `test -f 'debug-helper.c' || echo '$(srcdir)/'`debug-helper.c
8081190 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/debug_helper-debug-helper.Tpo $(DEPDIR)/debug_helper-debug-helper.Po
8171199 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
8181200 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(debug_helper_CFLAGS) $(CFLAGS) -c -o debug_helper-debug-helper.obj `if test -f 'debug-helper.c'; then $(CYGPATH_W) 'debug-helper.c'; else $(CYGPATH_W) '$(srcdir)/debug-helper.c'; fi`
8191201
820 remote_viewer-virt-viewer-enums.o: virt-viewer-enums.c
821 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-enums.o -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-enums.Tpo -c -o remote_viewer-virt-viewer-enums.o `test -f 'virt-viewer-enums.c' || echo '$(srcdir)/'`virt-viewer-enums.c
822 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-enums.Tpo $(DEPDIR)/remote_viewer-virt-viewer-enums.Po
823 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-enums.c' object='remote_viewer-virt-viewer-enums.o' libtool=no @AMDEPBACKSLASH@
824 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
825 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-enums.o `test -f 'virt-viewer-enums.c' || echo '$(srcdir)/'`virt-viewer-enums.c
826
827 remote_viewer-virt-viewer-enums.obj: virt-viewer-enums.c
828 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-enums.obj -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-enums.Tpo -c -o remote_viewer-virt-viewer-enums.obj `if test -f 'virt-viewer-enums.c'; then $(CYGPATH_W) 'virt-viewer-enums.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-enums.c'; fi`
829 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-enums.Tpo $(DEPDIR)/remote_viewer-virt-viewer-enums.Po
830 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-enums.c' object='remote_viewer-virt-viewer-enums.obj' libtool=no @AMDEPBACKSLASH@
831 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
832 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-enums.obj `if test -f 'virt-viewer-enums.c'; then $(CYGPATH_W) 'virt-viewer-enums.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-enums.c'; fi`
833
834 remote_viewer-virt-glib-compat.o: virt-glib-compat.c
835 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-glib-compat.o -MD -MP -MF $(DEPDIR)/remote_viewer-virt-glib-compat.Tpo -c -o remote_viewer-virt-glib-compat.o `test -f 'virt-glib-compat.c' || echo '$(srcdir)/'`virt-glib-compat.c
836 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-glib-compat.Tpo $(DEPDIR)/remote_viewer-virt-glib-compat.Po
837 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-glib-compat.c' object='remote_viewer-virt-glib-compat.o' libtool=no @AMDEPBACKSLASH@
838 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
839 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-glib-compat.o `test -f 'virt-glib-compat.c' || echo '$(srcdir)/'`virt-glib-compat.c
840
841 remote_viewer-virt-glib-compat.obj: virt-glib-compat.c
842 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-glib-compat.obj -MD -MP -MF $(DEPDIR)/remote_viewer-virt-glib-compat.Tpo -c -o remote_viewer-virt-glib-compat.obj `if test -f 'virt-glib-compat.c'; then $(CYGPATH_W) 'virt-glib-compat.c'; else $(CYGPATH_W) '$(srcdir)/virt-glib-compat.c'; fi`
843 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-glib-compat.Tpo $(DEPDIR)/remote_viewer-virt-glib-compat.Po
844 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-glib-compat.c' object='remote_viewer-virt-glib-compat.obj' libtool=no @AMDEPBACKSLASH@
845 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
846 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-glib-compat.obj `if test -f 'virt-glib-compat.c'; then $(CYGPATH_W) 'virt-glib-compat.c'; else $(CYGPATH_W) '$(srcdir)/virt-glib-compat.c'; fi`
847
848 remote_viewer-virt-viewer-util.o: virt-viewer-util.c
849 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-util.o -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-util.Tpo -c -o remote_viewer-virt-viewer-util.o `test -f 'virt-viewer-util.c' || echo '$(srcdir)/'`virt-viewer-util.c
850 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-util.Tpo $(DEPDIR)/remote_viewer-virt-viewer-util.Po
851 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-util.c' object='remote_viewer-virt-viewer-util.o' libtool=no @AMDEPBACKSLASH@
852 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
853 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-util.o `test -f 'virt-viewer-util.c' || echo '$(srcdir)/'`virt-viewer-util.c
854
855 remote_viewer-virt-viewer-util.obj: virt-viewer-util.c
856 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-util.obj -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-util.Tpo -c -o remote_viewer-virt-viewer-util.obj `if test -f 'virt-viewer-util.c'; then $(CYGPATH_W) 'virt-viewer-util.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-util.c'; fi`
857 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-util.Tpo $(DEPDIR)/remote_viewer-virt-viewer-util.Po
858 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-util.c' object='remote_viewer-virt-viewer-util.obj' libtool=no @AMDEPBACKSLASH@
859 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
860 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-util.obj `if test -f 'virt-viewer-util.c'; then $(CYGPATH_W) 'virt-viewer-util.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-util.c'; fi`
861
862 remote_viewer-virt-viewer-auth.o: virt-viewer-auth.c
863 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-auth.o -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-auth.Tpo -c -o remote_viewer-virt-viewer-auth.o `test -f 'virt-viewer-auth.c' || echo '$(srcdir)/'`virt-viewer-auth.c
864 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-auth.Tpo $(DEPDIR)/remote_viewer-virt-viewer-auth.Po
865 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-auth.c' object='remote_viewer-virt-viewer-auth.o' libtool=no @AMDEPBACKSLASH@
866 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
867 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-auth.o `test -f 'virt-viewer-auth.c' || echo '$(srcdir)/'`virt-viewer-auth.c
868
869 remote_viewer-virt-viewer-auth.obj: virt-viewer-auth.c
870 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-auth.obj -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-auth.Tpo -c -o remote_viewer-virt-viewer-auth.obj `if test -f 'virt-viewer-auth.c'; then $(CYGPATH_W) 'virt-viewer-auth.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-auth.c'; fi`
871 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-auth.Tpo $(DEPDIR)/remote_viewer-virt-viewer-auth.Po
872 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-auth.c' object='remote_viewer-virt-viewer-auth.obj' libtool=no @AMDEPBACKSLASH@
873 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
874 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-auth.obj `if test -f 'virt-viewer-auth.c'; then $(CYGPATH_W) 'virt-viewer-auth.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-auth.c'; fi`
875
876 remote_viewer-virt-viewer-app.o: virt-viewer-app.c
877 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-app.o -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-app.Tpo -c -o remote_viewer-virt-viewer-app.o `test -f 'virt-viewer-app.c' || echo '$(srcdir)/'`virt-viewer-app.c
878 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-app.Tpo $(DEPDIR)/remote_viewer-virt-viewer-app.Po
879 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-app.c' object='remote_viewer-virt-viewer-app.o' libtool=no @AMDEPBACKSLASH@
880 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
881 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-app.o `test -f 'virt-viewer-app.c' || echo '$(srcdir)/'`virt-viewer-app.c
882
883 remote_viewer-virt-viewer-app.obj: virt-viewer-app.c
884 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-app.obj -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-app.Tpo -c -o remote_viewer-virt-viewer-app.obj `if test -f 'virt-viewer-app.c'; then $(CYGPATH_W) 'virt-viewer-app.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-app.c'; fi`
885 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-app.Tpo $(DEPDIR)/remote_viewer-virt-viewer-app.Po
886 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-app.c' object='remote_viewer-virt-viewer-app.obj' libtool=no @AMDEPBACKSLASH@
887 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
888 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-app.obj `if test -f 'virt-viewer-app.c'; then $(CYGPATH_W) 'virt-viewer-app.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-app.c'; fi`
889
890 remote_viewer-virt-viewer-file.o: virt-viewer-file.c
891 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-file.o -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-file.Tpo -c -o remote_viewer-virt-viewer-file.o `test -f 'virt-viewer-file.c' || echo '$(srcdir)/'`virt-viewer-file.c
892 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-file.Tpo $(DEPDIR)/remote_viewer-virt-viewer-file.Po
893 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-file.c' object='remote_viewer-virt-viewer-file.o' libtool=no @AMDEPBACKSLASH@
894 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
895 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-file.o `test -f 'virt-viewer-file.c' || echo '$(srcdir)/'`virt-viewer-file.c
896
897 remote_viewer-virt-viewer-file.obj: virt-viewer-file.c
898 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-file.obj -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-file.Tpo -c -o remote_viewer-virt-viewer-file.obj `if test -f 'virt-viewer-file.c'; then $(CYGPATH_W) 'virt-viewer-file.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-file.c'; fi`
899 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-file.Tpo $(DEPDIR)/remote_viewer-virt-viewer-file.Po
900 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-file.c' object='remote_viewer-virt-viewer-file.obj' libtool=no @AMDEPBACKSLASH@
901 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
902 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-file.obj `if test -f 'virt-viewer-file.c'; then $(CYGPATH_W) 'virt-viewer-file.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-file.c'; fi`
903
904 remote_viewer-virt-viewer-session.o: virt-viewer-session.c
905 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-session.o -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-session.Tpo -c -o remote_viewer-virt-viewer-session.o `test -f 'virt-viewer-session.c' || echo '$(srcdir)/'`virt-viewer-session.c
906 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-session.Tpo $(DEPDIR)/remote_viewer-virt-viewer-session.Po
907 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-session.c' object='remote_viewer-virt-viewer-session.o' libtool=no @AMDEPBACKSLASH@
908 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
909 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-session.o `test -f 'virt-viewer-session.c' || echo '$(srcdir)/'`virt-viewer-session.c
910
911 remote_viewer-virt-viewer-session.obj: virt-viewer-session.c
912 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-session.obj -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-session.Tpo -c -o remote_viewer-virt-viewer-session.obj `if test -f 'virt-viewer-session.c'; then $(CYGPATH_W) 'virt-viewer-session.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-session.c'; fi`
913 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-session.Tpo $(DEPDIR)/remote_viewer-virt-viewer-session.Po
914 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-session.c' object='remote_viewer-virt-viewer-session.obj' libtool=no @AMDEPBACKSLASH@
915 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
916 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-session.obj `if test -f 'virt-viewer-session.c'; then $(CYGPATH_W) 'virt-viewer-session.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-session.c'; fi`
917
918 remote_viewer-virt-viewer-display.o: virt-viewer-display.c
919 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-display.o -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-display.Tpo -c -o remote_viewer-virt-viewer-display.o `test -f 'virt-viewer-display.c' || echo '$(srcdir)/'`virt-viewer-display.c
920 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-display.Tpo $(DEPDIR)/remote_viewer-virt-viewer-display.Po
921 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-display.c' object='remote_viewer-virt-viewer-display.o' libtool=no @AMDEPBACKSLASH@
922 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
923 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-display.o `test -f 'virt-viewer-display.c' || echo '$(srcdir)/'`virt-viewer-display.c
924
925 remote_viewer-virt-viewer-display.obj: virt-viewer-display.c
926 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-display.obj -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-display.Tpo -c -o remote_viewer-virt-viewer-display.obj `if test -f 'virt-viewer-display.c'; then $(CYGPATH_W) 'virt-viewer-display.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-display.c'; fi`
927 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-display.Tpo $(DEPDIR)/remote_viewer-virt-viewer-display.Po
928 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-display.c' object='remote_viewer-virt-viewer-display.obj' libtool=no @AMDEPBACKSLASH@
929 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
930 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-display.obj `if test -f 'virt-viewer-display.c'; then $(CYGPATH_W) 'virt-viewer-display.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-display.c'; fi`
931
932 remote_viewer-virt-viewer-notebook.o: virt-viewer-notebook.c
933 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-notebook.o -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-notebook.Tpo -c -o remote_viewer-virt-viewer-notebook.o `test -f 'virt-viewer-notebook.c' || echo '$(srcdir)/'`virt-viewer-notebook.c
934 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-notebook.Tpo $(DEPDIR)/remote_viewer-virt-viewer-notebook.Po
935 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-notebook.c' object='remote_viewer-virt-viewer-notebook.o' libtool=no @AMDEPBACKSLASH@
936 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
937 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-notebook.o `test -f 'virt-viewer-notebook.c' || echo '$(srcdir)/'`virt-viewer-notebook.c
938
939 remote_viewer-virt-viewer-notebook.obj: virt-viewer-notebook.c
940 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-notebook.obj -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-notebook.Tpo -c -o remote_viewer-virt-viewer-notebook.obj `if test -f 'virt-viewer-notebook.c'; then $(CYGPATH_W) 'virt-viewer-notebook.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-notebook.c'; fi`
941 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-notebook.Tpo $(DEPDIR)/remote_viewer-virt-viewer-notebook.Po
942 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-notebook.c' object='remote_viewer-virt-viewer-notebook.obj' libtool=no @AMDEPBACKSLASH@
943 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
944 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-notebook.obj `if test -f 'virt-viewer-notebook.c'; then $(CYGPATH_W) 'virt-viewer-notebook.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-notebook.c'; fi`
945
946 remote_viewer-virt-viewer-window.o: virt-viewer-window.c
947 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-window.o -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-window.Tpo -c -o remote_viewer-virt-viewer-window.o `test -f 'virt-viewer-window.c' || echo '$(srcdir)/'`virt-viewer-window.c
948 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-window.Tpo $(DEPDIR)/remote_viewer-virt-viewer-window.Po
949 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-window.c' object='remote_viewer-virt-viewer-window.o' libtool=no @AMDEPBACKSLASH@
950 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
951 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-window.o `test -f 'virt-viewer-window.c' || echo '$(srcdir)/'`virt-viewer-window.c
952
953 remote_viewer-virt-viewer-window.obj: virt-viewer-window.c
954 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-window.obj -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-window.Tpo -c -o remote_viewer-virt-viewer-window.obj `if test -f 'virt-viewer-window.c'; then $(CYGPATH_W) 'virt-viewer-window.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-window.c'; fi`
955 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-window.Tpo $(DEPDIR)/remote_viewer-virt-viewer-window.Po
956 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-window.c' object='remote_viewer-virt-viewer-window.obj' libtool=no @AMDEPBACKSLASH@
957 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
958 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-window.obj `if test -f 'virt-viewer-window.c'; then $(CYGPATH_W) 'virt-viewer-window.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-window.c'; fi`
959
960 view/remote_viewer-autoDrawer.o: view/autoDrawer.c
961 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT view/remote_viewer-autoDrawer.o -MD -MP -MF view/$(DEPDIR)/remote_viewer-autoDrawer.Tpo -c -o view/remote_viewer-autoDrawer.o `test -f 'view/autoDrawer.c' || echo '$(srcdir)/'`view/autoDrawer.c
962 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) view/$(DEPDIR)/remote_viewer-autoDrawer.Tpo view/$(DEPDIR)/remote_viewer-autoDrawer.Po
963 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='view/autoDrawer.c' object='view/remote_viewer-autoDrawer.o' libtool=no @AMDEPBACKSLASH@
964 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
965 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o view/remote_viewer-autoDrawer.o `test -f 'view/autoDrawer.c' || echo '$(srcdir)/'`view/autoDrawer.c
966
967 view/remote_viewer-autoDrawer.obj: view/autoDrawer.c
968 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT view/remote_viewer-autoDrawer.obj -MD -MP -MF view/$(DEPDIR)/remote_viewer-autoDrawer.Tpo -c -o view/remote_viewer-autoDrawer.obj `if test -f 'view/autoDrawer.c'; then $(CYGPATH_W) 'view/autoDrawer.c'; else $(CYGPATH_W) '$(srcdir)/view/autoDrawer.c'; fi`
969 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) view/$(DEPDIR)/remote_viewer-autoDrawer.Tpo view/$(DEPDIR)/remote_viewer-autoDrawer.Po
970 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='view/autoDrawer.c' object='view/remote_viewer-autoDrawer.obj' libtool=no @AMDEPBACKSLASH@
971 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
972 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o view/remote_viewer-autoDrawer.obj `if test -f 'view/autoDrawer.c'; then $(CYGPATH_W) 'view/autoDrawer.c'; else $(CYGPATH_W) '$(srcdir)/view/autoDrawer.c'; fi`
973
974 view/remote_viewer-drawer.o: view/drawer.c
975 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT view/remote_viewer-drawer.o -MD -MP -MF view/$(DEPDIR)/remote_viewer-drawer.Tpo -c -o view/remote_viewer-drawer.o `test -f 'view/drawer.c' || echo '$(srcdir)/'`view/drawer.c
976 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) view/$(DEPDIR)/remote_viewer-drawer.Tpo view/$(DEPDIR)/remote_viewer-drawer.Po
977 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='view/drawer.c' object='view/remote_viewer-drawer.o' libtool=no @AMDEPBACKSLASH@
978 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
979 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o view/remote_viewer-drawer.o `test -f 'view/drawer.c' || echo '$(srcdir)/'`view/drawer.c
980
981 view/remote_viewer-drawer.obj: view/drawer.c
982 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT view/remote_viewer-drawer.obj -MD -MP -MF view/$(DEPDIR)/remote_viewer-drawer.Tpo -c -o view/remote_viewer-drawer.obj `if test -f 'view/drawer.c'; then $(CYGPATH_W) 'view/drawer.c'; else $(CYGPATH_W) '$(srcdir)/view/drawer.c'; fi`
983 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) view/$(DEPDIR)/remote_viewer-drawer.Tpo view/$(DEPDIR)/remote_viewer-drawer.Po
984 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='view/drawer.c' object='view/remote_viewer-drawer.obj' libtool=no @AMDEPBACKSLASH@
985 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
986 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o view/remote_viewer-drawer.obj `if test -f 'view/drawer.c'; then $(CYGPATH_W) 'view/drawer.c'; else $(CYGPATH_W) '$(srcdir)/view/drawer.c'; fi`
987
988 view/remote_viewer-ovBox.o: view/ovBox.c
989 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT view/remote_viewer-ovBox.o -MD -MP -MF view/$(DEPDIR)/remote_viewer-ovBox.Tpo -c -o view/remote_viewer-ovBox.o `test -f 'view/ovBox.c' || echo '$(srcdir)/'`view/ovBox.c
990 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) view/$(DEPDIR)/remote_viewer-ovBox.Tpo view/$(DEPDIR)/remote_viewer-ovBox.Po
991 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='view/ovBox.c' object='view/remote_viewer-ovBox.o' libtool=no @AMDEPBACKSLASH@
992 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
993 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o view/remote_viewer-ovBox.o `test -f 'view/ovBox.c' || echo '$(srcdir)/'`view/ovBox.c
994
995 view/remote_viewer-ovBox.obj: view/ovBox.c
996 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT view/remote_viewer-ovBox.obj -MD -MP -MF view/$(DEPDIR)/remote_viewer-ovBox.Tpo -c -o view/remote_viewer-ovBox.obj `if test -f 'view/ovBox.c'; then $(CYGPATH_W) 'view/ovBox.c'; else $(CYGPATH_W) '$(srcdir)/view/ovBox.c'; fi`
997 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) view/$(DEPDIR)/remote_viewer-ovBox.Tpo view/$(DEPDIR)/remote_viewer-ovBox.Po
998 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='view/ovBox.c' object='view/remote_viewer-ovBox.obj' libtool=no @AMDEPBACKSLASH@
999 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1000 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o view/remote_viewer-ovBox.obj `if test -f 'view/ovBox.c'; then $(CYGPATH_W) 'view/ovBox.c'; else $(CYGPATH_W) '$(srcdir)/view/ovBox.c'; fi`
1001
1002 remote_viewer-virt-viewer-session-vnc.o: virt-viewer-session-vnc.c
1003 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-session-vnc.o -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-session-vnc.Tpo -c -o remote_viewer-virt-viewer-session-vnc.o `test -f 'virt-viewer-session-vnc.c' || echo '$(srcdir)/'`virt-viewer-session-vnc.c
1004 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-session-vnc.Tpo $(DEPDIR)/remote_viewer-virt-viewer-session-vnc.Po
1005 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-session-vnc.c' object='remote_viewer-virt-viewer-session-vnc.o' libtool=no @AMDEPBACKSLASH@
1006 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1007 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-session-vnc.o `test -f 'virt-viewer-session-vnc.c' || echo '$(srcdir)/'`virt-viewer-session-vnc.c
1008
1009 remote_viewer-virt-viewer-session-vnc.obj: virt-viewer-session-vnc.c
1010 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-session-vnc.obj -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-session-vnc.Tpo -c -o remote_viewer-virt-viewer-session-vnc.obj `if test -f 'virt-viewer-session-vnc.c'; then $(CYGPATH_W) 'virt-viewer-session-vnc.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-session-vnc.c'; fi`
1011 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-session-vnc.Tpo $(DEPDIR)/remote_viewer-virt-viewer-session-vnc.Po
1012 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-session-vnc.c' object='remote_viewer-virt-viewer-session-vnc.obj' libtool=no @AMDEPBACKSLASH@
1013 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1014 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-session-vnc.obj `if test -f 'virt-viewer-session-vnc.c'; then $(CYGPATH_W) 'virt-viewer-session-vnc.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-session-vnc.c'; fi`
1015
1016 remote_viewer-virt-viewer-display-vnc.o: virt-viewer-display-vnc.c
1017 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-display-vnc.o -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-display-vnc.Tpo -c -o remote_viewer-virt-viewer-display-vnc.o `test -f 'virt-viewer-display-vnc.c' || echo '$(srcdir)/'`virt-viewer-display-vnc.c
1018 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-display-vnc.Tpo $(DEPDIR)/remote_viewer-virt-viewer-display-vnc.Po
1019 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-display-vnc.c' object='remote_viewer-virt-viewer-display-vnc.o' libtool=no @AMDEPBACKSLASH@
1020 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1021 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-display-vnc.o `test -f 'virt-viewer-display-vnc.c' || echo '$(srcdir)/'`virt-viewer-display-vnc.c
1022
1023 remote_viewer-virt-viewer-display-vnc.obj: virt-viewer-display-vnc.c
1024 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-display-vnc.obj -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-display-vnc.Tpo -c -o remote_viewer-virt-viewer-display-vnc.obj `if test -f 'virt-viewer-display-vnc.c'; then $(CYGPATH_W) 'virt-viewer-display-vnc.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-display-vnc.c'; fi`
1025 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-display-vnc.Tpo $(DEPDIR)/remote_viewer-virt-viewer-display-vnc.Po
1026 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-display-vnc.c' object='remote_viewer-virt-viewer-display-vnc.obj' libtool=no @AMDEPBACKSLASH@
1027 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1028 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-display-vnc.obj `if test -f 'virt-viewer-display-vnc.c'; then $(CYGPATH_W) 'virt-viewer-display-vnc.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-display-vnc.c'; fi`
1029
1030 remote_viewer-virt-viewer-session-spice.o: virt-viewer-session-spice.c
1031 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-session-spice.o -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-session-spice.Tpo -c -o remote_viewer-virt-viewer-session-spice.o `test -f 'virt-viewer-session-spice.c' || echo '$(srcdir)/'`virt-viewer-session-spice.c
1032 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-session-spice.Tpo $(DEPDIR)/remote_viewer-virt-viewer-session-spice.Po
1033 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-session-spice.c' object='remote_viewer-virt-viewer-session-spice.o' libtool=no @AMDEPBACKSLASH@
1034 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1035 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-session-spice.o `test -f 'virt-viewer-session-spice.c' || echo '$(srcdir)/'`virt-viewer-session-spice.c
1036
1037 remote_viewer-virt-viewer-session-spice.obj: virt-viewer-session-spice.c
1038 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-session-spice.obj -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-session-spice.Tpo -c -o remote_viewer-virt-viewer-session-spice.obj `if test -f 'virt-viewer-session-spice.c'; then $(CYGPATH_W) 'virt-viewer-session-spice.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-session-spice.c'; fi`
1039 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-session-spice.Tpo $(DEPDIR)/remote_viewer-virt-viewer-session-spice.Po
1040 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-session-spice.c' object='remote_viewer-virt-viewer-session-spice.obj' libtool=no @AMDEPBACKSLASH@
1041 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1042 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-session-spice.obj `if test -f 'virt-viewer-session-spice.c'; then $(CYGPATH_W) 'virt-viewer-session-spice.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-session-spice.c'; fi`
1043
1044 remote_viewer-virt-viewer-display-spice.o: virt-viewer-display-spice.c
1045 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-display-spice.o -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-display-spice.Tpo -c -o remote_viewer-virt-viewer-display-spice.o `test -f 'virt-viewer-display-spice.c' || echo '$(srcdir)/'`virt-viewer-display-spice.c
1046 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-display-spice.Tpo $(DEPDIR)/remote_viewer-virt-viewer-display-spice.Po
1047 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-display-spice.c' object='remote_viewer-virt-viewer-display-spice.o' libtool=no @AMDEPBACKSLASH@
1048 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1049 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-display-spice.o `test -f 'virt-viewer-display-spice.c' || echo '$(srcdir)/'`virt-viewer-display-spice.c
1050
1051 remote_viewer-virt-viewer-display-spice.obj: virt-viewer-display-spice.c
1052 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-virt-viewer-display-spice.obj -MD -MP -MF $(DEPDIR)/remote_viewer-virt-viewer-display-spice.Tpo -c -o remote_viewer-virt-viewer-display-spice.obj `if test -f 'virt-viewer-display-spice.c'; then $(CYGPATH_W) 'virt-viewer-display-spice.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-display-spice.c'; fi`
1053 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-virt-viewer-display-spice.Tpo $(DEPDIR)/remote_viewer-virt-viewer-display-spice.Po
1054 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-display-spice.c' object='remote_viewer-virt-viewer-display-spice.obj' libtool=no @AMDEPBACKSLASH@
1055 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1056 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-virt-viewer-display-spice.obj `if test -f 'virt-viewer-display-spice.c'; then $(CYGPATH_W) 'virt-viewer-display-spice.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-display-spice.c'; fi`
1057
10581202 remote_viewer-remote-viewer.o: remote-viewer.c
10591203 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-remote-viewer.o -MD -MP -MF $(DEPDIR)/remote_viewer-remote-viewer.Tpo -c -o remote_viewer-remote-viewer.o `test -f 'remote-viewer.c' || echo '$(srcdir)/'`remote-viewer.c
10601204 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-remote-viewer.Tpo $(DEPDIR)/remote_viewer-remote-viewer.Po
10691213 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
10701214 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-remote-viewer.obj `if test -f 'remote-viewer.c'; then $(CYGPATH_W) 'remote-viewer.c'; else $(CYGPATH_W) '$(srcdir)/remote-viewer.c'; fi`
10711215
1216 remote_viewer-remote-viewer-connect.o: remote-viewer-connect.c
1217 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-remote-viewer-connect.o -MD -MP -MF $(DEPDIR)/remote_viewer-remote-viewer-connect.Tpo -c -o remote_viewer-remote-viewer-connect.o `test -f 'remote-viewer-connect.c' || echo '$(srcdir)/'`remote-viewer-connect.c
1218 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-remote-viewer-connect.Tpo $(DEPDIR)/remote_viewer-remote-viewer-connect.Po
1219 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='remote-viewer-connect.c' object='remote_viewer-remote-viewer-connect.o' libtool=no @AMDEPBACKSLASH@
1220 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1221 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-remote-viewer-connect.o `test -f 'remote-viewer-connect.c' || echo '$(srcdir)/'`remote-viewer-connect.c
1222
1223 remote_viewer-remote-viewer-connect.obj: remote-viewer-connect.c
1224 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-remote-viewer-connect.obj -MD -MP -MF $(DEPDIR)/remote_viewer-remote-viewer-connect.Tpo -c -o remote_viewer-remote-viewer-connect.obj `if test -f 'remote-viewer-connect.c'; then $(CYGPATH_W) 'remote-viewer-connect.c'; else $(CYGPATH_W) '$(srcdir)/remote-viewer-connect.c'; fi`
1225 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-remote-viewer-connect.Tpo $(DEPDIR)/remote_viewer-remote-viewer-connect.Po
1226 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='remote-viewer-connect.c' object='remote_viewer-remote-viewer-connect.obj' libtool=no @AMDEPBACKSLASH@
1227 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1228 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-remote-viewer-connect.obj `if test -f 'remote-viewer-connect.c'; then $(CYGPATH_W) 'remote-viewer-connect.c'; else $(CYGPATH_W) '$(srcdir)/remote-viewer-connect.c'; fi`
1229
10721230 remote_viewer-remote-viewer-main.o: remote-viewer-main.c
10731231 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -MT remote_viewer-remote-viewer-main.o -MD -MP -MF $(DEPDIR)/remote_viewer-remote-viewer-main.Tpo -c -o remote_viewer-remote-viewer-main.o `test -f 'remote-viewer-main.c' || echo '$(srcdir)/'`remote-viewer-main.c
10741232 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/remote_viewer-remote-viewer-main.Tpo $(DEPDIR)/remote_viewer-remote-viewer-main.Po
10831241 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
10841242 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(remote_viewer_CFLAGS) $(CFLAGS) -c -o remote_viewer-remote-viewer-main.obj `if test -f 'remote-viewer-main.c'; then $(CYGPATH_W) 'remote-viewer-main.c'; else $(CYGPATH_W) '$(srcdir)/remote-viewer-main.c'; fi`
10851243
1086 virt_viewer-virt-viewer-enums.o: virt-viewer-enums.c
1087 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-enums.o -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-enums.Tpo -c -o virt_viewer-virt-viewer-enums.o `test -f 'virt-viewer-enums.c' || echo '$(srcdir)/'`virt-viewer-enums.c
1088 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-enums.Tpo $(DEPDIR)/virt_viewer-virt-viewer-enums.Po
1089 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-enums.c' object='virt_viewer-virt-viewer-enums.o' libtool=no @AMDEPBACKSLASH@
1090 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1091 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-enums.o `test -f 'virt-viewer-enums.c' || echo '$(srcdir)/'`virt-viewer-enums.c
1092
1093 virt_viewer-virt-viewer-enums.obj: virt-viewer-enums.c
1094 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-enums.obj -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-enums.Tpo -c -o virt_viewer-virt-viewer-enums.obj `if test -f 'virt-viewer-enums.c'; then $(CYGPATH_W) 'virt-viewer-enums.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-enums.c'; fi`
1095 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-enums.Tpo $(DEPDIR)/virt_viewer-virt-viewer-enums.Po
1096 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-enums.c' object='virt_viewer-virt-viewer-enums.obj' libtool=no @AMDEPBACKSLASH@
1097 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1098 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-enums.obj `if test -f 'virt-viewer-enums.c'; then $(CYGPATH_W) 'virt-viewer-enums.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-enums.c'; fi`
1099
1100 virt_viewer-virt-glib-compat.o: virt-glib-compat.c
1101 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-glib-compat.o -MD -MP -MF $(DEPDIR)/virt_viewer-virt-glib-compat.Tpo -c -o virt_viewer-virt-glib-compat.o `test -f 'virt-glib-compat.c' || echo '$(srcdir)/'`virt-glib-compat.c
1102 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-glib-compat.Tpo $(DEPDIR)/virt_viewer-virt-glib-compat.Po
1103 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-glib-compat.c' object='virt_viewer-virt-glib-compat.o' libtool=no @AMDEPBACKSLASH@
1104 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1105 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-glib-compat.o `test -f 'virt-glib-compat.c' || echo '$(srcdir)/'`virt-glib-compat.c
1106
1107 virt_viewer-virt-glib-compat.obj: virt-glib-compat.c
1108 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-glib-compat.obj -MD -MP -MF $(DEPDIR)/virt_viewer-virt-glib-compat.Tpo -c -o virt_viewer-virt-glib-compat.obj `if test -f 'virt-glib-compat.c'; then $(CYGPATH_W) 'virt-glib-compat.c'; else $(CYGPATH_W) '$(srcdir)/virt-glib-compat.c'; fi`
1109 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-glib-compat.Tpo $(DEPDIR)/virt_viewer-virt-glib-compat.Po
1110 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-glib-compat.c' object='virt_viewer-virt-glib-compat.obj' libtool=no @AMDEPBACKSLASH@
1111 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1112 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-glib-compat.obj `if test -f 'virt-glib-compat.c'; then $(CYGPATH_W) 'virt-glib-compat.c'; else $(CYGPATH_W) '$(srcdir)/virt-glib-compat.c'; fi`
1113
1114 virt_viewer-virt-viewer-util.o: virt-viewer-util.c
1115 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-util.o -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-util.Tpo -c -o virt_viewer-virt-viewer-util.o `test -f 'virt-viewer-util.c' || echo '$(srcdir)/'`virt-viewer-util.c
1116 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-util.Tpo $(DEPDIR)/virt_viewer-virt-viewer-util.Po
1117 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-util.c' object='virt_viewer-virt-viewer-util.o' libtool=no @AMDEPBACKSLASH@
1118 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1119 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-util.o `test -f 'virt-viewer-util.c' || echo '$(srcdir)/'`virt-viewer-util.c
1120
1121 virt_viewer-virt-viewer-util.obj: virt-viewer-util.c
1122 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-util.obj -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-util.Tpo -c -o virt_viewer-virt-viewer-util.obj `if test -f 'virt-viewer-util.c'; then $(CYGPATH_W) 'virt-viewer-util.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-util.c'; fi`
1123 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-util.Tpo $(DEPDIR)/virt_viewer-virt-viewer-util.Po
1124 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-util.c' object='virt_viewer-virt-viewer-util.obj' libtool=no @AMDEPBACKSLASH@
1125 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1126 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-util.obj `if test -f 'virt-viewer-util.c'; then $(CYGPATH_W) 'virt-viewer-util.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-util.c'; fi`
1127
1128 virt_viewer-virt-viewer-auth.o: virt-viewer-auth.c
1129 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-auth.o -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-auth.Tpo -c -o virt_viewer-virt-viewer-auth.o `test -f 'virt-viewer-auth.c' || echo '$(srcdir)/'`virt-viewer-auth.c
1130 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-auth.Tpo $(DEPDIR)/virt_viewer-virt-viewer-auth.Po
1131 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-auth.c' object='virt_viewer-virt-viewer-auth.o' libtool=no @AMDEPBACKSLASH@
1132 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1133 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-auth.o `test -f 'virt-viewer-auth.c' || echo '$(srcdir)/'`virt-viewer-auth.c
1134
1135 virt_viewer-virt-viewer-auth.obj: virt-viewer-auth.c
1136 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-auth.obj -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-auth.Tpo -c -o virt_viewer-virt-viewer-auth.obj `if test -f 'virt-viewer-auth.c'; then $(CYGPATH_W) 'virt-viewer-auth.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-auth.c'; fi`
1137 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-auth.Tpo $(DEPDIR)/virt_viewer-virt-viewer-auth.Po
1138 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-auth.c' object='virt_viewer-virt-viewer-auth.obj' libtool=no @AMDEPBACKSLASH@
1139 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1140 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-auth.obj `if test -f 'virt-viewer-auth.c'; then $(CYGPATH_W) 'virt-viewer-auth.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-auth.c'; fi`
1141
1142 virt_viewer-virt-viewer-app.o: virt-viewer-app.c
1143 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-app.o -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-app.Tpo -c -o virt_viewer-virt-viewer-app.o `test -f 'virt-viewer-app.c' || echo '$(srcdir)/'`virt-viewer-app.c
1144 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-app.Tpo $(DEPDIR)/virt_viewer-virt-viewer-app.Po
1145 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-app.c' object='virt_viewer-virt-viewer-app.o' libtool=no @AMDEPBACKSLASH@
1146 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1147 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-app.o `test -f 'virt-viewer-app.c' || echo '$(srcdir)/'`virt-viewer-app.c
1148
1149 virt_viewer-virt-viewer-app.obj: virt-viewer-app.c
1150 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-app.obj -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-app.Tpo -c -o virt_viewer-virt-viewer-app.obj `if test -f 'virt-viewer-app.c'; then $(CYGPATH_W) 'virt-viewer-app.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-app.c'; fi`
1151 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-app.Tpo $(DEPDIR)/virt_viewer-virt-viewer-app.Po
1152 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-app.c' object='virt_viewer-virt-viewer-app.obj' libtool=no @AMDEPBACKSLASH@
1153 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1154 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-app.obj `if test -f 'virt-viewer-app.c'; then $(CYGPATH_W) 'virt-viewer-app.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-app.c'; fi`
1155
1156 virt_viewer-virt-viewer-file.o: virt-viewer-file.c
1157 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-file.o -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-file.Tpo -c -o virt_viewer-virt-viewer-file.o `test -f 'virt-viewer-file.c' || echo '$(srcdir)/'`virt-viewer-file.c
1158 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-file.Tpo $(DEPDIR)/virt_viewer-virt-viewer-file.Po
1159 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-file.c' object='virt_viewer-virt-viewer-file.o' libtool=no @AMDEPBACKSLASH@
1160 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1161 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-file.o `test -f 'virt-viewer-file.c' || echo '$(srcdir)/'`virt-viewer-file.c
1162
1163 virt_viewer-virt-viewer-file.obj: virt-viewer-file.c
1164 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-file.obj -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-file.Tpo -c -o virt_viewer-virt-viewer-file.obj `if test -f 'virt-viewer-file.c'; then $(CYGPATH_W) 'virt-viewer-file.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-file.c'; fi`
1165 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-file.Tpo $(DEPDIR)/virt_viewer-virt-viewer-file.Po
1166 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-file.c' object='virt_viewer-virt-viewer-file.obj' libtool=no @AMDEPBACKSLASH@
1167 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1168 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-file.obj `if test -f 'virt-viewer-file.c'; then $(CYGPATH_W) 'virt-viewer-file.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-file.c'; fi`
1169
1170 virt_viewer-virt-viewer-session.o: virt-viewer-session.c
1171 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-session.o -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-session.Tpo -c -o virt_viewer-virt-viewer-session.o `test -f 'virt-viewer-session.c' || echo '$(srcdir)/'`virt-viewer-session.c
1172 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-session.Tpo $(DEPDIR)/virt_viewer-virt-viewer-session.Po
1173 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-session.c' object='virt_viewer-virt-viewer-session.o' libtool=no @AMDEPBACKSLASH@
1174 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1175 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-session.o `test -f 'virt-viewer-session.c' || echo '$(srcdir)/'`virt-viewer-session.c
1176
1177 virt_viewer-virt-viewer-session.obj: virt-viewer-session.c
1178 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-session.obj -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-session.Tpo -c -o virt_viewer-virt-viewer-session.obj `if test -f 'virt-viewer-session.c'; then $(CYGPATH_W) 'virt-viewer-session.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-session.c'; fi`
1179 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-session.Tpo $(DEPDIR)/virt_viewer-virt-viewer-session.Po
1180 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-session.c' object='virt_viewer-virt-viewer-session.obj' libtool=no @AMDEPBACKSLASH@
1181 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1182 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-session.obj `if test -f 'virt-viewer-session.c'; then $(CYGPATH_W) 'virt-viewer-session.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-session.c'; fi`
1183
1184 virt_viewer-virt-viewer-display.o: virt-viewer-display.c
1185 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-display.o -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-display.Tpo -c -o virt_viewer-virt-viewer-display.o `test -f 'virt-viewer-display.c' || echo '$(srcdir)/'`virt-viewer-display.c
1186 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-display.Tpo $(DEPDIR)/virt_viewer-virt-viewer-display.Po
1187 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-display.c' object='virt_viewer-virt-viewer-display.o' libtool=no @AMDEPBACKSLASH@
1188 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1189 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-display.o `test -f 'virt-viewer-display.c' || echo '$(srcdir)/'`virt-viewer-display.c
1190
1191 virt_viewer-virt-viewer-display.obj: virt-viewer-display.c
1192 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-display.obj -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-display.Tpo -c -o virt_viewer-virt-viewer-display.obj `if test -f 'virt-viewer-display.c'; then $(CYGPATH_W) 'virt-viewer-display.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-display.c'; fi`
1193 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-display.Tpo $(DEPDIR)/virt_viewer-virt-viewer-display.Po
1194 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-display.c' object='virt_viewer-virt-viewer-display.obj' libtool=no @AMDEPBACKSLASH@
1195 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1196 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-display.obj `if test -f 'virt-viewer-display.c'; then $(CYGPATH_W) 'virt-viewer-display.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-display.c'; fi`
1197
1198 virt_viewer-virt-viewer-notebook.o: virt-viewer-notebook.c
1199 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-notebook.o -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-notebook.Tpo -c -o virt_viewer-virt-viewer-notebook.o `test -f 'virt-viewer-notebook.c' || echo '$(srcdir)/'`virt-viewer-notebook.c
1200 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-notebook.Tpo $(DEPDIR)/virt_viewer-virt-viewer-notebook.Po
1201 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-notebook.c' object='virt_viewer-virt-viewer-notebook.o' libtool=no @AMDEPBACKSLASH@
1202 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1203 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-notebook.o `test -f 'virt-viewer-notebook.c' || echo '$(srcdir)/'`virt-viewer-notebook.c
1204
1205 virt_viewer-virt-viewer-notebook.obj: virt-viewer-notebook.c
1206 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-notebook.obj -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-notebook.Tpo -c -o virt_viewer-virt-viewer-notebook.obj `if test -f 'virt-viewer-notebook.c'; then $(CYGPATH_W) 'virt-viewer-notebook.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-notebook.c'; fi`
1207 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-notebook.Tpo $(DEPDIR)/virt_viewer-virt-viewer-notebook.Po
1208 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-notebook.c' object='virt_viewer-virt-viewer-notebook.obj' libtool=no @AMDEPBACKSLASH@
1209 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1210 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-notebook.obj `if test -f 'virt-viewer-notebook.c'; then $(CYGPATH_W) 'virt-viewer-notebook.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-notebook.c'; fi`
1211
1212 virt_viewer-virt-viewer-window.o: virt-viewer-window.c
1213 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-window.o -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-window.Tpo -c -o virt_viewer-virt-viewer-window.o `test -f 'virt-viewer-window.c' || echo '$(srcdir)/'`virt-viewer-window.c
1214 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-window.Tpo $(DEPDIR)/virt_viewer-virt-viewer-window.Po
1215 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-window.c' object='virt_viewer-virt-viewer-window.o' libtool=no @AMDEPBACKSLASH@
1216 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1217 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-window.o `test -f 'virt-viewer-window.c' || echo '$(srcdir)/'`virt-viewer-window.c
1218
1219 virt_viewer-virt-viewer-window.obj: virt-viewer-window.c
1220 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-window.obj -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-window.Tpo -c -o virt_viewer-virt-viewer-window.obj `if test -f 'virt-viewer-window.c'; then $(CYGPATH_W) 'virt-viewer-window.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-window.c'; fi`
1221 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-window.Tpo $(DEPDIR)/virt_viewer-virt-viewer-window.Po
1222 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-window.c' object='virt_viewer-virt-viewer-window.obj' libtool=no @AMDEPBACKSLASH@
1223 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1224 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-window.obj `if test -f 'virt-viewer-window.c'; then $(CYGPATH_W) 'virt-viewer-window.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-window.c'; fi`
1225
1226 view/virt_viewer-autoDrawer.o: view/autoDrawer.c
1227 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT view/virt_viewer-autoDrawer.o -MD -MP -MF view/$(DEPDIR)/virt_viewer-autoDrawer.Tpo -c -o view/virt_viewer-autoDrawer.o `test -f 'view/autoDrawer.c' || echo '$(srcdir)/'`view/autoDrawer.c
1228 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) view/$(DEPDIR)/virt_viewer-autoDrawer.Tpo view/$(DEPDIR)/virt_viewer-autoDrawer.Po
1229 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='view/autoDrawer.c' object='view/virt_viewer-autoDrawer.o' libtool=no @AMDEPBACKSLASH@
1230 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1231 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o view/virt_viewer-autoDrawer.o `test -f 'view/autoDrawer.c' || echo '$(srcdir)/'`view/autoDrawer.c
1232
1233 view/virt_viewer-autoDrawer.obj: view/autoDrawer.c
1234 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT view/virt_viewer-autoDrawer.obj -MD -MP -MF view/$(DEPDIR)/virt_viewer-autoDrawer.Tpo -c -o view/virt_viewer-autoDrawer.obj `if test -f 'view/autoDrawer.c'; then $(CYGPATH_W) 'view/autoDrawer.c'; else $(CYGPATH_W) '$(srcdir)/view/autoDrawer.c'; fi`
1235 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) view/$(DEPDIR)/virt_viewer-autoDrawer.Tpo view/$(DEPDIR)/virt_viewer-autoDrawer.Po
1236 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='view/autoDrawer.c' object='view/virt_viewer-autoDrawer.obj' libtool=no @AMDEPBACKSLASH@
1237 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1238 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o view/virt_viewer-autoDrawer.obj `if test -f 'view/autoDrawer.c'; then $(CYGPATH_W) 'view/autoDrawer.c'; else $(CYGPATH_W) '$(srcdir)/view/autoDrawer.c'; fi`
1239
1240 view/virt_viewer-drawer.o: view/drawer.c
1241 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT view/virt_viewer-drawer.o -MD -MP -MF view/$(DEPDIR)/virt_viewer-drawer.Tpo -c -o view/virt_viewer-drawer.o `test -f 'view/drawer.c' || echo '$(srcdir)/'`view/drawer.c
1242 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) view/$(DEPDIR)/virt_viewer-drawer.Tpo view/$(DEPDIR)/virt_viewer-drawer.Po
1243 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='view/drawer.c' object='view/virt_viewer-drawer.o' libtool=no @AMDEPBACKSLASH@
1244 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1245 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o view/virt_viewer-drawer.o `test -f 'view/drawer.c' || echo '$(srcdir)/'`view/drawer.c
1246
1247 view/virt_viewer-drawer.obj: view/drawer.c
1248 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT view/virt_viewer-drawer.obj -MD -MP -MF view/$(DEPDIR)/virt_viewer-drawer.Tpo -c -o view/virt_viewer-drawer.obj `if test -f 'view/drawer.c'; then $(CYGPATH_W) 'view/drawer.c'; else $(CYGPATH_W) '$(srcdir)/view/drawer.c'; fi`
1249 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) view/$(DEPDIR)/virt_viewer-drawer.Tpo view/$(DEPDIR)/virt_viewer-drawer.Po
1250 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='view/drawer.c' object='view/virt_viewer-drawer.obj' libtool=no @AMDEPBACKSLASH@
1251 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1252 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o view/virt_viewer-drawer.obj `if test -f 'view/drawer.c'; then $(CYGPATH_W) 'view/drawer.c'; else $(CYGPATH_W) '$(srcdir)/view/drawer.c'; fi`
1253
1254 view/virt_viewer-ovBox.o: view/ovBox.c
1255 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT view/virt_viewer-ovBox.o -MD -MP -MF view/$(DEPDIR)/virt_viewer-ovBox.Tpo -c -o view/virt_viewer-ovBox.o `test -f 'view/ovBox.c' || echo '$(srcdir)/'`view/ovBox.c
1256 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) view/$(DEPDIR)/virt_viewer-ovBox.Tpo view/$(DEPDIR)/virt_viewer-ovBox.Po
1257 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='view/ovBox.c' object='view/virt_viewer-ovBox.o' libtool=no @AMDEPBACKSLASH@
1258 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1259 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o view/virt_viewer-ovBox.o `test -f 'view/ovBox.c' || echo '$(srcdir)/'`view/ovBox.c
1260
1261 view/virt_viewer-ovBox.obj: view/ovBox.c
1262 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT view/virt_viewer-ovBox.obj -MD -MP -MF view/$(DEPDIR)/virt_viewer-ovBox.Tpo -c -o view/virt_viewer-ovBox.obj `if test -f 'view/ovBox.c'; then $(CYGPATH_W) 'view/ovBox.c'; else $(CYGPATH_W) '$(srcdir)/view/ovBox.c'; fi`
1263 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) view/$(DEPDIR)/virt_viewer-ovBox.Tpo view/$(DEPDIR)/virt_viewer-ovBox.Po
1264 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='view/ovBox.c' object='view/virt_viewer-ovBox.obj' libtool=no @AMDEPBACKSLASH@
1265 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1266 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o view/virt_viewer-ovBox.obj `if test -f 'view/ovBox.c'; then $(CYGPATH_W) 'view/ovBox.c'; else $(CYGPATH_W) '$(srcdir)/view/ovBox.c'; fi`
1267
1268 virt_viewer-virt-viewer-session-vnc.o: virt-viewer-session-vnc.c
1269 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-session-vnc.o -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-session-vnc.Tpo -c -o virt_viewer-virt-viewer-session-vnc.o `test -f 'virt-viewer-session-vnc.c' || echo '$(srcdir)/'`virt-viewer-session-vnc.c
1270 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-session-vnc.Tpo $(DEPDIR)/virt_viewer-virt-viewer-session-vnc.Po
1271 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-session-vnc.c' object='virt_viewer-virt-viewer-session-vnc.o' libtool=no @AMDEPBACKSLASH@
1272 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1273 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-session-vnc.o `test -f 'virt-viewer-session-vnc.c' || echo '$(srcdir)/'`virt-viewer-session-vnc.c
1274
1275 virt_viewer-virt-viewer-session-vnc.obj: virt-viewer-session-vnc.c
1276 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-session-vnc.obj -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-session-vnc.Tpo -c -o virt_viewer-virt-viewer-session-vnc.obj `if test -f 'virt-viewer-session-vnc.c'; then $(CYGPATH_W) 'virt-viewer-session-vnc.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-session-vnc.c'; fi`
1277 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-session-vnc.Tpo $(DEPDIR)/virt_viewer-virt-viewer-session-vnc.Po
1278 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-session-vnc.c' object='virt_viewer-virt-viewer-session-vnc.obj' libtool=no @AMDEPBACKSLASH@
1279 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1280 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-session-vnc.obj `if test -f 'virt-viewer-session-vnc.c'; then $(CYGPATH_W) 'virt-viewer-session-vnc.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-session-vnc.c'; fi`
1281
1282 virt_viewer-virt-viewer-display-vnc.o: virt-viewer-display-vnc.c
1283 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-display-vnc.o -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-display-vnc.Tpo -c -o virt_viewer-virt-viewer-display-vnc.o `test -f 'virt-viewer-display-vnc.c' || echo '$(srcdir)/'`virt-viewer-display-vnc.c
1284 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-display-vnc.Tpo $(DEPDIR)/virt_viewer-virt-viewer-display-vnc.Po
1285 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-display-vnc.c' object='virt_viewer-virt-viewer-display-vnc.o' libtool=no @AMDEPBACKSLASH@
1286 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1287 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-display-vnc.o `test -f 'virt-viewer-display-vnc.c' || echo '$(srcdir)/'`virt-viewer-display-vnc.c
1288
1289 virt_viewer-virt-viewer-display-vnc.obj: virt-viewer-display-vnc.c
1290 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-display-vnc.obj -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-display-vnc.Tpo -c -o virt_viewer-virt-viewer-display-vnc.obj `if test -f 'virt-viewer-display-vnc.c'; then $(CYGPATH_W) 'virt-viewer-display-vnc.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-display-vnc.c'; fi`
1291 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-display-vnc.Tpo $(DEPDIR)/virt_viewer-virt-viewer-display-vnc.Po
1292 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-display-vnc.c' object='virt_viewer-virt-viewer-display-vnc.obj' libtool=no @AMDEPBACKSLASH@
1293 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1294 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-display-vnc.obj `if test -f 'virt-viewer-display-vnc.c'; then $(CYGPATH_W) 'virt-viewer-display-vnc.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-display-vnc.c'; fi`
1295
1296 virt_viewer-virt-viewer-session-spice.o: virt-viewer-session-spice.c
1297 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-session-spice.o -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-session-spice.Tpo -c -o virt_viewer-virt-viewer-session-spice.o `test -f 'virt-viewer-session-spice.c' || echo '$(srcdir)/'`virt-viewer-session-spice.c
1298 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-session-spice.Tpo $(DEPDIR)/virt_viewer-virt-viewer-session-spice.Po
1299 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-session-spice.c' object='virt_viewer-virt-viewer-session-spice.o' libtool=no @AMDEPBACKSLASH@
1300 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1301 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-session-spice.o `test -f 'virt-viewer-session-spice.c' || echo '$(srcdir)/'`virt-viewer-session-spice.c
1302
1303 virt_viewer-virt-viewer-session-spice.obj: virt-viewer-session-spice.c
1304 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-session-spice.obj -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-session-spice.Tpo -c -o virt_viewer-virt-viewer-session-spice.obj `if test -f 'virt-viewer-session-spice.c'; then $(CYGPATH_W) 'virt-viewer-session-spice.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-session-spice.c'; fi`
1305 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-session-spice.Tpo $(DEPDIR)/virt_viewer-virt-viewer-session-spice.Po
1306 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-session-spice.c' object='virt_viewer-virt-viewer-session-spice.obj' libtool=no @AMDEPBACKSLASH@
1307 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1308 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-session-spice.obj `if test -f 'virt-viewer-session-spice.c'; then $(CYGPATH_W) 'virt-viewer-session-spice.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-session-spice.c'; fi`
1309
1310 virt_viewer-virt-viewer-display-spice.o: virt-viewer-display-spice.c
1311 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-display-spice.o -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-display-spice.Tpo -c -o virt_viewer-virt-viewer-display-spice.o `test -f 'virt-viewer-display-spice.c' || echo '$(srcdir)/'`virt-viewer-display-spice.c
1312 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-display-spice.Tpo $(DEPDIR)/virt_viewer-virt-viewer-display-spice.Po
1313 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-display-spice.c' object='virt_viewer-virt-viewer-display-spice.o' libtool=no @AMDEPBACKSLASH@
1314 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1315 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-display-spice.o `test -f 'virt-viewer-display-spice.c' || echo '$(srcdir)/'`virt-viewer-display-spice.c
1316
1317 virt_viewer-virt-viewer-display-spice.obj: virt-viewer-display-spice.c
1318 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-display-spice.obj -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-display-spice.Tpo -c -o virt_viewer-virt-viewer-display-spice.obj `if test -f 'virt-viewer-display-spice.c'; then $(CYGPATH_W) 'virt-viewer-display-spice.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-display-spice.c'; fi`
1319 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/virt_viewer-virt-viewer-display-spice.Tpo $(DEPDIR)/virt_viewer-virt-viewer-display-spice.Po
1320 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-display-spice.c' object='virt_viewer-virt-viewer-display-spice.obj' libtool=no @AMDEPBACKSLASH@
1321 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1322 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -c -o virt_viewer-virt-viewer-display-spice.obj `if test -f 'virt-viewer-display-spice.c'; then $(CYGPATH_W) 'virt-viewer-display-spice.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-display-spice.c'; fi`
1244 test_version_compare-virt-viewer-util.o: virt-viewer-util.c
1245 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_version_compare_CFLAGS) $(CFLAGS) -MT test_version_compare-virt-viewer-util.o -MD -MP -MF $(DEPDIR)/test_version_compare-virt-viewer-util.Tpo -c -o test_version_compare-virt-viewer-util.o `test -f 'virt-viewer-util.c' || echo '$(srcdir)/'`virt-viewer-util.c
1246 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_version_compare-virt-viewer-util.Tpo $(DEPDIR)/test_version_compare-virt-viewer-util.Po
1247 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-util.c' object='test_version_compare-virt-viewer-util.o' libtool=no @AMDEPBACKSLASH@
1248 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1249 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_version_compare_CFLAGS) $(CFLAGS) -c -o test_version_compare-virt-viewer-util.o `test -f 'virt-viewer-util.c' || echo '$(srcdir)/'`virt-viewer-util.c
1250
1251 test_version_compare-virt-viewer-util.obj: virt-viewer-util.c
1252 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_version_compare_CFLAGS) $(CFLAGS) -MT test_version_compare-virt-viewer-util.obj -MD -MP -MF $(DEPDIR)/test_version_compare-virt-viewer-util.Tpo -c -o test_version_compare-virt-viewer-util.obj `if test -f 'virt-viewer-util.c'; then $(CYGPATH_W) 'virt-viewer-util.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-util.c'; fi`
1253 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_version_compare-virt-viewer-util.Tpo $(DEPDIR)/test_version_compare-virt-viewer-util.Po
1254 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='virt-viewer-util.c' object='test_version_compare-virt-viewer-util.obj' libtool=no @AMDEPBACKSLASH@
1255 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1256 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_version_compare_CFLAGS) $(CFLAGS) -c -o test_version_compare-virt-viewer-util.obj `if test -f 'virt-viewer-util.c'; then $(CYGPATH_W) 'virt-viewer-util.c'; else $(CYGPATH_W) '$(srcdir)/virt-viewer-util.c'; fi`
1257
1258 test_version_compare-test-version-compare.o: test-version-compare.c
1259 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_version_compare_CFLAGS) $(CFLAGS) -MT test_version_compare-test-version-compare.o -MD -MP -MF $(DEPDIR)/test_version_compare-test-version-compare.Tpo -c -o test_version_compare-test-version-compare.o `test -f 'test-version-compare.c' || echo '$(srcdir)/'`test-version-compare.c
1260 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_version_compare-test-version-compare.Tpo $(DEPDIR)/test_version_compare-test-version-compare.Po
1261 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-version-compare.c' object='test_version_compare-test-version-compare.o' libtool=no @AMDEPBACKSLASH@
1262 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1263 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_version_compare_CFLAGS) $(CFLAGS) -c -o test_version_compare-test-version-compare.o `test -f 'test-version-compare.c' || echo '$(srcdir)/'`test-version-compare.c
1264
1265 test_version_compare-test-version-compare.obj: test-version-compare.c
1266 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_version_compare_CFLAGS) $(CFLAGS) -MT test_version_compare-test-version-compare.obj -MD -MP -MF $(DEPDIR)/test_version_compare-test-version-compare.Tpo -c -o test_version_compare-test-version-compare.obj `if test -f 'test-version-compare.c'; then $(CYGPATH_W) 'test-version-compare.c'; else $(CYGPATH_W) '$(srcdir)/test-version-compare.c'; fi`
1267 @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/test_version_compare-test-version-compare.Tpo $(DEPDIR)/test_version_compare-test-version-compare.Po
1268 @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='test-version-compare.c' object='test_version_compare-test-version-compare.obj' libtool=no @AMDEPBACKSLASH@
1269 @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1270 @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(test_version_compare_CFLAGS) $(CFLAGS) -c -o test_version_compare-test-version-compare.obj `if test -f 'test-version-compare.c'; then $(CYGPATH_W) 'test-version-compare.c'; else $(CYGPATH_W) '$(srcdir)/test-version-compare.c'; fi`
13231271
13241272 virt_viewer-virt-viewer-events.o: virt-viewer-events.c
13251273 @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(virt_viewer_CFLAGS) $(CFLAGS) -MT virt_viewer-virt-viewer-events.o -MD -MP -MF $(DEPDIR)/virt_viewer-virt-viewer-events.Tpo -c -o virt_viewer-virt-viewer-events.o `test -f 'virt-viewer-events.c' || echo '$(srcdir)/'`virt-viewer-events.c
13681316
13691317 clean-libtool:
13701318 -rm -rf .libs _libs
1319 -rm -rf view/.libs view/_libs
13711320 install-builderxmlDATA: $(builderxml_DATA)
13721321 @$(NORMAL_INSTALL)
13731322 @list='$(builderxml_DATA)'; test -n "$(builderxmldir)" || list=; \
14411390
14421391 distclean-tags:
14431392 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1393
1394 # Recover from deleted '.trs' file; this should ensure that
1395 # "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1396 # both 'foo.log' and 'foo.trs'. Break the recipe in two subshells
1397 # to avoid problems with "make -n".
1398 .log.trs:
1399 rm -f $< $@
1400 $(MAKE) $(AM_MAKEFLAGS) $<
1401
1402 # Leading 'am--fnord' is there to ensure the list of targets does not
1403 # expand to empty, as could happen e.g. with make check TESTS=''.
1404 am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1405 am--force-recheck:
1406 @:
1407
1408 $(TEST_SUITE_LOG): $(TEST_LOGS)
1409 @$(am__set_TESTS_bases); \
1410 am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1411 redo_bases=`for i in $$bases; do \
1412 am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1413 done`; \
1414 if test -n "$$redo_bases"; then \
1415 redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1416 redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1417 if $(am__make_dryrun); then :; else \
1418 rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1419 fi; \
1420 fi; \
1421 if test -n "$$am__remaking_logs"; then \
1422 echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1423 "recursion detected" >&2; \
1424 elif test -n "$$redo_logs"; then \
1425 am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1426 fi; \
1427 if $(am__make_dryrun); then :; else \
1428 st=0; \
1429 errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1430 for i in $$redo_bases; do \
1431 test -f $$i.trs && test -r $$i.trs \
1432 || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1433 test -f $$i.log && test -r $$i.log \
1434 || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1435 done; \
1436 test $$st -eq 0 || exit 1; \
1437 fi
1438 @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1439 ws='[ ]'; \
1440 results=`for b in $$bases; do echo $$b.trs; done`; \
1441 test -n "$$results" || results=/dev/null; \
1442 all=` grep "^$$ws*:test-result:" $$results | wc -l`; \
1443 pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \
1444 fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \
1445 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
1446 xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1447 xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1448 error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1449 if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1450 success=true; \
1451 else \
1452 success=false; \
1453 fi; \
1454 br='==================='; br=$$br$$br$$br$$br; \
1455 result_count () \
1456 { \
1457 if test x"$$1" = x"--maybe-color"; then \
1458 maybe_colorize=yes; \
1459 elif test x"$$1" = x"--no-color"; then \
1460 maybe_colorize=no; \
1461 else \
1462 echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1463 fi; \
1464 shift; \
1465 desc=$$1 count=$$2; \
1466 if test $$maybe_colorize = yes && test $$count -gt 0; then \
1467 color_start=$$3 color_end=$$std; \
1468 else \
1469 color_start= color_end=; \
1470 fi; \
1471 echo "$${color_start}# $$desc $$count$${color_end}"; \
1472 }; \
1473 create_testsuite_report () \
1474 { \
1475 result_count $$1 "TOTAL:" $$all "$$brg"; \
1476 result_count $$1 "PASS: " $$pass "$$grn"; \
1477 result_count $$1 "SKIP: " $$skip "$$blu"; \
1478 result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1479 result_count $$1 "FAIL: " $$fail "$$red"; \
1480 result_count $$1 "XPASS:" $$xpass "$$red"; \
1481 result_count $$1 "ERROR:" $$error "$$mgn"; \
1482 }; \
1483 { \
1484 echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \
1485 $(am__rst_title); \
1486 create_testsuite_report --no-color; \
1487 echo; \
1488 echo ".. contents:: :depth: 2"; \
1489 echo; \
1490 for b in $$bases; do echo $$b; done \
1491 | $(am__create_global_log); \
1492 } >$(TEST_SUITE_LOG).tmp || exit 1; \
1493 mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
1494 if $$success; then \
1495 col="$$grn"; \
1496 else \
1497 col="$$red"; \
1498 test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
1499 fi; \
1500 echo "$${col}$$br$${std}"; \
1501 echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
1502 echo "$${col}$$br$${std}"; \
1503 create_testsuite_report --maybe-color; \
1504 echo "$$col$$br$$std"; \
1505 if $$success; then :; else \
1506 echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \
1507 if test -n "$(PACKAGE_BUGREPORT)"; then \
1508 echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \
1509 fi; \
1510 echo "$$col$$br$$std"; \
1511 fi; \
1512 $$success || exit 1
1513
1514 check-TESTS:
1515 @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
1516 @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1517 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1518 @set +e; $(am__set_TESTS_bases); \
1519 log_list=`for i in $$bases; do echo $$i.log; done`; \
1520 trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1521 log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1522 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1523 exit $$?;
1524 recheck: all $(check_PROGRAMS)
1525 @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1526 @set +e; $(am__set_TESTS_bases); \
1527 bases=`for i in $$bases; do echo $$i; done \
1528 | $(am__list_recheck_tests)` || exit 1; \
1529 log_list=`for i in $$bases; do echo $$i.log; done`; \
1530 log_list=`echo $$log_list`; \
1531 $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1532 am__force_recheck=am--force-recheck \
1533 TEST_LOGS="$$log_list"; \
1534 exit $$?
1535 test-version-compare.log: test-version-compare$(EXEEXT)
1536 @p='test-version-compare$(EXEEXT)'; \
1537 b='test-version-compare'; \
1538 $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1539 --log-file $$b.log --trs-file $$b.trs \
1540 $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1541 "$$tst" $(AM_TESTS_FD_REDIRECT)
1542 .test.log:
1543 @p='$<'; \
1544 $(am__set_b); \
1545 $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1546 --log-file $$b.log --trs-file $$b.trs \
1547 $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1548 "$$tst" $(AM_TESTS_FD_REDIRECT)
1549 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1550 @am__EXEEXT_TRUE@ @p='$<'; \
1551 @am__EXEEXT_TRUE@ $(am__set_b); \
1552 @am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1553 @am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
1554 @am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1555 @am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
14441556
14451557 distdir: $(DISTFILES)
14461558 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
14731585 fi; \
14741586 done
14751587 check-am: all-am
1588 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
1589 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
14761590 check: $(BUILT_SOURCES)
14771591 $(MAKE) $(AM_MAKEFLAGS) check-am
1478 all-am: Makefile $(PROGRAMS) $(DATA)
1592 all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA)
14791593 installdirs:
14801594 for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(builderxmldir)"; do \
14811595 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
15011615 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
15021616 fi
15031617 mostlyclean-generic:
1618 -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1619 -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1620 -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
15041621
15051622 clean-generic:
15061623
15171634 -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
15181635 clean: clean-am
15191636
1520 clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
1637 clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
1638 clean-libtool clean-noinstLTLIBRARIES mostlyclean-am
15211639
15221640 distclean: distclean-am
15231641 -rm -rf ./$(DEPDIR) view/$(DEPDIR)
15851703
15861704 uninstall-am: uninstall-binPROGRAMS uninstall-builderxmlDATA
15871705
1588 .MAKE: all check install install-am install-strip
1589
1590 .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
1591 clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
1592 ctags ctags-am distclean distclean-compile distclean-generic \
1706 .MAKE: all check check-am install install-am install-strip
1707
1708 .PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1709 clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
1710 clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
1711 ctags-am distclean distclean-compile distclean-generic \
15931712 distclean-libtool distclean-tags distdir dvi dvi-am html \
15941713 html-am info info-am install install-am install-binPROGRAMS \
15951714 install-builderxmlDATA install-data install-data-am \
15991718 install-ps-am install-strip installcheck installcheck-am \
16001719 installdirs maintainer-clean maintainer-clean-generic \
16011720 mostlyclean mostlyclean-compile mostlyclean-generic \
1602 mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
1603 uninstall-am uninstall-binPROGRAMS uninstall-builderxmlDATA
1721 mostlyclean-libtool pdf pdf-am ps ps-am recheck tags tags-am \
1722 uninstall uninstall-am uninstall-binPROGRAMS \
1723 uninstall-builderxmlDATA
1724
1725 .PRECIOUS: Makefile
16041726
16051727
16061728 $(BUILT_SOURCES): %: %.etemplate $(ENUMS_FILES)
16071729 $(AM_V_GEN)$(GLIB_MKENUMS) --template $^ | \
16081730 sed -e 's/VIRT_TYPE_VIEWER/VIRT_VIEWER_TYPE/' \
16091731 -e 's,#include "$(srcdir)/,#include ",' > $@
1732 $(NULL)
16101733
16111734 @OS_WIN32_TRUE@virt-viewer_rc.$(OBJEXT): $(VIRT_VIEWER_RES) $(ICONDIR)/virt-viewer.ico
16121735 @OS_WIN32_TRUE@ $(AM_V_GEN)$(WINDRES) \
0 /*
1 * Virt Viewer: A virtual machine console viewer
2 *
3 * Copyright (C) 2007-2014 Red Hat, Inc.
4 * Copyright (C) 2009-2012 Daniel P. Berrange
5 * Copyright (C) 2010 Marc-André Lureau
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 *
21 * Author: Daniel P. Berrange <berrange@redhat.com>
22 * Christope Fergeau <cfergeau@redhat.com>
23 */
24
25 #include <config.h>
26
27 #include <string.h>
28
29 #include "ovirt-foreign-menu.h"
30 #include "virt-glib-compat.h"
31 #include "virt-viewer-util.h"
32
33 typedef enum {
34 STATE_0,
35 STATE_API,
36 STATE_VM,
37 STATE_STORAGE_DOMAIN,
38 STATE_VM_CDROM,
39 STATE_CDROM_FILE,
40 STATE_ISOS
41 } OvirtForeignMenuState;
42
43 static void ovirt_foreign_menu_next_async_step(OvirtForeignMenu *menu, OvirtForeignMenuState state);
44 static void ovirt_foreign_menu_fetch_api_async(OvirtForeignMenu *menu);
45 static void ovirt_foreign_menu_fetch_vm_async(OvirtForeignMenu *menu);
46 static void ovirt_foreign_menu_fetch_storage_domain_async(OvirtForeignMenu *menu);
47 static void ovirt_foreign_menu_fetch_vm_cdrom_async(OvirtForeignMenu *menu);
48 static void ovirt_foreign_menu_refresh_cdrom_file_async(OvirtForeignMenu *menu);
49 static gboolean ovirt_foreign_menu_refresh_iso_list(gpointer user_data);
50
51 G_DEFINE_TYPE (OvirtForeignMenu, ovirt_foreign_menu, G_TYPE_OBJECT)
52
53
54 struct _OvirtForeignMenuPrivate {
55 OvirtProxy *proxy;
56 OvirtApi *api;
57 OvirtVm *vm;
58 char *vm_guid;
59
60 OvirtCollection *files;
61 OvirtCdrom *cdrom;
62
63 /* The next 2 members are used when changing the ISO image shown in
64 * a VM */
65 /* Name of the ISO which is currently used by the VM OvirtCdrom */
66 char *current_iso_name;
67 /* Name of the ISO we are trying to insert in the VM OvirtCdrom */
68 char *next_iso_name;
69
70 GList *iso_names;
71 };
72
73
74 #define OVIRT_FOREIGN_MENU_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE((o), OVIRT_TYPE_FOREIGN_MENU, OvirtForeignMenuPrivate))
75
76
77 enum {
78 PROP_0,
79 PROP_PROXY,
80 PROP_API,
81 PROP_VM,
82 PROP_FILE,
83 PROP_FILES,
84 PROP_VM_GUID,
85 };
86
87
88 static char *
89 ovirt_foreign_menu_get_current_iso_name(OvirtForeignMenu *foreign_menu)
90 {
91 char *name;
92
93 if (foreign_menu->priv->cdrom == NULL) {
94 return NULL;
95 }
96
97 g_object_get(foreign_menu->priv->cdrom, "file", &name, NULL);
98
99 return name;
100 }
101
102
103 static void
104 ovirt_foreign_menu_get_property(GObject *object, guint property_id,
105 GValue *value, GParamSpec *pspec)
106 {
107 OvirtForeignMenu *self = OVIRT_FOREIGN_MENU(object);
108 OvirtForeignMenuPrivate *priv = self->priv;
109
110 switch (property_id) {
111 case PROP_PROXY:
112 g_value_set_object(value, priv->proxy);
113 break;
114 case PROP_API:
115 g_value_set_object(value, priv->api);
116 break;
117 case PROP_VM:
118 g_value_set_object(value, priv->vm);
119 break;
120 case PROP_FILE:
121 g_value_take_string(value,
122 ovirt_foreign_menu_get_current_iso_name(self));
123 break;
124 case PROP_FILES:
125 g_value_set_pointer(value, priv->iso_names);
126 break;
127 case PROP_VM_GUID:
128 g_value_set_string(value, priv->vm_guid);
129 break;
130
131 default:
132 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
133 }
134 }
135
136
137 static void
138 ovirt_foreign_menu_set_property(GObject *object, guint property_id,
139 const GValue *value G_GNUC_UNUSED, GParamSpec *pspec)
140 {
141 OvirtForeignMenu *self = OVIRT_FOREIGN_MENU(object);
142 OvirtForeignMenuPrivate *priv = self->priv;
143
144 switch (property_id) {
145 case PROP_PROXY:
146 if (priv->proxy != NULL) {
147 g_object_unref(priv->proxy);
148 }
149 priv->proxy = g_value_dup_object(value);
150 break;
151 case PROP_API:
152 if (priv->api != NULL) {
153 g_object_unref(priv->api);
154 }
155 priv->api = g_value_dup_object(value);
156 break;
157 case PROP_VM:
158 if (priv->vm != NULL) {
159 g_object_unref(priv->vm);
160 }
161 priv->vm = g_value_dup_object(value);
162 g_free(priv->vm_guid);
163 priv->vm_guid = NULL;
164 if (priv->vm != NULL) {
165 g_object_get(G_OBJECT(priv->vm), "guid", &priv->vm_guid, NULL);
166 }
167 break;
168 case PROP_VM_GUID:
169 if (priv->vm != NULL) {
170 g_object_unref(priv->vm);
171 priv->vm = NULL;
172 }
173 g_free(priv->vm_guid);
174 priv->vm_guid = g_value_dup_string(value);
175 break;
176 default:
177 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
178 }
179 }
180
181
182 static void
183 ovirt_foreign_menu_dispose(GObject *obj)
184 {
185 OvirtForeignMenu *self = OVIRT_FOREIGN_MENU(obj);
186
187 if (self->priv->proxy) {
188 g_object_unref(self->priv->proxy);
189 self->priv->proxy = NULL;
190 }
191
192 if (self->priv->api != NULL) {
193 g_object_unref(self->priv->api);
194 self->priv->api = NULL;
195 }
196
197 if (self->priv->vm) {
198 g_object_unref(self->priv->vm);
199 self->priv->vm = NULL;
200 }
201
202 g_free(self->priv->vm_guid);
203 self->priv->vm_guid = NULL;
204
205 if (self->priv->files) {
206 g_object_unref(self->priv->files);
207 self->priv->files = NULL;
208 }
209
210 if (self->priv->cdrom) {
211 g_object_unref(self->priv->cdrom);
212 self->priv->cdrom = NULL;
213 }
214
215 if (self->priv->iso_names) {
216 g_list_free_full(self->priv->iso_names, (GDestroyNotify)g_free);
217 self->priv->iso_names = NULL;
218 }
219
220 g_free(self->priv->current_iso_name);
221 self->priv->current_iso_name = NULL;
222
223 g_free(self->priv->next_iso_name);
224 self->priv->next_iso_name = NULL;
225
226 G_OBJECT_CLASS(ovirt_foreign_menu_parent_class)->dispose(obj);
227 }
228
229
230 static void
231 ovirt_foreign_menu_class_init(OvirtForeignMenuClass *klass)
232 {
233 GObjectClass *oclass = G_OBJECT_CLASS(klass);
234
235 oclass->get_property = ovirt_foreign_menu_get_property;
236 oclass->set_property = ovirt_foreign_menu_set_property;
237 oclass->dispose = ovirt_foreign_menu_dispose;
238
239 g_type_class_add_private(klass, sizeof(OvirtForeignMenuPrivate));
240
241 g_object_class_install_property(oclass,
242 PROP_PROXY,
243 g_param_spec_object("proxy",
244 "OvirtProxy instance",
245 "OvirtProxy instance",
246 OVIRT_TYPE_PROXY,
247 G_PARAM_READWRITE |
248 G_PARAM_CONSTRUCT_ONLY |
249 G_PARAM_STATIC_STRINGS));
250 g_object_class_install_property(oclass,
251 PROP_API,
252 g_param_spec_object("api",
253 "OvirtApi instance",
254 "Ovirt api root",
255 OVIRT_TYPE_API,
256 G_PARAM_READWRITE |
257 G_PARAM_STATIC_STRINGS));
258 g_object_class_install_property(oclass,
259 PROP_VM,
260 g_param_spec_object("vm",
261 "OvirtVm instance",
262 "OvirtVm being handled",
263 OVIRT_TYPE_VM,
264 G_PARAM_READWRITE |
265 G_PARAM_STATIC_STRINGS));
266 g_object_class_install_property(oclass,
267 PROP_FILE,
268 g_param_spec_string("file",
269 "File",
270 "Name of the image currently inserted in the virtual CDROM",
271 NULL,
272 G_PARAM_READABLE |
273 G_PARAM_STATIC_STRINGS));
274 g_object_class_install_property(oclass,
275 PROP_FILES,
276 g_param_spec_pointer("files",
277 "ISO names",
278 "GSList of ISO names for this oVirt VM",
279 G_PARAM_READABLE |
280 G_PARAM_STATIC_STRINGS));
281 g_object_class_install_property(oclass,
282 PROP_VM_GUID,
283 g_param_spec_string("vm-guid",
284 "VM GUID",
285 "GUID of the virtual machine to provide a foreign menu for",
286 NULL,
287 G_PARAM_READWRITE |
288 G_PARAM_CONSTRUCT_ONLY |
289 G_PARAM_STATIC_STRINGS));
290 }
291
292
293 static void
294 ovirt_foreign_menu_init(OvirtForeignMenu *self)
295 {
296 self->priv = OVIRT_FOREIGN_MENU_GET_PRIVATE(self);
297 }
298
299
300 OvirtForeignMenu* ovirt_foreign_menu_new(OvirtProxy *proxy)
301 {
302 return g_object_new(OVIRT_TYPE_FOREIGN_MENU,
303 "proxy", proxy,
304 NULL);
305 }
306
307
308 static void
309 ovirt_foreign_menu_next_async_step(OvirtForeignMenu *menu,
310 OvirtForeignMenuState current_state)
311 {
312 g_return_if_fail(current_state >= STATE_0);
313 g_return_if_fail(current_state < STATE_ISOS);
314
315 current_state++;
316
317 if (current_state == STATE_API) {
318 if (menu->priv->api == NULL) {
319 ovirt_foreign_menu_fetch_api_async(menu);
320 } else {
321 current_state++;
322 }
323 }
324
325 if (current_state == STATE_VM) {
326 if (menu->priv->vm == NULL) {
327 ovirt_foreign_menu_fetch_vm_async(menu);
328 } else {
329 current_state++;
330 }
331 }
332
333 if (current_state == STATE_STORAGE_DOMAIN) {
334 if (menu->priv->files == NULL) {
335 ovirt_foreign_menu_fetch_storage_domain_async(menu);
336 } else {
337 current_state++;
338 }
339 }
340
341 if (current_state == STATE_VM_CDROM) {
342 if (menu->priv->cdrom == NULL) {
343 ovirt_foreign_menu_fetch_vm_cdrom_async(menu);
344 } else {
345 current_state++;
346 }
347 }
348
349 if (current_state == STATE_CDROM_FILE) {
350 ovirt_foreign_menu_refresh_cdrom_file_async(menu);
351 }
352
353 if (current_state == STATE_ISOS) {
354 g_warn_if_fail(menu->priv->api != NULL);
355 g_warn_if_fail(menu->priv->vm != NULL);
356 g_warn_if_fail(menu->priv->files != NULL);
357 g_warn_if_fail(menu->priv->cdrom != NULL);
358
359 ovirt_foreign_menu_refresh_iso_list(menu);
360 }
361 }
362
363
364 void
365 ovirt_foreign_menu_start(OvirtForeignMenu *menu)
366 {
367 ovirt_foreign_menu_next_async_step(menu, STATE_0);
368 }
369
370
371 static void
372 ovirt_foreign_menu_activate_item_cb(GtkMenuItem *menuitem, gpointer user_data);
373
374
375 static void
376 menu_item_set_active_no_signal(GtkMenuItem *menuitem,
377 gboolean active,
378 GCallback callback,
379 gpointer user_data)
380 {
381 g_signal_handlers_block_by_func(menuitem, callback, user_data);
382 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem), active);
383 g_signal_handlers_unblock_by_func(menuitem, callback, user_data);
384 }
385
386
387 static void updated_cdrom_cb(GObject *source_object,
388 GAsyncResult *result,
389 gpointer user_data)
390 {
391 GError *error = NULL;
392 OvirtForeignMenu *foreign_menu;
393 gboolean updated;
394
395 foreign_menu = OVIRT_FOREIGN_MENU(user_data);
396 updated = ovirt_cdrom_update_finish(OVIRT_CDROM(source_object),
397 result, &error);
398 g_debug("Finished updating cdrom content");
399 if (updated) {
400 g_free(foreign_menu->priv->current_iso_name);
401 foreign_menu->priv->current_iso_name = foreign_menu->priv->next_iso_name;
402 foreign_menu->priv->next_iso_name = NULL;
403 g_object_notify(G_OBJECT(foreign_menu), "file");
404 } else {
405 /* Reset old state back as we were not successful in switching to
406 * the new ISO */
407 const char *current_file = foreign_menu->priv->current_iso_name;
408
409 if (error != NULL) {
410 g_warning("failed to update cdrom resource: %s", error->message);
411 g_clear_error(&error);
412 }
413 g_debug("setting OvirtCdrom:file back to '%s'",
414 current_file?current_file:NULL);
415 g_object_set(foreign_menu->priv->cdrom, "file", current_file, NULL);
416 }
417 g_free(foreign_menu->priv->next_iso_name);
418 foreign_menu->priv->next_iso_name = NULL;
419 }
420
421
422 static void
423 ovirt_foreign_menu_activate_item_cb(GtkMenuItem *menuitem, gpointer user_data)
424 {
425 OvirtForeignMenu *foreign_menu;
426 const char *iso_name;
427 gboolean checked;
428
429 checked = gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(menuitem));
430 foreign_menu = OVIRT_FOREIGN_MENU(user_data);
431 g_return_if_fail(foreign_menu->priv->cdrom != NULL);
432 g_return_if_fail(foreign_menu->priv->next_iso_name == NULL);
433
434 g_debug("'%s' clicked", gtk_menu_item_get_label(menuitem));
435
436 /* We only want to move the check mark for the currently selected ISO
437 * when ovirt_cdrom_update_async() is successful, so for now we move
438 * the check mark back to where it was before
439 */
440 menu_item_set_active_no_signal(menuitem, !checked,
441 (GCallback)ovirt_foreign_menu_activate_item_cb,
442 foreign_menu);
443
444 if (checked) {
445 iso_name = gtk_menu_item_get_label(menuitem);
446 g_debug("Updating VM cdrom image to '%s'", iso_name);
447 foreign_menu->priv->next_iso_name = g_strdup(iso_name);
448 } else {
449 g_debug("Removing current cdrom image");
450 iso_name = NULL;
451 foreign_menu->priv->next_iso_name = NULL;
452 }
453 g_object_set(foreign_menu->priv->cdrom,
454 "file", iso_name,
455 NULL);
456 ovirt_cdrom_update_async(foreign_menu->priv->cdrom, TRUE,
457 foreign_menu->priv->proxy, NULL,
458 updated_cdrom_cb, foreign_menu);
459 }
460
461
462 GtkWidget *ovirt_foreign_menu_get_gtk_menu(OvirtForeignMenu *foreign_menu)
463 {
464 GtkWidget *gtk_menu;
465 GList *it;
466 char *current_iso;
467
468 g_debug("Creating GtkMenu for foreign menu");
469 if (foreign_menu->priv->iso_names == NULL) {
470 return NULL;
471 }
472 current_iso = ovirt_foreign_menu_get_current_iso_name(foreign_menu);
473 gtk_menu = gtk_menu_new();
474 for (it = foreign_menu->priv->iso_names; it != NULL; it = it->next) {
475 GtkWidget *menuitem;
476
477 menuitem = gtk_check_menu_item_new_with_label((char *)it->data);
478 if (g_strcmp0((char *)it->data, current_iso) == 0) {
479 g_warn_if_fail(g_strcmp0(current_iso, foreign_menu->priv->current_iso_name) == 0);
480 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(menuitem),
481 TRUE);
482 }
483 g_signal_connect(menuitem, "activate",
484 G_CALLBACK(ovirt_foreign_menu_activate_item_cb),
485 foreign_menu);
486 gtk_menu_shell_append(GTK_MENU_SHELL(gtk_menu), menuitem);
487 }
488 g_free(current_iso);
489
490 return gtk_menu;
491 }
492
493
494 static void ovirt_foreign_menu_set_files(OvirtForeignMenu *menu,
495 const GList *files)
496 {
497 GList *sorted_files = NULL;
498 const GList *it;
499 GList *it2;
500
501 for (it = files; it != NULL; it = it->next) {
502 char *name;
503 g_object_get(it->data, "name", &name, NULL);
504 /* The oVirt REST API is supposed to have a 'type' node
505 * associated with file resources , but as of 3.2, this node
506 * is not present, so we do an extension check instead
507 * to differentiate between ISOs and floppy images */
508 if (g_str_has_suffix(name, ".vfd")) {
509 g_free(name);
510 continue;
511 }
512 sorted_files = g_list_insert_sorted(sorted_files, name,
513 (GCompareFunc)g_strcmp0);
514 }
515
516 for (it = sorted_files, it2 = menu->priv->iso_names;
517 (it != NULL) && (it2 != NULL);
518 it = it->next, it2 = it2->next) {
519 if (g_strcmp0(it->data, it2->data) != 0) {
520 break;
521 }
522 }
523
524 if ((it == NULL) && (it2 == NULL)) {
525 /* sorted_files and menu->priv->files content was the same */
526 g_list_free_full(sorted_files, (GDestroyNotify)g_free);
527 return;
528 }
529
530 g_list_free_full(menu->priv->iso_names, (GDestroyNotify)g_free);
531 menu->priv->iso_names = sorted_files;
532 g_object_notify(G_OBJECT(menu), "files");
533 }
534
535
536 static void cdrom_file_refreshed_cb(GObject *source_object,
537 GAsyncResult *result,
538 gpointer user_data)
539 {
540 OvirtResource *cdrom = OVIRT_RESOURCE(source_object);
541 OvirtForeignMenu *menu = OVIRT_FOREIGN_MENU(user_data);
542 GError *error = NULL;
543
544 ovirt_resource_refresh_finish(cdrom, result, &error);
545 if (error != NULL) {
546 g_warning("failed to refresh cdrom content: %s", error->message);
547 g_clear_error(&error);
548 return;
549 }
550
551 /* Content of OvirtCdrom is now current */
552 g_free(menu->priv->current_iso_name);
553 if (menu->priv->cdrom != NULL) {
554 g_object_get(G_OBJECT(menu->priv->cdrom),
555 "file", &menu->priv->current_iso_name,
556 NULL);
557 } else {
558 menu->priv->current_iso_name = NULL;
559 }
560 g_object_notify(G_OBJECT(menu), "file");
561 if (menu->priv->cdrom != NULL) {
562 ovirt_foreign_menu_next_async_step(menu, STATE_CDROM_FILE);
563 } else {
564 g_debug("Could not find VM cdrom through oVirt REST API");
565 }
566 }
567
568
569 static void ovirt_foreign_menu_refresh_cdrom_file_async(OvirtForeignMenu *menu)
570 {
571 g_return_if_fail(OVIRT_IS_RESOURCE(menu->priv->cdrom));
572
573 ovirt_resource_refresh_async(OVIRT_RESOURCE(menu->priv->cdrom),
574 menu->priv->proxy, NULL,
575 cdrom_file_refreshed_cb, menu);
576 }
577
578
579 static void cdroms_fetched_cb(GObject *source_object,
580 GAsyncResult *result,
581 gpointer user_data)
582 {
583 GHashTable *cdroms;
584 OvirtCollection *cdrom_collection = OVIRT_COLLECTION(source_object);
585 OvirtForeignMenu *menu = OVIRT_FOREIGN_MENU(user_data);
586 GHashTableIter iter;
587 OvirtCdrom *cdrom;
588 GError *error = NULL;
589
590 ovirt_collection_fetch_finish(cdrom_collection, result, &error);
591 if (error != NULL) {
592 g_warning("failed to fetch cdrom collection: %s", error->message);
593 g_clear_error(&error);
594 return;
595 }
596
597 cdroms = ovirt_collection_get_resources(cdrom_collection);
598
599 g_warn_if_fail(g_hash_table_size(cdroms) <= 1);
600
601 g_hash_table_iter_init(&iter, cdroms);
602 /* Set CDROM drive. If we have multiple ones, only the first
603 * one will be kept, but currently oVirt only adds one CDROM
604 * device per-VM
605 */
606 if (g_hash_table_iter_next(&iter, NULL, (gpointer *)&cdrom)) {
607 if (menu->priv->cdrom != NULL) {
608 g_object_unref(G_OBJECT(menu->priv->cdrom));
609 }
610 menu->priv->cdrom = g_object_ref(G_OBJECT(cdrom));
611 g_debug("Set VM cdrom to %p", menu->priv->cdrom);
612 }
613
614 if (menu->priv->cdrom != NULL) {
615 ovirt_foreign_menu_next_async_step(menu, STATE_VM_CDROM);
616 } else {
617 g_debug("Could not find VM cdrom through oVirt REST API");
618 }
619 }
620
621
622 static void ovirt_foreign_menu_fetch_vm_cdrom_async(OvirtForeignMenu *menu)
623 {
624 OvirtCollection *cdrom_collection;
625
626 cdrom_collection = ovirt_vm_get_cdroms(menu->priv->vm);
627 ovirt_collection_fetch_async(cdrom_collection, menu->priv->proxy, NULL,
628 cdroms_fetched_cb, menu);
629 }
630
631
632 static void storage_domains_fetched_cb(GObject *source_object,
633 GAsyncResult *result,
634 gpointer user_data)
635 {
636 GError *error = NULL;
637 OvirtForeignMenu *menu = OVIRT_FOREIGN_MENU(user_data);
638 OvirtCollection *collection = OVIRT_COLLECTION(source_object);
639 GHashTableIter iter;
640 OvirtStorageDomain *domain;
641
642 ovirt_collection_fetch_finish(collection, result, &error);
643 if (error != NULL) {
644 g_warning("failed to fetch storage domains: %s", error->message);
645 g_clear_error(&error);
646 return;
647 }
648
649 g_hash_table_iter_init(&iter, ovirt_collection_get_resources(collection));
650 while (g_hash_table_iter_next(&iter, NULL, (gpointer *)&domain)) {
651 OvirtCollection *file_collection;
652 int type;
653
654 g_object_get(domain, "type", &type, NULL);
655 if (type != OVIRT_STORAGE_DOMAIN_TYPE_ISO) {
656 continue;
657 }
658
659 file_collection = ovirt_storage_domain_get_files(domain);
660 if (file_collection != NULL) {
661 if (menu->priv->files) {
662 g_object_unref(G_OBJECT(menu->priv->files));
663 }
664 menu->priv->files = g_object_ref(G_OBJECT(file_collection));
665 g_debug("Set VM files to %p", menu->priv->files);
666 break;
667 }
668 }
669
670 if (menu->priv->files != NULL) {
671 ovirt_foreign_menu_next_async_step(menu, STATE_STORAGE_DOMAIN);
672 } else {
673 g_debug("Could not find iso file collection");
674 }
675 }
676
677
678 static void ovirt_foreign_menu_fetch_storage_domain_async(OvirtForeignMenu *menu)
679 {
680 OvirtCollection *collection;
681
682 g_debug("Start fetching oVirt REST collection");
683 collection = ovirt_api_get_storage_domains(menu->priv->api);
684 ovirt_collection_fetch_async(collection, menu->priv->proxy, NULL,
685 storage_domains_fetched_cb, menu);
686 }
687
688
689 static void vms_fetched_cb(GObject *source_object,
690 GAsyncResult *result,
691 gpointer user_data)
692 {
693 GError *error = NULL;
694 OvirtForeignMenu *menu = OVIRT_FOREIGN_MENU(user_data);
695 OvirtCollection *collection;
696 GHashTableIter iter;
697 OvirtVm *vm;
698
699 collection = OVIRT_COLLECTION(source_object);
700 ovirt_collection_fetch_finish(collection, result, &error);
701 if (error != NULL) {
702 g_debug("failed to fetch VM list: %s", error->message);
703 g_clear_error(&error);
704 return;
705 }
706
707 g_hash_table_iter_init(&iter, ovirt_collection_get_resources(collection));
708 while (g_hash_table_iter_next(&iter, NULL, (gpointer *)&vm)) {
709 char *guid;
710
711 g_object_get(G_OBJECT(vm), "guid", &guid, NULL);
712 if (g_strcmp0(guid, menu->priv->vm_guid) == 0) {
713 menu->priv->vm = g_object_ref(vm);
714 g_free(guid);
715 break;
716 }
717 g_free(guid);
718 }
719 if (menu->priv->vm != NULL) {
720 ovirt_foreign_menu_next_async_step(menu, STATE_VM);
721 } else {
722 g_warning("failed to find a VM with guid \"%s\"", menu->priv->vm_guid);
723 }
724 }
725
726
727 static void ovirt_foreign_menu_fetch_vm_async(OvirtForeignMenu *menu)
728 {
729 OvirtCollection *vms;
730
731 g_return_if_fail(OVIRT_IS_FOREIGN_MENU(menu));
732 g_return_if_fail(OVIRT_IS_PROXY(menu->priv->proxy));
733 g_return_if_fail(OVIRT_IS_API(menu->priv->api));
734
735 vms = ovirt_api_get_vms(menu->priv->api);
736 ovirt_collection_fetch_async(vms, menu->priv->proxy,
737 NULL, vms_fetched_cb, menu);
738 }
739
740
741 static void api_fetched_cb(GObject *source_object,
742 GAsyncResult *result,
743 gpointer user_data)
744 {
745 GError *error = NULL;
746 OvirtProxy *proxy;
747 OvirtForeignMenu *menu = OVIRT_FOREIGN_MENU(user_data);
748
749 proxy = OVIRT_PROXY(source_object);
750 menu->priv->api = ovirt_proxy_fetch_api_finish(proxy, result, &error);
751 if (error != NULL) {
752 g_debug("failed to fetch toplevel API object: %s", error->message);
753 g_clear_error(&error);
754 return;
755 }
756 g_return_if_fail(OVIRT_IS_API(menu->priv->api));
757
758 ovirt_foreign_menu_next_async_step(menu, STATE_API);
759 }
760
761
762 static void ovirt_foreign_menu_fetch_api_async(OvirtForeignMenu *menu)
763 {
764 g_debug("Start fetching oVirt main entry point");
765
766 g_return_if_fail(OVIRT_IS_FOREIGN_MENU(menu));
767 g_return_if_fail(OVIRT_IS_PROXY(menu->priv->proxy));
768
769 ovirt_proxy_fetch_api_async(menu->priv->proxy, NULL, api_fetched_cb, menu);
770 }
771
772
773 static void iso_list_fetched_cb(GObject *source_object,
774 GAsyncResult *result,
775 gpointer user_data)
776 {
777 OvirtCollection *collection = OVIRT_COLLECTION(source_object);
778 GError *error = NULL;
779 GList *files;
780
781 ovirt_collection_fetch_finish(collection, result, &error);
782 if (error != NULL) {
783 g_warning("failed to fetch files for ISO storage domain: %s",
784 error->message);
785 g_clear_error(&error);
786 return;
787 }
788
789 files = g_hash_table_get_values(ovirt_collection_get_resources(collection));
790 ovirt_foreign_menu_set_files(OVIRT_FOREIGN_MENU(user_data), files);
791 g_list_free(files);
792
793 g_timeout_add_seconds(15, ovirt_foreign_menu_refresh_iso_list, user_data);
794 }
795
796
797 static void ovirt_foreign_menu_fetch_iso_list_async(OvirtForeignMenu *menu)
798 {
799 if (menu->priv->files == NULL) {
800 return;
801 }
802
803 ovirt_collection_fetch_async(menu->priv->files, menu->priv->proxy,
804 NULL, iso_list_fetched_cb, menu);
805 }
806
807
808 static gboolean ovirt_foreign_menu_refresh_iso_list(gpointer user_data)
809 {
810 OvirtForeignMenu *menu;
811
812 g_debug("Refreshing foreign menu iso list");
813 menu = OVIRT_FOREIGN_MENU(user_data);
814 ovirt_foreign_menu_fetch_iso_list_async(menu);
815
816 /* ovirt_foreign_menu_fetch_iso_list_async() will schedule a new call to
817 * that function through iso_list_fetched_cb() when it has finished
818 * fetching the iso list
819 */
820 return G_SOURCE_REMOVE;
821 }
822
823
824 OvirtForeignMenu *ovirt_foreign_menu_new_from_file(VirtViewerFile *file)
825 {
826 OvirtProxy *proxy = NULL;
827 OvirtForeignMenu *menu = NULL;
828 gboolean admin;
829 char *ca_str = NULL;
830 char *jsessionid = NULL;
831 char *url = NULL;
832 char *vm_guid = NULL;
833 GByteArray *ca = NULL;
834
835 url = virt_viewer_file_get_ovirt_host(file);
836 vm_guid = virt_viewer_file_get_ovirt_vm_guid(file);
837 jsessionid = virt_viewer_file_get_ovirt_jsessionid(file);
838 ca_str = virt_viewer_file_get_ovirt_ca(file);
839 admin = virt_viewer_file_get_ovirt_admin(file);
840
841 if ((url == NULL) || (vm_guid == NULL))
842 goto end;
843
844 proxy = ovirt_proxy_new(url);
845 if (proxy == NULL)
846 goto end;
847
848 if (ca_str != NULL) {
849 ca = g_byte_array_new_take((guint8 *)ca_str, strlen(ca_str) + 1);
850 ca_str = NULL;
851 }
852
853 g_object_set(G_OBJECT(proxy),
854 "admin", admin,
855 "session-id", jsessionid,
856 "ca-cert", ca,
857 NULL);
858 menu = g_object_new(OVIRT_TYPE_FOREIGN_MENU,
859 "proxy", proxy,
860 "vm-guid", vm_guid,
861 NULL);
862
863 end:
864 g_free(url);
865 g_free(vm_guid);
866 g_free(jsessionid);
867 g_free(ca_str);
868 if (ca != NULL) {
869 g_byte_array_unref(ca);
870 }
871
872 return menu;
873 }
0 /*
1 * Virt Viewer: A virtual machine console viewer
2 *
3 * Copyright (C) 2007-2014 Red Hat, Inc.
4 * Copyright (C) 2009-2012 Daniel P. Berrange
5 * Copyright (C) 2010 Marc-André Lureau
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20 *
21 * Author: Daniel P. Berrange <berrange@redhat.com>
22 * Christophe Fergeau <cfergeau@redhat.com>
23 */
24 #ifndef _OVIRT_FOREIGN_MENU_H
25 #define _OVIRT_FOREIGN_MENU_H
26
27 #include <glib-object.h>
28 #include <govirt/govirt.h>
29 #include <gtk/gtk.h>
30
31 #include "virt-viewer-file.h"
32
33 G_BEGIN_DECLS
34
35 #define OVIRT_TYPE_FOREIGN_MENU ovirt_foreign_menu_get_type()
36
37 #define OVIRT_FOREIGN_MENU(obj) \
38 (G_TYPE_CHECK_INSTANCE_CAST ((obj), OVIRT_TYPE_FOREIGN_MENU, OvirtForeignMenu))
39
40 #define OVIRT_FOREIGN_MENU_CLASS(klass) \
41 (G_TYPE_CHECK_CLASS_CAST ((klass), OVIRT_TYPE_FOREIGN_MENU, OvirtForeignMenuClass))
42
43 #define OVIRT_IS_FOREIGN_MENU(obj) \
44 (G_TYPE_CHECK_INSTANCE_TYPE ((obj), OVIRT_TYPE_FOREIGN_MENU))
45
46 #define OVIRTIS_FOREIGN_MENU_CLASS(klass) \
47 (G_TYPE_CHECK_CLASS_TYPE ((klass), OVIRT_TYPE_FOREIGN_MENU))
48
49 #define OVIRT_FOREIGN_MENU_GET_CLASS(obj) \
50 (G_TYPE_INSTANCE_GET_CLASS ((obj), OVIRT_TYPE_FOREIGN_MENU, OvirtForeignMenuClass))
51
52 typedef struct _OvirtForeignMenu OvirtForeignMenu;
53 typedef struct _OvirtForeignMenuClass OvirtForeignMenuClass;
54 typedef struct _OvirtForeignMenuPrivate OvirtForeignMenuPrivate;
55
56 struct _OvirtForeignMenu {
57 GObject parent;
58
59 OvirtForeignMenuPrivate *priv;
60 };
61
62 struct _OvirtForeignMenuClass {
63 GObjectClass parent_class;
64 };
65
66 GType ovirt_foreign_menu_get_type(void);
67
68 OvirtForeignMenu* ovirt_foreign_menu_new(OvirtProxy *proxy);
69 OvirtForeignMenu *ovirt_foreign_menu_new_from_file(VirtViewerFile *self);
70 void ovirt_foreign_menu_start(OvirtForeignMenu *menu);
71
72 GtkWidget *ovirt_foreign_menu_get_gtk_menu(OvirtForeignMenu *foreign_menu);
73
74 G_END_DECLS
75
76 #endif /* _OVIRT_FOREIGN_MENU_H */
77 /*
78 * Local variables:
79 * c-indent-level: 4
80 * c-basic-offset: 4
81 * indent-tabs-mode: nil
82 * End:
83 */
0 /*
1 * Virt Viewer: A virtual machine console viewer
2 *
3 * Copyright (C) 2015 Red Hat, Inc.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19
20 #include <config.h>
21
22 #include "remote-viewer-connect.h"
23 #include "virt-viewer-util.h"
24 #include <glib/gi18n.h>
25 #include <gdk/gdkkeysyms.h>
26
27 typedef struct
28 {
29 gboolean response;
30 GMainLoop *loop;
31 GtkWidget *entry;
32 } ConnectionInfo;
33
34 static void
35 shutdown_loop(GMainLoop *loop)
36 {
37 if (g_main_loop_is_running(loop))
38 g_main_loop_quit(loop);
39 }
40
41 static gboolean
42 window_deleted_cb(ConnectionInfo *ci)
43 {
44 ci->response = FALSE;
45 shutdown_loop(ci->loop);
46 return TRUE;
47 }
48
49 static gboolean
50 key_pressed_cb(GtkWidget *widget G_GNUC_UNUSED, GdkEvent *event, gpointer data)
51 {
52 GtkWidget *window = data;
53 gboolean retval;
54 if (event->type == GDK_KEY_PRESS) {
55 switch (event->key.keyval) {
56 case GDK_KEY_Escape:
57 g_signal_emit_by_name(window, "delete-event", NULL, &retval);
58 return TRUE;
59 default:
60 return FALSE;
61 }
62 }
63
64 return FALSE;
65 }
66
67 static void
68 connect_button_clicked_cb(GtkButton *button G_GNUC_UNUSED, gpointer data)
69 {
70 ConnectionInfo *ci = data;
71 if (gtk_entry_get_text_length(GTK_ENTRY(ci->entry)) > 0)
72 {
73 ci->response = TRUE;
74 shutdown_loop(ci->loop);
75 }
76 }
77
78 static void
79 connect_dialog_run(ConnectionInfo *ci)
80 {
81 ci->loop = g_main_loop_new(NULL, FALSE);
82 g_main_loop_run(ci->loop);
83 }
84
85 static void
86 entry_icon_release_cb(GtkEntry* entry, gpointer data G_GNUC_UNUSED)
87 {
88 gtk_entry_set_text(entry, "");
89 gtk_widget_grab_focus(GTK_WIDGET(entry));
90 }
91
92 static void
93 entry_changed_cb(GtkEditable* entry, gpointer data)
94 {
95 GtkButton *connect_button = data;
96 gboolean rtl = (gtk_widget_get_direction(GTK_WIDGET(entry)) == GTK_TEXT_DIR_RTL);
97 gboolean active = (gtk_entry_get_text_length(GTK_ENTRY(entry)) > 0);
98
99 gtk_widget_set_sensitive(GTK_WIDGET(connect_button), active);
100
101 g_object_set(entry,
102 "secondary-icon-name", active ? (rtl ? "edit-clear-rtl-symbolic" : "edit-clear-symbolic") : NULL,
103 "secondary-icon-activatable", active,
104 "secondary-icon-sensitive", active,
105 NULL);
106 }
107
108 static gboolean
109 entry_focus_in_cb(GtkWidget *widget G_GNUC_UNUSED, GdkEvent *event G_GNUC_UNUSED, gpointer data)
110 {
111 GtkRecentChooser *recent = data;
112 gtk_recent_chooser_unselect_all(recent);
113 return FALSE;
114 }
115
116 static void
117 entry_activated_cb(GtkEntry *entry G_GNUC_UNUSED, gpointer data)
118 {
119 ConnectionInfo *ci = data;
120 if (gtk_entry_get_text_length(GTK_ENTRY(ci->entry)) > 0)
121 {
122 ci->response = TRUE;
123 shutdown_loop(ci->loop);
124 }
125 }
126
127 static void
128 recent_selection_changed_dialog_cb(GtkRecentChooser *chooser, gpointer data)
129 {
130 GtkRecentInfo *info;
131 GtkWidget *entry = data;
132 const gchar *uri;
133
134 info = gtk_recent_chooser_get_current_item(chooser);
135 if (info == NULL)
136 return;
137
138 uri = gtk_recent_info_get_uri(info);
139 g_return_if_fail(uri != NULL);
140
141 gtk_entry_set_text(GTK_ENTRY(entry), uri);
142
143 gtk_recent_info_unref(info);
144 }
145
146 static void
147 recent_item_activated_dialog_cb(GtkRecentChooser *chooser G_GNUC_UNUSED, gpointer data)
148 {
149 ConnectionInfo *ci = data;
150 ci->response = TRUE;
151 shutdown_loop(ci->loop);
152 }
153
154 static void
155 make_label_small(GtkLabel* label)
156 {
157 PangoAttrList* attributes = pango_attr_list_new();
158 pango_attr_list_insert(attributes, pango_attr_scale_new(0.9));
159 gtk_label_set_attributes(label, attributes);
160 pango_attr_list_unref(attributes);
161 }
162
163 /**
164 * remote_viewer_connect_dialog
165 *
166 * @brief Opens connect dialog for remote viewer
167 *
168 * @param uri For returning the uri of chosen server, must be NULL
169 *
170 * @return TRUE if Connect or ENTER is pressed
171 * @return FALSE if Cancel is pressed or dialog is closed
172 */
173 gboolean
174 remote_viewer_connect_dialog(gchar **uri)
175 {
176 GtkWidget *window, *label, *entry, *recent, *connect_button, *cancel_button;
177 GtkRecentFilter *rfilter;
178 GtkBuilder *builder;
179 gboolean active;
180
181 ConnectionInfo ci = {
182 FALSE,
183 NULL,
184 NULL
185 };
186
187 g_return_val_if_fail(uri && *uri == NULL, FALSE);
188
189 /* Create the widgets */
190 builder = virt_viewer_util_load_ui("remote-viewer-connect.xml");
191 g_return_val_if_fail(builder != NULL, GTK_RESPONSE_NONE);
192
193 window = GTK_WIDGET(gtk_builder_get_object(builder, "remote-viewer-connection-window"));
194 connect_button = GTK_WIDGET(gtk_builder_get_object(builder, "connect-button"));
195 cancel_button = GTK_WIDGET(gtk_builder_get_object(builder, "cancel-button"));
196 label = GTK_WIDGET(gtk_builder_get_object(builder, "example-label"));
197 entry = ci.entry = GTK_WIDGET(gtk_builder_get_object(builder, "connection-address-entry"));
198
199 make_label_small(GTK_LABEL(label));
200
201 active = (gtk_entry_get_text_length(GTK_ENTRY(ci.entry)) > 0);
202 gtk_widget_set_sensitive(GTK_WIDGET(connect_button), active);
203
204 recent = GTK_WIDGET(gtk_builder_get_object(builder, "recent-chooser"));
205
206 rfilter = gtk_recent_filter_new();
207 gtk_recent_filter_add_mime_type(rfilter, "application/x-spice");
208 gtk_recent_filter_add_mime_type(rfilter, "application/x-vnc");
209 gtk_recent_filter_add_mime_type(rfilter, "application/x-virt-viewer");
210 gtk_recent_chooser_set_filter(GTK_RECENT_CHOOSER(recent), rfilter);
211 gtk_recent_chooser_set_local_only(GTK_RECENT_CHOOSER(recent), FALSE);
212
213 g_signal_connect(window, "key-press-event",
214 G_CALLBACK(key_pressed_cb), window);
215 g_signal_connect(connect_button, "clicked",
216 G_CALLBACK(connect_button_clicked_cb), &ci);
217
218 /* make sure that user_data is passed as first parameter */
219 g_signal_connect_swapped(cancel_button, "clicked",
220 G_CALLBACK(window_deleted_cb), &ci);
221 g_signal_connect_swapped(window, "delete-event",
222 G_CALLBACK(window_deleted_cb), &ci);
223
224 g_signal_connect(entry, "activate",
225 G_CALLBACK(entry_activated_cb), &ci);
226 g_signal_connect(entry, "changed",
227 G_CALLBACK(entry_changed_cb), connect_button);
228 g_signal_connect(entry, "icon-release",
229 G_CALLBACK(entry_icon_release_cb), entry);
230
231 g_signal_connect(recent, "selection-changed",
232 G_CALLBACK(recent_selection_changed_dialog_cb), entry);
233 g_signal_connect(recent, "item-activated",
234 G_CALLBACK(recent_item_activated_dialog_cb), &ci);
235 g_signal_connect(entry, "focus-in-event",
236 G_CALLBACK(entry_focus_in_cb), recent);
237
238 /* show and wait for response */
239 gtk_widget_show_all(window);
240
241 connect_dialog_run(&ci);
242 if (ci.response == TRUE) {
243 *uri = g_strdup(gtk_entry_get_text(GTK_ENTRY(entry)));
244 g_strstrip(*uri);
245 } else {
246 *uri = NULL;
247 }
248
249 g_object_unref(builder);
250 gtk_widget_destroy(window);
251
252 return ci.response;
253 }
254
255 /*
256 * Local variables:
257 * c-indent-level: 4
258 * c-basic-offset: 4
259 * indent-tabs-mode: nil
260 * End:
261 */
0 /*
1 * Virt Viewer: A virtual machine console viewer
2 *
3 * Copyright (C) 2015 Red Hat, Inc.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19
20 #ifndef REMOTE_VIEWER_CONNECT_H
21 #define REMOTE_VIEWER_CONNECT_H
22
23 #include <gtk/gtk.h>
24
25 gboolean remote_viewer_connect_dialog(gchar **uri);
26
27 #endif /* REMOTE_VIEWER_CONNECT_H */
28
29 /*
30 * Local variables:
31 * c-indent-level: 4
32 * c-basic-offset: 4
33 * indent-tabs-mode: nil
34 * End:
35 */
0 <?xml version="1.0" encoding="UTF-8"?>
1 <!-- Generated with glade 3.18.3 -->
2 <interface>
3 <object class="GtkWindow" id="remote-viewer-connection-window">
4 <property name="can_focus">False</property>
5 <property name="title" translatable="yes">Connection details</property>
6 <child>
7 <object class="GtkVBox" id="main-box">
8 <property name="visible">True</property>
9 <property name="can_focus">False</property>
10 <property name="border_width">10</property>
11 <property name="spacing">20</property>
12 <child>
13 <object class="GtkVBox" id="connection-address-box">
14 <property name="visible">True</property>
15 <property name="can_focus">False</property>
16 <property name="spacing">6</property>
17 <child>
18 <object class="GtkLabel" id="connection-address-label">
19 <property name="visible">True</property>
20 <property name="can_focus">False</property>
21 <property name="label" translatable="yes">Connection Address</property>
22 <property name="xalign">0</property>
23 <attributes>
24 <attribute name="weight" value="bold"/>
25 </attributes>
26 </object>
27 <packing>
28 <property name="expand">False</property>
29 <property name="fill">True</property>
30 <property name="position">0</property>
31 </packing>
32 </child>
33 <child>
34 <object class="GtkEntry" id="connection-address-entry">
35 <property name="visible">True</property>
36 <property name="can_focus">True</property>
37 </object>
38 <packing>
39 <property name="expand">False</property>
40 <property name="fill">True</property>
41 <property name="position">1</property>
42 </packing>
43 </child>
44 <child>
45 <object class="GtkLabel" id="example-label">
46 <property name="visible">True</property>
47 <property name="can_focus">False</property>
48 <property name="xalign">0</property>
49 <property name="sensitive">False</property>
50 <property name="label" translatable="yes">For example, spice://foo.example.org:5900</property>
51 </object>
52 <packing>
53 <property name="expand">False</property>
54 <property name="fill">True</property>
55 <property name="position">2</property>
56 </packing>
57 </child>
58 </object>
59 <packing>
60 <property name="expand">False</property>
61 <property name="fill">True</property>
62 <property name="position">0</property>
63 </packing>
64 </child>
65 <child>
66 <object class="GtkVBox" id="recent-chooser-box">
67 <property name="visible">True</property>
68 <property name="can_focus">False</property>
69 <property name="spacing">6</property>
70 <child>
71 <object class="GtkLabel" id="recent-chooser-label">
72 <property name="visible">True</property>
73 <property name="can_focus">False</property>
74 <property name="label" translatable="yes">Recent connections</property>
75 <property name="xalign">0</property>
76 <attributes>
77 <attribute name="weight" value="bold"/>
78 </attributes>
79 </object>
80 <packing>
81 <property name="expand">False</property>
82 <property name="fill">True</property>
83 <property name="position">0</property>
84 </packing>
85 </child>
86 <child>
87 <object class="GtkRecentChooserWidget" id="recent-chooser">
88 <property name="can_focus">False</property>
89 <property name="limit">20</property>
90 <property name="local_only">False</property>
91 <property name="show_icons">False</property>
92 <property name="sort_type">mru</property>
93 </object>
94 <packing>
95 <property name="expand">True</property>
96 <property name="fill">True</property>
97 <property name="position">1</property>
98 </packing>
99 </child>
100 </object>
101 <packing>
102 <property name="expand">True</property>
103 <property name="fill">True</property>
104 <property name="position">2</property>
105 </packing>
106 </child>
107 <child>
108 <object class="GtkHButtonBox" id="button-box">
109 <property name="visible">True</property>
110 <property name="can_focus">False</property>
111 <property name="resize_mode">immediate</property>
112 <property name="spacing">6</property>
113 <property name="layout_style">end</property>
114 <child>
115 <object class="GtkButton" id="cancel-button">
116 <property name="label" translatable="yes">Cancel</property>
117 <property name="visible">True</property>
118 <property name="can_focus">True</property>
119 <property name="receives_default">True</property>
120 </object>
121 <packing>
122 <property name="expand">True</property>
123 <property name="fill">True</property>
124 <property name="position">0</property>
125 </packing>
126 </child>
127 <child>
128 <object class="GtkButton" id="connect-button">
129 <property name="label" translatable="yes">Connect</property>
130 <property name="visible">True</property>
131 <property name="can_focus">True</property>
132 <property name="receives_default">True</property>
133 </object>
134 <packing>
135 <property name="expand">True</property>
136 <property name="fill">True</property>
137 <property name="position">1</property>
138 </packing>
139 </child>
140 </object>
141 <packing>
142 <property name="expand">False</property>
143 <property name="fill">False</property>
144 <property name="pack_type">end</property>
145 <property name="position">3</property>
146 </packing>
147 </child>
148 </object>
149 </child>
150 </object>
151 </interface>
4646 static void
4747 remote_viewer_version(void)
4848 {
49 g_print(_("remote-viewer version %s\n"), VERSION BUILDID);
49 g_print(_("remote-viewer version %s"), VERSION BUILDID);
50 #ifdef REMOTE_VIEWER_OS_ID
51 g_print(" (OS ID: %s)", REMOTE_VIEWER_OS_ID);
52 #endif
53 g_print("\n");
5054 exit(EXIT_SUCCESS);
5155 }
5256
133137 g_printerr(_("%s\nRun '%s --help' to see a full list of available command line options\n"),
134138 error->message, base_name);
135139 g_free(base_name);
136 g_error_free(error);
137140 goto cleanup;
138141 }
139142
173176
174177 app = VIRT_VIEWER_APP(viewer);
175178
176 if (!virt_viewer_app_start(app))
179 if (!virt_viewer_app_start(app, &error)) {
180 if (g_error_matches(error, VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_CANCELLED))
181 ret = 0;
182 else if (error) {
183 virt_viewer_app_simple_message_dialog(app, error->message);
184 }
177185 goto cleanup;
186 }
178187
179188 g_signal_connect(virt_viewer_app_get_session(app), "session-connected",
180189 G_CALLBACK(connected), app);
188197 if (viewer)
189198 g_object_unref(viewer);
190199 g_strfreev(args);
200 g_clear_error(&error);
191201
192202 return ret;
193203 }
2929
3030 #ifdef HAVE_OVIRT
3131 #include <govirt/govirt.h>
32 #include "ovirt-foreign-menu.h"
33 #include "virt-viewer-vm-connection.h"
3234 #endif
3335
3436 #ifdef HAVE_SPICE_GTK
4345 #include "virt-viewer-file.h"
4446 #include "virt-viewer-session.h"
4547 #include "remote-viewer.h"
48 #include "remote-viewer-connect.h"
4649
4750 #ifndef G_VALUE_INIT /* see bug https://bugzilla.gnome.org/show_bug.cgi?id=654793 */
4851 #define G_VALUE_INIT { 0, { { 0 } } }
5356 SpiceCtrlController *controller;
5457 SpiceCtrlForeignMenu *ctrl_foreign_menu;
5558 #endif
56 GtkWidget *controller_menu;
57 GtkWidget *foreign_menu;
59 #ifdef HAVE_OVIRT
60 OvirtForeignMenu *ovirt_foreign_menu;
61 #endif
5862 gboolean open_recent_dialog;
5963 };
6064
7175 PROP_OPEN_RECENT_DIALOG
7276 };
7377
74 static gboolean remote_viewer_start(VirtViewerApp *self);
78 #ifdef HAVE_OVIRT
79 static OvirtVm * choose_vm(GtkWindow *main_window,
80 char **vm_name,
81 OvirtCollection *vms,
82 GError **error);
83 #endif
84
85 static gboolean remote_viewer_start(VirtViewerApp *self, GError **error);
7586 #ifdef HAVE_SPICE_GTK
7687 static gboolean remote_viewer_activate(VirtViewerApp *self, GError **error);
7788 static void remote_viewer_window_added(VirtViewerApp *self, VirtViewerWindow *win);
7889 static void spice_foreign_menu_updated(RemoteViewer *self);
79 static gint connect_dialog(gchar **uri);
90 #endif
8091
8192 static void
8293 remote_viewer_dispose (GObject *object)
8394 {
95 #if defined(HAVE_SPICE_GTK) || defined(HAVE_OVIRT)
8496 RemoteViewer *self = REMOTE_VIEWER(object);
8597 RemoteViewerPrivate *priv = self->priv;
86
98 #endif
99
100 #ifdef HAVE_SPICE_GTK
87101 if (priv->controller) {
88102 g_object_unref(priv->controller);
89103 priv->controller = NULL;
93107 g_object_unref(priv->ctrl_foreign_menu);
94108 priv->ctrl_foreign_menu = NULL;
95109 }
110 #endif
111
112 #ifdef HAVE_OVIRT
113 if (priv->ovirt_foreign_menu) {
114 g_object_unref(priv->ovirt_foreign_menu);
115 priv->ovirt_foreign_menu = NULL;
116 }
117 #endif
96118
97119 G_OBJECT_CLASS(remote_viewer_parent_class)->dispose (object);
98120 }
99 #endif
100121
101122 static void
102123 remote_viewer_get_property (GObject *object, guint property_id,
155176 RemoteViewerPrivate *priv = self->priv;
156177
157178 if (connect_error && priv->open_recent_dialog) {
158 if (virt_viewer_app_start(app)) {
179 if (virt_viewer_app_start(app, NULL)) {
159180 return;
160181 }
161182 }
176197
177198 app_class->start = remote_viewer_start;
178199 app_class->deactivated = remote_viewer_deactivated;
179 #ifdef HAVE_SPICE_GTK
180200 object_class->dispose = remote_viewer_dispose;
201 #ifdef HAVE_SPICE_GTK
181202 app_class->activate = remote_viewer_activate;
182203 app_class->window_added = remote_viewer_window_added;
183 #endif
184
185 #ifdef HAVE_SPICE_GTK
204
186205 g_object_class_install_property(object_class,
187206 PROP_CONTROLLER,
188207 g_param_spec_object("controller",
395414 }
396415
397416 static void
398 spice_menu_update_each(gpointer key G_GNUC_UNUSED,
399 gpointer value,
417 spice_menu_update_each(gpointer value,
400418 gpointer user_data)
401419 {
402420 spice_menu_update(REMOTE_VIEWER(user_data), VIRT_VIEWER_WINDOW(value));
405423 static void
406424 spice_ctrl_menu_updated(RemoteViewer *self)
407425 {
408 GHashTable *windows = virt_viewer_app_get_windows(VIRT_VIEWER_APP(self));
426 GList *windows = virt_viewer_app_get_windows(VIRT_VIEWER_APP(self));
409427
410428 g_debug("Spice controller menu updated");
411429
412 g_hash_table_foreach(windows, spice_menu_update_each, self);
413 }
414
415 static void
416 foreign_menu_update(RemoteViewer *self, VirtViewerWindow *win)
430 g_list_foreach(windows, spice_menu_update_each, self);
431 }
432
433 static void
434 spice_foreign_menu_update(RemoteViewer *self, VirtViewerWindow *win)
417435 {
418436 GtkWidget *menuitem = g_object_get_data(G_OBJECT(win), "foreign-menu");
419437 SpiceCtrlMenu *menu;
444462 }
445463
446464 static void
447 foreign_menu_update_each(gpointer key G_GNUC_UNUSED,
448 gpointer value,
449 gpointer user_data)
450 {
451 foreign_menu_update(REMOTE_VIEWER(user_data), VIRT_VIEWER_WINDOW(value));
465 spice_foreign_menu_update_each(gpointer value,
466 gpointer user_data)
467 {
468 spice_foreign_menu_update(REMOTE_VIEWER(user_data), VIRT_VIEWER_WINDOW(value));
452469 }
453470
454471 static void
455472 spice_foreign_menu_updated(RemoteViewer *self)
456473 {
457 GHashTable *windows = virt_viewer_app_get_windows(VIRT_VIEWER_APP(self));
474 GList *windows = virt_viewer_app_get_windows(VIRT_VIEWER_APP(self));
458475
459476 g_debug("Spice foreign menu updated");
460477
461 g_hash_table_foreach(windows, foreign_menu_update_each, self);
478 g_list_foreach(windows, spice_foreign_menu_update_each, self);
462479 }
463480
464481 static SpiceSession *
615632 }
616633
617634 static void
618 remote_viewer_window_added(VirtViewerApp *app G_GNUC_UNUSED,
635 remote_viewer_window_added(VirtViewerApp *app,
619636 VirtViewerWindow *win)
620637 {
621638 spice_menu_update(REMOTE_VIEWER(app), win);
622 foreign_menu_update(REMOTE_VIEWER(app), win);
639 spice_foreign_menu_update(REMOTE_VIEWER(app), win);
623640 }
624641 #endif
625642
626643 #ifdef HAVE_OVIRT
627644 static gboolean
628 parse_ovirt_uri(const gchar *uri_str, char **rest_uri, char **name)
645 parse_ovirt_uri(const gchar *uri_str, char **rest_uri, char **name, char **username)
629646 {
630647 char *vm_name = NULL;
631648 char *rel_path;
638655 g_return_val_if_fail(name != NULL, FALSE);
639656
640657 uri = xmlParseURI(uri_str);
641 if (uri == NULL)
642 return FALSE;
658 g_return_val_if_fail(uri != NULL, FALSE);
643659
644660 if (g_strcmp0(uri->scheme, "ovirt") != 0) {
645661 xmlFreeURI(uri);
646662 return FALSE;
647663 }
648664
665 if (username && uri->user)
666 *username = g_strdup(uri->user);
667
649668 if (uri->path == NULL) {
669 *name = NULL;
670 *rest_uri = g_strdup(uri->server);
671 xmlFreeURI(uri);
672 return TRUE;
673 }
674
675 if (*uri->path != '/') {
650676 xmlFreeURI(uri);
651677 return FALSE;
652678 }
657683 element_count = g_strv_length(path_elements);
658684 if (element_count == 0) {
659685 g_strfreev(path_elements);
660 xmlFreeURI(uri);
661686 return FALSE;
662687 }
663688 vm_name = path_elements[element_count-1];
665690
666691 /* build final URI */
667692 rel_path = g_strjoinv("/", path_elements);
668 /* FIXME: how to decide between http and https? */
669 *rest_uri = g_strdup_printf("https://%s/%s/api/", uri->server, rel_path);
693 *rest_uri = g_strdup_printf("%s%s", uri->server, rel_path);
670694 *name = vm_name;
671695 g_free(rel_path);
672696 g_strfreev(path_elements);
682706 authenticate_cb(RestProxy *proxy, G_GNUC_UNUSED RestProxyAuth *auth,
683707 G_GNUC_UNUSED gboolean retrying, gpointer user_data)
684708 {
685 gchar *username;
686 gchar *password;
709 gchar *username = NULL;
710 gchar *password = NULL;
687711 VirtViewerWindow *window;
712 gboolean success = FALSE;
713
714 g_object_get(proxy,
715 "username", &username,
716 NULL);
717
718 if (username == NULL || *username == '\0')
719 username = g_strdup(g_get_user_name());
688720
689721 window = virt_viewer_app_get_main_window(VIRT_VIEWER_APP(user_data));
690 int ret = virt_viewer_auth_collect_credentials(virt_viewer_window_get_window(window),
722 success = virt_viewer_auth_collect_credentials(virt_viewer_window_get_window(window),
691723 "oVirt",
692724 NULL,
693725 &username, &password);
694 if (ret < 0) {
695 return FALSE;
696 } else {
726 if (success) {
697727 g_object_set(G_OBJECT(proxy),
698728 "username", username,
699729 "password", password,
700730 NULL);
701 g_free(username);
702 g_free(password);
703 return TRUE;
704 }
731 #ifdef HAVE_OVIRT_CANCEL
732 } else {
733 rest_proxy_auth_cancel(auth);
734 #endif
735 }
736
737 g_free(username);
738 g_free(password);
739 return success;
740 }
741
742 static void
743 ovirt_foreign_menu_update(RemoteViewer *app, VirtViewerWindow *win)
744 {
745 GtkWidget *menu = g_object_get_data(G_OBJECT(win), "foreign-menu");
746 GtkWidget *submenu;
747 GtkMenuShell *shell = GTK_MENU_SHELL(gtk_builder_get_object(virt_viewer_window_get_builder(win), "top-menu"));
748
749 if (app->priv->ovirt_foreign_menu == NULL) {
750 /* nothing to do */
751 return;
752 }
753 if (menu == NULL) {
754 menu = gtk_menu_item_new_with_label(_("_Change CD"));
755 gtk_menu_item_set_use_underline(GTK_MENU_ITEM(menu), TRUE);
756 gtk_menu_shell_append(shell, menu);
757 g_object_set_data_full(G_OBJECT(win), "foreign-menu",
758 g_object_ref(menu),
759 (GDestroyNotify)gtk_widget_destroy);
760 }
761
762 submenu = ovirt_foreign_menu_get_gtk_menu(app->priv->ovirt_foreign_menu);
763 if (submenu != NULL) {
764 gtk_menu_item_set_submenu(GTK_MENU_ITEM(menu), submenu);
765 } else {
766 /* No items to show, no point in showing the menu */
767 g_object_set_data(G_OBJECT(win), "foreign-menu", NULL);
768 }
769
770 gtk_widget_show_all(menu);
771 }
772
773 static void
774 ovirt_foreign_menu_update_each(gpointer value,
775 gpointer user_data)
776 {
777 ovirt_foreign_menu_update(REMOTE_VIEWER(user_data),
778 VIRT_VIEWER_WINDOW(value));
779 }
780
781 static void
782 ovirt_foreign_menu_updated(RemoteViewer *self)
783 {
784 GList *windows = virt_viewer_app_get_windows(VIRT_VIEWER_APP(self));
785
786 g_debug("Spice foreign menu updated");
787
788 g_list_foreach(windows, ovirt_foreign_menu_update_each, self);
789 }
790
791 static void
792 ovirt_foreign_menu_changed(OvirtForeignMenu *foreign_menu G_GNUC_UNUSED,
793 GParamSpec *pspec G_GNUC_UNUSED,
794 VirtViewerApp *app)
795 {
796 ovirt_foreign_menu_updated(REMOTE_VIEWER(app));
797 }
798
799
800 static void
801 virt_viewer_app_set_ovirt_foreign_menu(VirtViewerApp *app,
802 OvirtForeignMenu *foreign_menu)
803 {
804 RemoteViewer *self;
805 g_return_if_fail(REMOTE_VIEWER_IS(app));
806 g_return_if_fail(OVIRT_IS_FOREIGN_MENU(foreign_menu));
807
808 self = REMOTE_VIEWER(app);
809 if (self->priv->ovirt_foreign_menu != NULL) {
810 g_object_unref(G_OBJECT(self->priv->ovirt_foreign_menu));
811 }
812 self->priv->ovirt_foreign_menu = foreign_menu;
813 g_signal_connect(G_OBJECT(foreign_menu), "notify::file",
814 (GCallback)ovirt_foreign_menu_changed, app);
815 g_signal_connect(G_OBJECT(foreign_menu), "notify::files",
816 (GCallback)ovirt_foreign_menu_changed, app);
817 g_signal_connect(G_OBJECT(app), "window-added",
818 (GCallback)ovirt_foreign_menu_update, NULL);
819 ovirt_foreign_menu_start(foreign_menu);
705820 }
706821
707822
708823 static gboolean
709 create_ovirt_session(VirtViewerApp *app, const char *uri)
824 create_ovirt_session(VirtViewerApp *app, const char *uri, GError **err)
710825 {
711826 OvirtProxy *proxy = NULL;
712827 OvirtApi *api = NULL;
717832 GError *error = NULL;
718833 char *rest_uri = NULL;
719834 char *vm_name = NULL;
835 char *username = NULL;
720836 gboolean success = FALSE;
721837 guint port;
722838 guint secure_port;
839 char *proxy_url = NULL;
723840 OvirtVmDisplayType type;
724841 const char *session_type;
725842
728845 gchar *ghost = NULL;
729846 gchar *ticket = NULL;
730847 gchar *host_subject = NULL;
848 gchar *guid = NULL;
731849
732850 g_return_val_if_fail(VIRT_VIEWER_IS_APP(app), FALSE);
733851
734 if (!parse_ovirt_uri(uri, &rest_uri, &vm_name))
852 if (!parse_ovirt_uri(uri, &rest_uri, &vm_name, &username)) {
853 g_set_error_literal(&error, VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
854 _("failed to parse ovirt uri"));
735855 goto error;
856 }
857
736858 proxy = ovirt_proxy_new(rest_uri);
737 if (proxy == NULL)
738 goto error;
859 g_object_set(proxy,
860 "username", username,
861 NULL);
739862 ovirt_set_proxy_options(proxy);
740863 g_signal_connect(G_OBJECT(proxy), "authenticate",
741864 G_CALLBACK(authenticate_cb), app);
743866 api = ovirt_proxy_fetch_api(proxy, &error);
744867 if (error != NULL) {
745868 g_debug("failed to get oVirt 'api' collection: %s", error->message);
869 #ifdef HAVE_OVIRT_CANCEL
870 if (g_error_matches(error, OVIRT_REST_CALL_ERROR, OVIRT_REST_CALL_ERROR_CANCELLED)) {
871 g_clear_error(&error);
872 g_set_error_literal(&error,
873 VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_CANCELLED,
874 _("Authentication was cancelled"));
875 }
876 #endif
746877 goto error;
747878 }
748879 vms = ovirt_api_get_vms(api);
751882 g_debug("failed to lookup %s: %s", vm_name, error->message);
752883 goto error;
753884 }
754 vm = OVIRT_VM(ovirt_collection_lookup_resource(vms, vm_name));
755 g_return_val_if_fail(vm != NULL, FALSE);
885 if (vm_name == NULL ||
886 (vm = OVIRT_VM(ovirt_collection_lookup_resource(vms, vm_name))) == NULL) {
887 VirtViewerWindow *main_window = virt_viewer_app_get_main_window(app);
888 vm = choose_vm(virt_viewer_window_get_window(main_window),
889 &vm_name,
890 vms,
891 &error);
892 if (vm == NULL) {
893 goto error;
894 }
895 }
756896 g_object_get(G_OBJECT(vm), "state", &state, NULL);
757897 if (state != OVIRT_VM_STATE_UP) {
758 g_debug("oVirt VM %s is not running", vm_name);
898 g_set_error(&error, VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
899 _("oVirt VM %s is not running"), vm_name);
900 g_debug("%s", error->message);
759901 goto error;
760902 }
903 g_object_set(app, "guest-name", vm_name, NULL);
761904
762905 if (!ovirt_vm_get_ticket(vm, proxy, &error)) {
763906 g_debug("failed to get ticket for %s: %s", vm_name, error->message);
764907 goto error;
765908 }
766909
767 g_object_get(G_OBJECT(vm), "display", &display, NULL);
910 g_object_get(G_OBJECT(vm), "display", &display, "guid", &guid, NULL);
768911 if (display == NULL) {
912 g_set_error(&error, VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
913 _("oVirt VM %s has no display"), vm_name);
769914 goto error;
915 }
916
917 if (guid != NULL) {
918 g_object_set(app, "uuid", guid, NULL);
770919 }
771920
772921 g_object_get(G_OBJECT(display),
776925 "secure-port", &secure_port,
777926 "ticket", &ticket,
778927 "host-subject", &host_subject,
928 "proxy-url", &proxy_url,
779929 NULL);
780 gport = g_strdup_printf("%d", port);
781 gtlsport = g_strdup_printf("%d", secure_port);
930 if (port != 0) {
931 gport = g_strdup_printf("%d", port);
932 }
933 if (secure_port != 0) {
934 gtlsport = g_strdup_printf("%d", secure_port);
935 }
936
937 if (ghost == NULL) {
938 g_set_error(&error, VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
939 _("oVirt VM %s has no host information"), vm_name);
940 g_debug("%s", error->message);
941 goto error;
942 }
782943
783944 if (type == OVIRT_VM_DISPLAY_SPICE) {
784945 session_type = "spice";
785946 } else if (type == OVIRT_VM_DISPLAY_VNC) {
786947 session_type = "vnc";
787948 } else {
788 g_debug("Unknown display type: %d", type);
949 g_set_error(&error, VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
950 _("oVirt VM %s has unknown display type: %d"), vm_name, type);
951 g_debug("%s", error->message);
789952 goto error;
953 }
954
955 {
956 OvirtForeignMenu *ovirt_menu = ovirt_foreign_menu_new(proxy);
957 g_object_set(G_OBJECT(ovirt_menu), "api", api, "vm", vm, NULL);
958 virt_viewer_app_set_ovirt_foreign_menu(app, ovirt_menu);
790959 }
791960
792961 virt_viewer_app_set_connect_info(app, NULL, ghost, gport, gtlsport,
793962 session_type, NULL, NULL, 0, NULL);
794963
795 if (virt_viewer_app_create_session(app, session_type) < 0)
964 if (!virt_viewer_app_create_session(app, session_type, &error))
796965 goto error;
797966
798967 #ifdef HAVE_SPICE_GTK
804973 g_object_set(G_OBJECT(session),
805974 "password", ticket,
806975 "cert-subject", host_subject,
976 "proxy", proxy_url,
807977 NULL);
808978 g_object_get(G_OBJECT(proxy), "ca-cert", &ca_cert, NULL);
809979 if (ca_cert != NULL) {
818988 success = TRUE;
819989
820990 error:
991 g_free(username);
821992 g_free(rest_uri);
822993 g_free(vm_name);
823994 g_free(ticket);
825996 g_free(gtlsport);
826997 g_free(ghost);
827998 g_free(host_subject);
999 g_free(guid);
1000 g_free(proxy_url);
8281001
8291002 if (error != NULL)
830 g_error_free(error);
1003 g_propagate_error(err, error);
8311004 if (display != NULL)
8321005 g_object_unref(display);
8331006 if (vm != NULL)
8421015
8431016 #endif
8441017
845 static void entry_icon_release_cb(GtkEntry* entry, gpointer data G_GNUC_UNUSED)
846 {
847 gtk_entry_set_text(entry, "");
848 gtk_widget_grab_focus(GTK_WIDGET(entry));
849 }
850
851 static void entry_changed_cb(GtkEditable* entry, gpointer data G_GNUC_UNUSED)
852 {
853 gboolean rtl = (gtk_widget_get_direction(GTK_WIDGET(entry)) == GTK_TEXT_DIR_RTL);
854 gboolean active = gtk_entry_get_text_length(GTK_ENTRY(entry)) > 0;
855
856 g_object_set(entry,
857 "secondary-icon-name", active ? (rtl ? "edit-clear-rtl-symbolic" : "edit-clear-symbolic") : NULL,
858 "secondary-icon-activatable", active,
859 "secondary-icon-sensitive", active,
860 NULL);
861 }
862
863 static void
864 recent_selection_changed_dialog_cb(GtkRecentChooser *chooser, gpointer data)
865 {
866 GtkRecentInfo *info;
867 GtkWidget *entry = data;
868 const gchar *uri;
869
870 info = gtk_recent_chooser_get_current_item(chooser);
871 if (info == NULL)
872 return;
873
874 uri = gtk_recent_info_get_uri(info);
875 g_return_if_fail(uri != NULL);
876
877 gtk_entry_set_text(GTK_ENTRY(entry), uri);
878
879 gtk_recent_info_unref(info);
880 }
881
882 static void
883 recent_item_activated_dialog_cb(GtkRecentChooser *chooser G_GNUC_UNUSED, gpointer data)
884 {
885 gtk_dialog_response(GTK_DIALOG (data), GTK_RESPONSE_ACCEPT);
886 }
887
888 static void make_label_light(GtkLabel* label)
889 {
890 PangoAttrList* attributes = pango_attr_list_new();
891 #if GTK_CHECK_VERSION(3, 0, 0)
892 gtk_style_context_add_class(gtk_widget_get_style_context(GTK_WIDGET(label)), "dim-label");
893 #else
894 GtkStyle* style = gtk_widget_get_style(GTK_WIDGET(label));
895 GdkColor* c = &style->text[GTK_STATE_INSENSITIVE];
896 pango_attr_list_insert(attributes, pango_attr_foreground_new(c->red, c->green, c->blue));
897 #endif
898 pango_attr_list_insert(attributes, pango_attr_scale_new(0.9));
899 gtk_label_set_attributes(label, attributes);
900 pango_attr_list_unref(attributes);
901 }
902
903 static void make_label_bold(GtkLabel* label)
904 {
905 PangoAttrList* attributes = pango_attr_list_new();
906 pango_attr_list_insert(attributes, pango_attr_weight_new(PANGO_WEIGHT_BOLD));
907 gtk_label_set_attributes(label, attributes);
908 pango_attr_list_unref(attributes);
909
910 }
911
912 static gint
913 connect_dialog(gchar **uri)
914 {
915 GtkWidget *dialog, *area, *box, *label, *entry, *recent;
916 #if !GTK_CHECK_VERSION(3, 0, 0)
917 GtkWidget *alignment;
918 #endif
919 GtkRecentFilter *rfilter;
920 gint retval;
921
922 /* Create the widgets */
923 dialog = gtk_dialog_new_with_buttons(_("Connection details"),
924 NULL,
925 GTK_DIALOG_DESTROY_WITH_PARENT,
926 GTK_STOCK_CANCEL,
927 GTK_RESPONSE_REJECT,
928 GTK_STOCK_CONNECT,
929 GTK_RESPONSE_ACCEPT,
930 NULL);
931 gtk_dialog_set_default_response(GTK_DIALOG(dialog), GTK_RESPONSE_ACCEPT);
932 gtk_container_set_border_width(GTK_CONTAINER(dialog), 5);
933 area = gtk_dialog_get_content_area(GTK_DIALOG(dialog));
934 box = gtk_vbox_new(FALSE, 6);
935 gtk_container_set_border_width(GTK_CONTAINER(box), 5);
936 gtk_box_pack_start(GTK_BOX(area), box, TRUE, TRUE, 0);
937
938 label = gtk_label_new_with_mnemonic(_("_Connection Address"));
939 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
940 gtk_box_pack_start(GTK_BOX(box), label, TRUE, TRUE, 0);
941 entry = GTK_WIDGET(gtk_entry_new());
942 gtk_entry_set_activates_default(GTK_ENTRY(entry), TRUE);
943 g_object_set(entry, "width-request", 200, NULL);
944 g_signal_connect(entry, "changed", G_CALLBACK(entry_changed_cb), entry);
945 g_signal_connect(entry, "icon-release", G_CALLBACK(entry_icon_release_cb), entry);
946 gtk_box_pack_start(GTK_BOX(box), entry, TRUE, TRUE, 0);
947 gtk_label_set_mnemonic_widget(GTK_LABEL(label), entry);
948 make_label_bold(GTK_LABEL(label));
949
950 label = gtk_label_new(_("For example, spice://foo.example.org:5900"));
951 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
952 make_label_light(GTK_LABEL(label));
953 #if GTK_CHECK_VERSION(3, 0, 0)
954 gtk_box_pack_start(GTK_BOX(box), label, TRUE, TRUE, 0);
955 gtk_widget_set_margin_bottom(label, 12);
956 #else
957 alignment = gtk_alignment_new(0, 0, 1, 1);
958 gtk_alignment_set_padding(GTK_ALIGNMENT(alignment), 0, 12, 0, 0);
959 gtk_container_add(GTK_CONTAINER(alignment), label);
960 gtk_box_pack_start(GTK_BOX(box), alignment, TRUE, TRUE, 0);
961 #endif
962
963 label = gtk_label_new_with_mnemonic(_("_Recent Connections"));
964 make_label_bold(GTK_LABEL(label));
965 gtk_box_pack_start(GTK_BOX(box), label, TRUE, TRUE, 0);
966 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
967
968 recent = GTK_WIDGET(gtk_recent_chooser_widget_new());
969 gtk_recent_chooser_set_show_icons(GTK_RECENT_CHOOSER(recent), FALSE);
970 gtk_recent_chooser_set_sort_type(GTK_RECENT_CHOOSER(recent), GTK_RECENT_SORT_MRU);
971 gtk_box_pack_start(GTK_BOX(box), recent, TRUE, TRUE, 0);
972 gtk_label_set_mnemonic_widget(GTK_LABEL(label), recent);
973
974 rfilter = gtk_recent_filter_new();
975 gtk_recent_filter_add_mime_type(rfilter, "application/x-spice");
976 gtk_recent_filter_add_mime_type(rfilter, "application/x-vnc");
977 gtk_recent_filter_add_mime_type(rfilter, "application/x-virt-viewer");
978 gtk_recent_chooser_set_filter(GTK_RECENT_CHOOSER(recent), rfilter);
979 gtk_recent_chooser_set_local_only(GTK_RECENT_CHOOSER(recent), FALSE);
980 g_signal_connect(recent, "selection-changed",
981 G_CALLBACK(recent_selection_changed_dialog_cb), entry);
982 g_signal_connect(recent, "item-activated",
983 G_CALLBACK(recent_item_activated_dialog_cb), dialog);
984
985 /* show and wait for response */
986 gtk_widget_show_all(dialog);
987 if (gtk_dialog_run(GTK_DIALOG(dialog)) == GTK_RESPONSE_ACCEPT) {
988 *uri = g_strdup(gtk_entry_get_text(GTK_ENTRY(entry)));
989 g_strstrip(*uri);
990 retval = 0;
991 } else {
992 *uri = NULL;
993 retval = -1;
994 }
995 gtk_widget_destroy(dialog);
996
997 return retval;
998 }
1018 #ifdef HAVE_OVIRT
1019 static OvirtVm *
1020 choose_vm(GtkWindow *main_window,
1021 char **vm_name,
1022 OvirtCollection *vms_collection,
1023 GError **error)
1024 {
1025 GtkListStore *model;
1026 GtkTreeIter iter;
1027 GHashTable *vms;
1028 GHashTableIter vms_iter;
1029 OvirtVmState state;
1030 OvirtVm *vm;
1031
1032 g_return_val_if_fail(vm_name != NULL, NULL);
1033 free(*vm_name);
1034
1035 model = gtk_list_store_new(1, G_TYPE_STRING);
1036
1037 vms = ovirt_collection_get_resources(vms_collection);
1038 g_hash_table_iter_init(&vms_iter, vms);
1039 while (g_hash_table_iter_next(&vms_iter, (gpointer *) vm_name, (gpointer *) &vm)) {
1040 g_object_get(G_OBJECT(vm), "state", &state, NULL);
1041 if (state == OVIRT_VM_STATE_UP) {
1042 gtk_list_store_append(model, &iter);
1043 gtk_list_store_set(model, &iter, 0, *vm_name, -1);
1044 }
1045 }
1046
1047 *vm_name = virt_viewer_vm_connection_choose_name_dialog(main_window,
1048 GTK_TREE_MODEL(model),
1049 error);
1050 g_object_unref(model);
1051 if (*vm_name == NULL)
1052 return NULL;
1053
1054 vm = OVIRT_VM(ovirt_collection_lookup_resource(vms_collection, *vm_name));
1055
1056 return vm;
1057 }
1058 #endif
9991059
10001060 static gboolean
1001 remote_viewer_start(VirtViewerApp *app)
1061 remote_viewer_start(VirtViewerApp *app, GError **err)
10021062 {
10031063 g_return_val_if_fail(REMOTE_VIEWER_IS(app), FALSE);
10041064
10151075 g_signal_connect(app, "notify", G_CALLBACK(app_notified), self);
10161076
10171077 if (priv->controller) {
1018 if (virt_viewer_app_create_session(app, "spice") < 0) {
1019 virt_viewer_app_simple_message_dialog(app, _("Couldn't create a Spice session"));
1078 if (!virt_viewer_app_create_session(app, "spice", &error)) {
1079 g_debug("Couldn't create a Spice session");
10201080 goto cleanup;
10211081 }
10221082
10351095 #endif
10361096 retry_dialog:
10371097 if (priv->open_recent_dialog) {
1038 if (connect_dialog(&guri) != 0)
1098 if (!remote_viewer_connect_dialog(&guri)) {
1099 g_set_error_literal(&error,
1100 VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_CANCELLED,
1101 _("No connection was chosen"));
1102 g_propagate_error(err, error);
10391103 return FALSE;
1104 }
10401105 g_object_set(app, "guri", guri, NULL);
10411106 } else
10421107 g_object_get(app, "guri", &guri, NULL);
10511116 vvfile = virt_viewer_file_new(path, &error);
10521117 g_free(path);
10531118 if (error) {
1054 virt_viewer_app_simple_message_dialog(app, _("Invalid file %s"), guri);
1119 g_prefix_error(&error, _("Invalid file %s: "), guri);
10551120 g_warning("%s", error->message);
1056 g_clear_error(&error);
10571121 goto cleanup;
10581122 }
10591123 g_object_get(G_OBJECT(vvfile), "type", &type, NULL);
10601124 } else if (virt_viewer_util_extract_host(guri, &type, NULL, NULL, NULL, NULL) < 0 || type == NULL) {
1061 virt_viewer_app_simple_message_dialog(app, _("Cannot determine the connection type from URI"));
1125 g_set_error_literal(&error,
1126 VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
1127 _("Cannot determine the connection type from URI"));
10621128 goto cleanup;
10631129 }
10641130 #ifdef HAVE_OVIRT
10651131 if (g_strcmp0(type, "ovirt") == 0) {
1066 if (!create_ovirt_session(app, guri)) {
1067 virt_viewer_app_simple_message_dialog(app, _("Couldn't open oVirt session"));
1132 if (!create_ovirt_session(app, guri, &error)) {
1133 g_prefix_error(&error, _("Couldn't open oVirt session: "));
10681134 goto cleanup;
10691135 }
10701136 } else
10711137 #endif
10721138 {
1073 if (virt_viewer_app_create_session(app, type) < 0) {
1074 virt_viewer_app_simple_message_dialog(app, _("Couldn't create a session for this type: %s"), type);
1139 if (!virt_viewer_app_create_session(app, type, &error))
10751140 goto cleanup;
1141 }
1142
1143 virt_viewer_session_set_file(virt_viewer_app_get_session(app), vvfile);
1144 #ifdef HAVE_OVIRT
1145 if (vvfile != NULL) {
1146 OvirtForeignMenu *ovirt_menu;
1147 ovirt_menu = ovirt_foreign_menu_new_from_file(vvfile);
1148 if (ovirt_menu != NULL) {
1149 virt_viewer_app_set_ovirt_foreign_menu(app, ovirt_menu);
10761150 }
10771151 }
1078
1079 virt_viewer_session_set_file(virt_viewer_app_get_session(app), vvfile);
1152 #endif
10801153
10811154 if (!virt_viewer_app_initial_connect(app, &error)) {
1082 const gchar *msg = error ? error->message :
1083 _("Failed to initiate connection");
1084
1085 virt_viewer_app_simple_message_dialog(app, msg);
1086 g_clear_error(&error);
1155 if (error == NULL) {
1156 g_set_error_literal(&error,
1157 VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
1158 _("Failed to initiate connection"));
1159 }
10871160 goto cleanup;
10881161 }
10891162 #ifdef HAVE_SPICE_GTK
10901163 }
10911164 #endif
10921165
1093 ret = VIRT_VIEWER_APP_CLASS(remote_viewer_parent_class)->start(app);
1166 ret = VIRT_VIEWER_APP_CLASS(remote_viewer_parent_class)->start(app, &error);
10941167
10951168 cleanup:
10961169 g_clear_object(&file);
11011174 type = NULL;
11021175
11031176 if (!ret && priv->open_recent_dialog) {
1177 g_clear_error(&error);
11041178 goto retry_dialog;
11051179 }
1180 if (error != NULL)
1181 g_propagate_error(err, error);
11061182
11071183 return ret;
11081184 }
0 /* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
1 /*
2 * Virt Viewer: A virtual machine console viewer
3 *
4 * Copyright (C) 2015 Red Hat, Inc.
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
20
21 #include <config.h>
22 #include <glib.h>
23 #include <virt-viewer-util.h>
24
25 gboolean doDebug = FALSE;
26
27 int main(void)
28 {
29 g_assert(virt_viewer_compare_buildid("1-1", "1-1") == 0);
30 g_assert(virt_viewer_compare_buildid("1-1", "1-1.1") < 0);
31 g_assert(virt_viewer_compare_buildid("1-1", "1-2") < 0);
32 g_assert(virt_viewer_compare_buildid("1-3", "1-2") > 0);
33 g_assert(virt_viewer_compare_buildid("2-3", "1-2") > 0);
34 g_assert(virt_viewer_compare_buildid("2-3", "3-2") < 0);
35 g_assert(virt_viewer_compare_buildid("2-3", "3-4") < 0);
36 g_assert(virt_viewer_compare_buildid("4-3", "3-4") > 0);
37
38 g_assert(virt_viewer_compare_buildid("4.0-", "3-4") > 0);
39 g_assert(virt_viewer_compare_buildid("4.0-", "3.4-4") > 0);
40 g_assert(virt_viewer_compare_buildid(".0-", "3.4-4") < 0);
41 g_assert(virt_viewer_compare_buildid("4-", "3-4") > 0);
42 g_assert(virt_viewer_compare_buildid("4-3", "3-") > 0);
43 g_assert(virt_viewer_compare_buildid("-3", "3-4") < 0);
44 g_assert(virt_viewer_compare_buildid("4-3", "-4") > 0);
45 g_assert(virt_viewer_compare_buildid("-3", "-4") < 0);
46 g_assert(virt_viewer_compare_buildid("4", "3-4") > 0);
47 g_assert(virt_viewer_compare_buildid("4-3", "3") > 0);
48 g_assert(virt_viewer_compare_buildid("3", "3-4") < 0);
49 g_assert(virt_viewer_compare_buildid("4-3", "4") > 0);
50 g_assert(virt_viewer_compare_buildid("-3", "-4") < 0);
51
52 /* These trigger runtime warnings */
53 g_assert(virt_viewer_compare_buildid("-3", "-") > 0);
54 g_assert(virt_viewer_compare_buildid("", "-") == 0);
55 g_assert(virt_viewer_compare_buildid("", "") == 0);
56 g_assert(virt_viewer_compare_buildid("", NULL) == 0);
57 g_assert(virt_viewer_compare_buildid(NULL, NULL) == 0);
58
59 return 0;
60 }
324324
325325 if (priv->delayConnection) {
326326 g_source_remove(priv->delayConnection);
327 priv->delayConnection = 0;
327328 }
328329
329330 if (priv->forceClosing) {
6868
6969 #if !GLIB_CHECK_VERSION(2,32,0)
7070 GByteArray *g_byte_array_new_take (guint8 *data, gsize len);
71
72 #define G_SOURCE_CONTINUE TRUE
73 #define G_SOURCE_REMOVE FALSE
74 #endif
75
76 #if GLIB_CHECK_VERSION(2,31,0)
77 #define g_mutex_new() g_new0(GMutex, 1)
7178 #endif
7279
7380 G_END_DECLS
7979 static void virt_viewer_app_auth_refused(VirtViewerSession *session,
8080 const char *msg,
8181 VirtViewerApp *self);
82 static void virt_viewer_app_auth_failed(VirtViewerSession *session,
83 const char *msg,
82 static void virt_viewer_app_auth_unsupported(VirtViewerSession *session,
83 const char *msg,
8484 VirtViewerApp *self);
8585 static void virt_viewer_app_usb_failed(VirtViewerSession *session,
8686 const char *msg,
107107 struct _VirtViewerAppPrivate {
108108 VirtViewerWindow *main_window;
109109 GtkWidget *main_notebook;
110 GHashTable *windows;
111 GArray *initial_display_map;
110 GList *windows;
111 GHashTable *displays;
112 GHashTable *initial_display_map;
112113 gchar *clipboard;
113
114 GtkWidget *preferences;
115 GtkFileChooser *preferences_shared_folder;
114116 gboolean direct;
115117 gboolean verbose;
116118 gboolean enable_accel;
125127 gboolean active;
126128 gboolean connected;
127129 gboolean cancelled;
128 guint reconnect_poll; /* source id */
129130 char *unixsock;
130131 char *guri; /* prefered over ghost:gport */
131132 char *ghost;
139140 gchar *guest_name;
140141 gboolean grabbed;
141142 char *title;
143 char *uuid;
142144
143145 gint focused;
144146 GKeyFile *config;
168170 PROP_HAS_FOCUS,
169171 PROP_KIOSK,
170172 PROP_QUIT_ON_DISCONNECT,
173 PROP_UUID,
171174 };
172175
173176 enum {
255258 g_warning("failed to create config directory");
256259 g_free(dir);
257260
261 if (priv->uuid && priv->guest_name) {
262 // if there's no comment for this uuid settings group, add a comment
263 // with the vm name so user can make sense of it later.
264 gchar *comment = g_key_file_get_comment(priv->config, priv->uuid, NULL, &error);
265 if (error) {
266 g_debug("Unable to get comment from key file: %s", error->message);
267 g_clear_error(&error);
268 } else {
269 if (!comment || *comment == '\0')
270 g_key_file_set_comment(priv->config, priv->uuid, NULL, priv->guest_name, NULL);
271 }
272 g_free(comment);
273 }
274
258275 if ((data = g_key_file_to_data(priv->config, NULL, &error)) == NULL ||
259276 !g_file_set_contents(priv->config_file, data, -1, &error)) {
260277 g_warning("Couldn't save configuration: %s", error->message);
283300 gtk_main_quit();
284301 }
285302
286 gint virt_viewer_app_get_n_initial_displays(VirtViewerApp* self)
287 {
288 if (self->priv->initial_display_map)
289 return self->priv->initial_display_map->len;
290
303 static gint
304 get_n_client_monitors()
305 {
291306 return gdk_screen_get_n_monitors(gdk_screen_get_default());
292307 }
293308
309 GList* virt_viewer_app_get_initial_displays(VirtViewerApp* self)
310 {
311 if (!self->priv->initial_display_map) {
312 GList *l = NULL;
313 gint i;
314 gint n = get_n_client_monitors();
315
316 for (i = 0; i < n; i++) {
317 l = g_list_append(l, GINT_TO_POINTER(i));
318 }
319 return l;
320 }
321 return g_hash_table_get_keys(self->priv->initial_display_map);
322 }
323
324 static gint virt_viewer_app_get_first_monitor(VirtViewerApp *self)
325 {
326 if (self->priv->fullscreen && self->priv->initial_display_map) {
327 gint first = G_MAXINT;
328 GHashTableIter iter;
329 gpointer key, value;
330 g_hash_table_iter_init(&iter, self->priv->initial_display_map);
331 while (g_hash_table_iter_next(&iter, &key, &value)) {
332 gint monitor = GPOINTER_TO_INT(key);
333 first = MIN(first, monitor);
334 }
335 return first;
336 }
337 return 0;
338 }
339
294340 gint virt_viewer_app_get_initial_monitor_for_display(VirtViewerApp* self, gint display)
295341 {
296 gint monitor = -1;
342 gint monitor = display;
297343
298344 if (self->priv->initial_display_map) {
299 if (display < self->priv->initial_display_map->len)
300 monitor = g_array_index(self->priv->initial_display_map, gint, display);
301 } else {
302 monitor = display;
345 gpointer value = NULL;
346 if (g_hash_table_lookup_extended(self->priv->initial_display_map, GINT_TO_POINTER(display), NULL, &value)) {
347 monitor = GPOINTER_TO_INT(value);
348 } else {
349 monitor = -1;
350 }
351 }
352 if (monitor >= get_n_client_monitors()) {
353 g_debug("monitor for display %d does not exist", display);
354 monitor = -1;
303355 }
304356
305357 return monitor;
309361 app_window_try_fullscreen(VirtViewerApp *self G_GNUC_UNUSED,
310362 VirtViewerWindow *win, gint nth)
311363 {
312 GdkScreen *screen = gdk_screen_get_default();
313
314 if (nth >= gdk_screen_get_n_monitors(screen)) {
315 g_debug("skipping display %d", nth);
364 gint monitor = virt_viewer_app_get_initial_monitor_for_display(self, nth);
365 if (monitor == -1) {
366 g_debug("skipping fullscreen for display %d", nth);
316367 return;
317368 }
318369
319 virt_viewer_window_enter_fullscreen(win, nth);
320 }
321
322
323 void virt_viewer_app_set_uuid_string(VirtViewerApp* self, const gchar* uuid_string)
324 {
325 GArray* mapping = NULL;
326 GError* error = NULL;
327 gsize ndisplays = 0;
328 gint* displays = NULL;
329 gint nmonitors = gdk_screen_get_n_monitors(gdk_screen_get_default());
330
331 g_debug("%s: UUID changed to %s", G_STRFUNC, uuid_string);
332
333 displays = g_key_file_get_integer_list(self->priv->config,
334 uuid_string, "monitor-mapping", &ndisplays, &error);
370 virt_viewer_window_enter_fullscreen(win, monitor);
371 }
372
373
374 static GHashTable*
375 virt_viewer_app_parse_monitor_mappings(gchar **mappings, gsize nmappings)
376 {
377 gint nmonitors = get_n_client_monitors();
378 GHashTable *displaymap = g_hash_table_new(g_direct_hash, g_direct_equal);
379 GHashTable *monitormap = g_hash_table_new(g_direct_hash, g_direct_equal);
380 int i = 0;
381 int max_display_id = 0;
382 gchar **tokens = NULL;
383
384 for (i = 0; i < nmappings; i++) {
385 gchar *endptr = NULL;
386 gint display = 0, monitor = 0;
387
388 tokens = g_strsplit(mappings[i], ":", 2);
389 if (g_strv_length(tokens) != 2) {
390 g_warning("Invalid monitor-mapping configuration: '%s'. "
391 "Expected format is '<DISPLAY-ID>:<MONITOR-ID>'",
392 mappings[i]);
393 g_strfreev(tokens);
394 goto configerror;
395 }
396
397 display = strtol(tokens[0], &endptr, 10);
398 if ((endptr && *endptr != '\0') || display < 1) {
399 g_warning("Invalid monitor-mapping configuration: display id is invalid: %s %p='%s'", tokens[0], endptr, endptr);
400 g_strfreev(tokens);
401 goto configerror;
402 }
403 monitor = strtol(tokens[1], &endptr, 10);
404 if ((endptr && *endptr != '\0') || monitor < 1) {
405 g_warning("Invalid monitor-mapping configuration: monitor id '%s' is invalid", tokens[1]);
406 g_strfreev(tokens);
407 goto configerror;
408 }
409 g_strfreev(tokens);
410
411 if (monitor > nmonitors)
412 g_warning("Initial monitor #%i for display #%i does not exist, skipping...", monitor, display);
413 else {
414 /* config file format is 1-based, not 0-based */
415 display--;
416 monitor--;
417
418 if (g_hash_table_lookup_extended(displaymap, GINT_TO_POINTER(display), NULL, NULL) ||
419 g_hash_table_lookup_extended(monitormap, GINT_TO_POINTER(monitor), NULL, NULL)) {
420 g_warning("Invalid monitor-mapping configuration: a display or monitor id was specified twice");
421 goto configerror;
422 }
423 g_debug("Fullscreen config: mapping guest display %i to monitor %i", display, monitor);
424 g_hash_table_insert(displaymap, GINT_TO_POINTER(display), GINT_TO_POINTER(monitor));
425 g_hash_table_insert(monitormap, GINT_TO_POINTER(monitor), GINT_TO_POINTER(display));
426 max_display_id = MAX(display, max_display_id);
427 }
428 }
429
430 for (i = 0; i < max_display_id; i++) {
431 if (!g_hash_table_lookup_extended(displaymap, GINT_TO_POINTER(i), NULL, NULL)) {
432 g_warning("Invalid monitor-mapping configuration: display #%d was not specified", i+1);
433 goto configerror;
434 }
435 }
436
437 g_hash_table_unref(monitormap);
438 return displaymap;
439
440 configerror:
441 g_hash_table_unref(monitormap);
442 g_hash_table_unref(displaymap);
443 return NULL;
444 }
445
446 static GHashTable*
447 virt_viewer_app_get_monitor_mapping_for_section(VirtViewerApp *self, const gchar *section)
448 {
449 GError *error = NULL;
450 gsize nmappings = 0;
451 gchar **mappings = NULL;
452 GHashTable *mapping = NULL;
453
454 mappings = g_key_file_get_string_list(self->priv->config,
455 section, "monitor-mapping", &nmappings, &error);
335456 if (error) {
336 if (error->code != G_KEY_FILE_ERROR_GROUP_NOT_FOUND)
337 g_warning("Error reading monitor assignments: %s", error->message);
457 if (error->code != G_KEY_FILE_ERROR_GROUP_NOT_FOUND
458 && error->code != G_KEY_FILE_ERROR_KEY_NOT_FOUND)
459 g_warning("Error reading monitor assignments for %s: %s", section, error->message);
338460 g_clear_error(&error);
339461 } else {
340 int i = 0;
341 mapping = g_array_sized_new(FALSE, FALSE, sizeof(displays[0]), ndisplays);
342 // config file format is 1-based, not 0-based
343 for (i = 0; i < ndisplays; i++) {
344 gint val = displays[i] - 1;
345
346 // sanity check
347 if (val >= nmonitors)
348 g_warning("Initial monitor #%i for display #%i does not exist, skipping...", val, i);
349 else
350 g_array_append_val(mapping, val);
351 }
352 g_free(displays);
462 mapping = virt_viewer_app_parse_monitor_mappings(mappings, nmappings);
463 }
464 g_strfreev(mappings);
465
466 return mapping;
467 }
468
469 static
470 void virt_viewer_app_set_uuid_string(VirtViewerApp *self, const gchar *uuid_string)
471 {
472 GHashTable *mapping = NULL;
473
474 g_debug("%s: UUID changed to %s", G_STRFUNC, uuid_string);
475
476 g_free(self->priv->uuid);
477 self->priv->uuid = g_strdup(uuid_string);
478 mapping = virt_viewer_app_get_monitor_mapping_for_section(self, uuid_string);
479 if (!mapping) {
480 g_debug("No guest-specific fullscreen config, using fallback");
481 mapping = virt_viewer_app_get_monitor_mapping_for_section(self, "fallback");
353482 }
354483
355484 if (self->priv->initial_display_map)
356 g_array_unref(self->priv->initial_display_map);
485 g_hash_table_unref(self->priv->initial_display_map);
357486
358487 self->priv->initial_display_map = mapping;
359488
360489 // if we're changing our initial display map, move any existing windows to
361490 // the appropriate monitors according to the per-vm configuration
362491 if (mapping && self->priv->fullscreen) {
363 GHashTableIter iter;
364 gpointer value;
492 GList *l;
365493 gint i = 0;
366494
367 g_hash_table_iter_init(&iter, self->priv->windows);
368 while (g_hash_table_iter_next(&iter, NULL, &value)) {
369 gint monitor = virt_viewer_app_get_initial_monitor_for_display(self, i);
370 app_window_try_fullscreen(self, VIRT_VIEWER_WINDOW(value), monitor);
495 for (l = self->priv->windows; l; l = l->next) {
496 app_window_try_fullscreen(self, VIRT_VIEWER_WINDOW(l->data), i);
371497 i++;
372498 }
373499 }
407533
408534 gboolean dont_ask = FALSE;
409535 g_object_get(check, "active", &dont_ask, NULL);
410 if (dont_ask)
411 g_key_file_set_boolean(self->priv->config,
412 "virt-viewer", "ask-quit", FALSE);
536 g_key_file_set_boolean(self->priv->config,
537 "virt-viewer", "ask-quit", !dont_ask);
413538
414539 gtk_widget_destroy(dialog);
415540 switch (result) {
425550
426551 }
427552
428 static void count_window_visible(gpointer key G_GNUC_UNUSED,
429 gpointer value,
553 static void count_window_visible(gpointer value,
430554 gpointer user_data)
431555 {
432556 GtkWindow *win = virt_viewer_window_get_window(VIRT_VIEWER_WINDOW(value));
440564 virt_viewer_app_get_n_windows_visible(VirtViewerApp *self)
441565 {
442566 guint n = 0;
443 g_hash_table_foreach(self->priv->windows, count_window_visible, &n);
567 g_list_foreach(self->priv->windows, count_window_visible, &n);
444568 return n;
445569 }
446570
467591 return FALSE;
468592 }
469593
470 static void hide_one_window(gpointer key G_GNUC_UNUSED,
471 gpointer value,
594 static void hide_one_window(gpointer value,
472595 gpointer user_data G_GNUC_UNUSED)
473596 {
474597 VirtViewerApp* self = VIRT_VIEWER_APP(user_data);
479602 static void
480603 virt_viewer_app_hide_all_windows(VirtViewerApp *app)
481604 {
482 g_hash_table_foreach(app->priv->windows, hide_one_window, app);
605 g_list_foreach(app->priv->windows, hide_one_window, app);
483606 }
484607
485608 G_MODULE_EXPORT void
545668 const char *cmd[10];
546669 char portstr[50];
547670 int n = 0;
671 GString *cat;
548672
549673 cmd[n++] = "ssh";
550674 if (sshport) {
557681 cmd[n++] = sshuser;
558682 }
559683 cmd[n++] = sshhost;
560 cmd[n++] = "nc";
561 if (port) {
562 cmd[n++] = host;
563 cmd[n++] = port;
564 } else {
565 cmd[n++] = "-U";
566 cmd[n++] = unixsock;
567 }
684
685 cat = g_string_new("if (command -v socat) >/dev/null 2>&1");
686
687 g_string_append(cat, "; then socat - ");
688 if (port)
689 g_string_append_printf(cat, "TCP:%s:%s", host, port);
690 else
691 g_string_append_printf(cat, "UNIX-CONNECT:%s", unixsock);
692
693 g_string_append(cat, "; else nc ");
694 if (port)
695 g_string_append_printf(cat, "%s %s", host, port);
696 else
697 g_string_append_printf(cat, "-U %s", unixsock);
698
699 g_string_append(cat, "; fi");
700
701 cmd[n++] = cat->str;
568702 cmd[n++] = NULL;
569703
570 return virt_viewer_app_open_tunnel(cmd);
704 n = virt_viewer_app_open_tunnel(cmd);
705 g_string_free(cat, TRUE);
706
707 return n;
571708 }
572709
573710 static int
575712 {
576713 struct sockaddr_un addr;
577714 int fd;
715
716 if (strlen(unixsock) + 1 > sizeof(addr.sun_path)) {
717 g_warning ("address is too long for unix socket_path: %s", unixsock);
718 return -1;
719 }
578720
579721 memset(&addr, 0, sizeof addr);
580722 addr.sun_family = AF_UNIX;
653795 }
654796
655797 static void
656 set_title(gpointer key,
657 gpointer value,
798 set_title(gpointer value,
658799 gpointer user_data)
659800 {
660 gint *nth = key;
661801 VirtViewerApp *app = user_data;
662802 VirtViewerWindow *window = value;
663 virt_viewer_app_set_window_subtitle(app, window, *nth);
803 VirtViewerDisplay *display = virt_viewer_window_get_display(window);
804
805 if (!display)
806 return;
807
808 virt_viewer_app_set_window_subtitle(app, window,
809 virt_viewer_display_get_nth(display));
664810 }
665811
666812 static void
667813 virt_viewer_app_set_all_window_subtitles(VirtViewerApp *app)
668814 {
669 g_hash_table_foreach(app->priv->windows, set_title, app);
670 }
671
672 static void update_title(gpointer key G_GNUC_UNUSED,
673 gpointer value,
815 g_list_foreach(app->priv->windows, set_title, app);
816 }
817
818 static void update_title(gpointer value,
674819 gpointer user_data G_GNUC_UNUSED)
675820 {
676821 virt_viewer_window_update_title(VIRT_VIEWER_WINDOW(value));
679824 static void
680825 virt_viewer_app_update_title(VirtViewerApp *self)
681826 {
682 g_hash_table_foreach(self->priv->windows, update_title, NULL);
683 }
684
685 static void set_usb_options_sensitive(gpointer key G_GNUC_UNUSED,
686 gpointer value,
827 g_list_foreach(self->priv->windows, update_title, NULL);
828 }
829
830 static void set_usb_options_sensitive(gpointer value,
687831 gpointer user_data)
688832 {
689833 virt_viewer_window_set_usb_options_sensitive(VIRT_VIEWER_WINDOW(value),
693837 static void
694838 virt_viewer_app_set_usb_options_sensitive(VirtViewerApp *self, gboolean sensitive)
695839 {
696 g_hash_table_foreach(self->priv->windows, set_usb_options_sensitive,
697 GINT_TO_POINTER(sensitive));
840 g_list_foreach(self->priv->windows, set_usb_options_sensitive,
841 GINT_TO_POINTER(sensitive));
842 }
843
844 static void
845 set_menus_sensitive(gpointer value, gpointer user_data)
846 {
847 virt_viewer_window_set_menus_sensitive(VIRT_VIEWER_WINDOW(value),
848 GPOINTER_TO_INT(user_data));
849 }
850
851 void
852 virt_viewer_app_set_menus_sensitive(VirtViewerApp *self, gboolean sensitive)
853 {
854 g_list_foreach(self->priv->windows, set_menus_sensitive, GINT_TO_POINTER(sensitive));
698855 }
699856
700857 static VirtViewerWindow *
701858 virt_viewer_app_get_nth_window(VirtViewerApp *self, gint nth)
702859 {
703 return g_hash_table_lookup(self->priv->windows, &nth);
704 }
705
706 static gboolean
707 virt_viewer_app_remove_nth_window(VirtViewerApp *self, gint nth)
708 {
709 VirtViewerWindow *win;
710 gboolean removed;
711
712 g_return_val_if_fail(nth != 0, FALSE);
713
714 win = virt_viewer_app_get_nth_window(self, nth);
715 g_return_val_if_fail(win != NULL, FALSE);
716
717 g_debug("Remove window %d %p", nth, win);
718 g_object_ref(win);
719 removed = g_hash_table_remove(self->priv->windows, &nth);
720 g_warn_if_fail(removed);
721 virt_viewer_app_update_menu_displays(self);
722
723 if (removed)
724 g_signal_emit(self, signals[SIGNAL_WINDOW_REMOVED], 0, win);
725
726 g_object_unref(win);
727
728 return removed;
729 }
730
731 static void
732 virt_viewer_app_set_nth_window(VirtViewerApp *self, gint nth, VirtViewerWindow *win)
733 {
734 gint *key;
735
736 g_return_if_fail(virt_viewer_app_get_nth_window(self, nth) == NULL);
737 key = g_malloc(sizeof(gint));
738 *key = nth;
739 g_debug("Insert window %d %p", nth, win);
740 g_hash_table_insert(self->priv->windows, key, win);
741 virt_viewer_app_set_window_subtitle(self, win, nth);
742 virt_viewer_app_update_menu_displays(self);
743 if (self->priv->session) {
744 virt_viewer_window_set_usb_options_sensitive(win,
745 virt_viewer_session_get_has_usbredir(self->priv->session));
746 }
747
748 g_signal_emit(self, signals[SIGNAL_WINDOW_ADDED], 0, win);
860 GList *l;
861 for (l = self->priv->windows; l; l = l->next) {
862 VirtViewerDisplay *display = virt_viewer_window_get_display(l->data);
863 if (display
864 && (virt_viewer_display_get_nth(display) == nth)) {
865 return l->data;
866 }
867 }
868 return NULL;
749869 }
750870
751871 static void
796916 virt_viewer_window_set_kiosk(window, self->priv->kiosk);
797917 if (self->priv->main_window)
798918 virt_viewer_window_set_zoom_level(window, virt_viewer_window_get_zoom_level(self->priv->main_window));
799 virt_viewer_app_set_nth_window(self, nth, window);
919
920 self->priv->windows = g_list_append(self->priv->windows, window);
921 virt_viewer_app_set_window_subtitle(self, window, nth);
922 virt_viewer_app_update_menu_displays(self);
923 if (self->priv->session) {
924 virt_viewer_window_set_usb_options_sensitive(window,
925 virt_viewer_session_get_has_usbredir(self->priv->session));
926 }
927
928 g_signal_emit(self, signals[SIGNAL_WINDOW_ADDED], 0, window);
929
800930 if (self->priv->fullscreen)
801 app_window_try_fullscreen(self, window,
802 virt_viewer_app_get_initial_monitor_for_display(self, nth));
931 app_window_try_fullscreen(self, window, nth);
803932
804933 w = virt_viewer_window_get_window(window);
805934 g_signal_connect(w, "hide", G_CALLBACK(viewer_window_visible_cb), self);
809938 return window;
810939 }
811940
941 static VirtViewerWindow *
942 ensure_window_for_display(VirtViewerApp *self, VirtViewerDisplay *display)
943 {
944 gint nth = virt_viewer_display_get_nth(display);
945 VirtViewerWindow *win = virt_viewer_app_get_nth_window(self, nth);
946 if (win == NULL) {
947 GList *l = self->priv->windows;
948
949 /* There should always be at least a main window created at startup */
950 g_return_val_if_fail(l != NULL, NULL);
951 /* if there's a window that doesn't yet have an associated display, use
952 * that window */
953 for (; l; l = l->next) {
954 if (virt_viewer_window_get_display(VIRT_VIEWER_WINDOW(l->data)) == NULL)
955 break;
956 }
957 if (l && virt_viewer_window_get_display(VIRT_VIEWER_WINDOW(l->data)) == NULL) {
958 win = VIRT_VIEWER_WINDOW(l->data);
959 g_debug("Found a window without a display, reusing for display #%d", nth);
960 virt_viewer_app_set_window_subtitle(self, win, nth);
961 if (self->priv->fullscreen && !self->priv->kiosk)
962 app_window_try_fullscreen(self, win, nth);
963 } else {
964 win = virt_viewer_app_window_new(self, nth);
965 }
966
967 virt_viewer_window_set_display(win, display);
968 }
969
970 return win;
971 }
972
812973 static void
813974 display_show_hint(VirtViewerDisplay *display,
814975 GParamSpec *pspec G_GNUC_UNUSED,
815 VirtViewerWindow *win)
816 {
817 VirtViewerApp *self;
818 VirtViewerNotebook *nb = virt_viewer_window_get_notebook(win);
976 gpointer user_data G_GNUC_UNUSED)
977 {
978 VirtViewerApp *self = virt_viewer_session_get_app(virt_viewer_display_get_session(display));
979 VirtViewerNotebook *nb;
980 VirtViewerWindow *win;
819981 gint nth;
820982 guint hint;
821983
822 g_object_get(win,
823 "app", &self,
824 NULL);
825984 g_object_get(display,
826985 "nth-display", &nth,
827986 "show-hint", &hint,
828987 NULL);
829988
989 win = virt_viewer_app_get_nth_window(self, nth);
990
830991 if (self->priv->fullscreen &&
831 nth >= gdk_screen_get_n_monitors(gdk_screen_get_default())) {
832 virt_viewer_window_hide(win);
992 nth >= get_n_client_monitors()) {
993 if (win)
994 virt_viewer_window_hide(win);
833995 } else if (hint & VIRT_VIEWER_DISPLAY_SHOW_HINT_DISABLED) {
834 virt_viewer_window_hide(win);
835 } else if (hint & VIRT_VIEWER_DISPLAY_SHOW_HINT_READY) {
836 virt_viewer_notebook_show_display(nb);
837 virt_viewer_window_show(win);
996 if (win)
997 virt_viewer_window_hide(win);
838998 } else {
839 if (!self->priv->kiosk)
840 virt_viewer_notebook_show_status(nb, _("Waiting for display %d..."), nth + 1);
999 if (hint & VIRT_VIEWER_DISPLAY_SHOW_HINT_READY) {
1000 win = ensure_window_for_display(self, display);
1001 nb = virt_viewer_window_get_notebook(win);
1002 virt_viewer_notebook_show_display(nb);
1003 virt_viewer_window_show(win);
1004 } else {
1005 if (!self->priv->kiosk && win) {
1006 nb = virt_viewer_window_get_notebook(win);
1007 virt_viewer_notebook_show_status(nb, _("Waiting for display %d..."), nth + 1);
1008 }
1009 }
8411010 }
8421011 virt_viewer_app_update_menu_displays(self);
843
844 g_object_unref(self);
8451012 }
8461013
8471014 static void
8491016 VirtViewerDisplay *display,
8501017 VirtViewerApp *self)
8511018 {
852 VirtViewerAppPrivate *priv = self->priv;
853 VirtViewerWindow *window;
8541019 gint nth;
8551020
8561021 g_object_get(display, "nth-display", &nth, NULL);
857 window = virt_viewer_app_get_nth_window(self, nth);
858 if (window == NULL) {
859 if (priv->kiosk) {
860 /* don't show extra monitors that don't fit on client */
861 g_debug("kiosk mode: skip extra monitors that don't fit on client");
862 return;
863 }
864
865 window = virt_viewer_app_window_new(self, nth);
866 }
867
868 virt_viewer_window_set_display(window, display);
869 virt_viewer_app_update_menu_displays(self);
870 virt_viewer_signal_connect_object(display, "notify::show-hint",
871 G_CALLBACK(display_show_hint), window, 0);
1022
1023 g_debug("Insert display %d %p", nth, display);
1024 g_hash_table_insert(self->priv->displays, GINT_TO_POINTER(nth), g_object_ref(display));
1025
1026 g_signal_connect(display, "notify::show-hint",
1027 G_CALLBACK(display_show_hint), NULL);
8721028 g_object_notify(G_OBJECT(display), "show-hint"); /* call display_show_hint */
8731029 }
8741030
1031
1032 static void virt_viewer_app_remove_nth_window(VirtViewerApp *self,
1033 gint nth)
1034 {
1035 VirtViewerWindow *win = virt_viewer_app_get_nth_window(self, nth);
1036 if (!win)
1037 return;
1038 virt_viewer_window_set_display(win, NULL);
1039 if (win == self->priv->main_window) {
1040 g_debug("Not removing main window %d %p", nth, win);
1041 return;
1042 }
1043 virt_viewer_window_hide(win);
1044
1045 g_debug("Remove window %d %p", nth, win);
1046 self->priv->windows = g_list_remove(self->priv->windows, win);
1047
1048 g_signal_emit(self, signals[SIGNAL_WINDOW_REMOVED], 0, win);
1049
1050 g_object_unref(win);
1051 }
8751052
8761053 static void
8771054 virt_viewer_app_display_removed(VirtViewerSession *session G_GNUC_UNUSED,
8781055 VirtViewerDisplay *display,
8791056 VirtViewerApp *self)
8801057 {
881 VirtViewerWindow *win = NULL;
8821058 gint nth;
8831059
884 gtk_widget_hide(GTK_WIDGET(display));
8851060 g_object_get(display, "nth-display", &nth, NULL);
886 win = virt_viewer_app_get_nth_window(self, nth);
887 if (!win)
888 return;
889
890 virt_viewer_window_set_display(win, NULL);
891 if (nth != 0)
892 virt_viewer_app_remove_nth_window(self, nth);
1061 virt_viewer_app_remove_nth_window(self, nth);
1062 g_hash_table_remove(self->priv->displays, GINT_TO_POINTER(nth));
1063 virt_viewer_app_update_menu_displays(self);
8931064 }
8941065
8951066 static void
9151086 virt_viewer_update_smartcard_accels(VIRT_VIEWER_APP(user_data));
9161087 }
9171088
918 int
919 virt_viewer_app_create_session(VirtViewerApp *self, const gchar *type)
920 {
921 g_return_val_if_fail(VIRT_VIEWER_IS_APP(self), -1);
1089 gboolean
1090 virt_viewer_app_create_session(VirtViewerApp *self, const gchar *type, GError **error)
1091 {
1092 g_return_val_if_fail(VIRT_VIEWER_IS_APP(self), FALSE);
9221093 VirtViewerAppPrivate *priv = self->priv;
923 g_return_val_if_fail(priv->session == NULL, -1);
924 g_return_val_if_fail(type != NULL, -1);
1094 g_return_val_if_fail(priv->session == NULL, FALSE);
1095 g_return_val_if_fail(type != NULL, FALSE);
9251096
9261097 #ifdef HAVE_GTK_VNC
9271098 if (g_ascii_strcasecmp(type, "vnc") == 0) {
9401111 } else
9411112 #endif
9421113 {
1114 g_set_error(error,
1115 VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
1116 _("Unsupported graphic type '%s'"), type);
1117
9431118 virt_viewer_app_trace(self, "Guest %s has unsupported %s display type",
9441119 priv->guest_name, type);
945 virt_viewer_app_simple_message_dialog(self, _("Unknown graphic type for the guest %s"),
946 priv->guest_name);
947 return -1;
1120 return FALSE;
9481121 }
9491122
9501123 g_signal_connect(priv->session, "session-initialized",
9571130 G_CALLBACK(virt_viewer_app_channel_open), self);
9581131 g_signal_connect(priv->session, "session-auth-refused",
9591132 G_CALLBACK(virt_viewer_app_auth_refused), self);
960 g_signal_connect(priv->session, "session-auth-failed",
961 G_CALLBACK(virt_viewer_app_auth_failed), self);
1133 g_signal_connect(priv->session, "session-auth-unsupported",
1134 G_CALLBACK(virt_viewer_app_auth_unsupported), self);
9621135 g_signal_connect(priv->session, "session-usb-failed",
9631136 G_CALLBACK(virt_viewer_app_usb_failed), self);
9641137 g_signal_connect(priv->session, "session-display-added",
9791152
9801153 g_signal_connect(priv->session, "notify::software-smartcard-reader",
9811154 (GCallback)notify_software_reader_cb, self);
982 return 0;
1155 return TRUE;
9831156 }
9841157
9851158 static gboolean
10921265 } else if (priv->guri) {
10931266 virt_viewer_app_trace(self, "Opening connection to display at %s", priv->guri);
10941267 return virt_viewer_session_open_uri(VIRT_VIEWER_SESSION(priv->session), priv->guri, error);
1095 } else {
1268 } else if (priv->ghost) {
10961269 virt_viewer_app_trace(self, "Opening direct TCP connection to display at %s:%s:%s",
10971270 priv->ghost, priv->gport, priv->gtlsport ? priv->gtlsport : "-1");
10981271 return virt_viewer_session_open_host(VIRT_VIEWER_SESSION(priv->session),
10991272 priv->ghost, priv->gport, priv->gtlsport);
1100 }
1273 } else {
1274 g_set_error_literal(error, VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
1275 _("Display can only be attached through libvirt with --attach"));
1276 }
11011277
11021278 return FALSE;
11031279 }
12121388 return FALSE;
12131389 }
12141390
1215 static gboolean
1216 virt_viewer_app_connect_timer(void *opaque)
1217 {
1218 VirtViewerApp *self = opaque;
1219 VirtViewerAppPrivate *priv = self->priv;
1220
1221 g_debug("Connect timer fired");
1222
1223 if (!priv->active &&
1224 virt_viewer_app_initial_connect(self, NULL) < 0)
1225 gtk_main_quit();
1226
1227 if (priv->active) {
1228 priv->reconnect_poll = 0;
1229 return FALSE;
1230 }
1231
1232 return TRUE;
1233 }
1234
1235 void
1236 virt_viewer_app_start_reconnect_poll(VirtViewerApp *self)
1237 {
1238 g_return_if_fail(VIRT_VIEWER_IS_APP(self));
1239 VirtViewerAppPrivate *priv = self->priv;
1240
1241 g_debug("reconnect_poll: %d", priv->reconnect_poll);
1242
1243 if (priv->reconnect_poll != 0)
1244 return;
1245
1246 priv->reconnect_poll = g_timeout_add(500, virt_viewer_app_connect_timer, self);
1247 }
1248
12491391 static void
12501392 virt_viewer_app_default_deactivated(VirtViewerApp *self, gboolean connect_error)
12511393 {
13591501 }
13601502
13611503
1362 static void virt_viewer_app_auth_refused(VirtViewerSession *session G_GNUC_UNUSED,
1504 static void virt_viewer_app_auth_refused(VirtViewerSession *session,
13631505 const char *msg,
13641506 VirtViewerApp *self)
13651507 {
1366 GtkWidget *dialog;
1367 int ret;
13681508 VirtViewerAppPrivate *priv = self->priv;
13691509
1370 dialog = gtk_message_dialog_new(virt_viewer_window_get_window(priv->main_window),
1371 GTK_DIALOG_MODAL |
1372 GTK_DIALOG_DESTROY_WITH_PARENT,
1373 GTK_MESSAGE_ERROR,
1374 GTK_BUTTONS_YES_NO,
1375 _("Unable to authenticate with remote desktop server at %s: %s\n"
1376 "Retry connection again?"),
1377 priv->pretty_address, msg);
1378
1379 ret = gtk_dialog_run(GTK_DIALOG(dialog));
1380
1381 gtk_widget_destroy(dialog);
1382
1383 if (ret == GTK_RESPONSE_YES)
1384 priv->authretry = TRUE;
1385 else
1386 priv->authretry = FALSE;
1387 }
1388
1389
1390 static void virt_viewer_app_auth_failed(VirtViewerSession *session G_GNUC_UNUSED,
1510 virt_viewer_app_simple_message_dialog(self,
1511 _("Unable to authenticate with remote desktop server at %s: %s\n"),
1512 priv->pretty_address, msg);
1513
1514 /* if the session implementation cannot retry auth automatically, the
1515 * VirtViewerApp needs to schedule a new connection to retry */
1516 priv->authretry = !virt_viewer_session_can_retry_auth(session);
1517 }
1518
1519 static void virt_viewer_app_auth_unsupported(VirtViewerSession *session G_GNUC_UNUSED,
13911520 const char *msg,
13921521 VirtViewerApp *self)
13931522 {
14071536 virt_viewer_app_set_kiosk(VirtViewerApp *self, gboolean enabled)
14081537 {
14091538 int i;
1539 GList *l;
14101540
14111541 self->priv->kiosk = enabled;
14121542 if (!enabled)
14141544
14151545 virt_viewer_app_set_fullscreen(self, enabled);
14161546
1417 for (i = 0; i < gdk_screen_get_n_monitors(gdk_screen_get_default()); i++) {
1418 VirtViewerWindow *win = virt_viewer_app_get_nth_window(self, i);
1419
1420 if (win == NULL)
1421 win = virt_viewer_app_window_new(self, i);
1547 /* create windows for each client monitor */
1548 for (i = g_list_length(self->priv->windows);
1549 i < get_n_client_monitors(); i++) {
1550 virt_viewer_app_window_new(self, i);
1551 }
1552
1553 for (l = self->priv->windows; l != NULL; l = l ->next) {
1554 VirtViewerWindow *win = l->data;
14221555
14231556 virt_viewer_window_show(win);
14241557 virt_viewer_window_set_kiosk(win, enabled);
14731606
14741607 case PROP_QUIT_ON_DISCONNECT:
14751608 g_value_set_boolean(value, priv->quit_on_disconnect);
1609 break;
1610
1611 case PROP_UUID:
1612 g_value_set_string(value, priv->uuid);
14761613 break;
14771614
14781615 default:
15251662 priv->quit_on_disconnect = g_value_get_boolean(value);
15261663 break;
15271664
1665 case PROP_UUID:
1666 virt_viewer_app_set_uuid_string(self, g_value_get_string(value));
1667 break;
1668
15281669 default:
15291670 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
15301671 }
15361677 VirtViewerApp *self = VIRT_VIEWER_APP(object);
15371678 VirtViewerAppPrivate *priv = self->priv;
15381679
1680 if (priv->preferences)
1681 gtk_widget_destroy(priv->preferences);
1682 priv->preferences = NULL;
1683
15391684 if (priv->windows) {
1540 GHashTable *tmp = priv->windows;
1685 GList *tmp = priv->windows;
15411686 /* null-ify before unrefing, because we need
15421687 * to prevent callbacks using priv->windows
15431688 * while it is being disposed off. */
15441689 priv->windows = NULL;
15451690 priv->main_window = NULL;
1691 g_list_free_full(tmp, g_object_unref);
1692 }
1693
1694 if (priv->displays) {
1695 GHashTable *tmp = priv->displays;
1696 /* null-ify before unrefing, because we need
1697 * to prevent callbacks using priv->displays
1698 * while it is being disposed of. */
1699 priv->displays = NULL;
15461700 g_hash_table_unref(tmp);
15471701 }
15481702
15571711 priv->guri = NULL;
15581712 g_free(priv->title);
15591713 priv->title = NULL;
1714 g_free(priv->uuid);
1715 priv->uuid = NULL;
15601716 g_free(priv->config_file);
15611717 priv->config_file = NULL;
15621718 g_clear_pointer(&priv->config, g_key_file_free);
1563 g_clear_pointer(&priv->initial_display_map, g_array_unref);
1719 g_clear_pointer(&priv->initial_display_map, g_hash_table_unref);
15641720
15651721 virt_viewer_app_free_connect_info(self);
15661722
15681724 }
15691725
15701726 static gboolean
1571 virt_viewer_app_default_start(VirtViewerApp *self)
1727 virt_viewer_app_default_start(VirtViewerApp *self, GError **error G_GNUC_UNUSED)
15721728 {
15731729 virt_viewer_window_show(self->priv->main_window);
15741730 return TRUE;
15751731 }
15761732
1577 gboolean virt_viewer_app_start(VirtViewerApp *self)
1733 gboolean virt_viewer_app_start(VirtViewerApp *self, GError **error)
15781734 {
15791735 VirtViewerAppClass *klass;
15801736
15831739
15841740 g_return_val_if_fail(!self->priv->started, TRUE);
15851741
1586 self->priv->started = klass->start(self);
1742 self->priv->started = klass->start(self, error);
15871743 return self->priv->started;
15881744 }
15891745
1590 static int opt_zoom = 100;
1746 static int opt_zoom = NORMAL_ZOOM_LEVEL;
15911747 static gchar *opt_hotkeys = NULL;
15921748 static gboolean opt_verbose = FALSE;
15931749 static gboolean opt_debug = FALSE;
16021758 }
16031759
16041760 static void
1605 virt_viewer_app_init (VirtViewerApp *self)
1761 virt_viewer_app_init(VirtViewerApp *self)
16061762 {
16071763 GError *error = NULL;
1764 self->priv = GET_PRIVATE(self);
16081765
16091766 gtk_window_set_default_icon_name("virt-viewer");
16101767 virt_viewer_app_set_debug(opt_debug);
1611
1612 self->priv = GET_PRIVATE(self);
1613 self->priv->windows = g_hash_table_new_full(g_int_hash, g_int_equal, g_free, g_object_unref);
1768 virt_viewer_app_set_fullscreen(self, opt_fullscreen);
1769
1770 self->priv->displays = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, g_object_unref);
16141771 self->priv->config = g_key_file_new();
16151772 self->priv->config_file = g_build_filename(g_get_user_config_dir(),
16161773 "virt-viewer", "settings", NULL);
1617 self->priv->main_window = virt_viewer_app_window_new(self, 0);
1618 self->priv->main_notebook = GTK_WIDGET(virt_viewer_window_get_notebook(self->priv->main_window));
1619
16201774 g_key_file_load_from_file(self->priv->config, self->priv->config_file,
16211775 G_KEY_FILE_KEEP_COMMENTS|G_KEY_FILE_KEEP_TRANSLATIONS, &error);
16221776
16291783
16301784 if (opt_zoom < MIN_ZOOM_LEVEL || opt_zoom > MAX_ZOOM_LEVEL) {
16311785 g_printerr(_("Zoom level must be within %d-%d\n"), MIN_ZOOM_LEVEL, MAX_ZOOM_LEVEL);
1632 opt_zoom = 100;
1633 }
1634
1786 opt_zoom = NORMAL_ZOOM_LEVEL;
1787 }
1788
1789 self->priv->initial_display_map = virt_viewer_app_get_monitor_mapping_for_section(self, "fallback");
16351790 self->priv->verbose = opt_verbose;
16361791 self->priv->quit_on_disconnect = opt_kiosk ? opt_kiosk_quit : TRUE;
16371792 g_signal_connect(self, "notify::guest-name", G_CALLBACK(title_maybe_changed), NULL);
16381793 g_signal_connect(self, "notify::title", G_CALLBACK(title_maybe_changed), NULL);
16391794 g_signal_connect(self, "notify::guri", G_CALLBACK(title_maybe_changed), NULL);
1640
1641 virt_viewer_window_set_zoom_level(self->priv->main_window, opt_zoom);
16421795 }
16431796
16441797 static void
16931846 }
16941847 }
16951848
1696 static GObject *
1697 virt_viewer_app_constructor (GType gtype,
1698 guint n_properties,
1699 GObjectConstructParam *properties)
1700 {
1701 GObject *obj;
1702 VirtViewerApp *self;
1703
1704 obj = G_OBJECT_CLASS (virt_viewer_app_parent_class)->constructor (gtype, n_properties, properties);
1705 self = VIRT_VIEWER_APP(obj);
1849 static void
1850 virt_viewer_app_constructed(GObject *object)
1851 {
1852 VirtViewerApp *self = VIRT_VIEWER_APP(object);
1853
1854 self->priv->main_window = virt_viewer_app_window_new(self,
1855 virt_viewer_app_get_first_monitor(self));
1856 self->priv->main_notebook = GTK_WIDGET(virt_viewer_window_get_notebook(self->priv->main_window));
1857
1858 virt_viewer_app_set_kiosk(self, opt_kiosk);
1859 virt_viewer_app_set_hotkeys(self, opt_hotkeys);
1860 virt_viewer_window_set_zoom_level(self->priv->main_window, opt_zoom);
17061861
17071862 virt_viewer_set_insert_smartcard_accel(self, GDK_F8, GDK_SHIFT_MASK);
17081863 virt_viewer_set_remove_smartcard_accel(self, GDK_F9, GDK_SHIFT_MASK);
17121867 gtk_accel_map_add_entry("<virt-viewer>/view/zoom-out", GDK_minus, GDK_CONTROL_MASK);
17131868 gtk_accel_map_add_entry("<virt-viewer>/view/zoom-in", GDK_plus, GDK_CONTROL_MASK);
17141869 gtk_accel_map_add_entry("<virt-viewer>/send/secure-attention", GDK_End, GDK_CONTROL_MASK | GDK_MOD1_MASK);
1715
1716 virt_viewer_app_set_fullscreen(self, opt_fullscreen);
1717 virt_viewer_app_set_hotkeys(self, opt_hotkeys);
1718 virt_viewer_app_set_kiosk(self, opt_kiosk);
1719
1720 return obj;
17211870 }
17221871
17231872 static void
17271876
17281877 g_type_class_add_private (klass, sizeof (VirtViewerAppPrivate));
17291878
1730 object_class->constructor = virt_viewer_app_constructor;
1879 object_class->constructed = virt_viewer_app_constructed;
17311880 object_class->get_property = virt_viewer_app_get_property;
17321881 object_class->set_property = virt_viewer_app_set_property;
17331882 object_class->dispose = virt_viewer_app_dispose;
18321981 TRUE,
18331982 G_PARAM_READWRITE |
18341983 G_PARAM_STATIC_STRINGS));
1984
1985 g_object_class_install_property(object_class,
1986 PROP_UUID,
1987 g_param_spec_string("uuid",
1988 "uuid",
1989 "uuid",
1990 NULL,
1991 G_PARAM_READABLE |
1992 G_PARAM_WRITABLE |
1993 G_PARAM_STATIC_STRINGS));
18351994
18361995 signals[SIGNAL_WINDOW_ADDED] =
18371996 g_signal_new("window-added",
19092068 }
19102069
19112070 virt_viewer_app_clear_hotkeys(self);
1912 virt_viewer_app_set_enable_accel(self, TRUE);
19132071
19142072 for (hotkey = hotkeys; *hotkey != NULL; hotkey++) {
19152073 gchar *key = strstr(*hotkey, "=");
19412099 }
19422100 g_strfreev(hotkeys);
19432101
2102 virt_viewer_app_set_enable_accel(self, TRUE);
19442103 virt_viewer_update_smartcard_accels(self);
19452104 }
19462105
19972156 gboolean fullscreen;
19982157 } FullscreenOptions;
19992158
2000 static void fullscreen_cb(gpointer key,
2001 gpointer value,
2159 static void fullscreen_cb(gpointer value,
20022160 gpointer user_data)
20032161 {
20042162 FullscreenOptions *options = (FullscreenOptions *)user_data;
2005 gint nth = virt_viewer_app_get_initial_monitor_for_display(options->app, *(gint*)key);
2163 gint nth = 0;
20062164 VirtViewerWindow *vwin = VIRT_VIEWER_WINDOW(value);
2007
2165 VirtViewerDisplay *display = virt_viewer_window_get_display(vwin);
2166
2167 /* At startup, the main window will not yet have an associated display, so
2168 * assume that it's the first display */
2169 if (display)
2170 nth = virt_viewer_display_get_nth(display);
20082171 g_debug("fullscreen display %d: %d", nth, options->fullscreen);
2172
20092173 if (options->fullscreen)
20102174 app_window_try_fullscreen(options->app, vwin, nth);
20112175 else
20312195
20322196 /* we iterate unconditionnaly, even if it was set before to update new windows */
20332197 priv->fullscreen = fullscreen;
2034 g_hash_table_foreach(priv->windows, fullscreen_cb, &options);
2198 g_list_foreach(priv->windows, fullscreen_cb, &options);
20352199
20362200 g_object_notify(G_OBJECT(self), "fullscreen");
20372201 }
20382202
20392203 static void
20402204 menu_display_visible_toggled_cb(GtkCheckMenuItem *checkmenuitem,
2041 VirtViewerWindow *vwin)
2042 {
2043 VirtViewerApp *self;
2044 gboolean visible;
2205 VirtViewerDisplay *display)
2206 {
2207 VirtViewerApp *self = virt_viewer_session_get_app(virt_viewer_display_get_session(display));
2208 gboolean visible = gtk_check_menu_item_get_active(checkmenuitem);
20452209 static gboolean reentering = FALSE;
2210 VirtViewerWindow *vwin;
20462211
20472212 if (reentering) /* do not reenter if I switch you back */
20482213 return;
20492214
20502215 reentering = TRUE;
2051 g_object_get(vwin, "app", &self, NULL);
2052 visible = virt_viewer_app_window_set_visible(self, vwin,
2053 gtk_check_menu_item_get_active(checkmenuitem));
2216
2217 vwin = ensure_window_for_display(self, display);
2218 visible = virt_viewer_app_window_set_visible(self, vwin, visible);
2219
20542220 gtk_check_menu_item_set_active(checkmenuitem, /* will be toggled again */ !visible);
2055 g_object_unref(self);
20562221 reentering = FALSE;
2222
2223 virt_viewer_session_update_displays_geometry(virt_viewer_display_get_session(display));
20572224 }
20582225
20592226 static gint
20602227 update_menu_displays_sort(gconstpointer a, gconstpointer b)
20612228 {
2062 const int *ai = a;
2063 const int *bi = b;
2064
2065 if (*ai > *bi)
2229 const int ai = GPOINTER_TO_INT(a);
2230 const int bi = GPOINTER_TO_INT(b);
2231
2232 if (ai > bi)
20662233 return 1;
2067 else if (*ai < *bi)
2234 else if (ai < bi)
20682235 return -1;
20692236 else
20702237 return 0;
21012268 }
21022269
21032270 static void
2104 window_update_menu_displays_cb(gpointer key G_GNUC_UNUSED,
2105 gpointer value,
2271 window_update_menu_displays_cb(gpointer value,
21062272 gpointer user_data)
21072273 {
21082274 VirtViewerApp *self = VIRT_VIEWER_APP(user_data);
21092275 GtkMenuShell *submenu;
2110 GList *keys = g_hash_table_get_keys(self->priv->windows);
2276 GList *keys = g_hash_table_get_keys(self->priv->displays);
21112277 GList *tmp;
2278 gboolean sensitive;
21122279
21132280 keys = g_list_sort(keys, update_menu_displays_sort);
21142281 submenu = window_empty_display_submenu(VIRT_VIEWER_WINDOW(value));
21152282
2283 sensitive = (keys != NULL);
2284 virt_viewer_window_set_menu_displays_sensitive(VIRT_VIEWER_WINDOW(value), sensitive);
2285
21162286 tmp = keys;
21172287 while (tmp) {
2118 int *nth = tmp->data;
2119 VirtViewerWindow *vwin = VIRT_VIEWER_WINDOW(g_hash_table_lookup(self->priv->windows, nth));
2120 VirtViewerDisplay *display = virt_viewer_window_get_display(vwin);
2288 int nth = GPOINTER_TO_INT(tmp->data);
2289 VirtViewerWindow *vwin = virt_viewer_app_get_nth_window(self, nth);
2290 VirtViewerDisplay *display = VIRT_VIEWER_DISPLAY(g_hash_table_lookup(self->priv->displays, tmp->data));
21212291 GtkWidget *item;
2122 gboolean visible, sensitive;
2292 gboolean visible;
21232293 gchar *label;
21242294
2125 label = g_strdup_printf(_("Display %d"), *nth + 1);
2295 label = g_strdup_printf(_("Display %d"), nth + 1);
21262296 item = gtk_check_menu_item_new_with_label(label);
21272297 g_free(label);
21282298
2129 visible = gtk_widget_get_visible(GTK_WIDGET(virt_viewer_window_get_window(vwin)));
2299 visible = vwin && gtk_widget_get_visible(GTK_WIDGET(virt_viewer_window_get_window(vwin)));
21302300 gtk_check_menu_item_set_active(GTK_CHECK_MENU_ITEM(item), visible);
21312301
21322302 sensitive = visible;
21412311 }
21422312 gtk_widget_set_sensitive(item, sensitive);
21432313
2144 g_signal_connect(G_OBJECT(item),
2145 "toggled", G_CALLBACK(menu_display_visible_toggled_cb), vwin);
2314 virt_viewer_signal_connect_object(G_OBJECT(item), "toggled",
2315 G_CALLBACK(menu_display_visible_toggled_cb), display, 0);
21462316 gtk_menu_shell_append(submenu, item);
21472317 tmp = tmp->next;
21482318 }
21562326 {
21572327 if (!self->priv->windows)
21582328 return;
2159 g_hash_table_foreach(self->priv->windows, window_update_menu_displays_cb, self);
2329 g_list_foreach(self->priv->windows, window_update_menu_displays_cb, self);
21602330 }
21612331
21622332 void
21752345 VirtViewerAppPrivate *priv = self->priv;
21762346
21772347 g_debug("Set connect info: %s,%s,%s,%s,%s,%s,%s,%d",
2178 host, ghost, gport, gtlsport ? gtlsport : "-1", transport, unixsock, user, port);
2348 host, ghost, gport ? gport : "-1", gtlsport ? gtlsport : "-1", transport, unixsock, user, port);
21792349
21802350 g_free(priv->host);
21812351 g_free(priv->ghost);
22162386 }
22172387
22182388 static void
2219 show_status_cb(gpointer key G_GNUC_UNUSED,
2220 gpointer value,
2389 show_status_cb(gpointer value,
22212390 gpointer user_data)
22222391 {
22232392 VirtViewerNotebook *nb = virt_viewer_window_get_notebook(VIRT_VIEWER_WINDOW(value));
22392408 text = g_strdup_vprintf(fmt, args);
22402409 va_end(args);
22412410
2242 g_hash_table_foreach(self->priv->windows, show_status_cb, text);
2411 g_list_foreach(self->priv->windows, show_status_cb, text);
22432412 g_free(text);
22442413 }
22452414
22462415 static void
2247 show_display_cb(gpointer key G_GNUC_UNUSED,
2248 gpointer value,
2416 show_display_cb(gpointer value,
22492417 gpointer user_data G_GNUC_UNUSED)
22502418 {
22512419 VirtViewerNotebook *nb = virt_viewer_window_get_notebook(VIRT_VIEWER_WINDOW(value));
22572425 virt_viewer_app_show_display(VirtViewerApp *self)
22582426 {
22592427 g_return_if_fail(VIRT_VIEWER_IS_APP(self));
2260 g_hash_table_foreach(self->priv->windows, show_display_cb, self);
2428 g_list_foreach(self->priv->windows, show_display_cb, self);
22612429 }
22622430
22632431 gboolean
22762444 return self->priv->session;
22772445 }
22782446
2279 GHashTable*
2447 GList*
22802448 virt_viewer_app_get_windows(VirtViewerApp *self)
22812449 {
22822450 g_return_val_if_fail(VIRT_VIEWER_IS_APP(self), NULL);
22832451 return self->priv->windows;
2452 }
2453
2454 static void
2455 share_folder_changed(VirtViewerApp *self)
2456 {
2457 gchar *folder;
2458
2459 folder = gtk_file_chooser_get_filename(self->priv->preferences_shared_folder);
2460
2461 g_object_set(virt_viewer_app_get_session(self),
2462 "shared-folder", folder, NULL);
2463
2464 g_free(folder);
2465 }
2466
2467 static GtkWidget *
2468 virt_viewer_app_get_preferences(VirtViewerApp *self)
2469 {
2470 VirtViewerSession *session = virt_viewer_app_get_session(self);
2471 GtkBuilder *builder = virt_viewer_util_load_ui("virt-viewer-preferences.xml");
2472 gboolean can_share_folder = virt_viewer_session_can_share_folder(session);
2473 GtkWidget *preferences = self->priv->preferences;
2474 gchar *path;
2475
2476 if (preferences)
2477 goto end;
2478
2479 gtk_builder_connect_signals(builder, self);
2480
2481 preferences = GTK_WIDGET(gtk_builder_get_object(builder, "preferences"));
2482 self->priv->preferences = preferences;
2483
2484 g_object_set (gtk_builder_get_object(builder, "cbsharefolder"),
2485 "sensitive", can_share_folder, NULL);
2486 g_object_set (gtk_builder_get_object(builder, "cbsharefolderro"),
2487 "sensitive", can_share_folder, NULL);
2488 g_object_set (gtk_builder_get_object(builder, "fcsharefolder"),
2489 "sensitive", can_share_folder, NULL);
2490
2491 if (!can_share_folder)
2492 goto end;
2493
2494 g_object_bind_property(virt_viewer_app_get_session(self),
2495 "share-folder",
2496 gtk_builder_get_object(builder, "cbsharefolder"),
2497 "active",
2498 G_BINDING_BIDIRECTIONAL|G_BINDING_SYNC_CREATE);
2499
2500 g_object_bind_property(virt_viewer_app_get_session(self),
2501 "share-folder-ro",
2502 gtk_builder_get_object(builder, "cbsharefolderro"),
2503 "active",
2504 G_BINDING_BIDIRECTIONAL|G_BINDING_SYNC_CREATE);
2505
2506 self->priv->preferences_shared_folder =
2507 GTK_FILE_CHOOSER(gtk_builder_get_object(builder, "fcsharefolder"));
2508
2509 g_object_get(virt_viewer_app_get_session(self),
2510 "shared-folder", &path, NULL);
2511
2512 gtk_file_chooser_set_filename(self->priv->preferences_shared_folder, path);
2513 g_free(path);
2514
2515 virt_viewer_signal_connect_object(self->priv->preferences_shared_folder,
2516 "file-set",
2517 G_CALLBACK(share_folder_changed), self,
2518 G_CONNECT_SWAPPED);
2519
2520 end:
2521 g_object_unref(builder);
2522
2523 return preferences;
2524 }
2525
2526 void
2527 virt_viewer_app_show_preferences(VirtViewerApp *self, GtkWidget *parent)
2528 {
2529 GtkWidget *preferences = virt_viewer_app_get_preferences(self);
2530
2531 gtk_window_set_transient_for(GTK_WINDOW(preferences),
2532 GTK_WINDOW(parent));
2533
2534 gtk_window_present(GTK_WINDOW(preferences));
22842535 }
22852536
22862537 static gboolean
23282579 return group;
23292580 }
23302581
2582 gboolean virt_viewer_app_get_session_cancelled(VirtViewerApp *self)
2583 {
2584 return self->priv->cancelled;
2585 }
2586
23312587 /*
23322588 * Local variables:
23332589 * c-indent-level: 4
5050 void (*window_removed) (VirtViewerApp *self, VirtViewerWindow *window);
5151
5252 /*< private >*/
53 gboolean (*start) (VirtViewerApp *self);
53 gboolean (*start) (VirtViewerApp *self, GError **error);
5454 gboolean (*initial_connect) (VirtViewerApp *self, GError **error);
5555 gboolean (*activate) (VirtViewerApp *self, GError **error);
5656 void (*deactivated) (VirtViewerApp *self, gboolean connect_error);
6060 GType virt_viewer_app_get_type (void);
6161
6262 void virt_viewer_app_set_debug(gboolean debug);
63 gboolean virt_viewer_app_start(VirtViewerApp *app);
63 gboolean virt_viewer_app_start(VirtViewerApp *app, GError **error);
6464 void virt_viewer_app_maybe_quit(VirtViewerApp *self, VirtViewerWindow *window);
6565 VirtViewerWindow* virt_viewer_app_get_main_window(VirtViewerApp *self);
6666 void virt_viewer_app_trace(VirtViewerApp *self, const char *fmt, ...);
6767 void virt_viewer_app_simple_message_dialog(VirtViewerApp *self, const char *fmt, ...);
6868 gboolean virt_viewer_app_is_active(VirtViewerApp *app);
6969 void virt_viewer_app_free_connect_info(VirtViewerApp *self);
70 int virt_viewer_app_create_session(VirtViewerApp *self, const gchar *type);
70 gboolean virt_viewer_app_create_session(VirtViewerApp *self, const gchar *type, GError **error);
7171 gboolean virt_viewer_app_activate(VirtViewerApp *self, GError **error);
7272 gboolean virt_viewer_app_initial_connect(VirtViewerApp *self, GError **error);
73 void virt_viewer_app_start_reconnect_poll(VirtViewerApp *self);
7473 void virt_viewer_app_set_zoom_level(VirtViewerApp *self, gint zoom_level);
7574 gboolean virt_viewer_app_get_direct(VirtViewerApp *self);
7675 void virt_viewer_app_set_direct(VirtViewerApp *self, gboolean direct);
9190 gboolean virt_viewer_app_window_set_visible(VirtViewerApp *self, VirtViewerWindow *window, gboolean visible);
9291 void virt_viewer_app_show_status(VirtViewerApp *self, const gchar *fmt, ...);
9392 void virt_viewer_app_show_display(VirtViewerApp *self);
94 GHashTable* virt_viewer_app_get_windows(VirtViewerApp *self);
93 GList* virt_viewer_app_get_windows(VirtViewerApp *self);
9594 gboolean virt_viewer_app_get_enable_accel(VirtViewerApp *self);
9695 VirtViewerSession* virt_viewer_app_get_session(VirtViewerApp *self);
9796 gboolean virt_viewer_app_get_fullscreen(VirtViewerApp *app);
9897 GOptionGroup* virt_viewer_app_get_option_group(void);
9998 void virt_viewer_app_clear_hotkeys(VirtViewerApp *app);
100 gint virt_viewer_app_get_n_initial_displays(VirtViewerApp* self);
99 GList* virt_viewer_app_get_initial_displays(VirtViewerApp* self);
101100 gint virt_viewer_app_get_initial_monitor_for_display(VirtViewerApp* self, gint display);
102 void virt_viewer_app_set_uuid_string(VirtViewerApp* self, const gchar* uuid_string);
103101 void virt_viewer_app_set_enable_accel(VirtViewerApp *app, gboolean enable);
102 void virt_viewer_app_show_preferences(VirtViewerApp *app, GtkWidget *parent);
103 void virt_viewer_app_set_menus_sensitive(VirtViewerApp *self, gboolean sensitive);
104 gboolean virt_viewer_app_get_session_cancelled(VirtViewerApp *self);
104105
105106 G_END_DECLS
106107
2222 #include <config.h>
2323
2424 #include <gtk/gtk.h>
25 #include <glib/gi18n.h>
2526 #include <string.h>
2627
2728 #ifdef HAVE_GTK_VNC
3031
3132 #include "virt-viewer-auth.h"
3233
34 static void
35 show_password(GtkCheckButton *check_button G_GNUC_UNUSED,
36 GtkEntry *entry)
37 {
38 gtk_entry_set_visibility(entry, !gtk_entry_get_visibility(entry));
39 }
3340
34 int
41 /* NOTE: if username is provided, and *username is non-NULL, the user input
42 * field will be pre-filled with this value. The existing string will be freed
43 * before setting the output parameter to the user-entered value.
44 */
45 gboolean
3546 virt_viewer_auth_collect_credentials(GtkWindow *window,
3647 const char *type,
3748 const char *address,
4556 GtkWidget *promptUsername;
4657 GtkWidget *promptPassword;
4758 GtkWidget *labelMessage;
59 GtkWidget *checkPassword;
4860 int response;
4961 char *message;
5062
5769 promptUsername = GTK_WIDGET(gtk_builder_get_object(creds, "prompt-username"));
5870 credPassword = GTK_WIDGET(gtk_builder_get_object(creds, "cred-password"));
5971 promptPassword = GTK_WIDGET(gtk_builder_get_object(creds, "prompt-password"));
72 checkPassword = GTK_WIDGET(gtk_builder_get_object(creds, "show-password"));
6073
6174 gtk_widget_set_sensitive(credUsername, username != NULL);
75 if (username && *username) {
76 gtk_entry_set_text(GTK_ENTRY(credUsername), *username);
77 /* if username is pre-filled, move focus to password field */
78 gtk_widget_grab_focus(credPassword);
79 }
6280 gtk_widget_set_sensitive(promptUsername, username != NULL);
6381 gtk_widget_set_sensitive(credPassword, password != NULL);
6482 gtk_widget_set_sensitive(promptPassword, password != NULL);
6583
84 g_signal_connect(checkPassword, "clicked", G_CALLBACK(show_password), credPassword);
85
6686 if (address) {
67 message = g_strdup_printf("Authentication is required for the %s connection to:\n\n"
68 "<b>%s</b>\n\n",
87 message = g_strdup_printf(_("Authentication is required for the %s connection to:\n\n<b>%s</b>\n\n"),
6988 type,
7089 address);
7190 } else {
72 message = g_strdup_printf("Authentication is required for the %s connection:\n",
91 message = g_strdup_printf(_("Authentication is required for the %s connection:\n"),
7392 type);
7493 }
7594
81100 gtk_widget_hide(dialog);
82101
83102 if (response == GTK_RESPONSE_OK) {
84 if (username)
103 if (username) {
104 g_free(*username);
85105 *username = g_strdup(gtk_entry_get_text(GTK_ENTRY(credUsername)));
106 }
86107 if (password)
87108 *password = g_strdup(gtk_entry_get_text(GTK_ENTRY(credPassword)));
88109 }
90111 gtk_widget_destroy(GTK_WIDGET(dialog));
91112 g_object_unref(G_OBJECT(creds));
92113
93 return response == GTK_RESPONSE_OK ? 0 : -1;
114 return response == GTK_RESPONSE_OK;
94115 }
95116
96117 /*
3131 #include "virt-viewer-session.h"
3232 #include "virt-viewer-util.h"
3333
34 int virt_viewer_auth_collect_credentials(GtkWindow *window,
35 const char *type,
36 const char *address,
37 char **username,
38 char **password);
34 gboolean virt_viewer_auth_collect_credentials(GtkWindow *window,
35 const char *type,
36 const char *address,
37 char **username,
38 char **password);
3939
4040 #endif
4141 /*
128128 <property name="bottom_attach">2</property>
129129 </packing>
130130 </child>
131 <child>
132 <object class="GtkCheckButton" id="show-password">
133 <property name="visible">True</property>
134 <property name="can_focus">True</property>
135 <property name="active">False</property>
136 <property name="label" translatable="yes">Show password</property>
137 </object>
138 <packing>
139 <property name="left_attach">1</property>
140 <property name="right_attach">2</property>
141 <property name="top_attach">2</property>
142 <property name="bottom_attach">3</property>
143 </packing>
144 </child>
131145 </object>
132146 <packing>
133147 <property name="expand">False</property>
4444 SpiceChannel *channel; /* weak reference */
4545 SpiceDisplay *display;
4646 AutoResizeState auto_resize;
47 guint x;
48 guint y;
4749 };
4850
4951 #define VIRT_VIEWER_DISPLAY_SPICE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE((o), VIRT_VIEWER_TYPE_DISPLAY_SPICE, VirtViewerDisplaySpicePrivate))
5557 static void virt_viewer_display_spice_release_cursor(VirtViewerDisplay *display);
5658 static void virt_viewer_display_spice_close(VirtViewerDisplay *display G_GNUC_UNUSED);
5759 static gboolean virt_viewer_display_spice_selectable(VirtViewerDisplay *display);
58
59 static void
60 virt_viewer_display_spice_finalize(GObject *obj)
61 {
62 VirtViewerDisplaySpice *spice = VIRT_VIEWER_DISPLAY_SPICE(obj);
63
64 g_object_unref(spice->priv->display);
65
66 G_OBJECT_CLASS(virt_viewer_display_spice_parent_class)->finalize(obj);
67 }
60 static void virt_viewer_display_spice_enable(VirtViewerDisplay *display);
61 static void virt_viewer_display_spice_disable(VirtViewerDisplay *display);
6862
6963 static void
7064 virt_viewer_display_spice_class_init(VirtViewerDisplaySpiceClass *klass)
7165 {
7266 VirtViewerDisplayClass *dclass = VIRT_VIEWER_DISPLAY_CLASS(klass);
73 GObjectClass *oclass = G_OBJECT_CLASS(klass);
74
75 oclass->finalize = virt_viewer_display_spice_finalize;
7667
7768 dclass->send_keys = virt_viewer_display_spice_send_keys;
7869 dclass->get_pixbuf = virt_viewer_display_spice_get_pixbuf;
7970 dclass->release_cursor = virt_viewer_display_spice_release_cursor;
8071 dclass->close = virt_viewer_display_spice_close;
8172 dclass->selectable = virt_viewer_display_spice_selectable;
73 dclass->enable = virt_viewer_display_spice_enable;
74 dclass->disable = virt_viewer_display_spice_disable;
8275
8376 g_type_class_add_private(klass, sizeof(VirtViewerDisplaySpicePrivate));
8477 }
9992 g_signal_emit_by_name(self, "monitor-geometry-changed", NULL);
10093 }
10194
102 static void
103 show_hint_changed(VirtViewerDisplay *self)
95 static void update_enabled(VirtViewerDisplay *self, gboolean enabled, gboolean send)
10496 {
10597 SpiceMainChannel *main_channel = get_main(self);
106 guint enabled = virt_viewer_display_get_enabled(self);
10798 guint nth;
10899
109100 /* this may happen when finalizing */
111102 return;
112103
113104 g_object_get(self, "nth-display", &nth, NULL);
114 spice_main_set_display_enabled(main_channel, nth, enabled);
105 spice_main_update_display_enabled(main_channel, nth, enabled, send);
106 }
107
108 static void
109 show_hint_changed(VirtViewerDisplay *self)
110 {
111 /* just keep spice-gtk state up-to-date, but don't send change anything */
112 update_enabled(self, virt_viewer_display_get_enabled(self), FALSE);
113 }
114
115 static void virt_viewer_display_spice_enable(VirtViewerDisplay *self)
116 {
117 virt_viewer_display_set_enabled(self, TRUE);
118 update_enabled(self, TRUE, TRUE);
119 }
120
121 static void virt_viewer_display_spice_disable(VirtViewerDisplay *self)
122 {
123 virt_viewer_display_set_enabled(self, FALSE);
124 update_enabled(self, FALSE, TRUE);
115125 }
116126
117127 static void
188198 gpointer data G_GNUC_UNUSED)
189199 {
190200 GtkRequisition preferred;
191 guint hint = virt_viewer_display_get_show_hint(VIRT_VIEWER_DISPLAY(self));
192
193 if (hint & VIRT_VIEWER_DISPLAY_SHOW_HINT_READY)
194 {
195 /* ignore all allocations before the widget gets mapped to screen since we
196 * only want to trigger guest resizing due to user actions
197 */
198 if (!gtk_widget_get_mapped(GTK_WIDGET(self)))
199 return;
200
201 /* when the window gets resized due to a change in zoom level, we don't want
202 * to re-size the guest display. So if we get an allocation event that
203 * resizes the window to the size it already wants to be (based on desktop
204 * size and zoom level), just return early
205 */
206 virt_viewer_display_get_preferred_size(VIRT_VIEWER_DISPLAY(self), &preferred);
207 if (preferred.width == allocation->width
208 && preferred.height == allocation->height) {
209 return;
210 }
201
202 if (!virt_viewer_display_get_enabled(VIRT_VIEWER_DISPLAY(self)))
203 return;
204
205 /* ignore all allocations before the widget gets mapped to screen since we
206 * only want to trigger guest resizing due to user actions
207 */
208 if (!gtk_widget_get_mapped(GTK_WIDGET(self)))
209 return;
210
211 /* when the window gets resized due to a change in zoom level, we don't want
212 * to re-size the guest display. So if we get an allocation event that
213 * resizes the window to the size it already wants to be (based on desktop
214 * size and zoom level), just return early
215 */
216 virt_viewer_display_get_preferred_size(VIRT_VIEWER_DISPLAY(self), &preferred);
217 if (preferred.width == allocation->width
218 && preferred.height == allocation->height) {
219 return;
211220 }
212221
213222 if (self->priv->auto_resize != AUTO_RESIZE_NEVER)
297306 G_CONNECT_SWAPPED);
298307 update_display_ready(self);
299308
300 gtk_container_add(GTK_CONTAINER(self), g_object_ref(self->priv->display));
309 gtk_container_add(GTK_CONTAINER(self), GTK_WIDGET(self->priv->display));
301310 gtk_widget_show(GTK_WIDGET(self->priv->display));
302311 g_object_set(self->priv->display,
303312 "grab-keyboard", TRUE,
355364 return agent_connected;
356365 }
357366
367 void
368 virt_viewer_display_spice_set_desktop(VirtViewerDisplay *display,
369 guint x, guint y,
370 guint width, guint height)
371 {
372 VirtViewerDisplaySpicePrivate *priv;
373 guint desktopWidth, desktopHeight;
374
375 g_return_if_fail(VIRT_VIEWER_IS_DISPLAY_SPICE(display));
376
377 virt_viewer_display_get_desktop_size(display, &desktopWidth, &desktopHeight);
378
379 priv = VIRT_VIEWER_DISPLAY_SPICE(display)->priv;
380
381 if (desktopWidth == width && desktopHeight == height && priv->x == x && priv->y == y)
382 return;
383
384 g_object_set(G_OBJECT(display), "desktop-width", width, "desktop-height", height, NULL);
385 priv->x = x;
386 priv->y = y;
387
388 virt_viewer_display_queue_resize(display);
389
390 g_signal_emit_by_name(display, "display-desktop-resize");
391 }
358392
359393 /*
360394 * Local variables:
6767
6868 GtkWidget* virt_viewer_display_spice_new(VirtViewerSessionSpice *session, SpiceChannel *channel, gint monitorid);
6969
70 void virt_viewer_display_spice_set_desktop(VirtViewerDisplay *display, guint x, guint y,
71 guint width, guint height);
7072 G_END_DECLS
7173
7274 #endif /* _VIRT_VIEWER_DISPLAY_SPICE_H */
115115 virt_viewer_display_vnc_initialized(VncDisplay *vnc G_GNUC_UNUSED,
116116 VirtViewerDisplay *display)
117117 {
118 gchar *name = NULL;
119 gchar *uuid = NULL;
120
121 VirtViewerSession *session = virt_viewer_display_get_session(display);
122 VirtViewerApp *app = virt_viewer_session_get_app(session);
123
124 g_object_get(app, "guest-name", &name, "uuid", &uuid, NULL);
125 if (name == NULL || *name == '\0') {
126 const gchar * vnc_name = vnc_display_get_name(vnc);
127 if (vnc_name != NULL) {
128 g_object_set(app, "guest-name", vnc_name, NULL);
129 }
130 }
131 if (uuid == NULL || *uuid == '\0') {
132 g_object_set(app, "uuid", _("VNC does not provide GUID"), NULL);
133 }
134
118135 virt_viewer_display_set_show_hint(display,
119136 VIRT_VIEWER_DISPLAY_SHOW_HINT_READY, TRUE);
137
138 g_free(name);
139 g_free(uuid);
120140 }
121141
122142 static void
164184
165185
166186 GtkWidget *
167 virt_viewer_display_vnc_new(VncDisplay *vnc)
187 virt_viewer_display_vnc_new(VirtViewerSessionVnc *session,
188 VncDisplay *vnc)
168189 {
169190 VirtViewerDisplayVnc *display;
170191
171 display = g_object_new(VIRT_VIEWER_TYPE_DISPLAY_VNC, NULL);
192 display = g_object_new(VIRT_VIEWER_TYPE_DISPLAY_VNC, "session", session, NULL);
172193
173194 g_object_ref(vnc);
174195 display->priv->vnc = vnc;
2727 #include <vncdisplay.h>
2828
2929 #include "virt-viewer-display.h"
30 #include "virt-viewer-session-vnc.h"
3031
3132 G_BEGIN_DECLS
3233
6364
6465 GType virt_viewer_display_vnc_get_type(void);
6566
66 GtkWidget* virt_viewer_display_vnc_new(VncDisplay *display);
67 GtkWidget* virt_viewer_display_vnc_new(VirtViewerSessionVnc *session, VncDisplay *display);
6768
6869 G_END_DECLS
6970
3737 {
3838 #if !GTK_CHECK_VERSION(3, 0, 0)
3939 gboolean dirty;
40 gboolean mapped_once;
40 gboolean size_request_once;
4141 #endif
4242 guint desktopWidth;
4343 guint desktopHeight;
5353 #if !GTK_CHECK_VERSION(3, 0, 0)
5454 static void virt_viewer_display_size_request(GtkWidget *widget,
5555 GtkRequisition *requisition);
56 static void virt_viewer_display_map(GtkWidget *widget);
5756 #else
5857 static void virt_viewer_display_get_preferred_width(GtkWidget *widget,
5958 int *minwidth,
105104 widget_class->get_preferred_height = virt_viewer_display_get_preferred_height;
106105 #else
107106 widget_class->size_request = virt_viewer_display_size_request;
108 widget_class->map = virt_viewer_display_map;
109107 #endif
110108 widget_class->size_allocate = virt_viewer_display_size_allocate;
111109 widget_class->grab_focus = virt_viewer_display_grab_focus;
145143 "Zoom level",
146144 MIN_ZOOM_LEVEL,
147145 MAX_ZOOM_LEVEL,
148 100,
146 NORMAL_ZOOM_LEVEL,
149147 G_PARAM_READWRITE));
150148
151149 g_object_class_install_property(object_class,
277275
278276 display->priv->desktopWidth = 100;
279277 display->priv->desktopHeight = 100;
280 display->priv->zoom_level = 100;
278 display->priv->zoom_level = NORMAL_ZOOM_LEVEL;
281279 display->priv->zoom = TRUE;
282280 #if !GTK_CHECK_VERSION(3, 0, 0)
283281 display->priv->dirty = TRUE;
282 display->priv->size_request_once = FALSE;
284283 #endif
285284 }
286285
393392 requisition->height = border_width * 2;
394393
395394 if (priv->zoom) {
396 requisition->width += round(priv->desktopWidth * priv->zoom_level / 100.0);
397 requisition->height += round(priv->desktopHeight * priv->zoom_level / 100.0);
395 requisition->width += round(priv->desktopWidth * priv->zoom_level / (double) NORMAL_ZOOM_LEVEL);
396 requisition->height += round(priv->desktopHeight * priv->zoom_level / (double) NORMAL_ZOOM_LEVEL);
398397 } else {
399398 requisition->width += priv->desktopWidth;
400399 requisition->height += priv->desktopHeight;
422421 VirtViewerDisplay *display = VIRT_VIEWER_DISPLAY(widget);
423422 VirtViewerDisplayPrivate *priv = display->priv;
424423
425 if (priv->dirty) {
424 if (priv->dirty || !priv->size_request_once) {
426425 virt_viewer_display_get_preferred_size(display, requisition);
427426 } else {
428 requisition->width = 50;
429 requisition->height = 50;
430 }
431
427 requisition->width = MIN_DISPLAY_WIDTH;
428 requisition->height = MIN_DISPLAY_HEIGHT;
429 }
430
431 priv->size_request_once = TRUE;
432432 g_debug("Display size request %dx%d (desktop %dx%d)",
433433 requisition->width, requisition->height,
434434 priv->desktopWidth, priv->desktopHeight);
449449 }
450450 }
451451
452 static void
453 virt_viewer_display_map(GtkWidget *widget)
454 {
455 VirtViewerDisplay* self = VIRT_VIEWER_DISPLAY(widget);
456
457 GTK_WIDGET_CLASS(virt_viewer_display_parent_class)->map(widget);
458
459 if (!self->priv->mapped_once)
460 virt_viewer_display_queue_resize(self);
461 else
462 virt_viewer_display_make_resizable(self);
463
464 self->priv->mapped_once = TRUE;
465 }
466
467452 #else
468453
469454 static void virt_viewer_display_get_preferred_width(GtkWidget *widget,
474459 VirtViewerDisplayPrivate *priv = display->priv;
475460 int border_width = gtk_container_get_border_width(GTK_CONTAINER(widget));
476461
477 *minwidth = 50 + 2 * border_width;
462 *minwidth = MIN_DISPLAY_WIDTH + 2 * border_width;
478463
479464 if (priv->zoom) {
480 *defwidth = round(priv->desktopWidth * priv->zoom_level / 100.0) +
465 *defwidth = round(priv->desktopWidth * priv->zoom_level / (double) NORMAL_ZOOM_LEVEL) +
481466 2 * border_width;
482467 } else {
483468 *defwidth = priv->desktopWidth + 2 * border_width;
493478 VirtViewerDisplayPrivate *priv = display->priv;
494479 int border_height = gtk_container_get_border_width(GTK_CONTAINER(widget));
495480
496 *minheight = 50 + 2 * border_height;
481 *minheight = MIN_DISPLAY_HEIGHT + 2 * border_height;
497482
498483 if (priv->zoom) {
499 *defheight = round(priv->desktopHeight * priv->zoom_level / 100.0) +
484 *defheight = round(priv->desktopHeight * priv->zoom_level / (double) NORMAL_ZOOM_LEVEL) +
500485 2 * border_height;
501486 } else {
502487 *defheight = priv->desktopHeight + 2 * border_height;
696681 g_object_notify(G_OBJECT(self), "show-hint");
697682 }
698683
684 /* This function attempts to enable the display if supported by the backend */
685 void virt_viewer_display_enable(VirtViewerDisplay *self)
686 {
687 VirtViewerDisplayClass *klass;
688
689 g_return_if_fail(VIRT_VIEWER_IS_DISPLAY(self));
690
691 klass = VIRT_VIEWER_DISPLAY_GET_CLASS(self);
692 if (!klass->enable)
693 return;
694
695 klass->enable(self);
696 }
697
698 /* This function attempts to disable the display if supported by the backend */
699 void virt_viewer_display_disable(VirtViewerDisplay *self)
700 {
701 VirtViewerDisplayClass *klass;
702
703 g_return_if_fail(VIRT_VIEWER_IS_DISPLAY(self));
704
705 klass = VIRT_VIEWER_DISPLAY_GET_CLASS(self);
706 if (!klass->disable)
707 return;
708
709 klass->disable(self);
710 }
711
712 /* this function simply informs the display that it is enabled. see
713 * virt_viewer_display_enable()/disable() if you want to attempt to change the
714 * state of the display */
699715 void virt_viewer_display_set_enabled(VirtViewerDisplay *self, gboolean enabled)
700716 {
701717 g_return_if_fail(VIRT_VIEWER_IS_DISPLAY(self));
702718
719 g_object_freeze_notify(G_OBJECT(self));
720
703721 virt_viewer_display_set_show_hint(self, VIRT_VIEWER_DISPLAY_SHOW_HINT_SET, TRUE);
704
705722 virt_viewer_display_set_show_hint(self, VIRT_VIEWER_DISPLAY_SHOW_HINT_DISABLED, !enabled);
723
724 g_object_thaw_notify(G_OBJECT(self));
706725 }
707726
708727 gboolean virt_viewer_display_get_enabled(VirtViewerDisplay *self)
809828 topx = MAX(topx, 0);
810829 topy = MAX(topy, 0);
811830
812 {
813 if (virt_viewer_display_get_fullscreen(VIRT_VIEWER_DISPLAY(self))) {
814 GdkRectangle physical_monitor;
815 GdkScreen *screen = gtk_widget_get_screen(GTK_WIDGET(self));
816 int n = virt_viewer_display_get_monitor(VIRT_VIEWER_DISPLAY(self));
817 if (n == -1)
818 n = gdk_screen_get_monitor_at_window(screen,
819 gtk_widget_get_window(GTK_WIDGET(self)));
820 gdk_screen_get_monitor_geometry(screen, n, &physical_monitor);
821 preferred->x = physical_monitor.x;
822 preferred->y = physical_monitor.y;
823 preferred->width = physical_monitor.width;
824 preferred->height = physical_monitor.height;
825 } else {
826 gtk_widget_get_allocation(GTK_WIDGET(self), preferred);
827 preferred->x = topx;
828 preferred->y = topy;
829 }
830
831 if (virt_viewer_display_get_zoom(VIRT_VIEWER_DISPLAY(self))) {
832 guint zoom = virt_viewer_display_get_zoom_level(VIRT_VIEWER_DISPLAY(self));
833
834 preferred->width = round(preferred->width * 100 / zoom);
835 preferred->height = round(preferred->height * 100 / zoom);
836 }
837 }
831 if (virt_viewer_display_get_fullscreen(VIRT_VIEWER_DISPLAY(self))) {
832 GdkRectangle physical_monitor;
833 GdkScreen *screen = gtk_widget_get_screen(GTK_WIDGET(self));
834 int n = virt_viewer_display_get_monitor(VIRT_VIEWER_DISPLAY(self));
835 if (n == -1)
836 n = gdk_screen_get_monitor_at_window(screen,
837 gtk_widget_get_window(GTK_WIDGET(self)));
838 gdk_screen_get_monitor_geometry(screen, n, &physical_monitor);
839 preferred->x = physical_monitor.x;
840 preferred->y = physical_monitor.y;
841 preferred->width = physical_monitor.width;
842 preferred->height = physical_monitor.height;
843 } else {
844 gtk_widget_get_allocation(GTK_WIDGET(self), preferred);
845 preferred->x = topx;
846 preferred->y = topy;
847 }
848
849 if (virt_viewer_display_get_zoom(VIRT_VIEWER_DISPLAY(self))) {
850 guint zoom = virt_viewer_display_get_zoom_level(VIRT_VIEWER_DISPLAY(self));
851
852 preferred->width = round(preferred->width * NORMAL_ZOOM_LEVEL / (double) zoom);
853 preferred->height = round(preferred->height * NORMAL_ZOOM_LEVEL / (double) zoom);
854 }
855 }
856
857 gint
858 virt_viewer_display_get_nth(VirtViewerDisplay *self)
859 {
860 return self->priv->nth_display;
838861 }
839862
840863 /*
2727 #include "virt-viewer-enums.h"
2828
2929 G_BEGIN_DECLS
30
31 #define MIN_DISPLAY_WIDTH 50
32 #define MIN_DISPLAY_HEIGHT 50
3033
3134 #define VIRT_VIEWER_TYPE_DISPLAY virt_viewer_display_get_type()
3235
8689 void (*display_keyboard_ungrab)(VirtViewerDisplay *display);
8790
8891 void (*display_desktop_resize)(VirtViewerDisplay *display);
92 void (*enable)(VirtViewerDisplay *display);
93 void (*disable)(VirtViewerDisplay *display);
8994 };
9095
9196 GType virt_viewer_display_get_type(void);
121126
122127 void virt_viewer_display_close(VirtViewerDisplay *display);
123128 void virt_viewer_display_set_enabled(VirtViewerDisplay *display, gboolean enabled);
129 void virt_viewer_display_enable(VirtViewerDisplay *display);
130 void virt_viewer_display_disable(VirtViewerDisplay *display);
124131 gboolean virt_viewer_display_get_enabled(VirtViewerDisplay *display);
125132 gboolean virt_viewer_display_get_selectable(VirtViewerDisplay *display);
126133 void virt_viewer_display_queue_resize(VirtViewerDisplay *display);
127134 void virt_viewer_display_get_preferred_monitor_geometry(VirtViewerDisplay *self, GdkRectangle* preferred);
128135 void virt_viewer_display_get_preferred_size(VirtViewerDisplay *self, GtkRequisition* requisistion);
136 gint virt_viewer_display_get_nth(VirtViewerDisplay *self);
129137
130138 G_END_DECLS
131139
2121
2222 #include <config.h>
2323
24 #include <inttypes.h>
2425 #include <stdio.h>
2526 #include <string.h>
2627 #include <stdlib.h>
3132 #include <libvirt/libvirt.h>
3233
3334 #include "virt-viewer-events.h"
35 #include "virt-glib-compat.h"
36
37 static GMutex *eventlock = NULL;
3438
3539 struct virt_viewer_events_handle
3640 {
3741 int watch;
3842 int fd;
3943 int events;
40 int enabled;
44 int removed;
4145 GIOChannel *channel;
4246 guint source;
4347 virEventHandleCallback cb;
4650 };
4751
4852 static int nextwatch = 1;
49 static unsigned int nhandles = 0;
50 static struct virt_viewer_events_handle **handles = NULL;
53 static GPtrArray *handles;
5154
5255 static gboolean
5356 virt_viewer_events_dispatch_handle(GIOChannel *source G_GNUC_UNUSED,
8386 {
8487 struct virt_viewer_events_handle *data;
8588 GIOCondition cond = 0;
86
87 handles = g_realloc(handles, sizeof(*handles)*(nhandles+1));
88 data = g_malloc(sizeof(*data));
89 memset(data, 0, sizeof(*data));
89 int ret;
90
91 g_mutex_lock(eventlock);
92
93 data = g_new0(struct virt_viewer_events_handle, 1);
9094
9195 if (events & VIR_EVENT_HANDLE_READABLE)
9296 cond |= G_IO_IN;
99103 data->cb = cb;
100104 data->opaque = opaque;
101105 #ifdef G_OS_WIN32
102 g_debug("Converted fd %d to handle %d", fd, _get_osfhandle(fd));
106 g_debug("Converted fd %d to handle %"PRIiPTR, fd, _get_osfhandle(fd));
103107 data->channel = g_io_channel_win32_new_socket(_get_osfhandle(fd));
104108 #else
105109 data->channel = g_io_channel_unix_new(fd);
108112
109113 g_debug("Add handle %d %d %p", data->fd, events, data->opaque);
110114
111 data->source = g_io_add_watch(data->channel,
112 cond,
113 virt_viewer_events_dispatch_handle,
114 data);
115
116 handles[nhandles++] = data;
117
118 return data->watch;
115 if (events != 0) {
116 data->source = g_io_add_watch(data->channel,
117 cond,
118 virt_viewer_events_dispatch_handle,
119 data);
120 }
121
122 g_ptr_array_add(handles, data);
123
124 ret = data->watch;
125
126 g_mutex_unlock(eventlock);
127
128 return ret;
119129 }
120130
121131 static struct virt_viewer_events_handle *
122132 virt_viewer_events_find_handle(int watch)
123133 {
124 unsigned int i;
125 for (i = 0 ; i < nhandles ; i++)
126 if (handles[i]->watch == watch)
127 return handles[i];
134 guint i;
135
136 for (i = 0 ; i < handles->len ; i++) {
137 struct virt_viewer_events_handle *h = g_ptr_array_index(handles, i);
138
139 if (h == NULL) {
140 g_warn_if_reached ();
141 continue;
142 }
143
144 if ((h->watch == watch) && !h->removed) {
145 return h;
146 }
147 }
128148
129149 return NULL;
130150 }
133153 virt_viewer_events_update_handle(int watch,
134154 int events)
135155 {
136 struct virt_viewer_events_handle *data = virt_viewer_events_find_handle(watch);
156 struct virt_viewer_events_handle *data;
157
158 g_mutex_lock(eventlock);
159
160 data = virt_viewer_events_find_handle(watch);
137161
138162 if (!data) {
139163 g_debug("Update for missing handle watch %d", watch);
140 return;
164 goto cleanup;
141165 }
142166
143167 if (events) {
144168 GIOCondition cond = 0;
145169 if (events == data->events)
146 return;
170 goto cleanup;
147171
148172 if (data->source)
149173 g_source_remove(data->source);
160184 data->events = events;
161185 } else {
162186 if (!data->source)
163 return;
187 goto cleanup;
164188
165189 g_source_remove(data->source);
166190 data->source = 0;
167191 data->events = 0;
168192 }
193
194 cleanup:
195 g_mutex_unlock(eventlock);
169196 }
170197
171198
180207 if (data->ff)
181208 (data->ff)(data->opaque);
182209
183 free(data);
210 g_mutex_lock(eventlock);
211 g_ptr_array_remove_fast(handles, data);
212 g_mutex_unlock(eventlock);
213
184214 return FALSE;
185215 }
186216
188218 static int
189219 virt_viewer_events_remove_handle(int watch)
190220 {
191 struct virt_viewer_events_handle *data = virt_viewer_events_find_handle(watch);
221 struct virt_viewer_events_handle *data;
222 int ret = -1;
223
224 g_mutex_lock(eventlock);
225
226 data = virt_viewer_events_find_handle(watch);
192227
193228 if (!data) {
194229 g_debug("Remove of missing watch %d", watch);
195 return -1;
230 goto cleanup;
196231 }
197232
198233 g_debug("Remove handle %d %d", watch, data->fd);
199234
200 if (!data->source)
201 return -1;
202
203 g_source_remove(data->source);
204 data->source = 0;
205 data->events = 0;
206
235 if (data->source != 0) {
236 g_source_remove(data->source);
237 data->source = 0;
238 data->events = 0;
239 }
240
241 g_warn_if_fail(data->channel != NULL);
242 g_io_channel_unref(data->channel);
243 data->channel = NULL;
244
245 /* since the actual watch deletion is done asynchronously, a update_handle call may
246 * reschedule the watch before it's fully deleted, that's why we need to mark it as
247 * 'removed' to prevent reuse
248 */
249 data->removed = TRUE;
207250 g_idle_add(virt_viewer_events_cleanup_handle, data);
208 return 0;
251 ret = 0;
252
253 cleanup:
254 g_mutex_unlock(eventlock);
255 return ret;
209256 }
210257
211258 struct virt_viewer_events_timeout
212259 {
213260 int timer;
214261 int interval;
262 int removed;
215263 guint source;
216264 virEventTimeoutCallback cb;
217265 void *opaque;
220268
221269
222270 static int nexttimer = 1;
223 static unsigned int ntimeouts = 0;
224 static struct virt_viewer_events_timeout **timeouts = NULL;
271 static GPtrArray *timeouts;
225272
226273 static gboolean
227274 virt_viewer_events_dispatch_timeout(void *opaque)
240287 virFreeCallback ff)
241288 {
242289 struct virt_viewer_events_timeout *data;
243
244 timeouts = g_realloc(timeouts, sizeof(*timeouts)*(ntimeouts+1));
245 data = g_malloc(sizeof(*data));
246 memset(data, 0, sizeof(*data));
290 int ret;
291
292 g_mutex_lock(eventlock);
293
294 data = g_new0(struct virt_viewer_events_timeout, 1);
247295
248296 data->timer = nexttimer++;
249297 data->interval = interval;
255303 virt_viewer_events_dispatch_timeout,
256304 data);
257305
258 timeouts[ntimeouts++] = data;
306 g_ptr_array_add(timeouts, data);
259307
260308 g_debug("Add timeout %p %d %p %p %d", data, interval, cb, opaque, data->timer);
261309
262 return data->timer;
310 ret = data->timer;
311
312 g_mutex_unlock(eventlock);
313
314 return ret;
263315 }
264316
265317
266318 static struct virt_viewer_events_timeout *
267319 virt_viewer_events_find_timeout(int timer)
268320 {
269 unsigned int i;
270 for (i = 0 ; i < ntimeouts ; i++)
271 if (timeouts[i]->timer == timer)
272 return timeouts[i];
321 guint i;
322
323 g_return_val_if_fail(timeouts != NULL, NULL);
324
325 for (i = 0 ; i < timeouts->len ; i++) {
326 struct virt_viewer_events_timeout *t = g_ptr_array_index(timeouts, i);
327
328 if (t == NULL) {
329 g_warn_if_reached ();
330 continue;
331 }
332
333 if ((t->timer == timer) && !t->removed) {
334 return t;
335 }
336 }
273337
274338 return NULL;
275339 }
279343 virt_viewer_events_update_timeout(int timer,
280344 int interval)
281345 {
282 struct virt_viewer_events_timeout *data = virt_viewer_events_find_timeout(timer);
283
346 struct virt_viewer_events_timeout *data;
347
348 g_mutex_lock(eventlock);
349
350 data = virt_viewer_events_find_timeout(timer);
284351 if (!data) {
285352 g_debug("Update of missing timer %d", timer);
286 return;
353 goto cleanup;
287354 }
288355
289356 g_debug("Update timeout %p %d %d", data, timer, interval);
290357
291358 if (interval >= 0) {
292359 if (data->source)
293 return;
360 g_source_remove(data->source);
294361
295362 data->interval = interval;
296363 data->source = g_timeout_add(data->interval,
298365 data);
299366 } else {
300367 if (!data->source)
301 return;
368 goto cleanup;
302369
303370 g_source_remove(data->source);
304371 data->source = 0;
305372 }
373
374 cleanup:
375 g_mutex_unlock(eventlock);
306376 }
307377
308378
317387 if (data->ff)
318388 (data->ff)(data->opaque);
319389
320 free(data);
390 g_mutex_lock(eventlock);
391 g_ptr_array_remove_fast(timeouts, data);
392 g_mutex_unlock(eventlock);
393
321394 return FALSE;
322395 }
323396
325398 static int
326399 virt_viewer_events_remove_timeout(int timer)
327400 {
328 struct virt_viewer_events_timeout *data = virt_viewer_events_find_timeout(timer);
329
401 struct virt_viewer_events_timeout *data;
402 int ret = -1;
403
404 g_mutex_lock(eventlock);
405
406 data = virt_viewer_events_find_timeout(timer);
330407 if (!data) {
331408 g_debug("Remove of missing timer %d", timer);
332 return -1;
409 goto cleanup;
333410 }
334411
335412 g_debug("Remove timeout %p %d", data, timer);
336413
337 if (!data->source)
338 return -1;
339
340 g_source_remove(data->source);
341 data->source = 0;
342
414 if (data->source != 0) {
415 g_source_remove(data->source);
416 data->source = 0;
417 }
418
419 /* since the actual timeout deletion is done asynchronously, a update_timeout call may
420 * reschedule the timeout before it's fully deleted, that's why we need to mark it as
421 * 'removed' to prevent reuse
422 */
423 data->removed = TRUE;
343424 g_idle_add(virt_viewer_events_cleanup_timeout, data);
344 return 0;
345 }
346
347
348 void virt_viewer_events_register(void) {
425 ret = 0;
426
427 cleanup:
428 g_mutex_unlock(eventlock);
429 return ret;
430 }
431
432 static gpointer event_register_once(gpointer data G_GNUC_UNUSED)
433 {
434 eventlock = g_mutex_new();
435 timeouts = g_ptr_array_new_with_free_func(g_free);
436 handles = g_ptr_array_new_with_free_func(g_free);
349437 virEventRegisterImpl(virt_viewer_events_add_handle,
350438 virt_viewer_events_update_handle,
351439 virt_viewer_events_remove_handle,
352440 virt_viewer_events_add_timeout,
353441 virt_viewer_events_update_timeout,
354442 virt_viewer_events_remove_timeout);
443
444 return NULL;
445 }
446
447 void virt_viewer_events_register(void) {
448 static GOnce once = G_ONCE_INIT;
449
450 g_once(&once, event_register_once, NULL);
355451 }
356452
357453 /*
11 /*
22 * Virt Viewer: A virtual machine console viewer
33 *
4 * Copyright (C) 2012 Red Hat, Inc.
4 * Copyright (C) 2012-2015 Red Hat, Inc.
55 *
66 * This program is free software; you can redistribute it and/or modify
77 * it under the terms of the GNU General Public License as published by
3838 *
3939 * The current list of [virt-viewer] keys is:
4040 * - version: string
41 * - versions: list of id:versions strings
42 * - newer-version-url: string specifying an URL to display when the minimum
43 * version check fails
4144 * - type: string, mandatory, values: "spice" (later "vnc" etc..)
4245 * - host: string
4346 * - port: int
4649 * - password: string
4750 * - disable-channels: string list
4851 * - tls-ciphers: string
49 * - ca: string PEM data (use \n to seperate the lines)
52 * - ca: string PEM data (use \n to separate the lines)
5053 * - host-subject: string
5154 * - fullscreen: int (0 or 1 atm)
5255 * - title: string
6568 * - delete-this-file: int (0 or 1 atm)
6669 * - proxy: proxy URL, like http://user:pass@foobar:8080
6770 *
71 * There is an optional [ovirt] section which can be used to specify
72 * the connection parameters to interact with the remote oVirt REST API.
73 * This is currently used to present a list of CDRom images which can be
74 * inserted in the VM.
75 *
76 * - host: string containing the URL of the oVirt engine
77 * - vm-guid: string containing the guid of the oVirt VM we are connecting to
78 * - jsessionid: string containing an authentication cookie to be used to
79 * connect to the oVirt engine without being asked for credentials
80 * - ca: string PEM data (use \n to separate the lines)
81 * - admin: boolean (0 or 1) indicating whether the VM is visible in the user or
82 * admin portal
83 *
6884 * (the file can be extended with extra groups or keys, which should
6985 * be prefixed with x- to avoid later conflicts)
7086 */
7793
7894 #define VIRT_VIEWER_FILE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE((o), VIRT_VIEWER_TYPE_FILE, VirtViewerFilePrivate))
7995
80 #define GROUP "virt-viewer"
96 #define MAIN_GROUP "virt-viewer"
97 #define OVIRT_GROUP "ovirt"
8198
8299 enum {
83100 PROP_DUMMY_PROPERTY,
103120 PROP_USB_FILTER,
104121 PROP_PROXY,
105122 PROP_VERSION,
123 PROP_VERSIONS,
124 PROP_VERSION_URL,
106125 PROP_SECURE_CHANNELS,
107126 PROP_DELETE_THIS_FILE,
108127 PROP_SECURE_ATTENTION,
128 PROP_OVIRT_ADMIN,
129 PROP_OVIRT_HOST,
130 PROP_OVIRT_VM_GUID,
131 PROP_OVIRT_JSESSIONID,
132 PROP_OVIRT_CA,
109133 };
110134
111135 VirtViewerFile*
127151 return NULL;
128152 }
129153
130 if (!g_key_file_has_group (keyfile, GROUP) ||
154 if (!g_key_file_has_group (keyfile, MAIN_GROUP) ||
131155 !virt_viewer_file_is_set(self, "type")) {
132156 inner_error = g_error_new_literal(G_KEY_FILE_ERROR,
133157 G_KEY_FILE_ERROR_NOT_FOUND, "Invalid file");
154178 g_return_val_if_fail(VIRT_VIEWER_IS_FILE(self), FALSE);
155179 g_return_val_if_fail(key != NULL, FALSE);
156180
157 set = g_key_file_has_key(self->priv->keyfile, GROUP, key, &inner_error);
181 set = g_key_file_has_key(self->priv->keyfile, MAIN_GROUP, key, &inner_error);
158182 if (inner_error == NULL)
159183 return set;
160184 else {
164188 }
165189
166190 static void
167 virt_viewer_file_set_string(VirtViewerFile* self, const gchar* key, const gchar* value)
191 virt_viewer_file_set_string(VirtViewerFile* self, const char *group,
192 const gchar* key, const gchar* value)
168193 {
169194 g_return_if_fail(VIRT_VIEWER_IS_FILE(self));
170195 g_return_if_fail(key != NULL);
171196 g_return_if_fail(value != NULL);
172197
173 g_key_file_set_string(self->priv->keyfile, GROUP, key, value);
198 g_key_file_set_string(self->priv->keyfile, group, key, value);
174199 }
175200
176201 static gchar*
177 virt_viewer_file_get_string(VirtViewerFile* self, const gchar* key)
202 virt_viewer_file_get_string(VirtViewerFile* self,
203 const char *group,
204 const gchar* key)
178205 {
179206 GError* inner_error = NULL;
180207 gchar* result = NULL;
182209 g_return_val_if_fail(VIRT_VIEWER_IS_FILE(self), NULL);
183210 g_return_val_if_fail(key != NULL, NULL);
184211
185 result = g_key_file_get_string(self->priv->keyfile, GROUP, key, &inner_error);
212 result = g_key_file_get_string(self->priv->keyfile, group, key, &inner_error);
186213 if (inner_error && inner_error->domain != G_KEY_FILE_ERROR)
187214 g_critical("%s", inner_error->message);
188215 g_clear_error(&inner_error);
191218 }
192219
193220 static void
194 virt_viewer_file_set_string_list(VirtViewerFile* self, const gchar* key, const gchar* const* value, gsize length)
221 virt_viewer_file_set_string_list(VirtViewerFile* self, const char *group,
222 const gchar* key, const gchar* const* value,
223 gsize length)
195224 {
196225 g_return_if_fail(VIRT_VIEWER_IS_FILE(self));
197226 g_return_if_fail(key != NULL);
198227
199 g_key_file_set_string_list(self->priv->keyfile, GROUP, key, value, length);
228 g_key_file_set_string_list(self->priv->keyfile, group, key, value, length);
200229 }
201230
202231 static gchar**
203 virt_viewer_file_get_string_list(VirtViewerFile* self, const gchar* key, gsize* length)
232 virt_viewer_file_get_string_list(VirtViewerFile* self, const char *group,
233 const gchar* key, gsize* length)
204234 {
205235 GError* inner_error = NULL;
206236 gchar** result = NULL;
208238 g_return_val_if_fail(VIRT_VIEWER_IS_FILE(self), NULL);
209239 g_return_val_if_fail(key != NULL, NULL);
210240
211 result = g_key_file_get_string_list(self->priv->keyfile, GROUP, key, length, &inner_error);
241 result = g_key_file_get_string_list(self->priv->keyfile, group, key, length, &inner_error);
212242 if (inner_error && inner_error->domain != G_KEY_FILE_ERROR)
213243 g_critical("%s", inner_error->message);
214244 g_clear_error(&inner_error);
217247 }
218248
219249 static void
220 virt_viewer_file_set_int(VirtViewerFile* self, const gchar* key, gint value)
250 virt_viewer_file_set_int(VirtViewerFile* self, const char *group,
251 const gchar* key, gint value)
221252 {
222253 g_return_if_fail(VIRT_VIEWER_IS_FILE(self));
223254 g_return_if_fail(key != NULL);
224255
225 g_key_file_set_integer(self->priv->keyfile, GROUP, key, value);
256 g_key_file_set_integer(self->priv->keyfile, group, key, value);
226257 }
227258
228259 static gint
229 virt_viewer_file_get_int(VirtViewerFile* self, const gchar* key)
260 virt_viewer_file_get_int(VirtViewerFile* self,
261 const char *group,
262 const gchar* key)
230263 {
231264 GError* inner_error = NULL;
232265 gint result;
234267 g_return_val_if_fail(VIRT_VIEWER_IS_FILE(self), -1);
235268 g_return_val_if_fail(key != NULL, -1);
236269
237 result = g_key_file_get_integer(self->priv->keyfile, GROUP, key, &inner_error);
270 result = g_key_file_get_integer(self->priv->keyfile, group, key, &inner_error);
238271 if (inner_error && inner_error->domain != G_KEY_FILE_ERROR)
239272 g_critical("%s", inner_error->message);
240273 g_clear_error(&inner_error);
245278 gchar*
246279 virt_viewer_file_get_ca(VirtViewerFile* self)
247280 {
248 return virt_viewer_file_get_string(self, "ca");
281 return virt_viewer_file_get_string(self, MAIN_GROUP, "ca");
249282 }
250283
251284 void
252285 virt_viewer_file_set_ca(VirtViewerFile* self, const gchar* value)
253286 {
254 virt_viewer_file_set_string(self, "ca", value);
287 virt_viewer_file_set_string(self, MAIN_GROUP, "ca", value);
255288 g_object_notify(G_OBJECT(self), "ca");
256289 }
257290
258291 gchar*
259292 virt_viewer_file_get_host(VirtViewerFile* self)
260293 {
261 return virt_viewer_file_get_string(self, "host");
294 return virt_viewer_file_get_string(self, MAIN_GROUP, "host");
262295 }
263296
264297 void
265298 virt_viewer_file_set_host(VirtViewerFile* self, const gchar* value)
266299 {
267 virt_viewer_file_set_string(self, "host", value);
300 virt_viewer_file_set_string(self, MAIN_GROUP, "host", value);
268301 g_object_notify(G_OBJECT(self), "host");
269302 }
270303
271304 gchar*
272305 virt_viewer_file_get_file_type(VirtViewerFile* self)
273306 {
274 return virt_viewer_file_get_string(self, "type");
307 return virt_viewer_file_get_string(self, MAIN_GROUP, "type");
275308 }
276309
277310 void
278311 virt_viewer_file_set_type(VirtViewerFile* self, const gchar* value)
279312 {
280 virt_viewer_file_set_string(self, "type", value);
313 virt_viewer_file_set_string(self, MAIN_GROUP, "type", value);
281314 g_object_notify(G_OBJECT(self), "type");
282315 }
283316
284317 gint
285318 virt_viewer_file_get_port(VirtViewerFile* self)
286319 {
287 return virt_viewer_file_get_int(self, "port");
320 return virt_viewer_file_get_int(self, MAIN_GROUP, "port");
288321 }
289322
290323 void
291324 virt_viewer_file_set_port(VirtViewerFile* self, gint value)
292325 {
293 virt_viewer_file_set_int(self, "port", value);
326 virt_viewer_file_set_int(self, MAIN_GROUP, "port", value);
294327 g_object_notify(G_OBJECT(self), "port");
295328 }
296329
297330 gint
298331 virt_viewer_file_get_tls_port(VirtViewerFile* self)
299332 {
300 return virt_viewer_file_get_int(self, "tls-port");
333 return virt_viewer_file_get_int(self, MAIN_GROUP, "tls-port");
301334 }
302335
303336 void
304337 virt_viewer_file_set_tls_port(VirtViewerFile* self, gint value)
305338 {
306 virt_viewer_file_set_int(self, "tls-port", value);
339 virt_viewer_file_set_int(self, MAIN_GROUP, "tls-port", value);
307340 g_object_notify(G_OBJECT(self), "tls-port");
308341 }
309342
310343 gchar*
311344 virt_viewer_file_get_username(VirtViewerFile* self)
312345 {
313 return virt_viewer_file_get_string(self, "username");
346 return virt_viewer_file_get_string(self, MAIN_GROUP, "username");
314347 }
315348
316349 gchar*
317350 virt_viewer_file_get_password(VirtViewerFile* self)
318351 {
319 return virt_viewer_file_get_string(self, "password");
352 return virt_viewer_file_get_string(self, MAIN_GROUP, "password");
320353 }
321354
322355 void
323356 virt_viewer_file_set_username(VirtViewerFile* self, const gchar* value)
324357 {
325 virt_viewer_file_set_string(self, "username", value);
358 virt_viewer_file_set_string(self, MAIN_GROUP, "username", value);
326359 g_object_notify(G_OBJECT(self), "username");
327360 }
328361
329362 void
330363 virt_viewer_file_set_password(VirtViewerFile* self, const gchar* value)
331364 {
332 virt_viewer_file_set_string(self, "password", value);
365 virt_viewer_file_set_string(self, MAIN_GROUP, "password", value);
333366 g_object_notify(G_OBJECT(self), "password");
334367 }
335368
336369 gchar**
337370 virt_viewer_file_get_disable_channels(VirtViewerFile* self, gsize* length)
338371 {
339 return virt_viewer_file_get_string_list(self, "disable-channels", length);
372 return virt_viewer_file_get_string_list(self, MAIN_GROUP,
373 "disable-channels", length);
340374 }
341375
342376 void
343377 virt_viewer_file_set_disable_channels(VirtViewerFile* self, const gchar* const* value, gsize length)
344378 {
345 virt_viewer_file_set_string_list(self, "disable-channels", value, length);
379 virt_viewer_file_set_string_list(self, MAIN_GROUP,
380 "disable-channels", value, length);
346381 g_object_notify(G_OBJECT(self), "disable-channels");
347382 }
348383
349384 gchar**
350385 virt_viewer_file_get_disable_effects(VirtViewerFile* self, gsize* length)
351386 {
352 return virt_viewer_file_get_string_list(self, "disable-effects", length);
387 return virt_viewer_file_get_string_list(self, MAIN_GROUP,
388 "disable-effects", length);
353389 }
354390
355391 void
356392 virt_viewer_file_set_disable_effects(VirtViewerFile* self, const gchar* const* value, gsize length)
357393 {
358 virt_viewer_file_set_string_list(self, "disable-effects", value, length);
394 virt_viewer_file_set_string_list(self, MAIN_GROUP,
395 "disable-effects", value, length);
359396 g_object_notify(G_OBJECT(self), "disable-effects");
360397 }
361398
362399 gchar*
363400 virt_viewer_file_get_tls_ciphers(VirtViewerFile* self)
364401 {
365 return virt_viewer_file_get_string(self, "tls-ciphers");
402 return virt_viewer_file_get_string(self, MAIN_GROUP, "tls-ciphers");
366403 }
367404
368405 void
369406 virt_viewer_file_set_tls_ciphers(VirtViewerFile* self, const gchar* value)
370407 {
371 virt_viewer_file_set_string(self, "tls-ciphers", value);
408 virt_viewer_file_set_string(self, MAIN_GROUP, "tls-ciphers", value);
372409 g_object_notify(G_OBJECT(self), "tls-ciphers");
373410 }
374411
375412 gchar*
376413 virt_viewer_file_get_host_subject(VirtViewerFile* self)
377414 {
378 return virt_viewer_file_get_string(self, "host-subject");
415 return virt_viewer_file_get_string(self, MAIN_GROUP,
416 "host-subject");
379417 }
380418
381419 void
382420 virt_viewer_file_set_host_subject(VirtViewerFile* self, const gchar* value)
383421 {
384 virt_viewer_file_set_string(self, "host-subject", value);
422 virt_viewer_file_set_string(self, MAIN_GROUP,
423 "host-subject", value);
385424 g_object_notify(G_OBJECT(self), "host-subject");
386425 }
387426
388427 gint
389428 virt_viewer_file_get_fullscreen(VirtViewerFile* self)
390429 {
391 return virt_viewer_file_get_int(self, "fullscreen");
430 return virt_viewer_file_get_int(self, MAIN_GROUP, "fullscreen");
392431 }
393432
394433 void
395434 virt_viewer_file_set_fullscreen(VirtViewerFile* self, gint value)
396435 {
397 virt_viewer_file_set_int(self, "fullscreen", !!value);
436 virt_viewer_file_set_int(self, MAIN_GROUP, "fullscreen", !!value);
398437 g_object_notify(G_OBJECT(self), "fullscreen");
399438 }
400439
401440 gchar*
402441 virt_viewer_file_get_title(VirtViewerFile* self)
403442 {
404 return virt_viewer_file_get_string(self, "title");
443 return virt_viewer_file_get_string(self, MAIN_GROUP, "title");
405444 }
406445
407446 void
408447 virt_viewer_file_set_title(VirtViewerFile* self, const gchar* value)
409448 {
410 virt_viewer_file_set_string(self, "title", value);
449 virt_viewer_file_set_string(self, MAIN_GROUP, "title", value);
411450 g_object_notify(G_OBJECT(self), "title");
412451 }
413452
414453 gchar*
415454 virt_viewer_file_get_toggle_fullscreen(VirtViewerFile* self)
416455 {
417 return virt_viewer_file_get_string(self, "toggle-fullscreen");
456 return virt_viewer_file_get_string(self, MAIN_GROUP, "toggle-fullscreen");
418457 }
419458
420459 void
421460 virt_viewer_file_set_toggle_fullscreen(VirtViewerFile* self, const gchar* value)
422461 {
423 virt_viewer_file_set_string(self, "toggle-fullscreen", value);
462 virt_viewer_file_set_string(self, MAIN_GROUP, "toggle-fullscreen", value);
424463 g_object_notify(G_OBJECT(self), "toggle-fullscreen");
425464 }
426465
427466 gchar*
428467 virt_viewer_file_get_release_cursor(VirtViewerFile* self)
429468 {
430 return virt_viewer_file_get_string(self, "release-cursor");
469 return virt_viewer_file_get_string(self, MAIN_GROUP, "release-cursor");
431470 }
432471
433472 void
434473 virt_viewer_file_set_release_cursor(VirtViewerFile* self, const gchar* value)
435474 {
436 virt_viewer_file_set_string(self, "release-cursor", value);
475 virt_viewer_file_set_string(self, MAIN_GROUP, "release-cursor", value);
437476 g_object_notify(G_OBJECT(self), "release-cursor");
438477 }
439478
440479 gchar*
441480 virt_viewer_file_get_secure_attention(VirtViewerFile* self)
442481 {
443 return virt_viewer_file_get_string(self, "secure-attention");
482 return virt_viewer_file_get_string(self, MAIN_GROUP, "secure-attention");
444483 }
445484
446485 void
447486 virt_viewer_file_set_secure_attention(VirtViewerFile* self, const gchar* value)
448487 {
449 virt_viewer_file_set_string(self, "secure-attention", value);
488 virt_viewer_file_set_string(self, MAIN_GROUP, "secure-attention", value);
450489 g_object_notify(G_OBJECT(self), "secure-attention");
451490 }
452491
453492 gchar*
454493 virt_viewer_file_get_smartcard_remove(VirtViewerFile* self)
455494 {
456 return virt_viewer_file_get_string(self, "smartcard-remove");
495 return virt_viewer_file_get_string(self, MAIN_GROUP, "smartcard-remove");
457496 }
458497
459498 void
460499 virt_viewer_file_set_smartcard_remove(VirtViewerFile* self, const gchar* value)
461500 {
462 virt_viewer_file_set_string(self, "smartcard-remove", value);
501 virt_viewer_file_set_string(self, MAIN_GROUP, "smartcard-remove", value);
463502 g_object_notify(G_OBJECT(self), "smartcard-remove");
464503 }
465504
466505 gchar*
467506 virt_viewer_file_get_smartcard_insert(VirtViewerFile* self)
468507 {
469 return virt_viewer_file_get_string(self, "smartcard-insert");
508 return virt_viewer_file_get_string(self, MAIN_GROUP, "smartcard-insert");
470509 }
471510
472511 void
473512 virt_viewer_file_set_smartcard_insert(VirtViewerFile* self, const gchar* value)
474513 {
475 virt_viewer_file_set_string(self, "smartcard-insert", value);
514 virt_viewer_file_set_string(self, MAIN_GROUP, "smartcard-insert", value);
476515 g_object_notify(G_OBJECT(self), "smartcard-insert");
477516 }
478517
479518 gint
480519 virt_viewer_file_get_enable_smartcard(VirtViewerFile* self)
481520 {
482 return virt_viewer_file_get_int(self, "enable-smartcard");
521 return virt_viewer_file_get_int(self, MAIN_GROUP, "enable-smartcard");
483522 }
484523
485524 void
486525 virt_viewer_file_set_enable_smartcard(VirtViewerFile* self, gint value)
487526 {
488 virt_viewer_file_set_int(self, "enable-smartcard", !!value);
527 virt_viewer_file_set_int(self, MAIN_GROUP, "enable-smartcard", !!value);
489528 g_object_notify(G_OBJECT(self), "enable-smartcard");
490529 }
491530
492531 gint
493532 virt_viewer_file_get_enable_usbredir(VirtViewerFile* self)
494533 {
495 return virt_viewer_file_get_int(self, "enable-usbredir");
534 return virt_viewer_file_get_int(self, MAIN_GROUP, "enable-usbredir");
496535 }
497536
498537 void
499538 virt_viewer_file_set_enable_usbredir(VirtViewerFile* self, gint value)
500539 {
501 virt_viewer_file_set_int(self, "enable-usbredir", !!value);
540 virt_viewer_file_set_int(self, MAIN_GROUP, "enable-usbredir", !!value);
502541 g_object_notify(G_OBJECT(self), "enable-usbredir");
503542 }
504543
505544 gint
506545 virt_viewer_file_get_delete_this_file(VirtViewerFile* self)
507546 {
508 return virt_viewer_file_get_int(self, "delete-this-file");
547 return virt_viewer_file_get_int(self, MAIN_GROUP, "delete-this-file");
509548 }
510549
511550 void
512551 virt_viewer_file_set_delete_this_file(VirtViewerFile* self, gint value)
513552 {
514 virt_viewer_file_set_int(self, "delete-this-file", !!value);
553 virt_viewer_file_set_int(self, MAIN_GROUP, "delete-this-file", !!value);
515554 g_object_notify(G_OBJECT(self), "delete-this-file");
516555 }
517556
518557 gint
519558 virt_viewer_file_get_color_depth(VirtViewerFile* self)
520559 {
521 return virt_viewer_file_get_int(self, "color-depth");
560 return virt_viewer_file_get_int(self, MAIN_GROUP, "color-depth");
522561 }
523562
524563 void
525564 virt_viewer_file_set_color_depth(VirtViewerFile* self, gint value)
526565 {
527 virt_viewer_file_set_int(self, "color-depth", value);
566 virt_viewer_file_set_int(self, MAIN_GROUP, "color-depth", value);
528567 g_object_notify(G_OBJECT(self), "color-depth");
529568 }
530569
531570 gint
532571 virt_viewer_file_get_enable_usb_autoshare(VirtViewerFile* self)
533572 {
534 return virt_viewer_file_get_int(self, "enable-usb-autoshare");
573 return virt_viewer_file_get_int(self, MAIN_GROUP, "enable-usb-autoshare");
535574 }
536575
537576 void
538577 virt_viewer_file_set_enable_usb_autoshare(VirtViewerFile* self, gint value)
539578 {
540 virt_viewer_file_set_int(self, "enable-usb-autoshare", !!value);
579 virt_viewer_file_set_int(self, MAIN_GROUP, "enable-usb-autoshare", !!value);
541580 g_object_notify(G_OBJECT(self), "enable-usb-autoshare");
542581 }
543582
544583 gchar*
545584 virt_viewer_file_get_usb_filter(VirtViewerFile* self)
546585 {
547 return virt_viewer_file_get_string(self, "usb-filter");
586 return virt_viewer_file_get_string(self, MAIN_GROUP, "usb-filter");
548587 }
549588
550589 void
551590 virt_viewer_file_set_usb_filter(VirtViewerFile* self, const gchar* value)
552591 {
553 virt_viewer_file_set_string(self, "usb-filter", value);
592 virt_viewer_file_set_string(self, MAIN_GROUP, "usb-filter", value);
554593 g_object_notify(G_OBJECT(self), "usb-filter");
555594 }
556595
557596 gchar*
558597 virt_viewer_file_get_proxy(VirtViewerFile* self)
559598 {
560 return virt_viewer_file_get_string(self, "proxy");
599 return virt_viewer_file_get_string(self, MAIN_GROUP, "proxy");
561600 }
562601
563602 void
564603 virt_viewer_file_set_proxy(VirtViewerFile* self, const gchar* value)
565604 {
566 virt_viewer_file_set_string(self, "proxy", value);
605 virt_viewer_file_set_string(self, MAIN_GROUP, "proxy", value);
567606 g_object_notify(G_OBJECT(self), "proxy");
568607 }
569608
570609 gchar*
571610 virt_viewer_file_get_version(VirtViewerFile* self)
572611 {
573 return virt_viewer_file_get_string(self, "version");
612 return virt_viewer_file_get_string(self, MAIN_GROUP, "version");
574613 }
575614
576615 void
577616 virt_viewer_file_set_version(VirtViewerFile* self, const gchar* value)
578617 {
579 virt_viewer_file_set_string(self, "version", value);
618 virt_viewer_file_set_string(self, MAIN_GROUP, "version", value);
580619 g_object_notify(G_OBJECT(self), "version");
581620 }
621
622 GHashTable*
623 virt_viewer_file_get_versions(VirtViewerFile* self)
624 {
625 GHashTable *versions;
626 gchar **versions_str;
627 gsize length;
628 unsigned int i;
629
630 versions = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free);
631 versions_str = virt_viewer_file_get_string_list(self, MAIN_GROUP,
632 "versions", &length);
633 for (i = 0; i < length; i++) {
634 GStrv tokens;
635
636 if (versions_str[i] == NULL) {
637 g_warn_if_reached();
638 break;
639 }
640 tokens = g_strsplit(versions_str[i], ":", 2);
641 if (g_strv_length(tokens) != 2) {
642 g_warn_if_reached();
643 continue;
644 }
645 g_debug("Minimum version '%s' for OS id '%s'", tokens[1], tokens[0]);
646 g_hash_table_insert(versions, tokens[0], tokens[1]);
647 g_free(tokens);
648 }
649 g_strfreev(versions_str);
650
651 return versions;
652 }
653
654 void
655 virt_viewer_file_set_versions(VirtViewerFile* self, GHashTable *version_table)
656 {
657 GHashTableIter iter;
658 gpointer key, value;
659 GPtrArray *versions;
660
661 versions = g_ptr_array_new_with_free_func(g_free);
662
663 g_hash_table_iter_init(&iter, version_table);
664 while (g_hash_table_iter_next(&iter, &key, &value)) {
665 char *str;
666
667 /* Check that id only contains letters/numbers/- */
668 /* Check that version only contains numbers, ., :, -, (letters ?) */
669 /* FIXME: ':' separator overlaps with ':' epoch indicator */
670
671 str = g_strdup_printf("%s:%s", (char *)key, (char *)value);
672 g_ptr_array_add(versions, str);
673 }
674 virt_viewer_file_set_string_list(self, MAIN_GROUP, "versions",
675 (const char * const *)versions->pdata,
676 versions->len);
677 g_ptr_array_unref(versions);
678 g_object_notify(G_OBJECT(self), "versions");
679 }
680
681 gchar*
682 virt_viewer_file_get_version_url(VirtViewerFile* self)
683 {
684 return virt_viewer_file_get_string(self, MAIN_GROUP, "newer-version-url");
685 }
686
687 void
688 virt_viewer_file_set_version_url(VirtViewerFile* self, const gchar* value)
689 {
690 virt_viewer_file_set_string(self, MAIN_GROUP, "newer-version-url", value);
691 g_object_notify(G_OBJECT(self), "version-url");
692 }
693
582694
583695 gchar**
584696 virt_viewer_file_get_secure_channels(VirtViewerFile* self, gsize* length)
585697 {
586 return virt_viewer_file_get_string_list(self, "secure-channels", length);
698 return virt_viewer_file_get_string_list(self, MAIN_GROUP, "secure-channels", length);
587699 }
588700
589701 void
590702 virt_viewer_file_set_secure_channels(VirtViewerFile* self, const gchar* const* value, gsize length)
591703 {
592 virt_viewer_file_set_string_list(self, "secure-channels", value, length);
704 virt_viewer_file_set_string_list(self, MAIN_GROUP, "secure-channels", value, length);
593705 g_object_notify(G_OBJECT(self), "secure-channels");
706 }
707
708 gchar*
709 virt_viewer_file_get_ovirt_host(VirtViewerFile* self)
710 {
711 return virt_viewer_file_get_string(self, OVIRT_GROUP, "host");
712 }
713
714 void
715 virt_viewer_file_set_ovirt_host(VirtViewerFile* self, const gchar* value)
716 {
717 virt_viewer_file_set_string(self, OVIRT_GROUP, "host", value);
718 g_object_notify(G_OBJECT(self), "ovirt-host");
719 }
720
721 gchar*
722 virt_viewer_file_get_ovirt_vm_guid(VirtViewerFile* self)
723 {
724 return virt_viewer_file_get_string(self, OVIRT_GROUP, "vm-guid");
725 }
726
727 void
728 virt_viewer_file_set_ovirt_vm_guid(VirtViewerFile* self, const gchar* value)
729 {
730 virt_viewer_file_set_string(self, OVIRT_GROUP, "vm-guid", value);
731 g_object_notify(G_OBJECT(self), "ovirt-vm-guid");
732 }
733
734 gchar*
735 virt_viewer_file_get_ovirt_jsessionid(VirtViewerFile* self)
736 {
737 return virt_viewer_file_get_string(self, OVIRT_GROUP, "jsessionid");
738 }
739
740 void
741 virt_viewer_file_set_ovirt_jsessionid(VirtViewerFile* self, const gchar* value)
742 {
743 virt_viewer_file_set_string(self, OVIRT_GROUP, "jsessionid", value);
744 g_object_notify(G_OBJECT(self), "ovirt-jsessionid");
745 }
746
747 gchar*
748 virt_viewer_file_get_ovirt_ca(VirtViewerFile* self)
749 {
750 return virt_viewer_file_get_string(self, OVIRT_GROUP, "ca");
751 }
752
753 void
754 virt_viewer_file_set_ovirt_ca(VirtViewerFile* self, const gchar* value)
755 {
756 virt_viewer_file_set_string(self, OVIRT_GROUP, "ca", value);
757 g_object_notify(G_OBJECT(self), "ovirt-ca");
758 }
759
760 gint
761 virt_viewer_file_get_ovirt_admin(VirtViewerFile* self)
762 {
763 return virt_viewer_file_get_int(self, OVIRT_GROUP, "admin");
764 }
765
766 void
767 virt_viewer_file_set_ovirt_admin(VirtViewerFile* self, gint value)
768 {
769 virt_viewer_file_set_int(self, OVIRT_GROUP, "admin", value);
770 g_object_notify(G_OBJECT(self), "ovirt-admin");
594771 }
595772
596773 static void
607784 gtk_accel_map_change_entry(accel_path, accel_key, accel_mods, TRUE);
608785 }
609786
787 static gboolean
788 virt_viewer_file_check_min_version(VirtViewerFile *self, GError **error)
789 {
790 gchar *min_version = NULL;
791 gint version_cmp;
792
793 #ifdef REMOTE_VIEWER_OS_ID
794 if (virt_viewer_file_is_set(self, "versions")) {
795 GHashTable *versions;
796
797 versions = virt_viewer_file_get_versions(self);
798
799 min_version = g_strdup(g_hash_table_lookup(versions, REMOTE_VIEWER_OS_ID));
800
801 g_hash_table_unref(versions);
802 }
803 #endif
804
805
806 if (min_version == NULL) {
807 if (virt_viewer_file_is_set(self, "version")) {
808 min_version = virt_viewer_file_get_version(self);
809 }
810 }
811
812 if (min_version == NULL) {
813 return TRUE;
814 }
815 version_cmp = virt_viewer_compare_buildid(min_version, PACKAGE_VERSION BUILDID);
816
817 if (version_cmp > 0) {
818 gchar *url;
819 url = virt_viewer_file_get_version_url(self);
820 if (url != NULL) {
821 g_set_error(error,
822 VIRT_VIEWER_ERROR,
823 VIRT_VIEWER_ERROR_FAILED,
824 _("At least %s version %s is required to setup this"
825 " connection, see %s for details"),
826 g_get_application_name(), min_version, url);
827 g_free(url);
828 } else {
829 g_set_error(error,
830 VIRT_VIEWER_ERROR,
831 VIRT_VIEWER_ERROR_FAILED,
832 _("At least %s version %s is required to setup this connection"),
833 g_get_application_name(), min_version);
834 }
835 g_free(min_version);
836 return FALSE;
837 }
838 g_free(min_version);
839
840 return TRUE;
841 }
842
610843 gboolean
611844 virt_viewer_file_fill_app(VirtViewerFile* self, VirtViewerApp *app, GError **error)
612845 {
613846 g_return_val_if_fail(VIRT_VIEWER_IS_FILE(self), FALSE);
614847 g_return_val_if_fail(VIRT_VIEWER_IS_APP(app), FALSE);
615848
616 if (virt_viewer_file_is_set(self, "version")) {
617 gchar *val = virt_viewer_file_get_version(self);
618
619 if (virt_viewer_compare_version(val, PACKAGE_VERSION) > 0) {
620 g_set_error(error,
621 VIRT_VIEWER_ERROR,
622 VIRT_VIEWER_ERROR_FAILED,
623 _("At least %s version %s is required to setup this connection"),
624 g_get_application_name(), val);
625
626 g_free(val);
627 return FALSE;
628 }
629
630 g_free(val);
849 if (!virt_viewer_file_check_min_version(self, error)) {
850 return FALSE;
631851 }
632852
633853 if (virt_viewer_file_is_set(self, "title")) {
749969 case PROP_VERSION:
750970 virt_viewer_file_set_version(self, g_value_get_string(value));
751971 break;
972 case PROP_VERSIONS:
973 virt_viewer_file_set_versions(self, g_value_get_boxed(value));
974 break;
975 case PROP_VERSION_URL:
976 virt_viewer_file_set_version_url(self, g_value_get_string(value));
977 break;
752978 case PROP_SECURE_CHANNELS:
753979 strv = g_value_get_boxed(value);
754980 virt_viewer_file_set_secure_channels(self, (const gchar* const*)strv, g_strv_length(strv));
756982 case PROP_DELETE_THIS_FILE:
757983 virt_viewer_file_set_delete_this_file(self, g_value_get_int(value));
758984 break;
985 case PROP_OVIRT_ADMIN:
986 virt_viewer_file_set_ovirt_admin(self, g_value_get_int(value));
987 break;
988 case PROP_OVIRT_HOST:
989 virt_viewer_file_set_ovirt_host(self, g_value_get_string(value));
990 break;
991 case PROP_OVIRT_VM_GUID:
992 virt_viewer_file_set_ovirt_vm_guid(self, g_value_get_string(value));
993 break;
994 case PROP_OVIRT_JSESSIONID:
995 virt_viewer_file_set_ovirt_jsessionid(self, g_value_get_string(value));
996 break;
997 case PROP_OVIRT_CA:
998 virt_viewer_file_set_ovirt_ca(self, g_value_get_string(value));
999 break;
7591000 default:
7601001 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec);
7611002 break;
8381079 case PROP_VERSION:
8391080 g_value_take_string(value, virt_viewer_file_get_version(self));
8401081 break;
1082 case PROP_VERSIONS:
1083 g_value_take_boxed(value, virt_viewer_file_get_versions(self));
1084 break;
1085 case PROP_VERSION_URL:
1086 g_value_take_string(value, virt_viewer_file_get_version_url(self));
1087 break;
8411088 case PROP_SECURE_CHANNELS:
8421089 g_value_take_boxed(value, virt_viewer_file_get_secure_channels(self, NULL));
8431090 break;
8441091 case PROP_DELETE_THIS_FILE:
8451092 g_value_set_int(value, virt_viewer_file_get_delete_this_file(self));
1093 break;
1094 case PROP_OVIRT_ADMIN:
1095 g_value_set_int(value, virt_viewer_file_get_ovirt_admin(self));
1096 break;
1097 case PROP_OVIRT_HOST:
1098 g_value_take_string(value, virt_viewer_file_get_ovirt_host(self));
1099 break;
1100 case PROP_OVIRT_VM_GUID:
1101 g_value_take_string(value, virt_viewer_file_get_ovirt_vm_guid(self));
1102 break;
1103 case PROP_OVIRT_JSESSIONID:
1104 g_value_take_string(value, virt_viewer_file_get_ovirt_jsessionid(self));
1105 break;
1106 case PROP_OVIRT_CA:
1107 g_value_take_string(value, virt_viewer_file_get_ovirt_ca(self));
8461108 break;
8471109 default:
8481110 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, property_id, pspec);
9711233 g_param_spec_string("version", "version", "version", NULL,
9721234 G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE));
9731235
1236 g_object_class_install_property(G_OBJECT_CLASS(klass), PROP_VERSIONS,
1237 g_param_spec_boxed("versions", "versions", "versions", G_TYPE_HASH_TABLE,
1238 G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE));
1239
1240 g_object_class_install_property(G_OBJECT_CLASS(klass), PROP_VERSION_URL,
1241 g_param_spec_string("version-url", "version-url", "version-url", NULL,
1242 G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE));
1243
9741244 g_object_class_install_property(G_OBJECT_CLASS(klass), PROP_SECURE_CHANNELS,
9751245 g_param_spec_boxed("secure-channels", "secure-channels", "secure-channels", G_TYPE_STRV,
9761246 G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE));
9781248 g_object_class_install_property(G_OBJECT_CLASS(klass), PROP_DELETE_THIS_FILE,
9791249 g_param_spec_int("delete-this-file", "delete-this-file", "delete-this-file", 0, 1, 0,
9801250 G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE));
981 }
1251
1252 g_object_class_install_property(G_OBJECT_CLASS(klass), PROP_OVIRT_ADMIN,
1253 g_param_spec_int("ovirt-admin", "ovirt-admin", "ovirt-admin", 0, 1, 0,
1254 G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE));
1255
1256 g_object_class_install_property(G_OBJECT_CLASS(klass), PROP_OVIRT_HOST,
1257 g_param_spec_string("ovirt-host", "ovirt-host", "ovirt-host", NULL,
1258 G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE));
1259
1260 g_object_class_install_property(G_OBJECT_CLASS(klass), PROP_OVIRT_VM_GUID,
1261 g_param_spec_string("ovirt-vm-guid", "ovirt-vm-guid", "ovirt-vm-guid", NULL,
1262 G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE));
1263
1264 g_object_class_install_property(G_OBJECT_CLASS(klass), PROP_OVIRT_JSESSIONID,
1265 g_param_spec_string("ovirt-jsessionid", "ovirt-jsessionid", "ovirt-jsessionid", NULL,
1266 G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE));
1267
1268 g_object_class_install_property(G_OBJECT_CLASS(klass), PROP_OVIRT_CA,
1269 g_param_spec_string("ovirt-ca", "ovirt-ca", "ovirt-ca", NULL,
1270 G_PARAM_STATIC_STRINGS | G_PARAM_READWRITE));
1271 }
101101 void virt_viewer_file_set_proxy(VirtViewerFile* self, const gchar* value);
102102 gchar* virt_viewer_file_get_version(VirtViewerFile* self);
103103 void virt_viewer_file_set_version(VirtViewerFile* self, const gchar* value);
104 GHashTable* virt_viewer_file_get_versions(VirtViewerFile* self);
105 void virt_viewer_file_set_versions(VirtViewerFile* self, GHashTable *version_table);
106 gchar* virt_viewer_file_get_version_url(VirtViewerFile* self);
107 void virt_viewer_file_set_version_url(VirtViewerFile* self, const gchar* value);
104108 gchar** virt_viewer_file_get_secure_channels(VirtViewerFile* self, gsize* length);
105109 void virt_viewer_file_set_secure_channels(VirtViewerFile* self, const gchar* const* value, gsize length);
106110 gint virt_viewer_file_get_delete_this_file(VirtViewerFile* self);
107111 void virt_viewer_file_set_delete_this_file(VirtViewerFile* self, gint value);
108112 gchar* virt_viewer_file_get_secure_attention(VirtViewerFile* self);
109113 void virt_viewer_file_set_secure_attention(VirtViewerFile* self, const gchar* value);
114 gint virt_viewer_file_get_ovirt_admin(VirtViewerFile* self);
115 void virt_viewer_file_set_ovirt_admin(VirtViewerFile* self, gint value);
116 gchar* virt_viewer_file_get_ovirt_host(VirtViewerFile* self);
117 void virt_viewer_file_set_ovirt_host(VirtViewerFile* self, const gchar* value);
118 gchar* virt_viewer_file_get_ovirt_vm_guid(VirtViewerFile* self);
119 void virt_viewer_file_set_ovirt_vm_guid(VirtViewerFile* self, const gchar* value);
120 gchar* virt_viewer_file_get_ovirt_jsessionid(VirtViewerFile* self);
121 void virt_viewer_file_set_ovirt_jsessionid(VirtViewerFile* self, const gchar* value);
122 gchar* virt_viewer_file_get_ovirt_ca(VirtViewerFile* self);
123 void virt_viewer_file_set_ovirt_ca(VirtViewerFile* self, const gchar* value);
110124
111125 G_END_DECLS
112126
0 <?xml version="1.0" encoding="UTF-8"?>
1 <!-- Generated with glade 3.16.0 on Thu Jan 16 16:13:38 2014 -->
2 <interface>
3 <!-- interface-requires gtk+ 3.0 -->
4 <object class="GtkDialog" id="guestdetailsdialog">
5 <property name="can_focus">False</property>
6 <property name="title" translatable="yes">Guest Details</property>
7 <property name="resizable">True</property>
8 <property name="default_width">400</property>
9 <property name="type_hint">dialog</property>
10 <signal name="response" handler="virt_viewer_window_guest_details_response" swapped="no"/>
11 <child internal-child="vbox">
12 <object class="GtkBox" id="dialog-vbox2">
13 <property name="can_focus">False</property>
14 <property name="orientation">vertical</property>
15 <property name="spacing">2</property>
16 <child internal-child="action_area">
17 <object class="GtkButtonBox" id="dialog-action_area2">
18 <property name="can_focus">False</property>
19 <property name="layout_style">end</property>
20 <child>
21 <object class="GtkButton" id="button1">
22 <property name="label">gtk-close</property>
23 <property name="visible">True</property>
24 <property name="can_focus">True</property>
25 <property name="receives_default">True</property>
26 <property name="use_stock">True</property>
27 </object>
28 <packing>
29 <property name="expand">False</property>
30 <property name="fill">True</property>
31 <property name="position">0</property>
32 </packing>
33 </child>
34 </object>
35 <packing>
36 <property name="expand">False</property>
37 <property name="fill">True</property>
38 <property name="pack_type">end</property>
39 <property name="position">0</property>
40 </packing>
41 </child>
42 <child>
43 <object class="GtkTable" id="grid1">
44 <property name="visible">True</property>
45 <property name="can_focus">False</property>
46 <property name="border_width">6</property>
47 <property name="row_spacing">6</property>
48 <property name="column_spacing">6</property>
49 <property name="n_rows">2</property>
50 <child>
51 <object class="GtkLabel" id="label1">
52 <property name="visible">True</property>
53 <property name="can_focus">False</property>
54 <property name="xalign">1</property>
55 <property name="label" translatable="yes">Name:</property>
56 </object>
57 <packing>
58 <property name="x_options">GTK_SHRINK | GTK_FILL</property>
59 <property name="y_options">GTK_FILL</property>
60 </packing>
61 </child>
62 <child>
63 <object class="GtkLabel" id="label2">
64 <property name="visible">True</property>
65 <property name="can_focus">False</property>
66 <property name="xalign">1</property>
67 <property name="label" translatable="yes">GUID:</property>
68 </object>
69 <packing>
70 <property name="top_attach">1</property>
71 <property name="bottom_attach">2</property>
72 <property name="x_options">GTK_SHRINK | GTK_FILL</property>
73 <property name="y_options">GTK_FILL</property>
74 </packing>
75 </child>
76 <child>
77 <object class="GtkLabel" id="namevaluelabel">
78 <property name="visible">True</property>
79 <property name="can_focus">False</property>
80 <property name="xalign">0</property>
81 <property name="label" translatable="yes">label</property>
82 <property name="selectable">True</property>
83 </object>
84 <packing>
85 <property name="left_attach">1</property>
86 <property name="right_attach">2</property>
87 <property name="y_options">GTK_FILL</property>
88 </packing>
89 </child>
90 <child>
91 <object class="GtkLabel" id="guidvaluelabel">
92 <property name="visible">True</property>
93 <property name="can_focus">False</property>
94 <property name="xalign">0</property>
95 <property name="label" translatable="yes">label</property>
96 <property name="selectable">True</property>
97 </object>
98 <packing>
99 <property name="left_attach">1</property>
100 <property name="right_attach">2</property>
101 <property name="top_attach">1</property>
102 <property name="bottom_attach">2</property>
103 <property name="y_options">GTK_FILL</property>
104 </packing>
105 </child>
106 </object>
107 <packing>
108 <property name="expand">False</property>
109 <property name="fill">True</property>
110 <property name="position">1</property>
111 </packing>
112 </child>
113 </object>
114 </child>
115 <action-widgets>
116 <action-widget response="-7">button1</action-widget>
117 </action-widgets>
118 </object>
119 </interface>
9797 if (error) {
9898 g_printerr("%s\n%s\n",
9999 error->message, help_msg);
100 g_error_free(error);
101100 goto cleanup;
102101 }
103102
104103 g_option_context_free(context);
105104
106 if (!args || (g_strv_length(args) != 1)) {
107 g_printerr(_("\nUsage: %s [OPTIONS] DOMAIN-NAME|ID|UUID\n\n%s\n\n"), argv[0], help_msg);
105 if (args && (g_strv_length(args) != 1)) {
106 g_printerr(_("\nUsage: %s [OPTIONS] [DOMAIN-NAME|ID|UUID]\n\n%s\n\n"), argv[0], help_msg);
108107 goto cleanup;
109108 }
110109
111 viewer = virt_viewer_new(uri, args[0], direct, attach, waitvm, reconnect);
110 if (args == NULL && waitvm) {
111 g_printerr(_("\nNo DOMAIN-NAME|ID|UUID was specified for '--wait'\n\n"));
112 goto cleanup;
113 }
114
115 viewer = virt_viewer_new(uri, (args) ? args[0] : NULL, direct, attach, waitvm, reconnect);
112116 if (viewer == NULL)
113117 goto cleanup;
114118
115 if (!virt_viewer_app_start(VIRT_VIEWER_APP(viewer)))
119 if (!virt_viewer_app_start(VIRT_VIEWER_APP(viewer), &error)) {
120 if (g_error_matches(error, VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_CANCELLED))
121 ret = 0;
122 else if (error) {
123 virt_viewer_app_simple_message_dialog(VIRT_VIEWER_APP(viewer), error->message);
124 }
116125 goto cleanup;
126 }
117127
118128 gtk_main();
119129
125135 g_free(uri);
126136 g_strfreev(args);
127137 g_free(help_msg);
138 g_clear_error(&error);
128139
129140 return ret;
130141 }
5656 }
5757
5858 static void
59 virt_viewer_notebook_dispose (GObject *object)
60 {
61 G_OBJECT_CLASS (virt_viewer_notebook_parent_class)->dispose (object);
62 }
63
64 static void
6559 virt_viewer_notebook_class_init (VirtViewerNotebookClass *klass)
6660 {
6761 GObjectClass *object_class = G_OBJECT_CLASS (klass);
7064
7165 object_class->get_property = virt_viewer_notebook_get_property;
7266 object_class->set_property = virt_viewer_notebook_set_property;
73 object_class->dispose = virt_viewer_notebook_dispose;
7467 }
7568
7669 static void
0 <?xml version="1.0" encoding="UTF-8"?>
1 <interface>
2 <!-- interface-requires gtk+ 2.6 -->
3 <!-- interface-naming-policy toplevel-contextual -->
4 <object class="GtkDialog" id="preferences">
5 <property name="can_focus">False</property>
6 <property name="border_width">5</property>
7 <property name="title" translatable="yes">Preferences</property>
8 <property name="type_hint">normal</property>
9 <signal name="delete-event" handler="gtk_widget_hide_on_delete" swapped="no"/>
10 <child internal-child="vbox">
11 <object class="GtkVBox" id="dialog-vbox1">
12 <property name="visible">True</property>
13 <property name="can_focus">False</property>
14 <child internal-child="action_area">
15 <object class="GtkHButtonBox" id="dialog-action_area1">
16 <property name="visible">True</property>
17 <property name="can_focus">False</property>
18 <property name="layout_style">end</property>
19 <child>
20 <placeholder/>
21 </child>
22 <child>
23 <placeholder/>
24 </child>
25 </object>
26 <packing>
27 <property name="expand">True</property>
28 <property name="fill">True</property>
29 <property name="position">0</property>
30 </packing>
31 </child>
32 <child>
33 <object class="GtkNotebook" id="notebook1">
34 <property name="visible">True</property>
35 <property name="can_focus">True</property>
36 <child>
37 <object class="GtkVBox" id="vbox1">
38 <property name="visible">True</property>
39 <property name="can_focus">False</property>
40 <property name="border_width">18</property>
41 <property name="spacing">6</property>
42 <child>
43 <object class="GtkLabel" id="label2">
44 <property name="visible">True</property>
45 <property name="can_focus">False</property>
46 <property name="xalign">0</property>
47 <property name="label" translatable="yes">Folder sharing</property>
48 <attributes>
49 <attribute name="weight" value="bold"/>
50 </attributes>
51 </object>
52 <packing>
53 <property name="expand">False</property>
54 <property name="fill">False</property>
55 <property name="position">0</property>
56 </packing>
57 </child>
58 <child>
59 <object class="GtkTable" id="table1">
60 <property name="visible">True</property>
61 <property name="can_focus">False</property>
62 <property name="border_width">6</property>
63 <property name="n_rows">2</property>
64 <property name="n_columns">2</property>
65 <property name="column_spacing">12</property>
66 <property name="row_spacing">6</property>
67 <child>
68 <object class="GtkCheckButton" id="cbsharefolder">
69 <property name="label" translatable="yes">Share folder</property>
70 <property name="visible">True</property>
71 <property name="can_focus">True</property>
72 <property name="receives_default">False</property>
73 <property name="draw_indicator">True</property>
74 </object>
75 <packing>
76 <property name="x_options"/>
77 </packing>
78 </child>
79 <child>
80 <object class="GtkCheckButton" id="cbsharefolderro">
81 <property name="label" translatable="yes">Read-only</property>
82 <property name="visible">True</property>
83 <property name="can_focus">True</property>
84 <property name="receives_default">False</property>
85 <property name="draw_indicator">True</property>
86 </object>
87 <packing>
88 <property name="right_attach">2</property>
89 <property name="top_attach">1</property>
90 <property name="bottom_attach">2</property>
91 </packing>
92 </child>
93 <child>
94 <object class="GtkFileChooserButton" id="fcsharefolder">
95 <property name="visible">True</property>
96 <property name="can_focus">False</property>
97 <property name="action">select-folder</property>
98 </object>
99 <packing>
100 <property name="left_attach">1</property>
101 <property name="right_attach">2</property>
102 </packing>
103 </child>
104 </object>
105 <packing>
106 <property name="expand">False</property>
107 <property name="fill">False</property>
108 <property name="position">1</property>
109 </packing>
110 </child>
111 </object>
112 </child>
113 <child type="tab">
114 <object class="GtkLabel" id="label1">
115 <property name="visible">True</property>
116 <property name="can_focus">False</property>
117 <property name="label" translatable="yes">Spice</property>
118 </object>
119 <packing>
120 <property name="tab_fill">False</property>
121 </packing>
122 </child>
123 </object>
124 <packing>
125 <property name="expand">True</property>
126 <property name="fill">True</property>
127 <property name="position">1</property>
128 </packing>
129 </child>
130 </object>
131 </child>
132 </object>
133 </interface>
4343 #include "gbinding.c"
4444 #endif
4545
46 #ifndef SPICE_GTK_CHECK_VERSION
47 #define SPICE_GTK_CHECK_VERSION(x, y, z) 0
48 #endif
49
5046 G_DEFINE_TYPE (VirtViewerSessionSpice, virt_viewer_session_spice, VIRT_VIEWER_TYPE_SESSION)
5147
5248
6965 PROP_0,
7066 PROP_SPICE_SESSION,
7167 PROP_SW_SMARTCARD_READER,
68 PROP_MAIN_WINDOW
7269 };
7370
7471
8784 static void virt_viewer_session_spice_smartcard_insert(VirtViewerSession *session);
8885 static void virt_viewer_session_spice_smartcard_remove(VirtViewerSession *session);
8986 static gboolean virt_viewer_session_spice_fullscreen_auto_conf(VirtViewerSessionSpice *self);
90 static void virt_viewer_session_spice_apply_monitor_geometry(VirtViewerSession *self, GdkRectangle *monitors, guint nmonitors);
87 static void virt_viewer_session_spice_apply_monitor_geometry(VirtViewerSession *self, GHashTable *monitors);
88
89 static void virt_viewer_session_spice_clear_displays(VirtViewerSessionSpice *self)
90 {
91 SpiceSession *session = self->priv->session;
92 GList *l;
93 GList *channels;
94
95 channels = spice_session_get_channels(session);
96 for (l = channels; l != NULL; l = l->next) {
97 SpiceChannel *channel = SPICE_CHANNEL(l->data);
98
99 g_object_set_data(G_OBJECT(channel), "virt-viewer-displays", NULL);
100 }
101 g_list_free(channels);
102 virt_viewer_session_clear_displays(VIRT_VIEWER_SESSION(self));
103 }
104
91105
92106 static void
93107 virt_viewer_session_spice_get_property(GObject *object, guint property_id,
103117 case PROP_SW_SMARTCARD_READER:
104118 g_value_set_boolean(value, priv->has_sw_smartcard_reader);
105119 break;
120 case PROP_MAIN_WINDOW:
121 g_value_set_object(value, self->priv->main_window);
122 break;
106123 default:
107124 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
108125 }
112129 virt_viewer_session_spice_set_property(GObject *object, guint property_id,
113130 const GValue *value G_GNUC_UNUSED, GParamSpec *pspec)
114131 {
132 VirtViewerSessionSpice *self = VIRT_VIEWER_SESSION_SPICE(object);
133
115134 switch (property_id) {
135 case PROP_MAIN_WINDOW:
136 self->priv->main_window = g_value_dup_object(value);
137 break;
116138 default:
117139 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
118140 }
131153
132154 spice->priv->audio = NULL;
133155
134 if (spice->priv->main_window)
135 g_object_unref(spice->priv->main_window);
156 g_clear_object(&spice->priv->main_window);
136157
137158 G_OBJECT_CLASS(virt_viewer_session_spice_parent_class)->dispose(obj);
138159 }
142163 virt_viewer_session_spice_mime_type(VirtViewerSession *self G_GNUC_UNUSED)
143164 {
144165 return "application/x-spice";
166 }
167
168 static gboolean
169 virt_viewer_session_spice_can_share_folder(VirtViewerSession *session)
170 {
171 VirtViewerSessionSpice *self = VIRT_VIEWER_SESSION_SPICE(session);
172
173 return spice_session_has_channel_type(self->priv->session, SPICE_CHANNEL_WEBDAV);
174 }
175
176 static gboolean
177 virt_viewer_session_spice_can_retry_auth(VirtViewerSession *session G_GNUC_UNUSED)
178 {
179 return TRUE;
180 }
181
182 static void
183 create_spice_session(VirtViewerSessionSpice *self);
184
185 static void
186 property_notify_do_auto_conf(GObject *gobject G_GNUC_UNUSED,
187 GParamSpec *pspec G_GNUC_UNUSED,
188 VirtViewerSessionSpice *self)
189 {
190 virt_viewer_session_spice_fullscreen_auto_conf(self);
191 }
192
193 static void
194 update_share_folder(VirtViewerSessionSpice *self)
195 {
196 gboolean share;
197 SpiceSession *session = self->priv->session;
198 GList *l, *channels;
199
200 g_object_get(self, "share-folder", &share, NULL);
201
202 channels = spice_session_get_channels(session);
203 for (l = channels; l != NULL; l = l->next) {
204 SpiceChannel *channel = l->data;
205
206 if (!SPICE_IS_WEBDAV_CHANNEL(channel))
207 continue;
208
209 if (share)
210 spice_channel_connect(channel);
211 else
212 spice_channel_disconnect(channel, SPICE_CHANNEL_NONE);
213 }
214
215 g_list_free(channels);
216 }
217
218 static void
219 virt_viewer_session_spice_constructed(GObject *obj)
220 {
221 VirtViewerSessionSpice *self = VIRT_VIEWER_SESSION_SPICE(obj);
222
223 create_spice_session(self);
224
225 virt_viewer_signal_connect_object(virt_viewer_session_get_app(VIRT_VIEWER_SESSION(self)),
226 "notify::fullscreen",
227 G_CALLBACK(property_notify_do_auto_conf),
228 self, 0);
229
230 virt_viewer_signal_connect_object(self, "notify::share-folder",
231 G_CALLBACK(update_share_folder), self,
232 G_CONNECT_SWAPPED);
233
234 G_OBJECT_CLASS(virt_viewer_session_spice_parent_class)->constructed(obj);
145235 }
146236
147237 static void
153243 oclass->get_property = virt_viewer_session_spice_get_property;
154244 oclass->set_property = virt_viewer_session_spice_set_property;
155245 oclass->dispose = virt_viewer_session_spice_dispose;
246 oclass->constructed = virt_viewer_session_spice_constructed;
156247
157248 dclass->close = virt_viewer_session_spice_close;
158249 dclass->open_fd = virt_viewer_session_spice_open_fd;
164255 dclass->smartcard_remove = virt_viewer_session_spice_smartcard_remove;
165256 dclass->mime_type = virt_viewer_session_spice_mime_type;
166257 dclass->apply_monitor_geometry = virt_viewer_session_spice_apply_monitor_geometry;
258 dclass->can_share_folder = virt_viewer_session_spice_can_share_folder;
259 dclass->can_retry_auth = virt_viewer_session_spice_can_retry_auth;
167260
168261 g_type_class_add_private(klass, sizeof(VirtViewerSessionSpicePrivate));
169262
175268 SPICE_TYPE_SESSION,
176269 G_PARAM_READABLE |
177270 G_PARAM_STATIC_STRINGS));
271 g_object_class_install_property(oclass,
272 PROP_MAIN_WINDOW,
273 g_param_spec_object("main-window",
274 "main window",
275 "Main Window",
276 GTK_TYPE_WINDOW,
277 G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY |
278 G_PARAM_STATIC_STRINGS));
178279 g_object_class_override_property(oclass,
179280 PROP_SW_SMARTCARD_READER,
180281 "software-smartcard-reader");
232333 }
233334 }
234335
336 #define UUID_LEN 16
337 static void
338 uuid_changed(GObject *gobject G_GNUC_UNUSED,
339 GParamSpec *pspec G_GNUC_UNUSED,
340 VirtViewerSessionSpice *self)
341 {
342 guint8* uuid = NULL;
343 VirtViewerApp* app = virt_viewer_session_get_app(VIRT_VIEWER_SESSION(self));
344
345 g_object_get(self->priv->session, "uuid", &uuid, NULL);
346 if (uuid) {
347 int i;
348 gboolean uuid_empty = TRUE;
349
350 for (i = 0; i < UUID_LEN; i++) {
351 if (uuid[i] != 0) {
352 uuid_empty = FALSE;
353 break;
354 }
355 }
356
357 if (!uuid_empty) {
358 gchar *uuid_str = spice_uuid_to_string(uuid);
359 g_object_set(app, "uuid", uuid_str, NULL);
360 g_free(uuid_str);
361 }
362 }
363
364 virt_viewer_session_spice_fullscreen_auto_conf(self);
365 }
366
367 static void
368 name_changed(GObject *gobject G_GNUC_UNUSED,
369 GParamSpec *pspec G_GNUC_UNUSED,
370 VirtViewerSessionSpice *self)
371 {
372 gchar *name = NULL;
373 VirtViewerApp *app = virt_viewer_session_get_app(VIRT_VIEWER_SESSION(self));
374
375 g_object_get(self->priv->session, "name", &name, NULL);
376
377 g_object_set(app, "guest-name", name, NULL);
378 g_free(name);
379 }
380
235381 static void
236382 create_spice_session(VirtViewerSessionSpice *self)
237383 {
248394 g_object_set(self->priv->gtk_session, "auto-clipboard", TRUE, NULL);
249395
250396 virt_viewer_signal_connect_object(self->priv->session, "channel-new",
251 G_CALLBACK(virt_viewer_session_spice_channel_new), self, 0);
397 G_CALLBACK(virt_viewer_session_spice_channel_new), self, 0);
252398 virt_viewer_signal_connect_object(self->priv->session, "channel-destroy",
253 G_CALLBACK(virt_viewer_session_spice_channel_destroy), self, 0);
399 G_CALLBACK(virt_viewer_session_spice_channel_destroy), self, 0);
254400
255401 usb_manager = spice_usb_device_manager_get(self->priv->session, NULL);
256402 if (usb_manager) {
257 g_signal_connect(usb_manager, "auto-connect-failed",
258 G_CALLBACK(usb_connect_failed), self);
259 g_signal_connect(usb_manager, "device-error",
260 G_CALLBACK(usb_connect_failed), self);
403 virt_viewer_signal_connect_object(usb_manager, "auto-connect-failed",
404 G_CALLBACK(usb_connect_failed), self, 0);
405 virt_viewer_signal_connect_object(usb_manager, "device-error",
406 G_CALLBACK(usb_connect_failed), self, 0);
261407 }
262408 g_object_bind_property(self, "auto-usbredir",
263409 self->priv->gtk_session, "auto-usbredir",
267413 if (smartcard_manager) {
268414 GList *readers;
269415 GList *it;
270 g_signal_connect(smartcard_manager, "reader-added",
271 (GCallback)reader_added_cb, self);
272 g_signal_connect(smartcard_manager, "reader-removed",
273 (GCallback)reader_removed_cb, self);
416 virt_viewer_signal_connect_object(smartcard_manager, "reader-added",
417 G_CALLBACK(reader_added_cb), self, 0);
418 virt_viewer_signal_connect_object(smartcard_manager, "reader-removed",
419 G_CALLBACK(reader_removed_cb), self, 0);
274420 readers = spice_smartcard_manager_get_readers(smartcard_manager);
275421 for (it = readers; it != NULL; it = it->next) {
276422 SpiceSmartcardReader *reader;
282428 }
283429 g_list_free(readers);
284430 }
431
432 /* notify::uuid is guaranteed to be emitted during connection startup even
433 * if the server is too old to support sending uuid */
434 virt_viewer_signal_connect_object(self->priv->session, "notify::uuid",
435 G_CALLBACK(uuid_changed), self, 0);
436 virt_viewer_signal_connect_object(self->priv->session, "notify::name",
437 G_CALLBACK(name_changed), self, 0);
438
439 g_object_bind_property(self->priv->session, "shared-dir",
440 self, "shared-folder",
441 G_BINDING_BIDIRECTIONAL|G_BINDING_SYNC_CREATE);
442 g_object_bind_property(self->priv->session, "share-dir-ro",
443 self, "share-folder-ro",
444 G_BINDING_BIDIRECTIONAL|G_BINDING_SYNC_CREATE);
445
285446 }
286447
287448 static void
291452
292453 g_return_if_fail(self != NULL);
293454
294 virt_viewer_session_clear_displays(session);
455 g_object_add_weak_pointer(G_OBJECT(self), (gpointer*)&self);
456
457 virt_viewer_session_spice_clear_displays(self);
295458
296459 if (self->priv->session) {
297460 spice_session_disconnect(self->priv->session);
461 if (!self)
462 return;
463
298464 g_object_unref(self->priv->session);
299465 self->priv->session = NULL;
300466 self->priv->gtk_session = NULL;
301467 self->priv->audio = NULL;
302468 }
469
470 g_object_remove_weak_pointer(G_OBJECT(self), (gpointer*)&self);
303471
304472 /* FIXME: version 0.7 of spice-gtk allows reuse of session */
305473 create_spice_session(self);
347515 g_object_set(G_OBJECT(session), "tls-port", tls_port, NULL);
348516 g_free(tls_port);
349517 }
518
519 if (virt_viewer_file_is_set(file, "username")) {
520 gchar *val = virt_viewer_file_get_username(file);
521 g_object_set(G_OBJECT(session), "username", val, NULL);
522 g_free(val);
523 }
524
350525 if (virt_viewer_file_is_set(file, "password")) {
351526 gchar *val = virt_viewer_file_get_password(file);
352527 g_object_set(G_OBJECT(session), "password", val, NULL);
364539 g_return_if_fail(ca != NULL);
365540
366541 GByteArray *ba = g_byte_array_new_take((guint8 *)ca, strlen(ca) + 1);
367 g_object_set(G_OBJECT(session), "ca", ba, NULL);
542 g_object_set(G_OBJECT(session),
543 "ca", ba,
544 "ca-file", NULL,
545 NULL);
368546 g_byte_array_unref(ba);
369547 }
370548
472650 }
473651
474652 static void
475 virt_viewer_session_spice_main_channel_event(SpiceChannel *channel G_GNUC_UNUSED,
653 virt_viewer_session_spice_main_channel_event(SpiceChannel *channel,
476654 SpiceChannelEvent event,
477655 VirtViewerSession *session)
478656 {
479657 VirtViewerSessionSpice *self = VIRT_VIEWER_SESSION_SPICE(session);
480658 gchar *password = NULL, *user = NULL;
481 int ret;
659 gboolean ret;
660 static gboolean username_required = FALSE;
482661
483662 g_return_if_fail(self != NULL);
484663
490669 case SPICE_CHANNEL_CLOSED:
491670 g_debug("main channel: closed");
492671 /* Ensure the other channels get closed too */
493 virt_viewer_session_clear_displays(session);
672 virt_viewer_session_spice_clear_displays(self);
494673 if (self->priv->session)
495674 spice_session_disconnect(self->priv->session);
496675 break;
498677 g_debug("main channel: switching host");
499678 break;
500679 case SPICE_CHANNEL_ERROR_AUTH:
501 g_debug("main channel: auth failure (wrong password?)");
680 {
681 const GError *error = NULL;
682 g_debug("main channel: auth failure (wrong username/password?)");
683
684 {
685 error = spice_channel_get_error(channel);
686 username_required = g_error_matches(error,
687 SPICE_CLIENT_ERROR,
688 SPICE_CLIENT_ERROR_AUTH_NEEDS_PASSWORD_AND_USERNAME);
689 }
502690
503691 if (self->priv->pass_try > 0)
504 g_signal_emit_by_name(session, "session-auth-failed",
505 _("invalid password"));
692 g_signal_emit_by_name(session, "session-auth-refused",
693 error != NULL ? error->message : _("Invalid password"));
506694 self->priv->pass_try++;
695
696 /* The username is firstly pre-filled with the username of the current
697 * user and in case where some authentication error happened, the
698 * username entry will be prefilled with the last username used.
699 * Unfortunately, we don't have a clear way to differantiate bewteen
700 * invalid username and invalid password. So, in both cases the username
701 * entry will be pre-filled with the username used in the previous attempt. */
702 if (username_required) {
703 g_object_get(self->priv->session, "username", &user, NULL);
704 if (user == NULL || *user == '\0')
705 user = g_strdup(g_get_user_name());
706 }
507707
508708 ret = virt_viewer_auth_collect_credentials(self->priv->main_window,
509709 "SPICE",
510710 NULL,
511 NULL, &password);
512 if (ret < 0) {
711 username_required ? &user : NULL,
712 &password);
713 if (!ret) {
513714 g_signal_emit_by_name(session, "session-cancelled");
514715 } else {
515716 gboolean openfd;
516717
718 g_object_set(self->priv->session, "username", user, NULL);
517719 g_object_set(self->priv->session, "password", password, NULL);
518720 g_object_get(self->priv->session, "client-sockets", &openfd, NULL);
519721
523725 spice_session_connect(self->priv->session);
524726 }
525727 break;
728 }
526729 case SPICE_CHANNEL_ERROR_CONNECT:
527 #if SPICE_GTK_CHECK_VERSION(0, 23, 21)
528730 {
529731 const GError *error = spice_channel_get_error(channel);
530732
538740 ret = virt_viewer_auth_collect_credentials(self->priv->main_window,
539741 "proxy", NULL,
540742 &user, &password);
541 if (ret < 0) {
743 if (!ret) {
542744 g_signal_emit_by_name(session, "session-cancelled");
543745 } else {
544746 spice_uri_set_user(proxy, user);
546748 spice_session_connect(self->priv->session);
547749 }
548750 } else {
549 g_signal_emit_by_name(session, "session-disconnected", error->message);
751 virt_viewer_session_spice_channel_destroy(NULL, channel, session);
550752 }
551 }
552 #else
553 g_debug("main channel: failed to connect");
554 g_signal_emit_by_name(session, "session-disconnected", NULL);
555 #endif
556753 break;
754 }
557755 case SPICE_CHANNEL_ERROR_IO:
558756 case SPICE_CHANNEL_ERROR_LINK:
559757 case SPICE_CHANNEL_ERROR_TLS:
560 g_signal_emit_by_name(session, "session-disconnected", NULL);
758 virt_viewer_session_spice_channel_destroy(NULL, channel, session);
561759 break;
562760 default:
563761 g_warning("unhandled spice main channel event: %d", event);
596794
597795 usb_device_widget = spice_usb_device_widget_new(priv->session,
598796 "%s %s");
599 g_signal_connect(usb_device_widget, "connect-failed",
600 G_CALLBACK(usb_connect_failed), self);
797 virt_viewer_signal_connect_object(usb_device_widget, "connect-failed",
798 G_CALLBACK(usb_connect_failed), self, 0);
601799 gtk_box_pack_start(GTK_BOX(area), usb_device_widget, TRUE, TRUE, 0);
602800
603801 /* This shrinks the dialog when USB devices are unplugged */
604 g_signal_connect(usb_device_widget, "remove",
605 G_CALLBACK(remove_cb), dialog);
802 virt_viewer_signal_connect_object(usb_device_widget, "remove",
803 G_CALLBACK(remove_cb), dialog, 0);
606804
607805 /* show and run */
608806 gtk_widget_show_all(dialog);
615813 GParamSpec *pspec G_GNUC_UNUSED,
616814 VirtViewerSessionSpice *self)
617815 {
816 gboolean agent_connected;
817
618818 // this will force refresh of application menu
619819 g_signal_emit_by_name(self, "session-display-updated");
820
821 g_object_get(cmain, "agent-connected", &agent_connected, NULL);
822 if (agent_connected) {
823 /* this will force update displays geometry when the agent has connected
824 * after the application (eg: rebooting the guest) */
825 virt_viewer_session_update_displays_geometry(VIRT_VIEWER_SESSION(self));
826 }
620827 }
621828
622829 static void
628835 g_debug("Destroying spice display %p", display);
629836 virt_viewer_session_remove_display(session, display);
630837 g_object_unref(display);
838 }
839
840 static gboolean
841 display_is_in_fullscreen_mode(VirtViewerSessionSpice *self,
842 VirtViewerDisplay *display)
843 {
844 gint nth = virt_viewer_display_get_nth(display);
845 VirtViewerApp *app = virt_viewer_session_get_app(VIRT_VIEWER_SESSION(self));
846
847 return virt_viewer_app_get_initial_monitor_for_display(app, nth) != -1;
631848 }
632849
633850 static void
639856 GPtrArray *displays = NULL;
640857 GtkWidget *display;
641858 guint i, monitors_max;
859 gboolean fullscreen_mode =
860 virt_viewer_app_get_fullscreen(virt_viewer_session_get_app(VIRT_VIEWER_SESSION(self)));
642861
643862 g_object_get(channel,
644863 "monitors", &monitors,
661880 display = g_ptr_array_index(displays, i);
662881 if (display == NULL) {
663882 display = virt_viewer_display_spice_new(self, channel, i);
664 g_debug("creating spice display (#:%d)", i);
883 g_debug("creating spice display (#:%d)",
884 virt_viewer_display_get_nth(VIRT_VIEWER_DISPLAY(display)));
665885 g_ptr_array_index(displays, i) = g_object_ref_sink(display);
886 virt_viewer_session_add_display(VIRT_VIEWER_SESSION(self),
887 VIRT_VIEWER_DISPLAY(display));
666888 }
667
668 virt_viewer_session_add_display(VIRT_VIEWER_SESSION(self),
669 VIRT_VIEWER_DISPLAY(display));
670889 }
671890
672891 for (i = 0; i < monitors->len; i++) {
673892 SpiceDisplayMonitorConfig *monitor = &g_array_index(monitors, SpiceDisplayMonitorConfig, i);
893 gboolean disabled = monitor->width == 0 || monitor->height == 0;
674894 display = g_ptr_array_index(displays, monitor->id);
675895 g_return_if_fail(display != NULL);
676896
677 if (monitor->width == 0 || monitor->height == 0)
897 if (!disabled && fullscreen_mode && self->priv->did_auto_conf &&
898 !display_is_in_fullscreen_mode(self, VIRT_VIEWER_DISPLAY(display))) {
899 g_warning("display %d should not be enabled, disabling",
900 virt_viewer_display_get_nth(VIRT_VIEWER_DISPLAY(display)));
901 spice_main_set_display_enabled(virt_viewer_session_spice_get_main_channel(self),
902 virt_viewer_display_get_nth(VIRT_VIEWER_DISPLAY(display)),
903 FALSE);
904 disabled = TRUE;
905 }
906
907 virt_viewer_display_set_enabled(VIRT_VIEWER_DISPLAY(display), !disabled);
908
909 if (disabled)
678910 continue;
679911
680 virt_viewer_display_set_enabled(VIRT_VIEWER_DISPLAY(display), TRUE);
681 virt_viewer_display_set_desktop_size(VIRT_VIEWER_DISPLAY(display),
682 monitor->width, monitor->height);
912 virt_viewer_display_spice_set_desktop(VIRT_VIEWER_DISPLAY(display),
913 monitor->x, monitor->y,
914 monitor->width, monitor->height);
683915 }
684916
685917 g_clear_pointer(&monitors, g_array_unref);
696928
697929 g_return_if_fail(self != NULL);
698930
699 g_signal_connect(channel, "open-fd",
700 G_CALLBACK(virt_viewer_session_spice_channel_open_fd_request), self);
931 virt_viewer_signal_connect_object(channel, "open-fd",
932 G_CALLBACK(virt_viewer_session_spice_channel_open_fd_request), self, 0);
701933
702934 g_object_get(channel, "channel-id", &id, NULL);
703935
708940 g_signal_handlers_disconnect_by_func(self->priv->main_channel,
709941 virt_viewer_session_spice_main_channel_event, self);
710942
711 g_signal_connect(channel, "channel-event",
712 G_CALLBACK(virt_viewer_session_spice_main_channel_event), self);
943 virt_viewer_signal_connect_object(channel, "channel-event",
944 G_CALLBACK(virt_viewer_session_spice_main_channel_event), self, 0);
713945 self->priv->main_channel = SPICE_MAIN_CHANNEL(channel);
714946 g_object_set(G_OBJECT(channel),
715947 "disable-display-position", FALSE,
716948 "disable-display-align", TRUE,
717949 NULL);
718950
719 g_signal_connect(channel, "notify::agent-connected", G_CALLBACK(agent_connected_changed), self);
951 virt_viewer_signal_connect_object(channel, "notify::agent-connected",
952 G_CALLBACK(agent_connected_changed), self, 0);
720953 }
721954
722955 if (SPICE_IS_DISPLAY_CHANNEL(channel)) {
723956 g_signal_emit_by_name(session, "session-initialized");
724957
725 g_signal_connect(channel, "notify::monitors",
726 G_CALLBACK(virt_viewer_session_spice_display_monitors), self);
958 virt_viewer_signal_connect_object(channel, "notify::monitors",
959 G_CALLBACK(virt_viewer_session_spice_display_monitors), self, 0);
727960
728961 spice_channel_connect(channel);
729962 }
748981 self->priv->channel_count++;
749982 }
750983
751 static void
752 property_notify_do_auto_conf(GObject *gobject G_GNUC_UNUSED,
753 GParamSpec *pspec G_GNUC_UNUSED,
754 VirtViewerSessionSpice *self)
755 {
756 virt_viewer_session_spice_fullscreen_auto_conf(self);
757 }
758
759984 static gboolean
760985 virt_viewer_session_spice_fullscreen_auto_conf(VirtViewerSessionSpice *self)
761986 {
762987 GdkScreen *screen = gdk_screen_get_default();
763988 SpiceMainChannel* cmain = virt_viewer_session_spice_get_main_channel(self);
764989 VirtViewerApp *app = NULL;
765 GdkRectangle dest;
990 GHashTable *displays;
991 GHashTableIter iter;
992 gpointer key, value;
766993 gboolean agent_connected;
767 gint i;
768 gsize ndisplays = 0;
994 GList *initial_displays, *l;
995 guint ndisplays;
769996
770997 /* only do auto-conf once at startup. Avoid repeating auto-conf later due to
771998 * agent disconnection/re-connection, etc */
7881015 g_object_get(cmain, "agent-connected", &agent_connected, NULL);
7891016 if (!agent_connected) {
7901017 g_debug("Agent not connected, skipping autoconf");
791 g_signal_connect(cmain, "notify::agent-connected", G_CALLBACK(property_notify_do_auto_conf), self);
1018 virt_viewer_signal_connect_object(cmain, "notify::agent-connected",
1019 G_CALLBACK(property_notify_do_auto_conf), self, 0);
7921020 return FALSE;
7931021 }
7941022
7951023 spice_main_set_display_enabled(cmain, -1, FALSE);
7961024
797 ndisplays = virt_viewer_app_get_n_initial_displays(app);
798 g_debug("Performing full screen auto-conf, %" G_GSIZE_FORMAT " host monitors", ndisplays);
799
800 for (i = 0; i < ndisplays; i++) {
801 gint j = virt_viewer_app_get_initial_monitor_for_display(app, i);
802 gdk_screen_get_monitor_geometry(screen, j, &dest);
1025 initial_displays = virt_viewer_app_get_initial_displays(app);
1026 ndisplays = g_list_length(initial_displays);
1027 g_debug("Performing full screen auto-conf, %u host monitors", ndisplays);
1028 displays = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, g_free);
1029
1030 for (l = initial_displays; l != NULL; l = l->next) {
1031 GdkRectangle* rect = g_new0(GdkRectangle, 1);;
1032 gint j = virt_viewer_app_get_initial_monitor_for_display(app, GPOINTER_TO_INT(l->data));
1033 if (j == -1)
1034 continue;
1035
1036 gdk_screen_get_monitor_geometry(screen, j, rect);
1037 g_hash_table_insert(displays, l->data, rect);
1038 }
1039
1040 virt_viewer_shift_monitors_to_origin(displays);
1041
1042 g_hash_table_iter_init(&iter, displays);
1043 while (g_hash_table_iter_next(&iter, &key, &value)) {
1044 GdkRectangle *rect = value;
1045 gint j = GPOINTER_TO_INT(key);
1046
1047 spice_main_set_display(cmain, j, rect->x, rect->y, rect->width, rect->height);
1048 spice_main_set_display_enabled(cmain, j, TRUE);
8031049 g_debug("Set SPICE display %d to (%d,%d)-(%dx%d)",
804 i, dest.x, dest.y, dest.width, dest.height);
805 spice_main_set_display(cmain, i, dest.x, dest.y, dest.width, dest.height);
806 spice_main_set_display_enabled(cmain, i, TRUE);
807 }
1050 j, rect->x, rect->y, rect->width, rect->height);
1051 }
1052 g_list_free(initial_displays);
1053 g_hash_table_unref(displays);
8081054
8091055 spice_main_send_monitor_config(cmain);
8101056 self->priv->did_auto_conf = TRUE;
8181064 {
8191065 VirtViewerSessionSpice *self = VIRT_VIEWER_SESSION_SPICE(session);
8201066 int id;
1067 const GError *error;
8211068
8221069 g_return_if_fail(self != NULL);
8231070
8241071 g_object_get(channel, "channel-id", &id, NULL);
8251072 g_debug("Destroy SPICE channel %s %d", g_type_name(G_OBJECT_TYPE(channel)), id);
1073
1074 error = spice_channel_get_error(channel);
8261075
8271076 if (SPICE_IS_MAIN_CHANNEL(channel)) {
8281077 g_debug("zap main channel");
8491098
8501099 self->priv->channel_count--;
8511100 if (self->priv->channel_count == 0)
852 g_signal_emit_by_name(self, "session-disconnected", NULL);
853 }
854
855 #define UUID_LEN 16
856 static void
857 uuid_changed(GObject *gobject G_GNUC_UNUSED,
858 GParamSpec *pspec G_GNUC_UNUSED,
859 VirtViewerSessionSpice *self)
860 {
861 guint8* uuid = NULL;
862 VirtViewerApp* app = virt_viewer_session_get_app(VIRT_VIEWER_SESSION(self));
863
864 g_object_get(self->priv->session, "uuid", &uuid, NULL);
865 if (uuid) {
866 int i;
867 gboolean uuid_empty = TRUE;
868
869 for (i = 0; i < UUID_LEN; i++) {
870 if (uuid[i] != 0) {
871 uuid_empty = FALSE;
872 break;
873 }
874 }
875
876 if (!uuid_empty) {
877 gchar* uuid_str = spice_uuid_to_string(uuid);
878 virt_viewer_app_set_uuid_string(app, uuid_str);
879 g_free(uuid_str);
880 }
881 }
882
883 virt_viewer_session_spice_fullscreen_auto_conf(self);
1101 g_signal_emit_by_name(self, "session-disconnected", error ? error->message : NULL);
8841102 }
8851103
8861104 VirtViewerSession *
8881106 {
8891107 VirtViewerSessionSpice *self;
8901108
891 self = g_object_new(VIRT_VIEWER_TYPE_SESSION_SPICE, "app", app, NULL);
892
893 create_spice_session(self);
894 self->priv->main_window = g_object_ref(main_window);
895
896 g_signal_connect(app, "notify::fullscreen", G_CALLBACK(property_notify_do_auto_conf), self);
897
898 /* notify::uuid is guaranteed to be emitted during connection startup even
899 * if the server is too old to support sending uuid */
900 g_signal_connect(self->priv->session, "notify::uuid", G_CALLBACK(uuid_changed), self);
901
1109 self = g_object_new(VIRT_VIEWER_TYPE_SESSION_SPICE,
1110 "app", app,
1111 "main-window", main_window,
1112 NULL);
9021113 return VIRT_VIEWER_SESSION(self);
9031114 }
9041115
9221133 spice_smartcard_manager_remove_card(spice_smartcard_manager_get());
9231134 }
9241135
925 void
926 virt_viewer_session_spice_apply_monitor_geometry(VirtViewerSession *session, GdkRectangle *monitors, guint nmonitors)
927 {
928 guint i;
1136 static void
1137 virt_viewer_session_spice_apply_monitor_geometry(VirtViewerSession *session, GHashTable *monitors)
1138 {
1139 GHashTableIter iter;
1140 gpointer key = NULL, value = NULL;
9291141 VirtViewerSessionSpice *self = VIRT_VIEWER_SESSION_SPICE(session);
9301142
931 for (i = 0; i < nmonitors; i++) {
932 GdkRectangle* rect = &monitors[i];
1143 g_hash_table_iter_init(&iter, monitors);
1144 while (g_hash_table_iter_next(&iter, &key, &value)) {
1145 gint i = GPOINTER_TO_INT(key);
1146 GdkRectangle* rect = value;
9331147
9341148 spice_main_set_display(self->priv->main_channel, i, rect->x,
9351149 rect->y, rect->width, rect->height);
9797 virt_viewer_session_vnc_connected(VncDisplay *vnc G_GNUC_UNUSED,
9898 VirtViewerSessionVnc *session)
9999 {
100 GtkWidget *display = virt_viewer_display_vnc_new(session->priv->vnc);
100 GtkWidget *display = virt_viewer_display_vnc_new(session, session->priv->vnc);
101 VirtViewerApp *app = virt_viewer_session_get_app(VIRT_VIEWER_SESSION(session));
102
103 virt_viewer_window_set_display(virt_viewer_app_get_main_window(app),
104 VIRT_VIEWER_DISPLAY(display));
105
101106 g_signal_emit_by_name(session, "session-connected");
102107 virt_viewer_session_add_display(VIRT_VIEWER_SESSION(session),
103108 VIRT_VIEWER_DISPLAY(display));
110115 GtkWidget *display;
111116
112117 virt_viewer_session_clear_displays(VIRT_VIEWER_SESSION(session));
113 display = virt_viewer_display_vnc_new(session->priv->vnc);
118 display = virt_viewer_display_vnc_new(session, session->priv->vnc);
114119 g_debug("Disconnected");
115120 g_signal_emit_by_name(session, "session-disconnected", NULL);
116121 virt_viewer_display_set_show_hint(VIRT_VIEWER_DISPLAY(display),
146151 {
147152 gchar *msg = g_strdup_printf(_("Unsupported authentication type %d"),
148153 authType);
149 g_signal_emit_by_name(session, "session-auth-failed", msg);
154 g_signal_emit_by_name(session, "session-auth-unsupported", msg);
150155 g_free(msg);
151156 }
152157
282287
283288 VirtViewerFile *file = virt_viewer_session_get_file(VIRT_VIEWER_SESSION(self));
284289 if (file != NULL) {
285 if (wantUsername && virt_viewer_file_is_set(file, "username")) {
286 username = virt_viewer_file_get_username(file);
287 wantUsername = FALSE;
290 if (wantUsername) {
291 if (virt_viewer_file_is_set(file, "username")) {
292 username = virt_viewer_file_get_username(file);
293 wantUsername = FALSE;
294 } else {
295 username = g_strdup(g_get_user_name());
296 }
288297 }
289298 if (wantPassword && virt_viewer_file_is_set(file, "password")) {
290299 password = virt_viewer_file_get_password(file);
293302 }
294303
295304 if (wantUsername || wantPassword) {
296 int ret = virt_viewer_auth_collect_credentials(self->priv->main_window,
297 "VNC", NULL,
298 wantUsername ? &username : NULL,
299 wantPassword ? &password : NULL);
300
301 if (ret < 0) {
305 gboolean ret = virt_viewer_auth_collect_credentials(self->priv->main_window,
306 "VNC", NULL,
307 wantUsername ? &username : NULL,
308 wantPassword ? &password : NULL);
309
310 if (!ret) {
302311 vnc_display_close(self->priv->vnc);
312 g_signal_emit_by_name(self, "session-cancelled");
303313 goto cleanup;
304314 }
305315 }
4040 gboolean has_usbredir;
4141 gchar *uri;
4242 VirtViewerFile *file;
43 gboolean share_folder;
44 gchar *shared_folder;
45 gboolean share_folder_ro;
4346 };
4447
4548 G_DEFINE_ABSTRACT_TYPE(VirtViewerSession, virt_viewer_session, G_TYPE_OBJECT)
5255 PROP_HAS_USBREDIR,
5356 PROP_FILE,
5457 PROP_SW_SMARTCARD_READER,
58 PROP_SHARE_FOLDER,
59 PROP_SHARED_FOLDER,
60 PROP_SHARE_FOLDER_RO,
5561 };
5662
5763 static void
6874
6975 g_free(session->priv->uri);
7076 g_clear_object(&session->priv->file);
77 g_free(session->priv->shared_folder);
7178
7279 G_OBJECT_CLASS(virt_viewer_session_parent_class)->finalize(obj);
7380 }
97104 virt_viewer_session_set_file(self, g_value_get_object(value));
98105 break;
99106
107 case PROP_SHARE_FOLDER:
108 self->priv->share_folder = g_value_get_boolean(value);
109 break;
110
111 case PROP_SHARED_FOLDER:
112 g_free(self->priv->shared_folder);
113 self->priv->shared_folder = g_value_dup_string(value);
114 break;
115
116 case PROP_SHARE_FOLDER_RO:
117 self->priv->share_folder_ro = g_value_get_boolean(value);
118 break;
119
100120 default:
101121 G_OBJECT_WARN_INVALID_PROPERTY_ID(object, prop_id, pspec);
102122 break;
130150
131151 case PROP_SW_SMARTCARD_READER:
132152 g_value_set_boolean(value, FALSE);
153 break;
154
155 case PROP_SHARE_FOLDER:
156 g_value_set_boolean(value, self->priv->share_folder);
157 break;
158
159 case PROP_SHARED_FOLDER:
160 g_value_set_string(value, self->priv->shared_folder);
161 break;
162
163 case PROP_SHARE_FOLDER_RO:
164 g_value_set_boolean(value, self->priv->share_folder_ro);
133165 break;
134166
135167 default:
196228 G_PARAM_READABLE |
197229 G_PARAM_STATIC_STRINGS));
198230
231 g_object_class_install_property(object_class,
232 PROP_SHARE_FOLDER,
233 g_param_spec_boolean("share-folder",
234 "Share folder",
235 "Indicates whether to share folder",
236 FALSE,
237 G_PARAM_READWRITE |
238 G_PARAM_STATIC_STRINGS));
239
240 g_object_class_install_property(object_class,
241 PROP_SHARED_FOLDER,
242 g_param_spec_string("shared-folder",
243 "Shared folder",
244 "Indicates the shared folder",
245 g_get_user_special_dir(G_USER_DIRECTORY_PUBLIC_SHARE),
246 G_PARAM_READWRITE |
247 G_PARAM_STATIC_STRINGS));
248
249 g_object_class_install_property(object_class,
250 PROP_SHARE_FOLDER_RO,
251 g_param_spec_boolean("share-folder-ro",
252 "Share folder read-only",
253 "Indicates whether to share folder in read-only",
254 FALSE,
255 G_PARAM_READWRITE |
256 G_PARAM_STATIC_STRINGS));
257
199258 g_signal_new("session-connected",
200259 G_OBJECT_CLASS_TYPE(object_class),
201260 G_SIGNAL_RUN_FIRST,
245304 1,
246305 G_TYPE_STRING);
247306
248 g_signal_new("session-auth-failed",
249 G_OBJECT_CLASS_TYPE(object_class),
250 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_HOOKS,
251 G_STRUCT_OFFSET(VirtViewerSessionClass, session_auth_failed),
307 g_signal_new("session-auth-unsupported",
308 G_OBJECT_CLASS_TYPE(object_class),
309 G_SIGNAL_RUN_LAST | G_SIGNAL_NO_HOOKS,
310 G_STRUCT_OFFSET(VirtViewerSessionClass, session_auth_unsupported),
252311 NULL,
253312 NULL,
254313 g_cclosure_marshal_VOID__STRING,
338397 session->priv = VIRT_VIEWER_SESSION_GET_PRIVATE(session);
339398 }
340399
341 /* simple sorting of monitors. Primary sort left-to-right, secondary sort from
342 * top-to-bottom, finally by monitor id */
343 static int
344 displays_cmp(const void *p1, const void *p2, gpointer user_data)
345 {
346 guint diff;
347 GdkRectangle *displays = user_data;
348 guint i = *(guint*)p1;
349 guint j = *(guint*)p2;
350 GdkRectangle *m1 = &displays[i];
351 GdkRectangle *m2 = &displays[j];
352 diff = m1->x - m2->x;
353 if (diff == 0)
354 diff = m1->y - m2->y;
355 if (diff == 0)
356 diff = i - j;
357
358 return diff;
359 }
360
361 static void
362 virt_viewer_session_align_monitors_linear(GdkRectangle *displays, guint ndisplays)
363 {
364 gint i, x = 0;
365 guint *sorted_displays;
366
367 g_return_if_fail(displays != NULL);
368
369 if (ndisplays == 0)
370 return;
371
372 sorted_displays = g_new0(guint, ndisplays);
373 for (i = 0; i < ndisplays; i++)
374 sorted_displays[i] = i;
375 g_qsort_with_data(sorted_displays, ndisplays, sizeof(guint), displays_cmp, displays);
376
377 /* adjust monitor positions so that there's no gaps or overlap between
378 * monitors */
379 for (i = 0; i < ndisplays; i++) {
380 guint nth = sorted_displays[i];
381 g_assert(nth < ndisplays);
382 GdkRectangle *rect = &displays[nth];
383 rect->x = x;
384 rect->y = 0;
385 x += rect->width;
386 }
387 g_free(sorted_displays);
388 }
389
390400 static void
391401 virt_viewer_session_on_monitor_geometry_changed(VirtViewerSession* self,
392402 VirtViewerDisplay* display G_GNUC_UNUSED)
393403 {
394404 VirtViewerSessionClass *klass;
395405 gboolean all_fullscreen = TRUE;
396 guint nmonitors = 0;
397 GdkRectangle *monitors = NULL;
406 /* GHashTable<gint, GdkRectangle*> */
407 GHashTable *monitors;
398408 GList *l;
399409
400410 klass = VIRT_VIEWER_SESSION_GET_CLASS(self);
401411 if (!klass->apply_monitor_geometry)
402412 return;
403413
404 /* find highest monitor ID so we can create the sparse array */
414 monitors = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, g_free);
415
405416 for (l = self->priv->displays; l; l = l->next) {
406417 VirtViewerDisplay *d = VIRT_VIEWER_DISPLAY(l->data);
407418 guint nth = 0;
419 GdkRectangle *rect = g_new0(GdkRectangle, 1);
420
408421 g_object_get(d, "nth-display", &nth, NULL);
409
410 nmonitors = MAX(nth + 1, nmonitors);
411 }
412
413 monitors = g_new0(GdkRectangle, nmonitors);
414 for (l = self->priv->displays; l; l = l->next) {
415 VirtViewerDisplay *d = VIRT_VIEWER_DISPLAY(l->data);
416 guint nth = 0;
417 GdkRectangle *rect = NULL;
418
419 g_object_get(d, "nth-display", &nth, NULL);
420 g_return_if_fail(nth < nmonitors);
421 rect = &monitors[nth];
422422 virt_viewer_display_get_preferred_monitor_geometry(d, rect);
423423
424424 if (virt_viewer_display_get_enabled(d) &&
425425 !virt_viewer_display_get_fullscreen(d))
426426 all_fullscreen = FALSE;
427 g_hash_table_insert(monitors, GINT_TO_POINTER(nth), rect);
427428 }
428429
429430 if (!all_fullscreen)
430 virt_viewer_session_align_monitors_linear(monitors, nmonitors);
431
432 klass->apply_monitor_geometry(self, monitors, nmonitors);
433 g_free(monitors);
431 virt_viewer_align_monitors_linear(monitors);
432
433 virt_viewer_shift_monitors_to_origin(monitors);
434
435 klass->apply_monitor_geometry(self, monitors);
436 g_hash_table_unref(monitors);
434437 }
435438
436439 void virt_viewer_session_add_display(VirtViewerSession *session,
475478 session->priv->displays = NULL;
476479 }
477480
481 void virt_viewer_session_update_displays_geometry(VirtViewerSession *session)
482 {
483 virt_viewer_session_on_monitor_geometry_changed(session, NULL);
484 }
478485
479486
480487 void virt_viewer_session_close(VirtViewerSession *session)
645652 g_return_val_if_fail(VIRT_VIEWER_IS_SESSION(self), NULL);
646653
647654 return self->priv->file;
655 }
656
657 gboolean virt_viewer_session_can_share_folder(VirtViewerSession *self)
658 {
659 VirtViewerSessionClass *klass;
660
661 g_return_val_if_fail(VIRT_VIEWER_IS_SESSION(self), FALSE);
662
663 klass = VIRT_VIEWER_SESSION_GET_CLASS(self);
664
665 return klass->can_share_folder ? klass->can_share_folder(self) : FALSE;
666 }
667
668 gboolean virt_viewer_session_can_retry_auth(VirtViewerSession *self)
669 {
670 VirtViewerSessionClass *klass;
671
672 g_return_val_if_fail(VIRT_VIEWER_IS_SESSION(self), FALSE);
673
674 klass = VIRT_VIEWER_SESSION_GET_CLASS(self);
675
676 return klass->can_retry_auth ? klass->can_retry_auth(self) : FALSE;
648677 }
649678
650679 /*
7979 void (*session_initialized)(VirtViewerSession *session);
8080 void (*session_disconnected)(VirtViewerSession *session, const gchar *msg);
8181 void (*session_auth_refused)(VirtViewerSession *session, const gchar *msg);
82 void (*session_auth_failed)(VirtViewerSession *session, const gchar *msg);
82 void (*session_auth_unsupported)(VirtViewerSession *session, const gchar *msg);
8383 void (*session_usb_failed)(VirtViewerSession *session, const gchar *msg);
8484
8585 void (*session_channel_open)(VirtViewerSession *session, VirtViewerSessionChannel *channel);
9393 void (*session_cut_text)(VirtViewerSession *session, const gchar *str);
9494 void (*session_bell)(VirtViewerSession *session);
9595 void (*session_cancelled)(VirtViewerSession *session);
96 void (*apply_monitor_geometry)(VirtViewerSession *session, GdkRectangle* monitors, guint nmonitors);
96 /* monitors = GHashTable<int, GdkRectangle*> */
97 void (*apply_monitor_geometry)(VirtViewerSession *session, GHashTable* monitors);
98 gboolean (*can_share_folder)(VirtViewerSession *session);
99 gboolean (*can_retry_auth)(VirtViewerSession *session);
97100 };
98101
99102 GType virt_viewer_session_get_type(void);
106109 void virt_viewer_session_remove_display(VirtViewerSession *session,
107110 VirtViewerDisplay *display);
108111 void virt_viewer_session_clear_displays(VirtViewerSession *session);
112 void virt_viewer_session_update_displays_geometry(VirtViewerSession *session);
109113
110114 void virt_viewer_session_close(VirtViewerSession* session);
111115 gboolean virt_viewer_session_open_fd(VirtViewerSession* session, int fd);
128132 gchar* virt_viewer_session_get_uri(VirtViewerSession *self);
129133 void virt_viewer_session_set_file(VirtViewerSession *self, VirtViewerFile *file);
130134 VirtViewerFile* virt_viewer_session_get_file(VirtViewerSession *self);
135 gboolean virt_viewer_session_can_share_folder(VirtViewerSession *self);
136 gboolean virt_viewer_session_can_retry_auth(VirtViewerSession *self);
131137
132138 G_END_DECLS
133139
00 /*
11 * Virt Viewer: A virtual machine console viewer
22 *
3 * Copyright (C) 2007-2012 Red Hat, Inc.
3 * Copyright (C) 2007-2015 Red Hat, Inc.
44 * Copyright (C) 2009-2012 Daniel P. Berrange
55 *
66 * This program is free software; you can redistribute it and/or modify
116116 g_return_val_if_fail(uri != NULL, 1);
117117
118118 if (host) {
119 if (!uri || !uri->server) {
119 if (!uri->server) {
120120 *host = g_strdup("localhost");
121121 } else {
122122 if (uri->server[0] == '[') {
322322
323323 g_set_application_name(appname);
324324
325 g_log_set_default_handler(log_handler, NULL);
325 g_log_set_handler(G_LOG_DOMAIN, G_LOG_LEVEL_MASK, log_handler, NULL);
326326 }
327327
328328 static gchar *
438438 return accel;
439439 }
440440
441 /**
442 * virt_viewer_compare_version:
443 * @s1: a version-like string
444 * @s2: a version-like string
445 *
446 * Compare two version-like strings: 1.1 > 1.0, 1.0.1 > 1.0, 1.10 > 1.7...
447 *
448 * String suffix (1.0rc1 etc) are not accepted, and will return 0.
449 *
450 * Returns: negative value if s1 < s2; zero if s1 = s2; positive value if s1 > s2.
451 **/
452 gint
441 static gboolean str_is_empty(const gchar *str)
442 {
443 return ((str == NULL) || (str[0] == '\0'));
444 }
445
446 static gint
453447 virt_viewer_compare_version(const gchar *s1, const gchar *s2)
454448 {
455449 gint i, retval = 0;
456450 gchar **v1, **v2;
457451
458 g_return_val_if_fail(s1 != NULL, 0);
459 g_return_val_if_fail(s2 != NULL, 0);
452 if (str_is_empty(s1) && str_is_empty(s2)) {
453 return 0;
454 } else if (str_is_empty(s1)) {
455 return -1;
456 } else if (str_is_empty(s2)) {
457 return 1;
458 }
460459
461460 v1 = g_strsplit(s1, ".", -1);
462461 v2 = g_strsplit(s2, ".", -1);
472471
473472 g_return_val_if_fail(e1 && e2, 0);
474473 if (*e1 || *e2) {
475 g_warning("the version string contains suffix");
474 g_warning("the version string contains a suffix");
476475 goto end;
477476 }
478477 }
487486 g_strfreev(v2);
488487 return retval;
489488 }
489
490 /**
491 * virt_viewer_compare_buildid:
492 * @s1: a version-like string
493 * @s2: a version-like string
494 *
495 * Compare two buildid strings: 1.1-1 > 1.0-1, 1.0-2 > 1.0-1, 1.10 > 1.7...
496 *
497 * String suffix (1.0rc1 etc) are not accepted, and will return 0.
498 *
499 * Returns: negative value if s1 < s2; zero if s1 = s2; positive value if s1 > s2.
500 **/
501 gint
502 virt_viewer_compare_buildid(const gchar *s1, const gchar *s2)
503 {
504 int ret = 0;
505 GStrv split1 = NULL;
506 GStrv split2 = NULL;
507
508 split1 = g_strsplit(s1, "-", 2);
509 split2 = g_strsplit(s2, "-", 2);
510 if ((split1 == NULL) || (split2 == NULL)) {
511 goto end;
512 }
513 /* Compare versions */
514 ret = virt_viewer_compare_version(split1[0], split2[0]);
515 if (ret != 0) {
516 goto end;
517 }
518 if ((split1[0] == NULL) || (split2[0] == NULL)) {
519 goto end;
520 }
521
522 /* Compare -release */
523 ret = virt_viewer_compare_version(split1[1], split2[1]);
524
525 end:
526 g_strfreev(split1);
527 g_strfreev(split2);
528
529 return ret;
530 }
531
532 /* simple sorting of monitors. Primary sort left-to-right, secondary sort from
533 * top-to-bottom, finally by monitor id */
534 static int
535 displays_cmp(const void *p1, const void *p2, gpointer user_data)
536 {
537 guint diff;
538 GHashTable *displays = user_data;
539 guint i = *(guint*)p1;
540 guint j = *(guint*)p2;
541 GdkRectangle *m1 = g_hash_table_lookup(displays, GINT_TO_POINTER(i));
542 GdkRectangle *m2 = g_hash_table_lookup(displays, GINT_TO_POINTER(j));
543 diff = m1->x - m2->x;
544 if (diff == 0)
545 diff = m1->y - m2->y;
546 if (diff == 0)
547 diff = i - j;
548
549 return diff;
550 }
551
552 static void find_max_id(gpointer key,
553 gpointer value G_GNUC_UNUSED,
554 gpointer user_data)
555 {
556 guint *max_id = user_data;
557 guint id = GPOINTER_TO_INT(key);
558 *max_id = MAX(*max_id, id);
559 }
560
561 void
562 virt_viewer_align_monitors_linear(GHashTable *displays)
563 {
564 gint i, x = 0;
565 guint *sorted_displays;
566 guint max_id = 0;
567 guint ndisplays = 0;
568 GHashTableIter iter;
569 gpointer key, value;
570
571 g_return_if_fail(displays != NULL);
572
573 if (g_hash_table_size(displays) == 0)
574 return;
575
576 g_hash_table_foreach(displays, find_max_id, &max_id);
577 ndisplays = max_id + 1;
578
579 sorted_displays = g_new0(guint, ndisplays);
580
581 g_hash_table_iter_init(&iter, displays);
582 while (g_hash_table_iter_next(&iter, &key, &value))
583 sorted_displays[GPOINTER_TO_INT(key)] = GPOINTER_TO_INT(key);
584
585 g_qsort_with_data(sorted_displays, ndisplays, sizeof(guint), displays_cmp, displays);
586
587 /* adjust monitor positions so that there's no gaps or overlap between
588 * monitors */
589 for (i = 0; i < ndisplays; i++) {
590 guint nth = sorted_displays[i];
591 g_assert(nth < ndisplays);
592 GdkRectangle *rect = g_hash_table_lookup(displays, GINT_TO_POINTER(nth));
593 rect->x = x;
594 rect->y = 0;
595 x += rect->width;
596 }
597 g_free(sorted_displays);
598 }
599
600 /* Shift all displays so that the monitor origin is at (0,0). This reduces the
601 * size of the screen that will be required on the guest when all client
602 * monitors are fullscreen but do not begin at the origin. For example, instead
603 * of sending down the following configuration:
604 * 1280x1024+4240+0
605 * (which implies that the guest screen must be at least 5520x1024), we'd send
606 * 1280x1024+0+0
607 * (which implies the guest screen only needs to be 1280x1024). The first
608 * version might fail if the guest video memory is not large enough to handle a
609 * screen of that size.
610 */
611 void
612 virt_viewer_shift_monitors_to_origin(GHashTable *displays)
613 {
614 gint xmin = G_MAXINT;
615 gint ymin = G_MAXINT;
616 GHashTableIter iter;
617 gpointer key, value;
618
619 if (g_hash_table_size(displays) == 0)
620 return;
621
622 g_hash_table_iter_init(&iter, displays);
623 while (g_hash_table_iter_next(&iter, &key, &value)) {
624 GdkRectangle *display = value;
625 if (display->width > 0 && display->height > 0) {
626 xmin = MIN(xmin, display->x);
627 ymin = MIN(ymin, display->y);
628 }
629 }
630 g_return_if_fail(xmin < G_MAXINT && ymin < G_MAXINT);
631
632 if (xmin > 0 || ymin > 0) {
633 g_debug("%s: Shifting all monitors by (%i, %i)", G_STRFUNC, xmin, ymin);
634 g_hash_table_iter_init(&iter, displays);
635 while (g_hash_table_iter_next(&iter, &key, &value)) {
636 GdkRectangle *display = value;
637 if (display->width > 0 && display->height > 0) {
638 display->x -= xmin;
639 display->y -= ymin;
640 }
641 }
642 }
643 }
644
645
490646 /*
491647 * Local variables:
492648 * c-indent-level: 4
2929
3030 enum {
3131 VIRT_VIEWER_ERROR_FAILED,
32 VIRT_VIEWER_ERROR_CANCELLED,
3233 };
3334
3435 #define VIRT_VIEWER_ERROR virt_viewer_error_quark ()
5253 GConnectFlags connect_flags);
5354
5455 gchar* spice_hotkey_to_gtk_accelerator(const gchar *key);
55 gint virt_viewer_compare_version(const gchar *s1, const gchar *s2);
56 gint virt_viewer_compare_buildid(const gchar *s1, const gchar *s2);
57
58 /* monitor alignment */
59 void virt_viewer_align_monitors_linear(GHashTable *displays);
60 void virt_viewer_shift_monitors_to_origin(GHashTable *displays);
5661
5762 #endif
5863
0 /*
1 * Virt Viewer: A virtual machine console viewer
2 *
3 * Copyright (C) 2014 Red Hat, Inc.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19
20 #include <config.h>
21
22 #include <glib.h>
23 #include <glib/gi18n.h>
24
25 #include "virt-viewer-vm-connection.h"
26 #include "virt-viewer-util.h"
27
28 static void
29 treeview_row_activated_cb(GtkTreeView *treeview G_GNUC_UNUSED,
30 GtkTreePath *path G_GNUC_UNUSED,
31 GtkTreeViewColumn *col G_GNUC_UNUSED,
32 gpointer userdata)
33 {
34 gtk_widget_activate(GTK_WIDGET(userdata));
35 }
36
37 static void
38 treeselection_changed_cb(GtkTreeSelection *selection, gpointer userdata)
39 {
40 gtk_widget_set_sensitive(GTK_WIDGET(userdata),
41 gtk_tree_selection_count_selected_rows(selection) == 1);
42 }
43
44 gchar*
45 virt_viewer_vm_connection_choose_name_dialog(GtkWindow *main_window,
46 GtkTreeModel *model,
47 GError **error)
48 {
49 GtkBuilder *vm_connection;
50 GtkWidget *dialog;
51 GtkButton *button_connect;
52 GtkTreeView *treeview;
53 GtkTreeSelection *selection;
54 GtkTreeIter iter;
55 int dialog_response;
56 gchar *vm_name = NULL;
57
58 g_return_val_if_fail(model != NULL, NULL);
59
60 if (!gtk_tree_model_get_iter_first(model, &iter)) {
61 g_set_error_literal(error,
62 VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
63 _("No virtual machine found"));
64 return NULL;
65 }
66
67 vm_connection = virt_viewer_util_load_ui("virt-viewer-vm-connection.xml");
68 g_return_val_if_fail(vm_connection != NULL, NULL);
69
70 dialog = GTK_WIDGET(gtk_builder_get_object(vm_connection, "vm-connection-dialog"));
71 gtk_window_set_transient_for(GTK_WINDOW(dialog), main_window);
72 button_connect = GTK_BUTTON(gtk_builder_get_object(vm_connection, "button-connect"));
73 treeview = GTK_TREE_VIEW(gtk_builder_get_object(vm_connection, "treeview"));
74 selection = GTK_TREE_SELECTION(gtk_builder_get_object(vm_connection, "treeview-selection"));
75 gtk_tree_view_set_model(treeview, model);
76
77 g_signal_connect(treeview, "row-activated",
78 G_CALLBACK(treeview_row_activated_cb), button_connect);
79 g_signal_connect(selection, "changed",
80 G_CALLBACK(treeselection_changed_cb), button_connect);
81
82 gtk_widget_show_all(dialog);
83 dialog_response = gtk_dialog_run(GTK_DIALOG(dialog));
84 gtk_widget_hide(dialog);
85
86 if (dialog_response == GTK_RESPONSE_ACCEPT &&
87 gtk_tree_selection_get_selected(selection, &model, &iter)) {
88 gtk_tree_model_get(model, &iter, 0, &vm_name, -1);
89 } else {
90 g_set_error_literal(error,
91 VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_CANCELLED,
92 _("No virtual machine was chosen"));
93 }
94
95 gtk_widget_destroy(dialog);
96 g_object_unref(G_OBJECT(vm_connection));
97
98 return vm_name;
99 }
100
101 /*
102 * Local variables:
103 * c-indent-level: 4
104 * c-basic-offset: 4
105 * indent-tabs-mode: nil
106 * End:
107 */
0 /*
1 * Virt Viewer: A virtual machine console viewer
2 *
3 * Copyright (C) 2014 Red Hat, Inc.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19
20 #ifndef VIRT_VIEWER_VM_CONNECTION_H
21 #define VIRT_VIEWER_VM_CONNECTION_H
22
23 #include <glib.h>
24 #include <gtk/gtk.h>
25
26 gchar* virt_viewer_vm_connection_choose_name_dialog(GtkWindow *main_window,
27 GtkTreeModel *model,
28 GError **error);
29
30 #endif
31 /*
32 * Local variables:
33 * c-indent-level: 4
34 * c-basic-offset: 4
35 * indent-tabs-mode: nil
36 * End:
37 */
0 <?xml version="1.0" encoding="UTF-8"?>
1 <!-- Generated with glade 3.16.1 -->
2 <interface>
3 <object class="GtkDialog" id="vm-connection-dialog">
4 <property name="can_focus">False</property>
5 <property name="border_width">5</property>
6 <property name="title" translatable="yes">Choose a virtual machine</property>
7 <property name="modal">True</property>
8 <property name="window_position">center-on-parent</property>
9 <property name="default_height">200</property>
10 <property name="destroy_with_parent">True</property>
11 <property name="type_hint">dialog</property>
12 <child internal-child="vbox">
13 <object class="GtkBox" id="dialog-vbox1">
14 <property name="can_focus">False</property>
15 <property name="orientation">vertical</property>
16 <property name="spacing">6</property>
17 <child internal-child="action_area">
18 <object class="GtkButtonBox" id="dialog-action_area1">
19 <property name="can_focus">False</property>
20 <property name="layout_style">end</property>
21 <child>
22 <object class="GtkButton" id="button-cancel">
23 <property name="label">gtk-cancel</property>
24 <property name="visible">True</property>
25 <property name="can_focus">True</property>
26 <property name="receives_default">True</property>
27 <property name="use_stock">True</property>
28 </object>
29 <packing>
30 <property name="expand">False</property>
31 <property name="fill">True</property>
32 <property name="position">0</property>
33 </packing>
34 </child>
35 <child>
36 <object class="GtkButton" id="button-connect">
37 <property name="label">gtk-connect</property>
38 <property name="visible">True</property>
39 <property name="can_focus">True</property>
40 <property name="can_default">True</property>
41 <property name="has_default">True</property>
42 <property name="receives_default">True</property>
43 <property name="use_stock">True</property>
44 </object>
45 <packing>
46 <property name="expand">False</property>
47 <property name="fill">True</property>
48 <property name="position">1</property>
49 </packing>
50 </child>
51 </object>
52 <packing>
53 <property name="expand">False</property>
54 <property name="fill">True</property>
55 <property name="pack_type">end</property>
56 <property name="position">0</property>
57 </packing>
58 </child>
59 <child>
60 <object class="GtkTreeView" id="treeview">
61 <property name="visible">True</property>
62 <property name="can_focus">True</property>
63 <property name="headers_visible">False</property>
64 <property name="search_column">0</property>
65 <property name="enable_grid_lines">horizontal</property>
66 <child internal-child="selection">
67 <object class="GtkTreeSelection" id="treeview-selection"/>
68 </child>
69 <child>
70 <object class="GtkTreeViewColumn" id="treeviewcolumn1">
71 <property name="title" translatable="yes">Name</property>
72 <child>
73 <object class="GtkCellRendererText" id="cellrenderertext1"/>
74 <attributes>
75 <attribute name="text">0</attribute>
76 </attributes>
77 </child>
78 </object>
79 </child>
80 </object>
81 <packing>
82 <property name="expand">True</property>
83 <property name="fill">True</property>
84 <property name="pack_type">end</property>
85 <property name="position">1</property>
86 </packing>
87 </child>
88 <child>
89 <object class="GtkLabel" id="label">
90 <property name="visible">True</property>
91 <property name="can_focus">False</property>
92 <property name="xalign">0</property>
93 <property name="yalign">0</property>
94 <property name="xpad">4</property>
95 <property name="label" translatable="yes">Available virtual machines</property>
96 <property name="ellipsize">end</property>
97 <property name="width_chars">26</property>
98 <attributes>
99 <attribute name="weight" value="bold"/>
100 </attributes>
101 </object>
102 <packing>
103 <property name="expand">False</property>
104 <property name="fill">True</property>
105 <property name="pack_type">end</property>
106 <property name="position">2</property>
107 </packing>
108 </child>
109 </object>
110 </child>
111 <action-widgets>
112 <action-widget response="-6">button-cancel</action-widget>
113 <action-widget response="-3">button-connect</action-widget>
114 </action-widgets>
115 </object>
116 </interface>
3333 #include <locale.h>
3434 #include <glib/gprintf.h>
3535 #include <glib/gi18n.h>
36 #include <math.h>
3637
3738 #include "virt-gtk-compat.h"
3839 #include "virt-viewer-window.h"
40 #include "virt-viewer-display.h"
3941 #include "virt-viewer-session.h"
4042 #include "virt-viewer-app.h"
4143 #include "virt-viewer-util.h"
4749 void virt_viewer_window_menu_view_zoom_reset(GtkWidget *menu, VirtViewerWindow *self);
4850 gboolean virt_viewer_window_delete(GtkWidget *src, void *dummy, VirtViewerWindow *self);
4951 void virt_viewer_window_menu_file_quit(GtkWidget *src, VirtViewerWindow *self);
52 void virt_viewer_window_guest_details_response(GtkDialog *dialog, gint response_id, gpointer user_data);
5053 void virt_viewer_window_menu_help_about(GtkWidget *menu, VirtViewerWindow *self);
54 void virt_viewer_window_menu_help_guest_details(GtkWidget *menu, VirtViewerWindow *self);
5155 void virt_viewer_window_menu_view_fullscreen(GtkWidget *menu, VirtViewerWindow *self);
5256 void virt_viewer_window_menu_send(GtkWidget *menu, VirtViewerWindow *self);
5357 void virt_viewer_window_menu_file_screenshot(GtkWidget *menu, VirtViewerWindow *self);
5559 void virt_viewer_window_menu_file_smartcard_insert(GtkWidget *menu, VirtViewerWindow *self);
5660 void virt_viewer_window_menu_file_smartcard_remove(GtkWidget *menu, VirtViewerWindow *self);
5761 void virt_viewer_window_menu_view_release_cursor(GtkWidget *menu, VirtViewerWindow *self);
62 void virt_viewer_window_menu_preferences_cb(GtkWidget *menu, VirtViewerWindow *self);
63
5864
5965 /* Internal methods */
6066 static void virt_viewer_window_enable_modifiers(VirtViewerWindow *self);
6167 static void virt_viewer_window_disable_modifiers(VirtViewerWindow *self);
62 static void virt_viewer_window_resize(VirtViewerWindow *self, gboolean keep_win_size);
68 static void virt_viewer_window_queue_resize(VirtViewerWindow *self);
6369 static void virt_viewer_window_toolbar_setup(VirtViewerWindow *self);
6470 static GtkMenu* virt_viewer_window_get_keycombo_menu(VirtViewerWindow *self);
71 static void virt_viewer_window_get_minimal_dimensions(VirtViewerWindow *self, guint *width, guint *height);
72 static gint virt_viewer_window_get_minimal_zoom_level(VirtViewerWindow *self);
6573
6674 G_DEFINE_TYPE (VirtViewerWindow, virt_viewer_window, G_TYPE_OBJECT)
6775
101109 gint zoomlevel;
102110 gboolean fullscreen;
103111 gchar *subtitle;
112 gboolean initial_zoom_set;
104113 };
105114
106115 static void
161170 VirtViewerWindowPrivate *priv = VIRT_VIEWER_WINDOW(object)->priv;
162171 GSList *it;
163172
164 G_OBJECT_CLASS (virt_viewer_window_parent_class)->dispose (object);
165
166173 if (priv->display) {
167174 g_object_unref(priv->display);
168175 priv->display = NULL;
190197
191198 g_value_unset(&priv->accel_setting);
192199 g_clear_object(&priv->toolbar);
200
201 G_OBJECT_CLASS (virt_viewer_window_parent_class)->dispose (object);
193202 }
194203
195204 static void
203212 menu = GTK_WIDGET(gtk_builder_get_object(self->priv->builder, "menu-send"));
204213 gtk_menu_item_set_submenu(GTK_MENU_ITEM(menu),
205214 GTK_WIDGET(virt_viewer_window_get_keycombo_menu(self)));
206 gtk_widget_set_sensitive(menu, FALSE);
215 gtk_widget_set_sensitive(menu, (self->priv->display != NULL));
207216 }
208217
209218 static void
297306 priv->builder = virt_viewer_util_load_ui("virt-viewer.xml");
298307
299308 gtk_widget_set_sensitive(GTK_WIDGET(gtk_builder_get_object(self->priv->builder, "menu-send")), FALSE);
309 gtk_widget_set_sensitive(GTK_WIDGET(gtk_builder_get_object(self->priv->builder, "menu-view-zoom")), FALSE);
300310 gtk_widget_set_sensitive(GTK_WIDGET(gtk_builder_get_object(self->priv->builder, "menu-file-screenshot")), FALSE);
311 gtk_widget_set_sensitive(GTK_WIDGET(gtk_builder_get_object(self->priv->builder, "menu-preferences")), FALSE);
301312
302313 gtk_builder_connect_signals(priv->builder, self);
303314
342353 g_object_ref(G_OBJECT(accels->data));
343354 }
344355
345 priv->zoomlevel = 100;
356 priv->zoomlevel = NORMAL_ZOOM_LEVEL;
346357 }
347358
348359 static void
353364 self->priv->desktop_resize_pending = TRUE;
354365 return;
355366 }
356 virt_viewer_window_resize(self, FALSE);
357 }
358
367 virt_viewer_window_queue_resize(self);
368 }
369
370 static gint
371 virt_viewer_window_get_real_zoom_level(VirtViewerWindow *self)
372 {
373 GtkAllocation allocation;
374 guint width, height;
375
376 gtk_widget_get_allocation(GTK_WIDGET(self->priv->display), &allocation);
377 virt_viewer_display_get_desktop_size(self->priv->display, &width, &height);
378
379 return round((double) NORMAL_ZOOM_LEVEL * allocation.width / width);
380 }
359381
360382 G_MODULE_EXPORT void
361383 virt_viewer_window_menu_view_zoom_out(GtkWidget *menu G_GNUC_UNUSED,
362384 VirtViewerWindow *self)
363385 {
364 virt_viewer_window_set_zoom_level(self, self->priv->zoomlevel - 10);
386 virt_viewer_window_set_zoom_level(self,
387 virt_viewer_window_get_real_zoom_level(self) - ZOOM_STEP);
365388 }
366389
367390 G_MODULE_EXPORT void
368391 virt_viewer_window_menu_view_zoom_in(GtkWidget *menu G_GNUC_UNUSED,
369392 VirtViewerWindow *self)
370393 {
371 virt_viewer_window_set_zoom_level(self, self->priv->zoomlevel + 10);
394 virt_viewer_window_set_zoom_level(self,
395 virt_viewer_window_get_real_zoom_level(self) + ZOOM_STEP);
372396 }
373397
374398 G_MODULE_EXPORT void
375399 virt_viewer_window_menu_view_zoom_reset(GtkWidget *menu G_GNUC_UNUSED,
376400 VirtViewerWindow *self)
377401 {
378 virt_viewer_window_set_zoom_level(self, 100);
402 virt_viewer_window_set_zoom_level(self, NORMAL_ZOOM_LEVEL);
379403 }
380404
381405 /* Kick GtkWindow to tell it to adjust to our new widget sizes */
392416 #else
393417 gtk_window_resize(GTK_WINDOW(priv->window), 1, 1);
394418 #endif
395 }
396
397 /*
398 * This code attempts to resize the top level window to be large enough
399 * to contain the entire display desktop at 1:1 ratio. If the local desktop
400 * isn't large enough that it goes as large as possible and lets the display
401 * scale down to fit, maintaining aspect ratio
402 */
403 static void
404 virt_viewer_window_resize(VirtViewerWindow *self, gboolean keep_win_size)
405 {
406 GdkRectangle fullscreen;
407 GdkScreen *screen;
408 int width, height;
409 double desktopAspect;
410 double screenAspect;
411 guint desktopWidth, display_width;
412 guint desktopHeight, display_height;
413 VirtViewerWindowPrivate *priv = self->priv;
414
415 if (priv->fullscreen)
416 return;
417
418 g_debug("Preparing main window resize");
419 if (!priv->display) {
420 g_debug("Skipping inactive resize");
421 return;
422 }
423
424 virt_viewer_display_get_desktop_size(VIRT_VIEWER_DISPLAY(priv->display),
425 &desktopWidth, &desktopHeight);
426
427 screen = gtk_widget_get_screen(priv->window);
428 gdk_screen_get_monitor_geometry(screen,
429 gdk_screen_get_monitor_at_window
430 (screen, gtk_widget_get_window(priv->window)),
431 &fullscreen);
432
433 g_return_if_fail(desktopWidth > 0);
434 g_return_if_fail(desktopHeight > 0);
435
436 desktopAspect = (double)desktopWidth / (double)desktopHeight;
437 screenAspect = (double)fullscreen.width / (double)fullscreen.height;
438
439 display_width = desktopWidth * priv->zoomlevel / 100.0;
440 display_height = desktopHeight * priv->zoomlevel / 100.0;
441
442 if ((display_width > fullscreen.width) ||
443 (display_height > fullscreen.height)) {
444 /* Doesn't fit native res, so go as large as possible
445 maintaining aspect ratio */
446 if (screenAspect > desktopAspect) {
447 width = fullscreen.height * desktopAspect;
448 height = fullscreen.height;
449 } else {
450 width = fullscreen.width;
451 height = fullscreen.width / desktopAspect;
452 }
453 width *= 100.0 / priv->zoomlevel;
454 height *= 100.0 / priv->zoomlevel;
455 } else {
456 width = desktopWidth;
457 height = desktopHeight;
458 }
459
460 g_debug("Decided todo %dx%d (desktop is %dx%d, fullscreen is %dx%d",
461 width, height, desktopWidth, desktopHeight,
462 fullscreen.width, fullscreen.height);
463
464 virt_viewer_display_set_desktop_size(VIRT_VIEWER_DISPLAY(priv->display),
465 width, height);
466
467 if (!keep_win_size)
468 virt_viewer_window_queue_resize(self);
469419 }
470420
471421 static void
827777
828778
829779 static void
780 virt_viewer_window_set_fullscreen(VirtViewerWindow *self,
781 gboolean fullscreen)
782 {
783 if (fullscreen) {
784 virt_viewer_window_enter_fullscreen(self, -1);
785 } else {
786 /* leave all windows fullscreen state */
787 if (virt_viewer_app_get_fullscreen(self->priv->app))
788 g_object_set(self->priv->app, "fullscreen", FALSE, NULL);
789 /* or just this window */
790 else
791 virt_viewer_window_leave_fullscreen(self);
792 }
793 }
794
795 static void
830796 virt_viewer_window_toolbar_leave_fullscreen(GtkWidget *button G_GNUC_UNUSED,
831797 VirtViewerWindow *self)
832798 {
833 /* leave all windows fullscreen state */
834 if (virt_viewer_app_get_fullscreen(self->priv->app))
835 g_object_set(self->priv->app, "fullscreen", FALSE, NULL);
836 /* or just this window */
837 else
838 virt_viewer_window_leave_fullscreen(self);
799 virt_viewer_window_set_fullscreen(self, FALSE);
839800 }
840801
841802 static void keycombo_menu_location(GtkMenu *menu G_GNUC_UNUSED, gint *x, gint *y,
872833 {
873834 gboolean fullscreen = gtk_check_menu_item_get_active(GTK_CHECK_MENU_ITEM(menu));
874835
875 if (fullscreen)
876 virt_viewer_window_enter_fullscreen(self, -1);
877 else
878 virt_viewer_window_leave_fullscreen(self);
836 virt_viewer_window_set_fullscreen(self, fullscreen);
879837 }
880838
881839 static void add_if_writable (GdkPixbufFormat *data, GHashTable *formats)
1007965 }
1008966
1009967 G_MODULE_EXPORT void
968 virt_viewer_window_menu_preferences_cb(GtkWidget *menu G_GNUC_UNUSED,
969 VirtViewerWindow *self)
970 {
971 virt_viewer_app_show_preferences(self->priv->app, GTK_WIDGET(self->priv->window));
972 }
973
974 G_MODULE_EXPORT void
1010975 virt_viewer_window_menu_view_release_cursor(GtkWidget *menu G_GNUC_UNUSED,
1011976 VirtViewerWindow *self)
1012977 {
1013978 g_return_if_fail(self->priv->display != NULL);
1014979 virt_viewer_display_release_cursor(VIRT_VIEWER_DISPLAY(self->priv->display));
980 }
981
982 G_MODULE_EXPORT void
983 virt_viewer_window_menu_help_guest_details(GtkWidget *menu G_GNUC_UNUSED,
984 VirtViewerWindow *self)
985 {
986 GtkBuilder *ui = virt_viewer_util_load_ui("virt-viewer-guest-details.xml");
987 char *name = NULL;
988 char *uuid = NULL;
989
990 g_return_if_fail(ui != NULL);
991
992 GtkWidget *dialog = GTK_WIDGET(gtk_builder_get_object(ui, "guestdetailsdialog"));
993 GtkWidget *namelabel = GTK_WIDGET(gtk_builder_get_object(ui, "namevaluelabel"));
994 GtkWidget *guidlabel = GTK_WIDGET(gtk_builder_get_object(ui, "guidvaluelabel"));
995
996 g_return_if_fail(dialog && namelabel && guidlabel);
997
998 g_object_get(self->priv->app, "guest-name", &name, "uuid", &uuid, NULL);
999
1000 if (!name || *name == '\0')
1001 name = g_strdup(_("Unknown"));
1002 if (!uuid || *uuid == '\0')
1003 uuid = g_strdup(_("Unknown"));
1004 gtk_label_set_text(GTK_LABEL(namelabel), name);
1005 gtk_label_set_text(GTK_LABEL(guidlabel), uuid);
1006 g_free(name);
1007 g_free(uuid);
1008
1009 gtk_window_set_transient_for(GTK_WINDOW(dialog),
1010 GTK_WINDOW(self->priv->window));
1011
1012 gtk_builder_connect_signals(ui, self);
1013
1014 gtk_widget_show_all(dialog);
1015
1016 g_object_unref(G_OBJECT(ui));
1017 }
1018
1019 G_MODULE_EXPORT void
1020 virt_viewer_window_guest_details_response(GtkDialog *dialog,
1021 gint response_id,
1022 gpointer user_data G_GNUC_UNUSED)
1023 {
1024 if (response_id == GTK_RESPONSE_CLOSE)
1025 gtk_widget_hide(GTK_WIDGET(dialog));
10151026 }
10161027
10171028 G_MODULE_EXPORT void
11871198 }
11881199
11891200 void
1201 virt_viewer_window_set_menu_displays_sensitive(VirtViewerWindow *self, gboolean sensitive)
1202 {
1203 VirtViewerWindowPrivate *priv;
1204 GtkWidget *menu;
1205
1206 g_return_if_fail(VIRT_VIEWER_IS_WINDOW(self));
1207
1208 priv = self->priv;
1209 menu = GTK_WIDGET(gtk_builder_get_object(priv->builder, "menu-displays"));
1210 gtk_widget_set_sensitive(menu, sensitive);
1211 }
1212
1213 void
11901214 virt_viewer_window_set_usb_options_sensitive(VirtViewerWindow *self, gboolean sensitive)
11911215 {
11921216 VirtViewerWindowPrivate *priv;
12001224 gtk_widget_set_visible(priv->toolbar_usb_device_selection, sensitive);
12011225 }
12021226
1227 void
1228 virt_viewer_window_set_menus_sensitive(VirtViewerWindow *self, gboolean sensitive)
1229 {
1230 VirtViewerWindowPrivate *priv;
1231 GtkWidget *menu;
1232
1233 g_return_if_fail(VIRT_VIEWER_IS_WINDOW(self));
1234
1235 priv = self->priv;
1236
1237 menu = GTK_WIDGET(gtk_builder_get_object(priv->builder, "menu-preferences"));
1238 gtk_widget_set_sensitive(menu, sensitive);
1239
1240 menu = GTK_WIDGET(gtk_builder_get_object(priv->builder, "menu-file-screenshot"));
1241 gtk_widget_set_sensitive(menu, sensitive);
1242
1243 menu = GTK_WIDGET(gtk_builder_get_object(priv->builder, "menu-view-zoom"));
1244 gtk_widget_set_sensitive(menu, sensitive);
1245
1246 menu = GTK_WIDGET(gtk_builder_get_object(priv->builder, "menu-send"));
1247 gtk_widget_set_sensitive(menu, sensitive);
1248 }
1249
12031250 static void
12041251 display_show_hint(VirtViewerDisplay *display,
12051252 GParamSpec *pspec G_GNUC_UNUSED,
12111258
12121259 hint = (hint & VIRT_VIEWER_DISPLAY_SHOW_HINT_READY);
12131260
1214 gtk_widget_set_sensitive(GTK_WIDGET(gtk_builder_get_object(self->priv->builder, "menu-send")), hint);
1261 if (!self->priv->initial_zoom_set && hint && virt_viewer_display_get_enabled(display)) {
1262 self->priv->initial_zoom_set = TRUE;
1263 virt_viewer_window_set_zoom_level(self, self->priv->zoomlevel);
1264 }
1265
12151266 gtk_widget_set_sensitive(GTK_WIDGET(gtk_builder_get_object(self->priv->builder, "menu-file-screenshot")), hint);
1216 gtk_widget_set_sensitive(self->priv->toolbar_send_key, hint);
12171267 }
12181268 static gboolean
12191269 window_key_pressed (GtkWidget *widget G_GNUC_UNUSED,
12421292 if (display != NULL) {
12431293 priv->display = g_object_ref(display);
12441294
1245 virt_viewer_display_set_zoom_level(VIRT_VIEWER_DISPLAY(priv->display), priv->zoomlevel);
12461295 virt_viewer_display_set_monitor(VIRT_VIEWER_DISPLAY(priv->display), priv->fullscreen_monitor);
12471296 virt_viewer_display_set_fullscreen(VIRT_VIEWER_DISPLAY(priv->display), priv->fullscreen);
12481297
12701319 G_CALLBACK(virt_viewer_window_desktop_resize), self, 0);
12711320 virt_viewer_signal_connect_object(display, "notify::show-hint",
12721321 G_CALLBACK(display_show_hint), self, 0);
1322
1323 display_show_hint(display, NULL, self);
1324
1325 if (virt_viewer_display_get_enabled(display))
1326 virt_viewer_window_desktop_resize(display, self);
1327
1328 gtk_widget_set_sensitive(GTK_WIDGET(gtk_builder_get_object(self->priv->builder, "menu-preferences")), TRUE);
1329 gtk_widget_set_sensitive(GTK_WIDGET(gtk_builder_get_object(self->priv->builder, "menu-view-zoom")), TRUE);
1330 gtk_widget_set_sensitive(GTK_WIDGET(gtk_builder_get_object(self->priv->builder, "menu-send")), TRUE);
1331 gtk_widget_set_sensitive(self->priv->toolbar_send_key, TRUE);
12731332 }
12741333 }
12751334
12931352 void
12941353 virt_viewer_window_show(VirtViewerWindow *self)
12951354 {
1296 if (self->priv->display)
1297 virt_viewer_display_set_enabled(self->priv->display, TRUE);
1355 if (self->priv->display && !virt_viewer_display_get_enabled(self->priv->display))
1356 virt_viewer_display_enable(self->priv->display);
1357
1358 if (self->priv->desktop_resize_pending) {
1359 virt_viewer_window_queue_resize(self);
1360 self->priv->desktop_resize_pending = FALSE;
1361 }
12981362
12991363 gtk_widget_show(self->priv->window);
1300
1301 if (self->priv->desktop_resize_pending) {
1302 virt_viewer_window_resize(self, FALSE);
1303 self->priv->desktop_resize_pending = FALSE;
1304 }
13051364
13061365 if (self->priv->kiosk)
13071366 virt_viewer_window_enable_kiosk(self);
13221381
13231382 if (self->priv->display) {
13241383 VirtViewerDisplay *display = self->priv->display;
1325 virt_viewer_display_set_enabled(display, FALSE);
1384 virt_viewer_display_disable(display);
13261385 }
13271386 }
13281387
13301389 virt_viewer_window_set_zoom_level(VirtViewerWindow *self, gint zoom_level)
13311390 {
13321391 VirtViewerWindowPrivate *priv;
1392 gint min_zoom;
13331393
13341394 g_return_if_fail(VIRT_VIEWER_IS_WINDOW(self));
13351395 priv = self->priv;
13361396
1337 if (zoom_level < 10)
1338 zoom_level = 10;
1339 if (zoom_level > 400)
1340 zoom_level = 400;
1397 if (zoom_level < MIN_ZOOM_LEVEL)
1398 zoom_level = MIN_ZOOM_LEVEL;
1399 if (zoom_level > MAX_ZOOM_LEVEL)
1400 zoom_level = MAX_ZOOM_LEVEL;
13411401 priv->zoomlevel = zoom_level;
13421402
13431403 if (!priv->display)
13441404 return;
13451405
1406 min_zoom = virt_viewer_window_get_minimal_zoom_level(self);
1407 if (min_zoom > priv->zoomlevel) {
1408 g_debug("Cannot set zoom level %d, using %d", priv->zoomlevel, min_zoom);
1409 priv->zoomlevel = min_zoom;
1410 }
1411
1412 if (priv->zoomlevel == virt_viewer_display_get_zoom_level(priv->display) &&
1413 priv->zoomlevel == virt_viewer_window_get_real_zoom_level(self)) {
1414 g_debug("Zoom level not changed, using: %d", priv->zoomlevel);
1415 return;
1416 }
1417
13461418 virt_viewer_display_set_zoom_level(VIRT_VIEWER_DISPLAY(priv->display), priv->zoomlevel);
13471419
13481420 virt_viewer_window_queue_resize(self);
13501422
13511423 gint virt_viewer_window_get_zoom_level(VirtViewerWindow *self)
13521424 {
1353 g_return_val_if_fail(VIRT_VIEWER_IS_WINDOW(self), 100);
1425 g_return_val_if_fail(VIRT_VIEWER_IS_WINDOW(self), NORMAL_ZOOM_LEVEL);
13541426 return self->priv->zoomlevel;
13551427 }
13561428
13731445 VirtViewerDisplay*
13741446 virt_viewer_window_get_display(VirtViewerWindow *self)
13751447 {
1376 g_return_val_if_fail(VIRT_VIEWER_WINDOW(self), FALSE);
1448 g_return_val_if_fail(VIRT_VIEWER_WINDOW(self), NULL);
13771449
13781450 return self->priv->display;
13791451 }
13931465 virt_viewer_window_enable_kiosk(self);
13941466 else
13951467 g_debug("disabling kiosk not implemented yet");
1468 }
1469
1470 static void
1471 virt_viewer_window_get_minimal_dimensions(VirtViewerWindow *self,
1472 guint *width,
1473 guint *height)
1474 {
1475 GtkRequisition req;
1476 GtkWidget *top_menu;
1477
1478 top_menu = GTK_WIDGET(gtk_builder_get_object(virt_viewer_window_get_builder(self), "top-menu"));
1479 #if !GTK_CHECK_VERSION(3, 0, 0)
1480 gtk_widget_get_child_requisition(top_menu, &req);
1481 #else
1482 gtk_widget_get_preferred_size(top_menu, &req, NULL);
1483 #endif
1484 /* minimal dimensions of the window are the maximum of dimensions of the top-menu
1485 * and minimal dimension of the display
1486 */
1487 *height = MIN_DISPLAY_HEIGHT;
1488 *width = MAX(MIN_DISPLAY_WIDTH, req.width);
1489 }
1490
1491 /**
1492 * virt_viewer_window_get_minimal_zoom_level:
1493 * @self: a #VirtViewerWindow
1494 *
1495 * Calculates the zoom level with respect to the desktop dimensions
1496 *
1497 * Returns: minimal possible zoom level (multiple of ZOOM_STEP)
1498 */
1499 static gint
1500 virt_viewer_window_get_minimal_zoom_level(VirtViewerWindow *self)
1501 {
1502 guint min_width, min_height;
1503 guint width, height; /* desktop dimensions */
1504 gint zoom;
1505 double width_ratio, height_ratio;
1506
1507 g_return_val_if_fail(VIRT_VIEWER_IS_WINDOW(self) &&
1508 self->priv->display != NULL, MIN_ZOOM_LEVEL);
1509
1510 virt_viewer_window_get_minimal_dimensions(self, &min_width, &min_height);
1511 virt_viewer_display_get_desktop_size(virt_viewer_window_get_display(self), &width, &height);
1512
1513 /* e.g. minimal width = 200, desktop width = 550 => width ratio = 0.36
1514 * which means that the minimal zoom level is 40 (4 * ZOOM_STEP)
1515 */
1516 width_ratio = (double) min_width / width;
1517 height_ratio = (double) min_height / height;
1518 zoom = ceil(10 * MAX(width_ratio, height_ratio));
1519
1520 /* make sure that the returned zoom level is in the range from MIN_ZOOM_LEVEL to NORMAL_ZOOM_LEVEL */
1521 return CLAMP(zoom * ZOOM_STEP, MIN_ZOOM_LEVEL, NORMAL_ZOOM_LEVEL);
13961522 }
13971523
13981524 /*
3131
3232 #define MIN_ZOOM_LEVEL 10
3333 #define MAX_ZOOM_LEVEL 400
34 #define NORMAL_ZOOM_LEVEL 100
35 #define ZOOM_STEP 10
3436
3537 #define VIRT_VIEWER_TYPE_WINDOW virt_viewer_window_get_type()
3638
6668 VirtViewerNotebook* virt_viewer_window_get_notebook (VirtViewerWindow* window);
6769 void virt_viewer_window_set_display(VirtViewerWindow *self, VirtViewerDisplay *display);
6870 VirtViewerDisplay* virt_viewer_window_get_display(VirtViewerWindow *self);
71 void virt_viewer_window_set_menu_displays_sensitive(VirtViewerWindow *self, gboolean sensitive);
6972 void virt_viewer_window_set_usb_options_sensitive(VirtViewerWindow *self, gboolean sensitive);
73 void virt_viewer_window_set_menus_sensitive(VirtViewerWindow *self, gboolean sensitive);
7074 void virt_viewer_window_update_title(VirtViewerWindow *self);
7175 void virt_viewer_window_show(VirtViewerWindow *self);
7276 void virt_viewer_window_hide(VirtViewerWindow *self);
4646 #include "virt-viewer.h"
4747 #include "virt-viewer-app.h"
4848 #include "virt-viewer-events.h"
49 #include "virt-viewer-vm-connection.h"
4950 #include "virt-viewer-auth.h"
5051
5152 struct _VirtViewerPrivate {
5354 virConnectPtr conn;
5455 virDomainPtr dom;
5556 char *domkey;
56 gboolean withEvents;
5757 gboolean waitvm;
5858 gboolean reconnect;
59 gboolean auth_cancelled;
60 gint domain_event;
61 guint reconnect_poll; /* source id */
5962 };
6063
6164 G_DEFINE_TYPE (VirtViewer, virt_viewer, VIRT_VIEWER_TYPE_APP)
6568 static gboolean virt_viewer_initial_connect(VirtViewerApp *self, GError **error);
6669 static gboolean virt_viewer_open_connection(VirtViewerApp *self, int *fd);
6770 static void virt_viewer_deactivated(VirtViewerApp *self, gboolean connect_error);
68 static gboolean virt_viewer_start(VirtViewerApp *self);
71 static gboolean virt_viewer_start(VirtViewerApp *self, GError **error);
6972 static void virt_viewer_dispose (GObject *object);
70
71 static void
72 virt_viewer_get_property (GObject *object, guint property_id,
73 GValue *value G_GNUC_UNUSED, GParamSpec *pspec)
74 {
75 switch (property_id) {
76 default:
77 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
78 }
79 }
80
81 static void
82 virt_viewer_set_property (GObject *object, guint property_id,
83 const GValue *value G_GNUC_UNUSED, GParamSpec *pspec)
84 {
85 switch (property_id) {
86 default:
87 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
88 }
89 }
73 static int virt_viewer_connect(VirtViewerApp *app, GError **error);
9074
9175 static void
9276 virt_viewer_class_init (VirtViewerClass *klass)
9680
9781 g_type_class_add_private (klass, sizeof (VirtViewerPrivate));
9882
99 object_class->get_property = virt_viewer_get_property;
100 object_class->set_property = virt_viewer_set_property;
10183 object_class->dispose = virt_viewer_dispose;
10284
10385 app_class->initial_connect = virt_viewer_initial_connect;
11092 virt_viewer_init(VirtViewer *self)
11193 {
11294 self->priv = GET_PRIVATE(self);
95 self->priv->domain_event = -1;
96 }
97
98 static gboolean
99 virt_viewer_connect_timer(void *opaque)
100 {
101 VirtViewer *self = VIRT_VIEWER(opaque);
102 VirtViewerApp *app = VIRT_VIEWER_APP(self);
103
104 g_debug("Connect timer fired");
105
106 if (!virt_viewer_app_is_active(app) &&
107 !virt_viewer_app_initial_connect(app, NULL))
108 gtk_main_quit();
109
110 if (virt_viewer_app_is_active(app)) {
111 self->priv->reconnect_poll = 0;
112 return FALSE;
113 }
114
115 return TRUE;
116 }
117
118 static void
119 virt_viewer_start_reconnect_poll(VirtViewer *self)
120 {
121 VirtViewerPrivate *priv = self->priv;
122
123 g_debug("reconnect_poll: %d", priv->reconnect_poll);
124
125 if (priv->reconnect_poll != 0)
126 return;
127
128 priv->reconnect_poll = g_timeout_add(500, virt_viewer_connect_timer, self);
129 }
130
131 static void
132 virt_viewer_stop_reconnect_poll(VirtViewer *self)
133 {
134 VirtViewerPrivate *priv = self->priv;
135
136 g_debug("reconnect_poll: %d", priv->reconnect_poll);
137
138 if (priv->reconnect_poll == 0)
139 return;
140
141 g_source_remove(priv->reconnect_poll);
142 priv->reconnect_poll = 0;
113143 }
114144
115145 static void
123153 priv->dom = NULL;
124154 }
125155
126 if (priv->reconnect) {
127 if (!priv->withEvents) {
156 if (priv->reconnect && !virt_viewer_app_get_session_cancelled(app)) {
157 if (priv->domain_event < 0) {
128158 g_debug("No domain events, falling back to polling");
129 virt_viewer_app_start_reconnect_poll(app);
159 virt_viewer_start_reconnect_poll(self);
130160 }
131161
132162 virt_viewer_app_show_status(app, _("Waiting for guest domain to re-start"));
133163 virt_viewer_app_trace(app, "Guest %s display has disconnected, waiting to reconnect", priv->domkey);
164 virt_viewer_app_set_menus_sensitive(app, FALSE);
134165 } else {
135166 VIRT_VIEWER_APP_CLASS(virt_viewer_parent_class)->deactivated(app, connect_error);
136167 }
184215 {
185216 char *end;
186217 VirtViewerPrivate *priv = self->priv;
187 int id = strtol(priv->domkey, &end, 10);
218 int id;
188219 virDomainPtr dom = NULL;
189220 unsigned char uuid[16];
190221
222 if (priv->domkey == NULL) {
223 return NULL;
224 }
225
226 id = strtol(priv->domkey, &end, 10);
191227 if (id >= 0 && end && !*end) {
192228 dom = virDomainLookupByID(priv->conn, id);
193229 }
291327 return ret;
292328 }
293329
330
331 static gboolean
332 virt_viewer_is_loopback(const char *host)
333 {
334 GInetAddress *addr = NULL;
335 gboolean is_loopback = FALSE;
336
337 g_return_val_if_fail(host != NULL, FALSE);
338
339 addr = g_inet_address_new_from_string(host);
340 if (!addr) /* Parsing error means it was probably a hostname */
341 return (strcmp(host, "localhost") == 0);
342
343 is_loopback = g_inet_address_get_is_loopback(addr);
344 g_object_unref(addr);
345
346 return is_loopback;
347 }
348
349
350 static gboolean
351 virt_viewer_is_reachable(const gchar *host,
352 const char *transport,
353 const char *transport_host,
354 gboolean direct)
355 {
356 gboolean host_is_loopback;
357 gboolean transport_is_loopback;
358
359 if (!host)
360 return FALSE;
361
362 if (!transport)
363 return TRUE;
364
365 if (strcmp(transport, "ssh") == 0 && !direct)
366 return TRUE;
367
368 if (strcmp(transport, "unix") == 0)
369 return TRUE;
370
371 host_is_loopback = virt_viewer_is_loopback(host);
372 transport_is_loopback = virt_viewer_is_loopback(transport_host);
373
374 if (transport_is_loopback && host_is_loopback)
375 return TRUE;
376 else
377 return !host_is_loopback;
378 }
379
380
294381 static gboolean
295382 virt_viewer_extract_connect_info(VirtViewer *self,
296 virDomainPtr dom)
383 virDomainPtr dom,
384 GError **error)
297385 {
298386 char *type = NULL;
299387 char *xpath = NULL;
310398 gchar *user = NULL;
311399 gint port = 0;
312400 gchar *uri = NULL;
401 gboolean direct = virt_viewer_app_get_direct(app);
313402
314403 virt_viewer_app_free_connect_info(app);
315404
316405 if ((type = virt_viewer_extract_xpath_string(xmldesc, "string(/domain/devices/graphics/@type)")) == NULL) {
317 virt_viewer_app_simple_message_dialog(app, _("Cannot determine the graphic type for the guest %s"),
318 priv->domkey);
406 g_set_error(error,
407 VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
408 _("Cannot determine the graphic type for the guest %s"), priv->domkey);
409
319410 goto cleanup;
320411 }
321412
322 if (virt_viewer_app_create_session(app, type) < 0)
413 if (!virt_viewer_app_create_session(app, type, error))
323414 goto cleanup;
324415
325416 xpath = g_strdup_printf("string(/domain/devices/graphics[@type='%s']/@port)", type);
336427 ghost = virt_viewer_extract_xpath_string(xmldesc, xpath);
337428 } else {
338429 xpath = g_strdup_printf("string(/domain/devices/graphics[@type='%s']/@socket)", type);
339 if ((unixsock = virt_viewer_extract_xpath_string(xmldesc, xpath)) == NULL) {
340 virt_viewer_app_simple_message_dialog(app, _("Cannot determine the graphic address for the guest %s"),
341 priv->domkey);
342 goto cleanup;
343 }
344 }
345
346 if (ghost && gport)
430 unixsock = virt_viewer_extract_xpath_string(xmldesc, xpath);
431 }
432
433 if (ghost && gport) {
347434 g_debug("Guest graphics address is %s:%s", ghost, gport);
348 else if (unixsock)
435 } else if (unixsock) {
349436 g_debug("Guest graphics address is %s", unixsock);
437 } else {
438 g_debug("Using direct libvirt connection");
439 retval = TRUE;
440 goto cleanup;
441 }
350442
351443 uri = virConnectGetURI(priv->conn);
352444 if (virt_viewer_util_extract_host(uri, NULL, &host, &transport, &user, &port) < 0) {
353 virt_viewer_app_simple_message_dialog(app, _("Cannot determine the host for the guest %s"),
354 priv->domkey);
445 g_set_error(error,
446 VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
447 _("Cannot determine the host for the guest %s"), priv->domkey);
448
355449 goto cleanup;
356450 }
357451
364458 */
365459 if (virt_viewer_replace_host(ghost)) {
366460 gchar *replacement_host = NULL;
367 if ((g_strcmp0(transport, "ssh") == 0)
368 && !virt_viewer_app_get_direct(app)) {
461 if ((g_strcmp0(transport, "ssh") == 0) && !direct) {
369462 replacement_host = g_strdup("localhost");
370463 } else {
371464 replacement_host = g_strdup(host);
374467 ghost ? ghost : "", replacement_host);
375468 g_free(ghost);
376469 ghost = replacement_host;
470 }
471
472 if (!virt_viewer_is_reachable(ghost, transport, host, direct)) {
473 g_set_error(error,
474 VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
475 _("Guest '%s' is not reachable"), priv->domkey);
476
477 g_debug("graphics listen '%s' is not reachable from this machine",
478 ghost ? ghost : "");
479
480 goto cleanup;
377481 }
378482
379483 virt_viewer_app_set_connect_info(app, host, ghost, gport, gtlsport,transport, unixsock, user, port, NULL);
396500 }
397501
398502 static gboolean
399 virt_viewer_update_display(VirtViewer *self, virDomainPtr dom)
503 virt_viewer_update_display(VirtViewer *self, virDomainPtr dom, GError **error)
400504 {
401505 VirtViewerPrivate *priv = self->priv;
402506 VirtViewerApp *app = VIRT_VIEWER_APP(self);
411515
412516 g_object_set(app, "guest-name", virDomainGetName(dom), NULL);
413517
414 if (!virt_viewer_app_has_session(app)) {
415 if (!virt_viewer_extract_connect_info(self, dom))
416 return FALSE;
417 }
418
419 return TRUE;
518 if (virt_viewer_app_has_session(app))
519 return TRUE;
520
521 return virt_viewer_extract_connect_info(self, dom, error);
420522 }
421523
422524 static gboolean
423525 virt_viewer_open_connection(VirtViewerApp *self G_GNUC_UNUSED, int *fd)
424526 {
425 #if defined(HAVE_SOCKETPAIR)
426527 VirtViewer *viewer = VIRT_VIEWER(self);
427528 VirtViewerPrivate *priv = viewer->priv;
529 #if defined(HAVE_SOCKETPAIR) || defined(HAVE_VIR_DOMAIN_OPEN_GRAPHICS_FD)
530 virErrorPtr err;
531 #endif
532 #if defined(HAVE_SOCKETPAIR)
428533 int pair[2];
429534 #endif
430535 *fd = -1;
431 #if defined(HAVE_SOCKETPAIR)
536
432537 if (!priv->dom)
433538 return TRUE;
434539
540 #ifdef HAVE_VIR_DOMAIN_OPEN_GRAPHICS_FD
541 if ((*fd = virDomainOpenGraphicsFD(priv->dom, 0,
542 VIR_DOMAIN_OPEN_GRAPHICS_SKIPAUTH)) >= 0)
543 return TRUE;
544
545 err = virGetLastError();
546 if (err && err->code != VIR_ERR_NO_SUPPORT) {
547 g_debug("Error %s", err->message ? err->message : "Unknown");
548 return TRUE;
549 }
550 #endif
551
552 #if defined(HAVE_SOCKETPAIR)
435553 if (socketpair(PF_UNIX, SOCK_STREAM, 0, pair) < 0)
436554 return FALSE;
437555
438556 if (virDomainOpenGraphics(priv->dom, 0, pair[0],
439557 VIR_DOMAIN_OPEN_GRAPHICS_SKIPAUTH) < 0) {
440 virErrorPtr err = virGetLastError();
558 err = virGetLastError();
441559 g_debug("Error %s", err && err->message ? err->message : "Unknown");
442560 close(pair[0]);
443561 close(pair[1]);
471589 break;
472590
473591 case VIR_DOMAIN_EVENT_STARTED:
474 virt_viewer_update_display(self, dom);
592 virt_viewer_update_display(self, dom, &error);
593 if (error) {
594 virt_viewer_app_simple_message_dialog(app, error->message);
595 g_clear_error(&error);
596 }
597
475598 virt_viewer_app_activate(app, &error);
476599 if (error) {
477600 /* we may want to consolidate error reporting in
491614 void *opaque)
492615 {
493616 VirtViewer *self = opaque;
494 VirtViewerApp *app = VIRT_VIEWER_APP(self);
495617 VirtViewerPrivate *priv = self->priv;
496618
497619 g_debug("Got connection event %d", reason);
499621 virConnectClose(priv->conn);
500622 priv->conn = NULL;
501623
502 virt_viewer_app_start_reconnect_poll(app);
624 virt_viewer_start_reconnect_poll(self);
503625 }
504626
505627 static void
508630 VirtViewer *self = VIRT_VIEWER(object);
509631 VirtViewerPrivate *priv = self->priv;
510632
511 if (priv->withEvents)
512 virConnectDomainEventDeregister(priv->conn,
513 virt_viewer_domain_event);
514 virConnectUnregisterCloseCallback(priv->conn,
515 virt_viewer_conn_event);
516 if (priv->dom)
633 if (priv->conn) {
634 if (priv->domain_event >= 0) {
635 virConnectDomainEventDeregisterAny(priv->conn,
636 priv->domain_event);
637 priv->domain_event = -1;
638 }
639 virConnectUnregisterCloseCallback(priv->conn,
640 virt_viewer_conn_event);
641 virConnectClose(priv->conn);
642 priv->conn = NULL;
643 }
644 if (priv->dom) {
517645 virDomainFree(priv->dom);
518 if (priv->conn)
519 virConnectClose(priv->conn);
646 priv->dom = NULL;
647 }
648 g_free(priv->uri);
649 priv->uri = NULL;
650 g_free(priv->domkey);
651 priv->domkey = NULL;
520652 G_OBJECT_CLASS(virt_viewer_parent_class)->dispose (object);
521653 }
522654
523 static int virt_viewer_connect(VirtViewerApp *app);
655 static virDomainPtr
656 choose_vm(GtkWindow *main_window,
657 char **vm_name,
658 virConnectPtr conn,
659 GError **error)
660 {
661 GtkListStore *model;
662 GtkTreeIter iter;
663 virDomainPtr *domains, dom = NULL;
664 int i, vms_running;
665 unsigned int flags = VIR_CONNECT_LIST_DOMAINS_RUNNING;
666
667 g_return_val_if_fail(vm_name != NULL, NULL);
668 free(*vm_name);
669
670 model = gtk_list_store_new(1, G_TYPE_STRING);
671
672 vms_running = virConnectListAllDomains(conn, &domains, flags);
673 for (i = 0; i < vms_running; i++) {
674 gtk_list_store_append(model, &iter);
675 gtk_list_store_set(model, &iter, 0, virDomainGetName(domains[i]), -1);
676 virDomainFree(domains[i]);
677 }
678 free(domains);
679
680 *vm_name = virt_viewer_vm_connection_choose_name_dialog(main_window,
681 GTK_TREE_MODEL(model),
682 error);
683 g_object_unref(G_OBJECT(model));
684 if (*vm_name == NULL)
685 return NULL;
686
687 dom = virDomainLookupByName(conn, *vm_name);
688 if (dom == NULL) {
689 virErrorPtr err = virGetLastError();
690 g_set_error_literal(error,
691 VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
692 err && err->message ? err->message : "unknown libvirt error");
693 } else if (virDomainGetState(dom, &i, NULL, 0) < 0 || i != VIR_DOMAIN_RUNNING) {
694 g_set_error(error,
695 VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
696 _("Virtual machine %s is not running"), *vm_name);
697 virDomainFree(dom);
698 dom = NULL;
699 }
700
701 return dom;
702 }
524703
525704 static gboolean
526705 virt_viewer_initial_connect(VirtViewerApp *app, GError **error)
531710 VirtViewer *self = VIRT_VIEWER(app);
532711 VirtViewerPrivate *priv = self->priv;
533712 char uuid_string[VIR_UUID_STRING_BUFLEN];
713 GError *err = NULL;
534714
535715 g_debug("initial connect");
536716
537717 if (!priv->conn &&
538 virt_viewer_connect(app) < 0) {
718 virt_viewer_connect(app, &err) < 0) {
539719 virt_viewer_app_show_status(app, _("Waiting for libvirt to start"));
540 goto done;
720 goto wait;
541721 }
542722
543723 virt_viewer_app_show_status(app, _("Finding guest domain"));
545725 if (!dom) {
546726 if (priv->waitvm) {
547727 virt_viewer_app_show_status(app, _("Waiting for guest domain to be created"));
548 virt_viewer_app_trace(app, "Guest %s does not yet exist, waiting for it to be created",
549 priv->domkey);
550 goto done;
728 goto wait;
551729 } else {
552 virt_viewer_app_simple_message_dialog(app, _("Cannot find guest domain %s"),
553 priv->domkey);
554 g_debug("Cannot find guest %s", priv->domkey);
555 goto cleanup;
730 VirtViewerWindow *main_window = virt_viewer_app_get_main_window(app);
731 if (priv->domkey != NULL)
732 g_debug("Cannot find guest %s", priv->domkey);
733 dom = choose_vm(virt_viewer_window_get_window(main_window),
734 &priv->domkey,
735 priv->conn,
736 &err);
737 if (dom == NULL) {
738 goto cleanup;
739 }
556740 }
557741 }
558742
559743 if (virDomainGetUUIDString(dom, uuid_string) < 0) {
560744 g_debug("Couldn't get uuid from libvirt");
561745 } else {
562 virt_viewer_app_set_uuid_string(app, uuid_string);
746 g_object_set(app, "uuid", uuid_string, NULL);
563747 }
564748
565749 virt_viewer_app_show_status(app, _("Checking guest domain status"));
566750 if (virDomainGetInfo(dom, &info) < 0) {
567 g_debug("Cannot get guest state");
751 g_set_error_literal(&err, VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
752 _("Cannot get guest state"));
753 g_debug("%s", err->message);
568754 goto cleanup;
569755 }
570756
571757 if (info.state == VIR_DOMAIN_SHUTOFF) {
572758 virt_viewer_app_show_status(app, _("Waiting for guest domain to start"));
573 } else {
574 ret = virt_viewer_update_display(self, dom);
575 if (ret)
576 ret = VIRT_VIEWER_APP_CLASS(virt_viewer_parent_class)->initial_connect(app, error);
577 if (!ret) {
578 if (priv->waitvm) {
579 virt_viewer_app_show_status(app, _("Waiting for guest domain to start server"));
580 virt_viewer_app_trace(app, "Guest %s has not activated its display yet, waiting for it to start",
581 priv->domkey);
582 } else {
583 g_debug("Failed to activate viewer");
584 goto cleanup;
585 }
586 }
587 }
588
589 done:
759 goto wait;
760 }
761
762 if (!virt_viewer_update_display(self, dom, &err))
763 goto cleanup;
764
765 ret = VIRT_VIEWER_APP_CLASS(virt_viewer_parent_class)->initial_connect(app, &err);
766 if (ret || err)
767 goto cleanup;
768
769 wait:
770 virt_viewer_app_trace(app, "Guest %s has not activated its display yet, waiting "
771 "for it to start", priv->domkey);
590772 ret = TRUE;
591 cleanup:
773
774 cleanup:
775 if (err != NULL)
776 g_propagate_error(error, err);
592777 if (dom)
593778 virDomainFree(dom);
594779 return ret;
598783 virt_viewer_error_func (void *data G_GNUC_UNUSED,
599784 virErrorPtr error G_GNUC_UNUSED)
600785 {
601 /* nada */
786 /* nothing */
602787 }
603788
604789
610795 {
611796 char **username = NULL, **password = NULL;
612797 VirtViewer *app = cbdata;
798 VirtViewerPrivate *priv = app->priv;
613799 int i;
614 int ret = -1;
800 int ret = 0;
615801
616802 g_debug("Got libvirt credential request for %d credential(s)", ncred);
617803
633819 if (username || password) {
634820 VirtViewerWindow *vwin = virt_viewer_app_get_main_window(VIRT_VIEWER_APP(app));
635821 GtkWindow *win = virt_viewer_window_get_window(vwin);
636 ret = virt_viewer_auth_collect_credentials(win,
637 "libvirt",
638 app->priv->uri,
639 username, password);
640 if (ret < 0)
822
823 if (username && (*username == NULL || **username == '\0'))
824 *username = g_strdup(g_get_user_name());
825
826 priv->auth_cancelled = !virt_viewer_auth_collect_credentials(win,
827 "libvirt",
828 app->priv->uri,
829 username, password);
830 if (priv->auth_cancelled) {
831 ret = -1;
641832 goto cleanup;
642 } else {
643 ret = 0;
833 }
644834 }
645835
646836 for (i = 0 ; i < ncred ; i++) {
662852 return ret;
663853 }
664854
855 static gchar *
856 virt_viewer_get_error_message_from_vir_error(VirtViewer *self,
857 virErrorPtr error)
858 {
859 VirtViewerPrivate *priv = self->priv;
860 const gchar *error_details = NULL;
861 gchar *detailed_error_message = NULL;
862 gchar *error_message = g_strdup_printf(_("Unable to connect to libvirt with URI: %s."),
863 priv->uri ? priv->uri : _("[none]"));
864
865 g_debug("Error: %s", error->message);
866
867 /* For now we are only treating authentication errors. */
868 switch (error->code) {
869 case VIR_ERR_AUTH_FAILED:
870 error_details = _("Authentication failed.");
871 break;
872 default:
873 break;
874 }
875
876 if (error_details != NULL) {
877 detailed_error_message = g_strdup_printf("%s\n%s", error_message, error_details);
878 g_free(error_message);
879 return detailed_error_message;
880 }
881
882 return error_message;
883 }
884
665885 static int
666 virt_viewer_connect(VirtViewerApp *app)
886 virt_viewer_connect(VirtViewerApp *app, GError **err)
667887 {
668888 VirtViewer *self = VIRT_VIEWER(app);
669889 VirtViewerPrivate *priv = self->priv;
690910 &auth_libvirt,
691911 oflags);
692912 if (!priv->conn) {
693 virt_viewer_app_simple_message_dialog(app, _("Unable to connect to libvirt with URI %s"),
694 priv->uri ? priv->uri : _("[none]"));
913 if (!priv->auth_cancelled) {
914 gchar *error_message = virt_viewer_get_error_message_from_vir_error(self, virGetLastError());
915 g_set_error_literal(&error,
916 VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_FAILED,
917 error_message);
918
919 g_free(error_message);
920 } else {
921 g_set_error_literal(&error,
922 VIRT_VIEWER_ERROR, VIRT_VIEWER_ERROR_CANCELLED,
923 _("Authentication was cancelled"));
924 }
925 g_propagate_error(err, error);
695926 return -1;
696927 }
697928
698929 if (!virt_viewer_app_initial_connect(app, &error)) {
699 if (error)
700 g_warning("%s", error->message);
701 g_clear_error(&error);
930 g_propagate_prefixed_error(err, error, _("Failed to connect: "));
702931 return -1;
703932 }
704933
705 if (virConnectDomainEventRegister(priv->conn,
706 virt_viewer_domain_event,
707 self,
708 NULL) < 0)
709 priv->withEvents = FALSE;
710 else
711 priv->withEvents = TRUE;
712
713 if (!priv->withEvents &&
934 priv->domain_event = virConnectDomainEventRegisterAny(priv->conn,
935 priv->dom,
936 VIR_DOMAIN_EVENT_ID_LIFECYCLE,
937 VIR_DOMAIN_EVENT_CALLBACK(virt_viewer_domain_event),
938 self,
939 NULL);
940 if (priv->domain_event < 0 &&
714941 !virt_viewer_app_is_active(app)) {
715942 g_debug("No domain events, falling back to polling");
716 virt_viewer_app_start_reconnect_poll(app);
943 virt_viewer_start_reconnect_poll(self);
944 } else {
945 /* we may be polling if we lost the libvirt connection and are trying
946 * to reconnect */
947 virt_viewer_stop_reconnect_poll(self);
717948 }
718949
719950 if (virConnectRegisterCloseCallback(priv->conn,
723954 g_debug("Unable to register close callback on libvirt connection");
724955 }
725956
957 if (virConnectSetKeepAlive(priv->conn, 5, 3) < 0) {
958 g_debug("Unable to set keep alive");
959 }
960
726961 return 0;
727962 }
728963
729964 static gboolean
730 virt_viewer_start(VirtViewerApp *app)
965 virt_viewer_start(VirtViewerApp *app, GError **error)
731966 {
732967 virt_viewer_events_register();
733968
734969 virSetErrorFunc(NULL, virt_viewer_error_func);
735970
736 if (virt_viewer_connect(app) < 0)
971 if (virt_viewer_connect(app, error) < 0)
737972 return FALSE;
738973
739 return VIRT_VIEWER_APP_CLASS(virt_viewer_parent_class)->start(app);
974 return VIRT_VIEWER_APP_CLASS(virt_viewer_parent_class)->start(app, error);
740975 }
741976
742977 VirtViewer *
88 BEGIN
99 VALUE "CompanyName", "virt-manager.org"
1010 VALUE "FileDescription", "VirtViewer desktop client"
11 VALUE "FileVersion", "1.0"
12 VALUE "InternalName", "virt-viewer 1.0"
11 VALUE "FileVersion", "3.1"
12 VALUE "InternalName", "virt-viewer 3.1"
1313 VALUE "LegalCopyright", "Copyright (C) 2007-2013 Red Hat, Inc."
1414 VALUE "OriginalFilename", "virt-viewer.exe"
1515 VALUE "ProductName", "VirtViewer"
16 VALUE "ProductVersion", "1.0"
16 VALUE "ProductVersion", "3.1"
1717 END
1818 END
1919
33 <object class="GtkAccelGroup" id="accelgroup"/>
44 <object class="GtkWindow" id="viewer">
55 <property name="can_focus">False</property>
6 <property name="default_width">400</property>
7 <property name="default_height">400</property>
6 <property name="default_width">1024</property>
7 <property name="default_height">768</property>
88 <signal name="delete-event" handler="virt_viewer_window_delete" swapped="no"/>
99 <child>
1010 <object class="GtkVBox" id="viewer-box">
6868 </object>
6969 </child>
7070 <child>
71 <object class="GtkMenuItem" id="menu-preferences">
72 <property name="visible">True</property>
73 <property name="can_focus">False</property>
74 <property name="label" translatable="yes">Preferences</property>
75 <property name="use_underline">True</property>
76 <signal name="activate" handler="virt_viewer_window_menu_preferences_cb" swapped="no"/>
77 </object>
78 </child>
79 <child>
7180 <object class="GtkSeparatorMenuItem" id="separatormenuitem1">
7281 <property name="visible">True</property>
7382 <property name="can_focus">False</property>
133142 <property name="use_action_appearance">False</property>
134143 <property name="use_underline">True</property>
135144 <property name="use_stock">True</property>
136 <accelerator key="plus" signal="activate" modifiers="GDK_CONTROL_MASK"/>
137145 <signal name="activate" handler="virt_viewer_window_menu_view_zoom_in" swapped="no"/>
138146 </object>
139147 </child>
146154 <property name="use_action_appearance">False</property>
147155 <property name="use_underline">True</property>
148156 <property name="use_stock">True</property>
149 <accelerator key="minus" signal="activate" modifiers="GDK_CONTROL_MASK"/>
150157 <signal name="activate" handler="virt_viewer_window_menu_view_zoom_out" swapped="no"/>
151158 </object>
152159 </child>
215222 <object class="GtkMenu" id="menu3">
216223 <property name="visible">True</property>
217224 <property name="can_focus">False</property>
225 <child>
226 <object class="GtkMenuItem" id="menu-help-guest-details">
227 <property name="visible">True</property>
228 <property name="can_focus">False</property>
229 <property name="use_action_appearance">False</property>
230 <property name="label" translatable="yes">_Guest Details</property>
231 <property name="use_underline">True</property>
232 <signal name="activate" handler="virt_viewer_window_menu_help_guest_details" swapped="no"/>
233 </object>
234 </child>
218235 <child>
219236 <object class="GtkImageMenuItem" id="imagemenuitem10">
220237 <property name="label">gtk-about</property>
2020 %endif
2121
2222 Name: virt-viewer
23 Version: 1.0
23 Version: 3.1
2424 Release: 1%{?dist}%{?extra_release}
2525 Summary: Virtual Machine Viewer
2626 Group: Applications/System
5656 %endif
5757 %if %{with_spice}
5858 %if %{with_gtk3}
59 BuildRequires: spice-gtk3-devel >= 0.22
59 BuildRequires: spice-gtk3-devel >= 0.30
6060 %else
61 BuildRequires: spice-gtk-devel >= 0.22
61 BuildRequires: spice-gtk-devel >= 0.30
6262 %endif
63 BuildRequires: spice-protocol >= 0.10.1
63 BuildRequires: spice-protocol >= 0.12.7
6464 %endif
6565 BuildRequires: /usr/bin/pod2man
6666 BuildRequires: intltool
6767 %if %{with_govirt}
68 BuildRequires: libgovirt-devel >= 0.3.0
68 BuildRequires: libgovirt-devel >= 0.3.2
6969 %endif
7070
7171 %if 0%{?fedora} >= 20
120120
121121 %post
122122 /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
123 /bin/touch --no-create %{_datadir}/mime/packages &> /dev/null || :
123124 %{_sbindir}/update-alternatives --install %{_libexecdir}/spice-xpi-client \
124125 spice-xpi-client %{_libexecdir}/spice-xpi-client-remote-viewer 25
125 update-desktop-database -q %{_datadir}/applications
126 %{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null
126 /usr/bin/update-desktop-database -q %{_datadir}/applications
127127
128128 %postun
129129 if [ $1 -eq 0 ] ; then
130130 /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
131131 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
132 /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
132133 %{_sbindir}/update-alternatives --remove spice-xpi-client %{_libexecdir}/spice-xpi-client-remote-viewer
133134 fi
134 update-desktop-database -q %{_datadir}/applications
135 %{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null
135 /usr/bin/update-desktop-database -q %{_datadir}/applications
136136
137137 %posttrans
138138 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
139 /usr/bin/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
139140
140141 %files -f %{name}.lang
141142 %defattr(-,root,root,-)
147148 %{_datadir}/%{name}/ui/virt-viewer.xml
148149 %{_datadir}/%{name}/ui/virt-viewer-auth.xml
149150 %{_datadir}/%{name}/ui/virt-viewer-about.xml
151 %{_datadir}/%{name}/ui/virt-viewer-guest-details.xml
152 %{_datadir}/%{name}/ui/virt-viewer-vm-connection.xml
153 %{_datadir}/%{name}/ui/virt-viewer-preferences.xml
154 %{_datadir}/%{name}/ui/remote-viewer-connect.xml
150155 %{_datadir}/icons/hicolor/*/apps/*
151156 %{_datadir}/icons/hicolor/*/devices/*
152157 %{_datadir}/applications/remote-viewer.desktop
120120
121121 %post
122122 /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
123 /bin/touch --no-create %{_datadir}/mime/packages &> /dev/null || :
123124 %{_sbindir}/update-alternatives --install %{_libexecdir}/spice-xpi-client \
124125 spice-xpi-client %{_libexecdir}/spice-xpi-client-remote-viewer 25
125 update-desktop-database -q %{_datadir}/applications
126 %{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null
126 /usr/bin/update-desktop-database -q %{_datadir}/applications
127127
128128 %postun
129129 if [ $1 -eq 0 ] ; then
130130 /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
131131 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
132 /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || :
132133 %{_sbindir}/update-alternatives --remove spice-xpi-client %{_libexecdir}/spice-xpi-client-remote-viewer
133134 fi
134 update-desktop-database -q %{_datadir}/applications
135 %{_bindir}/update-mime-database %{_datadir}/mime &> /dev/null
135 /usr/bin/update-desktop-database -q %{_datadir}/applications
136136
137137 %posttrans
138138 /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
139 /usr/bin/update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
139140
140141 %files -f %{name}.lang
141142 %defattr(-,root,root,-)
147148 %{_datadir}/%{name}/ui/virt-viewer.xml
148149 %{_datadir}/%{name}/ui/virt-viewer-auth.xml
149150 %{_datadir}/%{name}/ui/virt-viewer-about.xml
151 %{_datadir}/%{name}/ui/virt-viewer-guest-details.xml
152 %{_datadir}/%{name}/ui/virt-viewer-vm-connection.xml
153 %{_datadir}/%{name}/ui/virt-viewer-preferences.xml
154 %{_datadir}/%{name}/ui/remote-viewer-connect.xml
150155 %{_datadir}/icons/hicolor/*/apps/*
151156 %{_datadir}/icons/hicolor/*/devices/*
152157 %{_datadir}/applications/remote-viewer.desktop