mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
Version 1.7.13.
This commit is contained in:
10
BUGS
10
BUGS
@@ -1,5 +1,5 @@
|
||||
NOTE: This file is automatically generated from "update-bugs".
|
||||
Last updated: 2010-11-23 10:39:18
|
||||
NOTE: This file is automatically generated from "update-bugs.sh".
|
||||
Last updated: 2010-11-24 20:19:37
|
||||
|
||||
This contains a local list of the bugs that are open against
|
||||
libguestfs. Bugs are tracked in the Red Hat Bugzilla database
|
||||
@@ -146,9 +146,6 @@ Bugs in NEW or ASSIGNED state are open and waiting for someone to fix.
|
||||
646361 NEW https://bugzilla.redhat.com/show_bug.cgi?id=646361
|
||||
Fix appliance building Fedora-on-Debian (on systems with default library search paths differing from the appliance's)
|
||||
|
||||
655554 NEW https://bugzilla.redhat.com/show_bug.cgi?id=655554
|
||||
Whole disk paths are not made canonical by virt-inspector
|
||||
|
||||
501882 ASSIGNED https://bugzilla.redhat.com/show_bug.cgi?id=501882
|
||||
/tmp/libguestfs temporary directory is not cleaned up
|
||||
|
||||
@@ -312,6 +309,9 @@ You can help by testing the fixes.
|
||||
652796 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=652796
|
||||
ruby bindings not installed by 'make install', hence omitted from the binary distribution
|
||||
|
||||
655554 MODIFIED https://bugzilla.redhat.com/show_bug.cgi?id=655554
|
||||
Whole disk paths are not made canonical by virt-inspector
|
||||
|
||||
--------------------------------------------------
|
||||
These bugs are in the VERIFIED state.
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
# major/minor/release must be numbers
|
||||
m4_define([libguestfs_major], [1])
|
||||
m4_define([libguestfs_minor], [7])
|
||||
m4_define([libguestfs_release], [12])
|
||||
m4_define([libguestfs_release], [13])
|
||||
# extra can be any string
|
||||
m4_define([libguestfs_extra], [])
|
||||
|
||||
|
||||
1142
po-docs/ja.po
1142
po-docs/ja.po
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
37
po/es.po
37
po/es.po
@@ -9,7 +9,7 @@ msgstr ""
|
||||
"Project-Id-Version: libguestfs.master\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2010-11-23 10:16+0000\n"
|
||||
"POT-Creation-Date: 2010-11-24 20:19+0000\n"
|
||||
"PO-Revision-Date: \n"
|
||||
"Last-Translator: Héctor Daniel Cabrera <logan@fedoraproject.org>\n"
|
||||
"Language-Team: Fedora Spanish <trans-es@lists.fedoraproject.org>\n"
|
||||
@@ -80,13 +80,13 @@ msgid "%s: unknown long option: %s (%d)\n"
|
||||
msgstr "%s: opción extensa desconocida: %s (%d)\n"
|
||||
|
||||
#: cat/virt-filesystems.c:90
|
||||
#, c-format
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
|
||||
"Copyright (C) 2010 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] -d domname file\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...] file\n"
|
||||
" %s [--options] -d domname\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...]\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --all Display everything\n"
|
||||
@@ -117,6 +117,25 @@ msgid ""
|
||||
" -x Trace libguestfs API calls\n"
|
||||
"For more information, see the manpage %s(1).\n"
|
||||
msgstr ""
|
||||
"%s: módulo FUSE para libguestfs\n"
|
||||
"%s le permite montar un sistema de archivos de máquina virtual\n"
|
||||
"Copyright (C) 2009 Red Hat Inc.\n"
|
||||
"Utilización:\n"
|
||||
" %s [--opciones] [-- [--FUSE-opciones]] punto de montaje\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Agrega una imagen\n"
|
||||
" --dir-cache-timeout Define tiempo de espera de readdir cache (por defecto "
|
||||
"5 sec)\n"
|
||||
" --fuse-help Muestra opciones FUSE adicionales\n"
|
||||
" --help Muestra el mensaje de ayuda y finaliza\n"
|
||||
" -m|--mount dev[:mnt] Monta dev en mnt (si es omitido, /)\n"
|
||||
" -n|--no-sync No sincroniza automáticamente\n"
|
||||
" -o|--option opt Transmite opciones extra a FUSE\n"
|
||||
" -r|--ro Montaje de solo lectura\n"
|
||||
" --selinux Habilita soporte para SELinux\n"
|
||||
" --trace Rastrea llamadas API de guestfs API (hacia stderr)\n"
|
||||
" -v|--verbose Mensajes detallados\n"
|
||||
" -V|--version Muestra la versión y finaliza\n"
|
||||
|
||||
#: cat/virt-filesystems.c:304
|
||||
#, fuzzy, c-format
|
||||
@@ -2667,8 +2686,8 @@ msgstr "libguestfs: error: %s\n"
|
||||
msgid "<truncated, original size %zu bytes>"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2127 src/inspect.c:2170
|
||||
#: src/inspect.c:2220
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2133 src/inspect.c:2176
|
||||
#: src/inspect.c:2226
|
||||
#, c-format
|
||||
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
|
||||
msgstr ""
|
||||
@@ -2705,17 +2724,17 @@ msgstr ""
|
||||
msgid "not a Windows guest, or systemroot could not be determined"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:1761 src/inspect.c:1783 src/inspect.c:1808
|
||||
#: src/inspect.c:1766 src/inspect.c:1788 src/inspect.c:1813
|
||||
#, fuzzy
|
||||
msgid "unexpected end of output from db_dump command"
|
||||
msgstr "salida inesperada del comando 'du'"
|
||||
|
||||
#: src/inspect.c:2229
|
||||
#: src/inspect.c:2235
|
||||
#, c-format
|
||||
msgid "%s: file is empty"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:2246
|
||||
#: src/inspect.c:2252
|
||||
msgid ""
|
||||
"inspection API not available since this version of libguestfs was compiled "
|
||||
"without PCRE or hivex libraries"
|
||||
|
||||
36
po/gu.po
36
po/gu.po
@@ -8,7 +8,7 @@ msgstr ""
|
||||
"Project-Id-Version: libguestfs\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2010-11-23 10:16+0000\n"
|
||||
"POT-Creation-Date: 2010-11-24 20:19+0000\n"
|
||||
"PO-Revision-Date: 2010-02-02 13:45+0530\n"
|
||||
"Last-Translator: Sweta Kothari <swkothar@redhat.com>\n"
|
||||
"Language-Team: Gujarati\n"
|
||||
@@ -78,13 +78,13 @@ msgid "%s: unknown long option: %s (%d)\n"
|
||||
msgstr "%s: અજ્ઞાત લાંબો વિકલ્પ: %s (%d)\n"
|
||||
|
||||
#: cat/virt-filesystems.c:90
|
||||
#, c-format
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
|
||||
"Copyright (C) 2010 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] -d domname file\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...] file\n"
|
||||
" %s [--options] -d domname\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...]\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --all Display everything\n"
|
||||
@@ -115,6 +115,24 @@ msgid ""
|
||||
" -x Trace libguestfs API calls\n"
|
||||
"For more information, see the manpage %s(1).\n"
|
||||
msgstr ""
|
||||
"%s: libguestfs માટે FUSE મોડ્યુલ\n"
|
||||
"%s ચાલો તમે વર્ચ્યુઅલ મશીન ફાઇલ સિસ્ટમને માઉન્ટ કરો\n"
|
||||
"Copyright (C) 2009 Red Hat Inc.\n"
|
||||
"વપરાશ:\n"
|
||||
" %s [--options] [-- [--FUSE-options]] mountpoint\n"
|
||||
"વિકલ્પો:\n"
|
||||
" -a|--add image ઇમેજને ઉમેરો\n"
|
||||
" --dir-cache-timeout readdir કેશ સમયસમાપ્તિને સુયોજિત કરો (મૂળભૂત 5 સેકંડ)\n"
|
||||
" --fuse-help વધારાનાં FUSE વિકલ્પોને દર્શાવો\n"
|
||||
" --help મદદ સંદેશને દર્શાવો અને બહાર નીકળો\n"
|
||||
" -m|--mount dev[:mnt] mnt પર dev ને માઉન્ટ કરો (જો છોડી દીધેલ હોય તો, /)\n"
|
||||
" -n|--no-sync આપમેળે સુમેળ કરો નહિં\n"
|
||||
" -o|--option opt FUSE માં વધારાનાં વિકલ્પોને પસાર કરોશાવો\n"
|
||||
" -r|--ro ફક્ત વંચાય તેવાને માઉન્ટ કરોonly\n"
|
||||
" --selinux ble SELiઆધારને સક્રિય કરોport\n"
|
||||
" --trace gce guestfs કોલોને ટ્રેસ કરોal(to st માટેderr)\n"
|
||||
" -v|--verbose વર્બોસ સંદેશાઓages\n"
|
||||
" -V|--version આવૃત્તિને દર્શાવોsઅને બહાર નીકળોexit\n"
|
||||
|
||||
#: cat/virt-filesystems.c:304
|
||||
#, fuzzy, c-format
|
||||
@@ -2593,8 +2611,8 @@ msgstr "libguestfs: ભૂલ: %s\n"
|
||||
msgid "<truncated, original size %zu bytes>"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2127 src/inspect.c:2170
|
||||
#: src/inspect.c:2220
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2133 src/inspect.c:2176
|
||||
#: src/inspect.c:2226
|
||||
#, c-format
|
||||
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
|
||||
msgstr ""
|
||||
@@ -2629,17 +2647,17 @@ msgstr ""
|
||||
msgid "not a Windows guest, or systemroot could not be determined"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:1761 src/inspect.c:1783 src/inspect.c:1808
|
||||
#: src/inspect.c:1766 src/inspect.c:1788 src/inspect.c:1813
|
||||
#, fuzzy
|
||||
msgid "unexpected end of output from db_dump command"
|
||||
msgstr "ફાઇલનો અનિચ્છનીય અંત જ્યારે ડિમન માંથી વાંચી રહ્યા હોય"
|
||||
|
||||
#: src/inspect.c:2229
|
||||
#: src/inspect.c:2235
|
||||
#, c-format
|
||||
msgid "%s: file is empty"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:2246
|
||||
#: src/inspect.c:2252
|
||||
msgid ""
|
||||
"inspection API not available since this version of libguestfs was compiled "
|
||||
"without PCRE or hivex libraries"
|
||||
|
||||
36
po/hi.po
36
po/hi.po
@@ -8,7 +8,7 @@ msgstr ""
|
||||
"Project-Id-Version: libguestfs.master.libguestfs\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2010-11-23 10:16+0000\n"
|
||||
"POT-Creation-Date: 2010-11-24 20:19+0000\n"
|
||||
"PO-Revision-Date: 2010-02-16 12:57+0530\n"
|
||||
"Last-Translator: Rajesh Ranjan <rranjan@redhat.com>\n"
|
||||
"Language-Team: Hindi <Red Hat>\n"
|
||||
@@ -81,13 +81,13 @@ msgid "%s: unknown long option: %s (%d)\n"
|
||||
msgstr "%s: unknown long option: %s (%d)\n"
|
||||
|
||||
#: cat/virt-filesystems.c:90
|
||||
#, c-format
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
|
||||
"Copyright (C) 2010 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] -d domname file\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...] file\n"
|
||||
" %s [--options] -d domname\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...]\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --all Display everything\n"
|
||||
@@ -118,6 +118,24 @@ msgid ""
|
||||
" -x Trace libguestfs API calls\n"
|
||||
"For more information, see the manpage %s(1).\n"
|
||||
msgstr ""
|
||||
"%s: FUSE module for libguestfs\n"
|
||||
"%s lets you mount a virtual machine filesystem\n"
|
||||
"Copyright (C) 2009 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] [-- [--FUSE-options]] mountpoint\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
|
||||
" --fuse-help Display extra FUSE options\n"
|
||||
" --help Display help message and exit\n"
|
||||
" -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
|
||||
" -n|--no-sync Don't autosync\n"
|
||||
" -o|--option opt Pass extra option to FUSE\n"
|
||||
" -r|--ro Mount read-only\n"
|
||||
" --selinux Enable SELinux support\n"
|
||||
" --trace Trace guestfs API calls (to stderr)\n"
|
||||
" -v|--verbose Verbose messages\n"
|
||||
" -V|--version Display version and exit\n"
|
||||
|
||||
#: cat/virt-filesystems.c:304
|
||||
#, fuzzy, c-format
|
||||
@@ -2596,8 +2614,8 @@ msgstr "libguestfs: error: %s\n"
|
||||
msgid "<truncated, original size %zu bytes>"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2127 src/inspect.c:2170
|
||||
#: src/inspect.c:2220
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2133 src/inspect.c:2176
|
||||
#: src/inspect.c:2226
|
||||
#, c-format
|
||||
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
|
||||
msgstr ""
|
||||
@@ -2632,17 +2650,17 @@ msgstr ""
|
||||
msgid "not a Windows guest, or systemroot could not be determined"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:1761 src/inspect.c:1783 src/inspect.c:1808
|
||||
#: src/inspect.c:1766 src/inspect.c:1788 src/inspect.c:1813
|
||||
#, fuzzy
|
||||
msgid "unexpected end of output from db_dump command"
|
||||
msgstr "डेमॉन से पढ़ने के दौरान फाइल का अप्रत्याशित अंत"
|
||||
|
||||
#: src/inspect.c:2229
|
||||
#: src/inspect.c:2235
|
||||
#, c-format
|
||||
msgid "%s: file is empty"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:2246
|
||||
#: src/inspect.c:2252
|
||||
msgid ""
|
||||
"inspection API not available since this version of libguestfs was compiled "
|
||||
"without PCRE or hivex libraries"
|
||||
|
||||
37
po/kn.po
37
po/kn.po
@@ -7,7 +7,7 @@ msgstr ""
|
||||
"Project-Id-Version: libguestfs 1.0.83\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2010-11-23 10:16+0000\n"
|
||||
"POT-Creation-Date: 2010-11-24 20:19+0000\n"
|
||||
"PO-Revision-Date: 2010-02-24 11:56+0530\n"
|
||||
"Last-Translator: Shankar Prasad <svenkate@redhat.com>\n"
|
||||
"Language-Team: kn-IN <>\n"
|
||||
@@ -78,13 +78,13 @@ msgid "%s: unknown long option: %s (%d)\n"
|
||||
msgstr "%s: ಗೊತ್ತಿರದ ಉದ್ದನೆಯ ಆಯ್ಕೆ: %s (%d)\n"
|
||||
|
||||
#: cat/virt-filesystems.c:90
|
||||
#, c-format
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
|
||||
"Copyright (C) 2010 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] -d domname file\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...] file\n"
|
||||
" %s [--options] -d domname\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...]\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --all Display everything\n"
|
||||
@@ -115,6 +115,25 @@ msgid ""
|
||||
" -x Trace libguestfs API calls\n"
|
||||
"For more information, see the manpage %s(1).\n"
|
||||
msgstr ""
|
||||
"%s: libguestfs ಗಾಗಿನ FUSE ಘಟಕ\n"
|
||||
"%s ಎನ್ನುವುದು ವರ್ಚುವಲ್ ಕಡತವ್ಯವಸ್ಥೆಯನ್ನು ಆರೋಹಿಸಲು ಅನುವು ಮಾಡಿಕೊಡುತ್ತದೆ\n"
|
||||
"ಹಕ್ಕು (C) 2009 Red Hat Inc.\n"
|
||||
"ಬಳಕೆ:\n"
|
||||
" %s [--options] [-- [--FUSE-options]] ಆರೋಹಣಾತಾಣ\n"
|
||||
"ಆಯ್ಕೆಗಳು:\n"
|
||||
" -a|--add image ಚಿತ್ರಿಕೆಯನ್ನು ಸೇರಿಸಿ\n"
|
||||
" --dir-cache-timeout readdir ಕ್ಯಾಶೆ ಕಾಲಾವಧಿಯನ್ನು ಹೊಂದಿಸಿ (ಪೂರ್ವನಿಯೋಜಿತವಾಗಿ 5 "
|
||||
"ಸೆಕೆಂಡು)\n"
|
||||
" --fuse-help ಹೆಚ್ಚುವರಿ FUSE ಆಯ್ಕೆಗಳನ್ನು ತೋರಿಸು\n"
|
||||
" --help ನೆರವಿನ ಸಂದೇಶವನ್ನು ತೋರಿಸಿ ನಿರ್ಗಮಿಸು\n"
|
||||
" -m|--mount dev[:mnt] dev ಅನ್ನು mnt ಯಲ್ಲಿ ಆರೋಹಿಸು (ಹಾಗೆಯೆ ಬಿಟ್ಟಲ್ಲಿ, /)\n"
|
||||
" -n|--no-sync ಸ್ವಯಂಮೇಳೈಕೆ ಮಾಡಬೇಡ\n"
|
||||
" -o|--option opt FUSE ಗೆ ಹೆಚ್ಚುವರಿ ಆಯ್ಕೆಗಳನ್ನು ಒದಗಿಸು\n"
|
||||
" -r|--ro ಓದಲು ಮಾತ್ರವಾಗಿರುವಂತೆ ಆರೋಹಿಸು\n"
|
||||
" --selinux SELinux ಬೆಂಬಲವನ್ನು ಶಕ್ತಗೊಳಿಸು\n"
|
||||
" --trace guestfs API ಕರೆಗಳ ಜಾಡನ್ನು ಇರಿಸು (stderr ಗೆ)\n"
|
||||
" -v|--verbose ವರ್ಬೋಸ್ ಸಂದೇಶಗಳು\n"
|
||||
" -V|--version ಆವೃತ್ತಿಯನ್ನು ತೋರಿಸಿ ನಿರ್ಗಮಿಸು\n"
|
||||
|
||||
#: cat/virt-filesystems.c:304
|
||||
#, fuzzy, c-format
|
||||
@@ -2603,8 +2622,8 @@ msgstr "libguestfs: ದೋಷ: %s\n"
|
||||
msgid "<truncated, original size %zu bytes>"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2127 src/inspect.c:2170
|
||||
#: src/inspect.c:2220
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2133 src/inspect.c:2176
|
||||
#: src/inspect.c:2226
|
||||
#, c-format
|
||||
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
|
||||
msgstr ""
|
||||
@@ -2639,17 +2658,17 @@ msgstr ""
|
||||
msgid "not a Windows guest, or systemroot could not be determined"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:1761 src/inspect.c:1783 src/inspect.c:1808
|
||||
#: src/inspect.c:1766 src/inspect.c:1788 src/inspect.c:1813
|
||||
#, fuzzy
|
||||
msgid "unexpected end of output from db_dump command"
|
||||
msgstr "ಡೀಮನ್ನಿಂದ ಓದುವಾಗ ಕಡತದ ಅನಿರೀಕ್ಷಿತ ಅಂತ್ಯವು ಕಂಡುಬಂದಿಲ್ಲ"
|
||||
|
||||
#: src/inspect.c:2229
|
||||
#: src/inspect.c:2235
|
||||
#, c-format
|
||||
msgid "%s: file is empty"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:2246
|
||||
#: src/inspect.c:2252
|
||||
msgid ""
|
||||
"inspection API not available since this version of libguestfs was compiled "
|
||||
"without PCRE or hivex libraries"
|
||||
|
||||
@@ -6,10 +6,10 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: libguestfs 1.7.12\n"
|
||||
"Project-Id-Version: libguestfs 1.7.13\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2010-11-23 10:16+0000\n"
|
||||
"POT-Creation-Date: 2010-11-24 20:19+0000\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -64,8 +64,8 @@ msgid ""
|
||||
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
|
||||
"Copyright (C) 2010 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] -d domname file\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...] file\n"
|
||||
" %s [--options] -d domname\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...]\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --all Display everything\n"
|
||||
@@ -2416,8 +2416,8 @@ msgstr ""
|
||||
msgid "<truncated, original size %zu bytes>"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2127 src/inspect.c:2170
|
||||
#: src/inspect.c:2220
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2133 src/inspect.c:2176
|
||||
#: src/inspect.c:2226
|
||||
#, c-format
|
||||
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
|
||||
msgstr ""
|
||||
@@ -2451,16 +2451,16 @@ msgstr ""
|
||||
msgid "not a Windows guest, or systemroot could not be determined"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:1761 src/inspect.c:1783 src/inspect.c:1808
|
||||
#: src/inspect.c:1766 src/inspect.c:1788 src/inspect.c:1813
|
||||
msgid "unexpected end of output from db_dump command"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:2229
|
||||
#: src/inspect.c:2235
|
||||
#, c-format
|
||||
msgid "%s: file is empty"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:2246
|
||||
#: src/inspect.c:2252
|
||||
msgid ""
|
||||
"inspection API not available since this version of libguestfs was compiled "
|
||||
"without PCRE or hivex libraries"
|
||||
|
||||
36
po/ml.po
36
po/ml.po
@@ -8,7 +8,7 @@ msgstr ""
|
||||
"Project-Id-Version: libguestfs.master.libguestfs.ml\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2010-11-23 10:16+0000\n"
|
||||
"POT-Creation-Date: 2010-11-24 20:19+0000\n"
|
||||
"PO-Revision-Date: 2010-02-02 18:35+0530\n"
|
||||
"Last-Translator: Ani Peter | അനി പീറ്റര് <apeter@redhat.com>\n"
|
||||
"Language-Team: Swathanthra Malayalam Computing | സ്വതന്ത്ര മലയാളം കമ്പ്യൂട്ടിങ് <smc-"
|
||||
@@ -77,13 +77,13 @@ msgid "%s: unknown long option: %s (%d)\n"
|
||||
msgstr "%s: അപരിചിതമായ ലോങ് ഉപാധി: %s (%d)\n"
|
||||
|
||||
#: cat/virt-filesystems.c:90
|
||||
#, c-format
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
|
||||
"Copyright (C) 2010 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] -d domname file\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...] file\n"
|
||||
" %s [--options] -d domname\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...]\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --all Display everything\n"
|
||||
@@ -114,6 +114,24 @@ msgid ""
|
||||
" -x Trace libguestfs API calls\n"
|
||||
"For more information, see the manpage %s(1).\n"
|
||||
msgstr ""
|
||||
"%s: FUSE module for libguestfs\n"
|
||||
"%s lets you mount a virtual machine filesystem\n"
|
||||
"Copyright (C) 2009 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] [-- [--FUSE-options]] mountpoint\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
|
||||
" --fuse-help Display extra FUSE options\n"
|
||||
" --help Display help message and exit\n"
|
||||
" -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
|
||||
" -n|--no-sync Don't autosync\n"
|
||||
" -o|--option opt Pass extra option to FUSE\n"
|
||||
" -r|--ro Mount read-only\n"
|
||||
" --selinux Enable SELinux support\n"
|
||||
" --trace Trace guestfs API calls (to stderr)\n"
|
||||
" -v|--verbose Verbose messages\n"
|
||||
" -V|--version Display version and exit\n"
|
||||
|
||||
#: cat/virt-filesystems.c:304
|
||||
#, fuzzy, c-format
|
||||
@@ -2598,8 +2616,8 @@ msgstr "libguestfs: പിശക്: %s\n"
|
||||
msgid "<truncated, original size %zu bytes>"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2127 src/inspect.c:2170
|
||||
#: src/inspect.c:2220
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2133 src/inspect.c:2176
|
||||
#: src/inspect.c:2226
|
||||
#, c-format
|
||||
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
|
||||
msgstr ""
|
||||
@@ -2634,17 +2652,17 @@ msgstr ""
|
||||
msgid "not a Windows guest, or systemroot could not be determined"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:1761 src/inspect.c:1783 src/inspect.c:1808
|
||||
#: src/inspect.c:1766 src/inspect.c:1788 src/inspect.c:1813
|
||||
#, fuzzy
|
||||
msgid "unexpected end of output from db_dump command"
|
||||
msgstr "ഡെമണില് നിന്നും വായിക്കുമ്പോള് അപ്രതീക്ഷിതമായി ഫയല് അവസാനിച്ചിരിക്കുന്നു"
|
||||
|
||||
#: src/inspect.c:2229
|
||||
#: src/inspect.c:2235
|
||||
#, c-format
|
||||
msgid "%s: file is empty"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:2246
|
||||
#: src/inspect.c:2252
|
||||
msgid ""
|
||||
"inspection API not available since this version of libguestfs was compiled "
|
||||
"without PCRE or hivex libraries"
|
||||
|
||||
36
po/mr.po
36
po/mr.po
@@ -8,7 +8,7 @@ msgstr ""
|
||||
"Project-Id-Version: mr\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2010-11-23 10:16+0000\n"
|
||||
"POT-Creation-Date: 2010-11-24 20:19+0000\n"
|
||||
"PO-Revision-Date: 2010-02-03 19:10+0530\n"
|
||||
"Last-Translator: Sandeep Shedmake <sshedmak@redhat.com>\n"
|
||||
"Language-Team: Marathi <fedora-trans-mr@redhat.com>\n"
|
||||
@@ -78,13 +78,13 @@ msgid "%s: unknown long option: %s (%d)\n"
|
||||
msgstr "%s: अपरिचीत लाँग पर्याय: %s (%d)\n"
|
||||
|
||||
#: cat/virt-filesystems.c:90
|
||||
#, c-format
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
|
||||
"Copyright (C) 2010 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] -d domname file\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...] file\n"
|
||||
" %s [--options] -d domname\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...]\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --all Display everything\n"
|
||||
@@ -115,6 +115,24 @@ msgid ""
|
||||
" -x Trace libguestfs API calls\n"
|
||||
"For more information, see the manpage %s(1).\n"
|
||||
msgstr ""
|
||||
"%s: FUSE module for libguestfs\n"
|
||||
"%s lets you mount a virtual machine filesystem\n"
|
||||
"Copyright (C) 2009 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] [-- [--FUSE-options]] mountpoint\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
|
||||
" --fuse-help Display extra FUSE options\n"
|
||||
" --help Display help message and exit\n"
|
||||
" -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
|
||||
" -n|--no-sync Don't autosync\n"
|
||||
" -o|--option opt Pass extra option to FUSE\n"
|
||||
" -r|--ro Mount read-only\n"
|
||||
" --selinux Enable SELinux support\n"
|
||||
" --trace Trace guestfs API calls (to stderr)\n"
|
||||
" -v|--verbose Verbose messages\n"
|
||||
" -V|--version Display version and exit\n"
|
||||
|
||||
#: cat/virt-filesystems.c:304
|
||||
#, fuzzy, c-format
|
||||
@@ -2593,8 +2611,8 @@ msgstr "libguestfs: त्रुटी: %s\n"
|
||||
msgid "<truncated, original size %zu bytes>"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2127 src/inspect.c:2170
|
||||
#: src/inspect.c:2220
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2133 src/inspect.c:2176
|
||||
#: src/inspect.c:2226
|
||||
#, c-format
|
||||
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
|
||||
msgstr ""
|
||||
@@ -2629,17 +2647,17 @@ msgstr ""
|
||||
msgid "not a Windows guest, or systemroot could not be determined"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:1761 src/inspect.c:1783 src/inspect.c:1808
|
||||
#: src/inspect.c:1766 src/inspect.c:1788 src/inspect.c:1813
|
||||
#, fuzzy
|
||||
msgid "unexpected end of output from db_dump command"
|
||||
msgstr "डिमन पासून वाचतेवेळी फाइल अनपेक्षीतपणे समाप्त झाले"
|
||||
|
||||
#: src/inspect.c:2229
|
||||
#: src/inspect.c:2235
|
||||
#, c-format
|
||||
msgid "%s: file is empty"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:2246
|
||||
#: src/inspect.c:2252
|
||||
msgid ""
|
||||
"inspection API not available since this version of libguestfs was compiled "
|
||||
"without PCRE or hivex libraries"
|
||||
|
||||
36
po/nl.po
36
po/nl.po
@@ -7,7 +7,7 @@ msgstr ""
|
||||
"Project-Id-Version: libguestfs 1.5.4\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2010-11-23 10:16+0000\n"
|
||||
"POT-Creation-Date: 2010-11-24 20:19+0000\n"
|
||||
"PO-Revision-Date: 2010-09-02 15:28+0200\n"
|
||||
"Last-Translator: Geert Warrink <geert.warrink@onsnet.nu>\n"
|
||||
"Language-Team: Fedora\n"
|
||||
@@ -77,13 +77,13 @@ msgid "%s: unknown long option: %s (%d)\n"
|
||||
msgstr "%s: onbekende lange optie: %s (%d)\n"
|
||||
|
||||
#: cat/virt-filesystems.c:90
|
||||
#, c-format
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
|
||||
"Copyright (C) 2010 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] -d domname file\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...] file\n"
|
||||
" %s [--options] -d domname\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...]\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --all Display everything\n"
|
||||
@@ -114,6 +114,24 @@ msgid ""
|
||||
" -x Trace libguestfs API calls\n"
|
||||
"For more information, see the manpage %s(1).\n"
|
||||
msgstr ""
|
||||
"%s: FUSE module voor libguestfs\n"
|
||||
"%s laat je een virtuele machine bestandssysteem aankoppelen\n"
|
||||
"Copyright (C) 2009 Red Hat Inc.\n"
|
||||
"Gebruik:\n"
|
||||
" %s [--opties] [-- [--FUSE-opties]] koppelpunt\n"
|
||||
"Opties:\n"
|
||||
" -a|--add image Voeg image toe\n"
|
||||
" --dir-cache-timeout Stel readdir cache time-out in (standaard 5 sec)\n"
|
||||
" --fuse-help Laat extra FUSE opties zien\n"
|
||||
" --help Laat hulp boodschap zien en sluit af\n"
|
||||
" -m|--mount dev[:mnt] Koppel dev aan op mnt (indien weggelaten, /)\n"
|
||||
" -n|--no-sync Geen autosync\n"
|
||||
" -o|--option opt Geeft optie door aan FUSE\n"
|
||||
" -r|--ro Alleez-lezen aankoppelen\n"
|
||||
" --selinux Zet SELinux ondersteuning aan\n"
|
||||
" --trace Ga guestfs API aanroepen na (naar stderr)\n"
|
||||
" -v|--verbose Breedsprakige boodschappen\n"
|
||||
" -V|--version Laat versie zien en sluit af\n"
|
||||
|
||||
#: cat/virt-filesystems.c:304
|
||||
#, fuzzy, c-format
|
||||
@@ -2627,8 +2645,8 @@ msgstr "libguestfs: foutr: %s\n"
|
||||
msgid "<truncated, original size %zu bytes>"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2127 src/inspect.c:2170
|
||||
#: src/inspect.c:2220
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2133 src/inspect.c:2176
|
||||
#: src/inspect.c:2226
|
||||
#, c-format
|
||||
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
|
||||
msgstr ""
|
||||
@@ -2664,17 +2682,17 @@ msgstr ""
|
||||
msgid "not a Windows guest, or systemroot could not be determined"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:1761 src/inspect.c:1783 src/inspect.c:1808
|
||||
#: src/inspect.c:1766 src/inspect.c:1788 src/inspect.c:1813
|
||||
#, fuzzy
|
||||
msgid "unexpected end of output from db_dump command"
|
||||
msgstr "onverwachte output van 'du' commando"
|
||||
|
||||
#: src/inspect.c:2229
|
||||
#: src/inspect.c:2235
|
||||
#, c-format
|
||||
msgid "%s: file is empty"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:2246
|
||||
#: src/inspect.c:2252
|
||||
msgid ""
|
||||
"inspection API not available since this version of libguestfs was compiled "
|
||||
"without PCRE or hivex libraries"
|
||||
|
||||
36
po/or.po
36
po/or.po
@@ -8,7 +8,7 @@ msgstr ""
|
||||
"Project-Id-Version: libguestfs.master.or\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2010-11-23 10:16+0000\n"
|
||||
"POT-Creation-Date: 2010-11-24 20:19+0000\n"
|
||||
"PO-Revision-Date: 2010-02-01 18:17+0530\n"
|
||||
"Last-Translator: Manoj Kumar Giri <mgiri@redhat.com>\n"
|
||||
"Language-Team: Oriya <oriya-it@googlegroups.com>\n"
|
||||
@@ -81,13 +81,13 @@ msgid "%s: unknown long option: %s (%d)\n"
|
||||
msgstr "%s: ଅଜଣା ଲମ୍ବା ବିକଳ୍ପ: %s (%d)\n"
|
||||
|
||||
#: cat/virt-filesystems.c:90
|
||||
#, c-format
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
|
||||
"Copyright (C) 2010 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] -d domname file\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...] file\n"
|
||||
" %s [--options] -d domname\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...]\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --all Display everything\n"
|
||||
@@ -118,6 +118,24 @@ msgid ""
|
||||
" -x Trace libguestfs API calls\n"
|
||||
"For more information, see the manpage %s(1).\n"
|
||||
msgstr ""
|
||||
"%s: libguestfs ପାଇଁ FUSE ଏକକାଂଶ\n"
|
||||
"%s ଆପଣଙ୍କୁ ଗୋଟିଏ ଆଭାସୀ ଯନ୍ତ୍ର ଫାଇଲତନ୍ତ୍ରକୁ ସ୍ଥାପନ କରିବାକୁ ଦେଇଥାଏ\n"
|
||||
"Copyright (C) 2009 Red Hat Inc.\n"
|
||||
"ଉପଯୋଗୀତା:\n"
|
||||
" %s [--options] [-- [--FUSE-options]] ସ୍ଥାପନ ବିନ୍ଦୁ\n"
|
||||
"ବିକଳ୍ପଗୁଡ଼ିକ:\n"
|
||||
" -a|--add image ପ୍ରତିଛବି ଯୋଗକରନ୍ତୁ\n"
|
||||
" --dir-cache-timeout readdir କ୍ୟାଶେ ସମୟ ସମାପ୍ତି (ପୂର୍ବନିର୍ଦ୍ଧାରିତ 5 ସେକଣ୍ଡ)\n"
|
||||
" --fuse-help ଅତିରିକ୍ତ FUSE ବିକଳ୍ପଗୁଡ଼ିକୁ ଦର୍ଶାନ୍ତୁ\n"
|
||||
" --help ସହାୟତା ସନ୍ଦେଶକୁ ଦର୍ଶାନ୍ତୁ ଏବଂ ପ୍ରସ୍ଥାନ କରନ୍ତୁ\n"
|
||||
" -m|--mount dev[:mnt] dev କୁ mnt ଉପରେ ସ୍ଥାପନ କରନ୍ତୁ (ଯଦି ଛାଡ଼ିଦିଆଯାଏ, /)\n"
|
||||
" -n|--no-sync autosync କରନ୍ତୁ ନାହିଁ\n"
|
||||
" -o|--option opt FUSE ମଧ୍ଯକୁ ଅତିରିକ୍ତ ବିକଳ୍ପ ପାସ କରନ୍ତୁ\n"
|
||||
" -r|--ro କେବଳ-ପଠନୀୟକୁ ସ୍ଥାପନ କରନ୍ତୁ\n"
|
||||
" --selinux SELinux ସମର୍ଥନକୁ ସକ୍ରିୟ କରନ୍ତୁ\n"
|
||||
" --trace guestfs API ଡାକକୁ ଅନୁସରଣ କରନ୍ତୁ (stderr କୁ)\n"
|
||||
" -v|--verbose ଭର୍ବୋଜ ସନ୍ଦେଶଗୁଡ଼ିକ\n"
|
||||
" -V|--version ସଂସ୍କରଣ ଦର୍ଶାନ୍ତୁ ଏବଂ ପ୍ରସ୍ଥାନ କରନ୍ତୁ\n"
|
||||
|
||||
#: cat/virt-filesystems.c:304
|
||||
#, fuzzy, c-format
|
||||
@@ -2598,8 +2616,8 @@ msgstr "libguestfs: ତ୍ରୁଟି: %s\n"
|
||||
msgid "<truncated, original size %zu bytes>"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2127 src/inspect.c:2170
|
||||
#: src/inspect.c:2220
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2133 src/inspect.c:2176
|
||||
#: src/inspect.c:2226
|
||||
#, c-format
|
||||
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
|
||||
msgstr ""
|
||||
@@ -2634,17 +2652,17 @@ msgstr ""
|
||||
msgid "not a Windows guest, or systemroot could not be determined"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:1761 src/inspect.c:1783 src/inspect.c:1808
|
||||
#: src/inspect.c:1766 src/inspect.c:1788 src/inspect.c:1813
|
||||
#, fuzzy
|
||||
msgid "unexpected end of output from db_dump command"
|
||||
msgstr "ଫାଇଲର ଅପ୍ରତ୍ୟାଶିତ ସମାପ୍ତି ଯେତେବେଳେ ଡେମନରୁ ପଢ଼ୁଅଛି"
|
||||
|
||||
#: src/inspect.c:2229
|
||||
#: src/inspect.c:2235
|
||||
#, c-format
|
||||
msgid "%s: file is empty"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:2246
|
||||
#: src/inspect.c:2252
|
||||
msgid ""
|
||||
"inspection API not available since this version of libguestfs was compiled "
|
||||
"without PCRE or hivex libraries"
|
||||
|
||||
36
po/pa.po
36
po/pa.po
@@ -7,7 +7,7 @@ msgstr ""
|
||||
"Project-Id-Version: libguestfs 1.0.81\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2010-11-23 10:16+0000\n"
|
||||
"POT-Creation-Date: 2010-11-24 20:19+0000\n"
|
||||
"PO-Revision-Date: 2010-01-29 12:50+0530\n"
|
||||
"Last-Translator: Jaswinder Singh <jsingh@redhat.com>\n"
|
||||
"Language-Team: Punjabi/Panjabi <kde-i18n-doc@kde.org>\n"
|
||||
@@ -77,13 +77,13 @@ msgid "%s: unknown long option: %s (%d)\n"
|
||||
msgstr "%s: unknown long option: %s (%d)\n"
|
||||
|
||||
#: cat/virt-filesystems.c:90
|
||||
#, c-format
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
|
||||
"Copyright (C) 2010 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] -d domname file\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...] file\n"
|
||||
" %s [--options] -d domname\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...]\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --all Display everything\n"
|
||||
@@ -114,6 +114,24 @@ msgid ""
|
||||
" -x Trace libguestfs API calls\n"
|
||||
"For more information, see the manpage %s(1).\n"
|
||||
msgstr ""
|
||||
"%s: FUSE module for libguestfs\n"
|
||||
"%s lets you mount a virtual machine filesystem\n"
|
||||
"Copyright (C) 2009 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] [-- [--FUSE-options]] mountpoint\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
|
||||
" --fuse-help Display extra FUSE options\n"
|
||||
" --help Display help message and exit\n"
|
||||
" -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
|
||||
" -n|--no-sync Don't autosync\n"
|
||||
" -o|--option opt Pass extra option to FUSE\n"
|
||||
" -r|--ro Mount read-only\n"
|
||||
" --selinux Enable SELinux support\n"
|
||||
" --trace Trace guestfs API calls (to stderr)\n"
|
||||
" -v|--verbose Verbose messages\n"
|
||||
" -V|--version Display version and exit\n"
|
||||
|
||||
#: cat/virt-filesystems.c:304
|
||||
#, fuzzy, c-format
|
||||
@@ -2596,8 +2614,8 @@ msgstr "libguestfs: error: %s\n"
|
||||
msgid "<truncated, original size %zu bytes>"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2127 src/inspect.c:2170
|
||||
#: src/inspect.c:2220
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2133 src/inspect.c:2176
|
||||
#: src/inspect.c:2226
|
||||
#, c-format
|
||||
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
|
||||
msgstr ""
|
||||
@@ -2632,17 +2650,17 @@ msgstr ""
|
||||
msgid "not a Windows guest, or systemroot could not be determined"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:1761 src/inspect.c:1783 src/inspect.c:1808
|
||||
#: src/inspect.c:1766 src/inspect.c:1788 src/inspect.c:1813
|
||||
#, fuzzy
|
||||
msgid "unexpected end of output from db_dump command"
|
||||
msgstr "ਡੈਮਨ ਤੋਂ ਪੜਨ ਸਮੇਂ ਅਚਾਨਕ ਫਾਇਲ ਅੰਤ"
|
||||
|
||||
#: src/inspect.c:2229
|
||||
#: src/inspect.c:2235
|
||||
#, c-format
|
||||
msgid "%s: file is empty"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:2246
|
||||
#: src/inspect.c:2252
|
||||
msgid ""
|
||||
"inspection API not available since this version of libguestfs was compiled "
|
||||
"without PCRE or hivex libraries"
|
||||
|
||||
40
po/pl.po
40
po/pl.po
@@ -6,7 +6,7 @@ msgstr ""
|
||||
"Project-Id-Version: pl\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2010-11-23 10:16+0000\n"
|
||||
"POT-Creation-Date: 2010-11-24 20:19+0000\n"
|
||||
"PO-Revision-Date: 2010-10-23 13:41+0200\n"
|
||||
"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
|
||||
"Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n"
|
||||
@@ -78,13 +78,13 @@ msgid "%s: unknown long option: %s (%d)\n"
|
||||
msgstr "%s: nieznana długa opcja: %s (%d)\n"
|
||||
|
||||
#: cat/virt-filesystems.c:90
|
||||
#, c-format
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
|
||||
"Copyright (C) 2010 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] -d domname file\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...] file\n"
|
||||
" %s [--options] -d domname\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...]\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --all Display everything\n"
|
||||
@@ -115,6 +115,28 @@ msgid ""
|
||||
" -x Trace libguestfs API calls\n"
|
||||
"For more information, see the manpage %s(1).\n"
|
||||
msgstr ""
|
||||
"%s: moduł FUSE dla biblioteki libguestfs\n"
|
||||
"%s umożliwia zamontowanie systemu plików maszyny wirtualnej\n"
|
||||
"Copyright (C) 2009 Red Hat Inc.\n"
|
||||
"Użycie:\n"
|
||||
" %s [--opcje] [-- [--opcje-FUSE]] punkt_montowania\n"
|
||||
"Opcje:\n"
|
||||
" -a|--add image Dodaje obraz\n"
|
||||
" --dir-cache-timeout Ustawia czas oczekiwania na pamięć podręczną\n"
|
||||
" odczytania katalogu (domyślnie pięć sekund)\n"
|
||||
" --fuse-help Wyświetla dodatkowe opcje FUSE\n"
|
||||
" --format[=raw|..] Wymusza format dysku dla opcji -a\n"
|
||||
" --fuse-help Wyświetla dodatkowe opcje FUSE\n"
|
||||
" --help Wyświetla komunikat pomocy i kończy działanie\n"
|
||||
" -m|--mount dev[:mnt] Montuje dev w mnt (jeśli pominięto, w /)\n"
|
||||
" -n|--no-sync Nie synchronizuje automatycznie\n"
|
||||
" -o|--option opt Przekazuje dodatkowe opcje do FUSE\n"
|
||||
" -r|--ro Montuje w trybie tylko do odczytu\n"
|
||||
" --selinux Włącza obsługę SELinuksa\n"
|
||||
" --trace Śledzi wywołania API biblioteki guestfs (do\n"
|
||||
" standardowego wyjścia błędów)\n"
|
||||
" -v|--verbose Wyświetla więcej komunikatów\n"
|
||||
" -V|--version Wyświetla wersję i kończy działanie\n"
|
||||
|
||||
#: cat/virt-filesystems.c:304
|
||||
#, fuzzy, c-format
|
||||
@@ -2643,8 +2665,8 @@ msgstr "libguestfs: błąd: %s\n"
|
||||
msgid "<truncated, original size %zu bytes>"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2127 src/inspect.c:2170
|
||||
#: src/inspect.c:2220
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2133 src/inspect.c:2176
|
||||
#: src/inspect.c:2226
|
||||
#, c-format
|
||||
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
|
||||
msgstr ""
|
||||
@@ -2681,17 +2703,17 @@ msgstr ""
|
||||
msgid "not a Windows guest, or systemroot could not be determined"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:1761 src/inspect.c:1783 src/inspect.c:1808
|
||||
#: src/inspect.c:1766 src/inspect.c:1788 src/inspect.c:1813
|
||||
#, fuzzy
|
||||
msgid "unexpected end of output from db_dump command"
|
||||
msgstr "nieoczekiwane wyjście polecenia \"du\""
|
||||
|
||||
#: src/inspect.c:2229
|
||||
#: src/inspect.c:2235
|
||||
#, c-format
|
||||
msgid "%s: file is empty"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:2246
|
||||
#: src/inspect.c:2252
|
||||
msgid ""
|
||||
"inspection API not available since this version of libguestfs was compiled "
|
||||
"without PCRE or hivex libraries"
|
||||
|
||||
36
po/ta.po
36
po/ta.po
@@ -7,7 +7,7 @@ msgstr ""
|
||||
"Project-Id-Version: libguestfs 1.0.81\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2010-11-23 10:16+0000\n"
|
||||
"POT-Creation-Date: 2010-11-24 20:19+0000\n"
|
||||
"PO-Revision-Date: 2010-01-29 13:38+0530\n"
|
||||
"Last-Translator: I. Felix <ifelix@redhat.com>\n"
|
||||
"Language-Team: ta_IN <kde-i18n-doc@kde.org>\n"
|
||||
@@ -77,13 +77,13 @@ msgid "%s: unknown long option: %s (%d)\n"
|
||||
msgstr "%s: தெரியாத நீண்ட விருப்பம்: %s (%d)\n"
|
||||
|
||||
#: cat/virt-filesystems.c:90
|
||||
#, c-format
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
|
||||
"Copyright (C) 2010 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] -d domname file\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...] file\n"
|
||||
" %s [--options] -d domname\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...]\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --all Display everything\n"
|
||||
@@ -114,6 +114,24 @@ msgid ""
|
||||
" -x Trace libguestfs API calls\n"
|
||||
"For more information, see the manpage %s(1).\n"
|
||||
msgstr ""
|
||||
"%s: FUSE module for libguestfs\n"
|
||||
"%s lets you mount a virtual machine filesystem\n"
|
||||
"Copyright (C) 2009 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] [-- [--FUSE-options]] mountpoint\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
|
||||
" --fuse-help Display extra FUSE options\n"
|
||||
" --help Display help message and exit\n"
|
||||
" -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
|
||||
" -n|--no-sync Don't autosync\n"
|
||||
" -o|--option opt Pass extra option to FUSE\n"
|
||||
" -r|--ro Mount read-only\n"
|
||||
" --selinux Enable SELinux support\n"
|
||||
" --trace Trace guestfs API calls (to stderr)\n"
|
||||
" -v|--verbose Verbose messages\n"
|
||||
" -V|--version Display version and exit\n"
|
||||
|
||||
#: cat/virt-filesystems.c:304
|
||||
#, fuzzy, c-format
|
||||
@@ -2599,8 +2617,8 @@ msgstr "libguestfs: error: %s\n"
|
||||
msgid "<truncated, original size %zu bytes>"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2127 src/inspect.c:2170
|
||||
#: src/inspect.c:2220
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2133 src/inspect.c:2176
|
||||
#: src/inspect.c:2226
|
||||
#, c-format
|
||||
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
|
||||
msgstr ""
|
||||
@@ -2635,17 +2653,17 @@ msgstr ""
|
||||
msgid "not a Windows guest, or systemroot could not be determined"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:1761 src/inspect.c:1783 src/inspect.c:1808
|
||||
#: src/inspect.c:1766 src/inspect.c:1788 src/inspect.c:1813
|
||||
#, fuzzy
|
||||
msgid "unexpected end of output from db_dump command"
|
||||
msgstr "unexpected end of file when reading from daemon"
|
||||
|
||||
#: src/inspect.c:2229
|
||||
#: src/inspect.c:2235
|
||||
#, c-format
|
||||
msgid "%s: file is empty"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:2246
|
||||
#: src/inspect.c:2252
|
||||
msgid ""
|
||||
"inspection API not available since this version of libguestfs was compiled "
|
||||
"without PCRE or hivex libraries"
|
||||
|
||||
36
po/te.po
36
po/te.po
@@ -8,7 +8,7 @@ msgstr ""
|
||||
"Project-Id-Version: libguestfs.master.libguestfs\n"
|
||||
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
|
||||
"component=libguestfs&product=Virtualization+Tools\n"
|
||||
"POT-Creation-Date: 2010-11-23 10:16+0000\n"
|
||||
"POT-Creation-Date: 2010-11-24 20:19+0000\n"
|
||||
"PO-Revision-Date: 2010-01-27 20:03+0530\n"
|
||||
"Last-Translator: Krishna Babu K <kkrothap@redhat.com>\n"
|
||||
"Language-Team: Telugu <en@li.org>\n"
|
||||
@@ -79,13 +79,13 @@ msgid "%s: unknown long option: %s (%d)\n"
|
||||
msgstr "%s: తెలియని long ఐచ్చికము: %s (%d)\n"
|
||||
|
||||
#: cat/virt-filesystems.c:90
|
||||
#, c-format
|
||||
#, fuzzy, c-format
|
||||
msgid ""
|
||||
"%s: list filesystems, partitions, block devices, LVM in a VM\n"
|
||||
"Copyright (C) 2010 Red Hat Inc.\n"
|
||||
"Usage:\n"
|
||||
" %s [--options] -d domname file\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...] file\n"
|
||||
" %s [--options] -d domname\n"
|
||||
" %s [--options] -a disk.img [-a disk.img ...]\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --all Display everything\n"
|
||||
@@ -116,6 +116,24 @@ msgid ""
|
||||
" -x Trace libguestfs API calls\n"
|
||||
"For more information, see the manpage %s(1).\n"
|
||||
msgstr ""
|
||||
"%s: libguestfs కొరకు FUSE మాడ్యూల్\n"
|
||||
"%s మిమ్ములను వర్చ్యువల్ మిషన్ ఫైల్సిస్టమ్ను మౌంట్ చేయనిస్తుంది\n"
|
||||
"Copyright (C) 2009 Red Hat Inc.\n"
|
||||
"వినియోగం:\n"
|
||||
" %s [--options] [-- [--FUSE-options]] mountpoint\n"
|
||||
"Options:\n"
|
||||
" -a|--add image Add image\n"
|
||||
" --dir-cache-timeout Set readdir cache timeout (default 5 sec)\n"
|
||||
" --fuse-help Display extra FUSE options\n"
|
||||
" --help Display help message and exit\n"
|
||||
" -m|--mount dev[:mnt] Mount dev on mnt (if omitted, /)\n"
|
||||
" -n|--no-sync Don't autosync\n"
|
||||
" -o|--option opt Pass extra option to FUSE\n"
|
||||
" -r|--ro Mount read-only\n"
|
||||
" --selinux Enable SELinux support\n"
|
||||
" --trace Trace guestfs API calls (to stderr)\n"
|
||||
" -v|--verbose Verbose messages\n"
|
||||
" -V|--version Display version and exit\n"
|
||||
|
||||
#: cat/virt-filesystems.c:304
|
||||
#, fuzzy, c-format
|
||||
@@ -2597,8 +2615,8 @@ msgstr "libguestfs: దోషము: %s\n"
|
||||
msgid "<truncated, original size %zu bytes>"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2127 src/inspect.c:2170
|
||||
#: src/inspect.c:2220
|
||||
#: src/inspect.c:421 src/inspect.c:761 src/inspect.c:2133 src/inspect.c:2176
|
||||
#: src/inspect.c:2226
|
||||
#, c-format
|
||||
msgid "size of %s is unreasonably large (%<PRIi64> bytes)"
|
||||
msgstr ""
|
||||
@@ -2633,17 +2651,17 @@ msgstr ""
|
||||
msgid "not a Windows guest, or systemroot could not be determined"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:1761 src/inspect.c:1783 src/inspect.c:1808
|
||||
#: src/inspect.c:1766 src/inspect.c:1788 src/inspect.c:1813
|
||||
#, fuzzy
|
||||
msgid "unexpected end of output from db_dump command"
|
||||
msgstr "డెమోన్నుండి చదువునప్పుడు అనుకోని ఫైలు ముగింపు"
|
||||
|
||||
#: src/inspect.c:2229
|
||||
#: src/inspect.c:2235
|
||||
#, c-format
|
||||
msgid "%s: file is empty"
|
||||
msgstr ""
|
||||
|
||||
#: src/inspect.c:2246
|
||||
#: src/inspect.c:2252
|
||||
msgid ""
|
||||
"inspection API not available since this version of libguestfs was compiled "
|
||||
"without PCRE or hivex libraries"
|
||||
|
||||
Reference in New Issue
Block a user