Version 1.23.28.

This commit is contained in:
Richard W.M. Jones
2013-10-08 09:09:49 +01:00
parent 9521422ce6
commit f5ba136359
20 changed files with 1433 additions and 866 deletions

2
BUGS
View File

@@ -1,5 +1,5 @@
NOTE: This file is automatically generated from "update-bugs.sh".
Last updated: 2013-10-05
Last updated: 2013-10-08
This contains a local list of the bugs that are open against
libguestfs. Bugs are tracked in the Red Hat Bugzilla database

View File

@@ -20,7 +20,7 @@
# freeform string.
m4_define([libguestfs_major], [1])
m4_define([libguestfs_minor], [23])
m4_define([libguestfs_release], [27])
m4_define([libguestfs_release], [28])
AC_INIT([libguestfs],libguestfs_major.libguestfs_minor.libguestfs_release)
AC_CONFIG_AUX_DIR([build-aux])

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,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: 2013-10-05 22:33+0100\n"
"POT-Creation-Date: 2013-10-08 00:52+0100\n"
"PO-Revision-Date: 2013-08-06 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: English (United Kingdom) (http://www.transifex.com/projects/p/"
@@ -5833,7 +5833,7 @@ msgstr ""
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:43
#: ../sysprep/sysprep_operation_package_manager_cache.ml:44
msgid "Remove package manager cache"
msgstr ""
@@ -6056,7 +6056,7 @@ msgid "Set libvirt guest name"
msgstr ""
#: ../sysprep/main.ml:119
msgid "Set mount options (/:noatime;/var:rw,noatime)"
msgid "Set mount options (eg /:noatime;/var:rw,noatime)"
msgstr ""
#: ../builder/builder.ml:212
@@ -6761,11 +6761,12 @@ msgid ""
"password for user '%s' twice.\n"
msgstr ""
#: ../mllib/password.ml:135
#: ../mllib/password.ml:141
msgid ""
"virt-sysprep: password: warning: using insecure md5 password encryption for\n"
"guest of type %s version %d.\n"
"If this is incorrect, use --password-crypto option and file a bug.\n"
"%!"
msgstr ""
#: ../sysprep/sysprep_operation_script.ml:65

View File

@@ -11,7 +11,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: 2013-10-05 22:33+0100\n"
"POT-Creation-Date: 2013-10-08 00:52+0100\n"
"PO-Revision-Date: 2013-08-06 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Spanish <trans-es@lists.fedoraproject.org>\n"
@@ -6008,7 +6008,7 @@ msgstr ""
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:43
#: ../sysprep/sysprep_operation_package_manager_cache.ml:44
msgid "Remove package manager cache"
msgstr ""
@@ -6231,7 +6231,7 @@ msgid "Set libvirt guest name"
msgstr ""
#: ../sysprep/main.ml:119
msgid "Set mount options (/:noatime;/var:rw,noatime)"
msgid "Set mount options (eg /:noatime;/var:rw,noatime)"
msgstr ""
#: ../builder/builder.ml:212
@@ -6936,11 +6936,12 @@ msgid ""
"password for user '%s' twice.\n"
msgstr ""
#: ../mllib/password.ml:135
#: ../mllib/password.ml:141
msgid ""
"virt-sysprep: password: warning: using insecure md5 password encryption for\n"
"guest of type %s version %d.\n"
"If this is incorrect, use --password-crypto option and file a bug.\n"
"%!"
msgstr ""
#: ../sysprep/sysprep_operation_script.ml:65

View File

@@ -10,7 +10,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: 2013-10-05 22:33+0100\n"
"POT-Creation-Date: 2013-10-08 00:52+0100\n"
"PO-Revision-Date: 2013-08-06 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Gujarati <trans-gu@lists.fedoraproject.org>\n"
@@ -5792,7 +5792,7 @@ msgstr ""
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:43
#: ../sysprep/sysprep_operation_package_manager_cache.ml:44
msgid "Remove package manager cache"
msgstr ""
@@ -6015,7 +6015,7 @@ msgid "Set libvirt guest name"
msgstr ""
#: ../sysprep/main.ml:119
msgid "Set mount options (/:noatime;/var:rw,noatime)"
msgid "Set mount options (eg /:noatime;/var:rw,noatime)"
msgstr ""
#: ../builder/builder.ml:212
@@ -6720,11 +6720,12 @@ msgid ""
"password for user '%s' twice.\n"
msgstr ""
#: ../mllib/password.ml:135
#: ../mllib/password.ml:141
msgid ""
"virt-sysprep: password: warning: using insecure md5 password encryption for\n"
"guest of type %s version %d.\n"
"If this is incorrect, use --password-crypto option and file a bug.\n"
"%!"
msgstr ""
#: ../sysprep/sysprep_operation_script.ml:65

