
Tal Nisan has submitted this change and it was merged. Change subject: webadmin: chnaged the translated messages to match the new ones ...................................................................... webadmin: chnaged the translated messages to match the new ones ApplicationMessages.vlanNetwork used to be: "{0} (VLAN {1})" while it has been changed to "(VLAN {0})" But this change has not been reflected in the translated propery files, e.g. ApplicationMessages_de_DE.properties ApplicationMessages_es_ES.properties ApplicationMessages_fr_FR.properties ApplicationMessages_ja_JP.properties ApplicationMessages_ko_KR.properties ApplicationMessages_pt_BR.properties ApplicationMessages_zh_CN.properties which causes the compilation to fail if you enable the language permutations. This patch corrects this property files. Change-Id: Id62a4b4b5339e78c8cd047917189fd07beaeab5c Bug-Url: https://bugzilla.redhat.com/1140550 Signed-off-by: Tomas Jelinek <tjelinek@redhat.com> --- M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/ApplicationMessages_de_DE.properties M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/ApplicationMessages_es_ES.properties M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/ApplicationMessages_fr_FR.properties M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/ApplicationMessages_ja_JP.properties M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/ApplicationMessages_ko_KR.properties M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/ApplicationMessages_pt_BR.properties M frontend/webadmin/modules/webadmin/src/main/resources/org/ovirt/engine/ui/webadmin/ApplicationMessages_zh_CN.properties 7 files changed, 7 insertions(+), 7 deletions(-) Approvals: Tomas Jelinek: Verified Alona Kaplan: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/32806 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id62a4b4b5339e78c8cd047917189fd07beaeab5c Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.5 Gerrit-Owner: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkaplan@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: automation@ovirt.org