On Wed, Dec 14, 2016 at 3:10 PM, Fam Zheng <f...@redhat.com> wrote: > On Wed, 12/14 14:47, Stefan Hajnoczi wrote: >> There are missing translations for the new "Copy" menu item. >> >> The following people provided them to me on IRC just in time for the >> QEMU 2.8 release: >> >> * de_DE - Stefan Hajnoczi <stefa...@redhat.com> >> * fr_FR - Laurent Vivier <laur...@vivier.eu> >> * it - Pino Toscano <ptosc...@redhat.com> >> * zh_CN - Fam Zheng <f...@redhat.com> >> >> Reported-by: Kevin Wolf <kw...@redhat.com> >> Cc: Fam Zheng <f...@redhat.com> >> Cc: Pino Toscano <ptosc...@redhat.com> >> Cc: Laurent Vivier <laur...@vivier.eu> >> Signed-off-by: Stefan Hajnoczi <stefa...@redhat.com> >> --- >> po/de_DE.po | 2 +- >> po/fr_FR.po | 2 +- >> po/it.po | 4 ++-- >> po/zh_CN.po | 2 +- >> 4 files changed, 5 insertions(+), 5 deletions(-) >> >> diff --git a/po/de_DE.po b/po/de_DE.po >> index 7dcd0dc..de27fcf 100644 >> --- a/po/de_DE.po >> +++ b/po/de_DE.po >> @@ -46,7 +46,7 @@ msgstr "_Vollbild" >> >> #: ui/gtk.c:2032 >> msgid "_Copy" >> -msgstr "" >> +msgstr "_Kopieren" >> >> #: ui/gtk.c:2048 >> msgid "Zoom _In" >> diff --git a/po/fr_FR.po b/po/fr_FR.po >> index 358532b..94f4a94 100644 >> --- a/po/fr_FR.po >> +++ b/po/fr_FR.po >> @@ -47,7 +47,7 @@ msgstr "Mode _plein écran" >> >> #: ui/gtk.c:2032 >> msgid "_Copy" >> -msgstr "" >> +msgstr "_Copier" >> >> #: ui/gtk.c:2048 >> msgid "Zoom _In" >> diff --git a/po/it.po b/po/it.po >> index 8eadf2f..bfae84e 100644 >> --- a/po/it.po >> +++ b/po/it.po >> @@ -42,11 +42,11 @@ msgstr "_Esci" >> >> #: ui/gtk.c:2029 >> msgid "_Fullscreen" >> -msgstr "" >> +msgstr "A t_utto schermo" >> >> #: ui/gtk.c:2032 >> msgid "_Copy" >> -msgstr "" >> +msgstr "_Copia" >> >> #: ui/gtk.c:2048 >> msgid "Zoom _In" >> diff --git a/po/zh_CN.po b/po/zh_CN.po >> index 9523cfb..3491bf2 100644 >> --- a/po/zh_CN.po >> +++ b/po/zh_CN.po >> @@ -47,7 +47,7 @@ msgstr "全屏(_F)" >> >> #: ui/gtk.c:2032 >> msgid "_Copy" >> -msgstr "" >> +msgstr "复制 (_C)" > > Other entries don't have the space before the open parenthesis, could you drop > it when applying?
Yes, I'll fix it, thanks! Stefan