View File

@@ -10,7 +10,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: 2013-10-05 22:33+0100\n"
"POT-Creation-Date: 2013-10-08 00:52+0100\n"
"PO-Revision-Date: 2013-08-06 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Hindi <indlinux-hindi@lists.sourceforge.net>\n"
@@ -5790,7 +5790,7 @@ msgstr ""
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:43
#: ../sysprep/sysprep_operation_package_manager_cache.ml:44
msgid "Remove package manager cache"
msgstr ""
@@ -6013,7 +6013,7 @@ msgid "Set libvirt guest name"
msgstr ""
#: ../sysprep/main.ml:119
msgid "Set mount options (/:noatime;/var:rw,noatime)"
msgid "Set mount options (eg /:noatime;/var:rw,noatime)"
msgstr ""
#: ../builder/builder.ml:212
@@ -6718,11 +6718,12 @@ msgid ""
"password for user '%s' twice.\n"
msgstr ""
#: ../mllib/password.ml:135
#: ../mllib/password.ml:141
msgid ""
"virt-sysprep: password: warning: using insecure md5 password encryption for\n"
"guest of type %s version %d.\n"
"If this is incorrect, use --password-crypto option and file a bug.\n"
"%!"
msgstr ""
#: ../sysprep/sysprep_operation_script.ml:65

View File

@@ -9,7 +9,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: 2013-10-05 22:33+0100\n"
"POT-Creation-Date: 2013-10-08 00:52+0100\n"
"PO-Revision-Date: 2013-08-06 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Kannada (http://www.transifex.com/projects/p/fedora/language/"
@@ -5797,7 +5797,7 @@ msgstr ""
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:43
#: ../sysprep/sysprep_operation_package_manager_cache.ml:44
msgid "Remove package manager cache"
msgstr ""
@@ -6020,7 +6020,7 @@ msgid "Set libvirt guest name"
msgstr ""
#: ../sysprep/main.ml:119
msgid "Set mount options (/:noatime;/var:rw,noatime)"
msgid "Set mount options (eg /:noatime;/var:rw,noatime)"
msgstr ""
#: ../builder/builder.ml:212
@@ -6725,11 +6725,12 @@ msgid ""
"password for user '%s' twice.\n"
msgstr ""
#: ../mllib/password.ml:135
#: ../mllib/password.ml:141
msgid ""
"virt-sysprep: password: warning: using insecure md5 password encryption for\n"
"guest of type %s version %d.\n"
"If this is incorrect, use --password-crypto option and file a bug.\n"
"%!"
msgstr ""
#: ../sysprep/sysprep_operation_script.ml:65

View File

@@ -6,10 +6,10 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: libguestfs 1.23.27\n"
"Project-Id-Version: libguestfs 1.23.28\n"
"Report-Msgid-Bugs-To: https://bugzilla.redhat.com/enter_bug.cgi?"
"component=libguestfs&product=Virtualization+Tools\n"
"POT-Creation-Date: 2013-10-05 22:33+0100\n"
"POT-Creation-Date: 2013-10-08 00:52+0100\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"
@@ -5620,7 +5620,7 @@ msgstr ""
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:43
#: ../sysprep/sysprep_operation_package_manager_cache.ml:44
msgid "Remove package manager cache"
msgstr ""
@@ -5797,7 +5797,7 @@ msgid "Set libvirt guest name"
msgstr ""
#: ../sysprep/main.ml:119
msgid "Set mount options (/:noatime;/var:rw,noatime)"
msgid "Set mount options (eg /:noatime;/var:rw,noatime)"
msgstr ""
#: ../builder/builder.ml:212
@@ -6329,8 +6329,8 @@ msgstr ""
msgid "virt-sysprep: password: multiple --root-password/--password options set the password for user '%s' twice.\n"
msgstr ""
#: ../mllib/password.ml:135
msgid "virt-sysprep: password: warning: using insecure md5 password encryption for\nguest of type %s version %d.\nIf this is incorrect, use --password-crypto option and file a bug.\n"
#: ../mllib/password.ml:141
msgid "virt-sysprep: password: warning: using insecure md5 password encryption for\nguest of type %s version %d.\nIf this is incorrect, use --password-crypto option and file a bug.\n%!"
msgstr ""
#: ../sysprep/sysprep_operation_script.ml:65

