[virt-tools-list] [virt-manager PATCH v2] localization: mark several strings as translatable
Cole Robinson
crobinso at redhat.com
Sat Feb 6 14:44:46 UTC 2016
On 02/06/2016 05:39 AM, Pavel Hrdina wrote:
> 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.
>
ACK with those fixes
Thanks,
Cole
More information about the virt-tools-list
mailing list