Re: [virt-manager PATCH v2] localization: mark several strings as translatable

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Feb 05, 2016 at 05:45:13PM +0100, Pavel Hrdina wrote:

[...]

> @@ -383,28 +383,28 @@ class vmmAddHardware(vmmGObjectUI):
>          if self.vm.is_container():
>              nodedev_enabled = False
>              nodedev_errstr = _("Not supported for containers")
> -        add_hw_option("PCI Host Device", "system-run", PAGE_HOSTDEV,
> +        add_hw_option("PCI Host Device"), "system-run", PAGE_HOSTDEV,
>                        nodedev_enabled, nodedev_errstr, "pci")
>  

Consider the _("PCI Host Device") fixed.

[...]

> @@ -176,7 +176,7 @@ class vmmConnect(vmmGObjectUI):
>          model = Gtk.ListStore(str)
>          model.append(["SSH"])
>          model.append(["TCP (SASL, Kerberos)"])
> -        model.append(["SSL/TLS with certificates"])
> +        model.append(["SSL/TLS " + _("with certificates)"])
>          combo.set_model(model)
>          uiutil.init_combo_text_column(combo, 0)
>  

Consider the _("with certificates") fixed.

[...]

_______________________________________________
virt-tools-list mailing list
virt-tools-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/virt-tools-list



[Index of Archives]     [Linux Virtualization]     [KVM Development]     [CentOS Virtualization]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite Forum]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]     [Video 4 Linux]

  Powered by Linux