View File

@@ -9,7 +9,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: 2013-10-05 22:33+0100\n"
"POT-Creation-Date: 2013-10-08 00:52+0100\n"
"PO-Revision-Date: 2013-08-06 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Malayalam <discuss@lists.smc.org.in>\n"
@@ -5792,7 +5792,7 @@ msgstr ""
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:43
#: ../sysprep/sysprep_operation_package_manager_cache.ml:44
msgid "Remove package manager cache"
msgstr ""
@@ -6015,7 +6015,7 @@ msgid "Set libvirt guest name"
msgstr ""
#: ../sysprep/main.ml:119
msgid "Set mount options (/:noatime;/var:rw,noatime)"
msgid "Set mount options (eg /:noatime;/var:rw,noatime)"
msgstr ""
#: ../builder/builder.ml:212
@@ -6720,11 +6720,12 @@ msgid ""
"password for user '%s' twice.\n"
msgstr ""
#: ../mllib/password.ml:135
#: ../mllib/password.ml:141
msgid ""
"virt-sysprep: password: warning: using insecure md5 password encryption for\n"
"guest of type %s version %d.\n"
"If this is incorrect, use --password-crypto option and file a bug.\n"
"%!"
msgstr ""
#: ../sysprep/sysprep_operation_script.ml:65

View File

@@ -10,7 +10,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: 2013-10-05 22:33+0100\n"
"POT-Creation-Date: 2013-10-08 00:52+0100\n"
"PO-Revision-Date: 2013-08-06 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Marathi (http://www.transifex.com/projects/p/fedora/language/"
@@ -5898,7 +5898,7 @@ msgstr ""
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:43
#: ../sysprep/sysprep_operation_package_manager_cache.ml:44
msgid "Remove package manager cache"
msgstr ""
@@ -6121,7 +6121,7 @@ msgid "Set libvirt guest name"
msgstr ""
#: ../sysprep/main.ml:119
msgid "Set mount options (/:noatime;/var:rw,noatime)"
msgid "Set mount options (eg /:noatime;/var:rw,noatime)"
msgstr ""
#: ../builder/builder.ml:212
@@ -6826,11 +6826,12 @@ msgid ""
"password for user '%s' twice.\n"
msgstr ""
#: ../mllib/password.ml:135
#: ../mllib/password.ml:141
msgid ""
"virt-sysprep: password: warning: using insecure md5 password encryption for\n"
"guest of type %s version %d.\n"
"If this is incorrect, use --password-crypto option and file a bug.\n"
"%!"
msgstr ""
#: ../sysprep/sysprep_operation_script.ml:65

View File

@@ -11,7 +11,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: 2013-10-05 22:33+0100\n"
"POT-Creation-Date: 2013-10-08 00:52+0100\n"
"PO-Revision-Date: 2013-08-06 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/fedora/language/"
@@ -6169,7 +6169,7 @@ msgstr ""
msgid "Remove many log files from the guest"
msgstr "Verwijder veel log bestanden van de gast"
#: ../sysprep/sysprep_operation_package_manager_cache.ml:43
#: ../sysprep/sysprep_operation_package_manager_cache.ml:44
msgid "Remove package manager cache"
msgstr "Verwijder pakketmanager cache"
@@ -6421,7 +6421,7 @@ msgid "Set libvirt guest name"
msgstr "Stel libvirt gastnaam in"
#: ../sysprep/main.ml:119
msgid "Set mount options (/:noatime;/var:rw,noatime)"
msgid "Set mount options (eg /:noatime;/var:rw,noatime)"
msgstr ""
#: ../builder/builder.ml:212
@@ -7220,11 +7220,12 @@ msgid ""
"password for user '%s' twice.\n"
msgstr ""
#: ../mllib/password.ml:135
#: ../mllib/password.ml:141
msgid ""
"virt-sysprep: password: warning: using insecure md5 password encryption for\n"
"guest of type %s version %d.\n"
"If this is incorrect, use --password-crypto option and file a bug.\n"
"%!"
msgstr ""
#: ../sysprep/sysprep_operation_script.ml:65

View File

@@ -9,7 +9,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: 2013-10-05 22:33+0100\n"
"POT-Creation-Date: 2013-10-08 00:52+0100\n"
"PO-Revision-Date: 2013-08-06 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Oriya (http://www.transifex.com/projects/p/fedora/language/"
@@ -5791,7 +5791,7 @@ msgstr ""
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:43
#: ../sysprep/sysprep_operation_package_manager_cache.ml:44
msgid "Remove package manager cache"
msgstr ""
@@ -6014,7 +6014,7 @@ msgid "Set libvirt guest name"
msgstr ""
#: ../sysprep/main.ml:119
msgid "Set mount options (/:noatime;/var:rw,noatime)"
msgid "Set mount options (eg /:noatime;/var:rw,noatime)"
msgstr ""
#: ../builder/builder.ml:212
@@ -6719,11 +6719,12 @@ msgid ""
"password for user '%s' twice.\n"
msgstr ""
#: ../mllib/password.ml:135
#: ../mllib/password.ml:141
msgid ""
"virt-sysprep: password: warning: using insecure md5 password encryption for\n"
"guest of type %s version %d.\n"
"If this is incorrect, use --password-crypto option and file a bug.\n"
"%!"
msgstr ""
#: ../sysprep/sysprep_operation_script.ml:65

View File

@@ -10,7 +10,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: 2013-10-05 22:33+0100\n"
"POT-Creation-Date: 2013-10-08 00:52+0100\n"
"PO-Revision-Date: 2013-08-06 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Panjabi (Punjabi) <punjabi-users@lists.sf.net>\n"
@@ -5895,7 +5895,7 @@ msgstr ""
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:43
#: ../sysprep/sysprep_operation_package_manager_cache.ml:44
msgid "Remove package manager cache"
msgstr ""
@@ -6118,7 +6118,7 @@ msgid "Set libvirt guest name"
msgstr ""
#: ../sysprep/main.ml:119
msgid "Set mount options (/:noatime;/var:rw,noatime)"
msgid "Set mount options (eg /:noatime;/var:rw,noatime)"
msgstr ""
#: ../builder/builder.ml:212
@@ -6823,11 +6823,12 @@ msgid ""
"password for user '%s' twice.\n"
msgstr ""
#: ../mllib/password.ml:135
#: ../mllib/password.ml:141
msgid ""
"virt-sysprep: password: warning: using insecure md5 password encryption for\n"
"guest of type %s version %d.\n"
"If this is incorrect, use --password-crypto option and file a bug.\n"
"%!"
msgstr ""
#: ../sysprep/sysprep_operation_script.ml:65

View File

@@ -12,7 +12,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: 2013-10-05 22:33+0100\n"
"POT-Creation-Date: 2013-10-08 00:52+0100\n"
"PO-Revision-Date: 2013-08-06 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Polish <trans-pl@lists.fedoraproject.org>\n"
@@ -6115,7 +6115,7 @@ msgstr ""
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:43
#: ../sysprep/sysprep_operation_package_manager_cache.ml:44
msgid "Remove package manager cache"
msgstr ""
@@ -6338,7 +6338,7 @@ msgid "Set libvirt guest name"
msgstr ""
#: ../sysprep/main.ml:119
msgid "Set mount options (/:noatime;/var:rw,noatime)"
msgid "Set mount options (eg /:noatime;/var:rw,noatime)"
msgstr ""
#: ../builder/builder.ml:212
@@ -7045,11 +7045,12 @@ msgid ""
"password for user '%s' twice.\n"
msgstr ""
#: ../mllib/password.ml:135
#: ../mllib/password.ml:141
msgid ""
"virt-sysprep: password: warning: using insecure md5 password encryption for\n"
"guest of type %s version %d.\n"
"If this is incorrect, use --password-crypto option and file a bug.\n"
"%!"
msgstr ""
#: ../sysprep/sysprep_operation_script.ml:65

View File

@@ -9,7 +9,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: 2013-10-05 22:33+0100\n"
"POT-Creation-Date: 2013-10-08 00:52+0100\n"
"PO-Revision-Date: 2013-08-06 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Tamil <tamil-users@lists.fedoraproject.org>\n"
@@ -5791,7 +5791,7 @@ msgstr ""
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:43
#: ../sysprep/sysprep_operation_package_manager_cache.ml:44
msgid "Remove package manager cache"
msgstr ""
@@ -6014,7 +6014,7 @@ msgid "Set libvirt guest name"
msgstr ""
#: ../sysprep/main.ml:119
msgid "Set mount options (/:noatime;/var:rw,noatime)"
msgid "Set mount options (eg /:noatime;/var:rw,noatime)"
msgstr ""
#: ../builder/builder.ml:212
@@ -6719,11 +6719,12 @@ msgid ""
"password for user '%s' twice.\n"
msgstr ""
#: ../mllib/password.ml:135
#: ../mllib/password.ml:141
msgid ""
"virt-sysprep: password: warning: using insecure md5 password encryption for\n"
"guest of type %s version %d.\n"
"If this is incorrect, use --password-crypto option and file a bug.\n"
"%!"
msgstr ""
#: ../sysprep/sysprep_operation_script.ml:65

View File

@@ -9,7 +9,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: 2013-10-05 22:33+0100\n"
"POT-Creation-Date: 2013-10-08 00:52+0100\n"
"PO-Revision-Date: 2013-08-06 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Telugu (http://www.transifex.com/projects/p/fedora/language/"
@@ -5789,7 +5789,7 @@ msgstr ""
msgid "Remove many log files from the guest"
msgstr ""
#: ../sysprep/sysprep_operation_package_manager_cache.ml:43
#: ../sysprep/sysprep_operation_package_manager_cache.ml:44
msgid "Remove package manager cache"
msgstr ""
@@ -6012,7 +6012,7 @@ msgid "Set libvirt guest name"
msgstr ""
#: ../sysprep/main.ml:119
msgid "Set mount options (/:noatime;/var:rw,noatime)"
msgid "Set mount options (eg /:noatime;/var:rw,noatime)"
msgstr ""
#: ../builder/builder.ml:212
@@ -6717,11 +6717,12 @@ msgid ""
"password for user '%s' twice.\n"
msgstr ""
#: ../mllib/password.ml:135
#: ../mllib/password.ml:141
msgid ""
"virt-sysprep: password: warning: using insecure md5 password encryption for\n"
"guest of type %s version %d.\n"
"If this is incorrect, use --password-crypto option and file a bug.\n"
"%!"
msgstr ""
#: ../sysprep/sysprep_operation_script.ml:65

View File

@@ -10,7 +10,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: 2013-10-05 22:33+0100\n"
"POT-Creation-Date: 2013-10-08 00:52+0100\n"
"PO-Revision-Date: 2013-08-06 13:32+0000\n"
"Last-Translator: rjones <rjones@redhat.com>\n"
"Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
@@ -6496,7 +6496,7 @@ msgstr ""
msgid "Remove many log files from the guest"
msgstr "Вилучити з гостьової системи багато файлів журналів"
#: ../sysprep/sysprep_operation_package_manager_cache.ml:43
#: ../sysprep/sysprep_operation_package_manager_cache.ml:44
msgid "Remove package manager cache"
msgstr "Вилучити кеш керування пакунками"
@@ -6747,7 +6747,7 @@ msgid "Set libvirt guest name"
msgstr "Встановити назву гостьової системи libvirt"
#: ../sysprep/main.ml:119
msgid "Set mount options (/:noatime;/var:rw,noatime)"
msgid "Set mount options (eg /:noatime;/var:rw,noatime)"
msgstr ""
#: ../builder/builder.ml:212
@@ -7549,11 +7549,12 @@ msgid ""
"password for user '%s' twice.\n"
msgstr ""
#: ../mllib/password.ml:135
#: ../mllib/password.ml:141
msgid ""
"virt-sysprep: password: warning: using insecure md5 password encryption for\n"
"guest of type %s version %d.\n"
"If this is incorrect, use --password-crypto option and file a bug.\n"
"%!"
msgstr ""
#: ../sysprep/sysprep_operation_script.ml:65