diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2016-12-14 14:47:13 +0000 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2016-12-14 18:47:19 +0000 |
commit | d70678a5388fb6340d018f51b863ec9712b905da (patch) | |
tree | 6b8551f650b1b8b9e881b5fea80c0a332bc4b6ad | |
parent | a08156321ab9a7d2fed9ee77dbfeea2a61ffd153 (diff) |
po: add missing translations in de, fr, it, zh
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 <stefanha@redhat.com>
* fr_FR - Laurent Vivier <laurent@vivier.eu>
* it - Pino Toscano <ptoscano@redhat.com>
* zh_CN - Fam Zheng <famz@redhat.com>
[Removed spurious space in zh_CN "Copy" translation that Fam Zheng
pointed out.
--Stefan]
Reported-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20161214144713.11009-1-stefanha@redhat.com
Cc: Fam Zheng <famz@redhat.com>
Cc: Pino Toscano <ptoscano@redhat.com>
Cc: Laurent Vivier <laurent@vivier.eu>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
-rw-r--r-- | po/de_DE.po | 2 | ||||
-rw-r--r-- | po/fr_FR.po | 2 | ||||
-rw-r--r-- | po/it.po | 4 | ||||
-rw-r--r-- | 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 7dcd0dc9d4..de27fcf174 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 358532baed..94f4a94f5c 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" @@ -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 9523cfbc75..d20b6c6981 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)" #: ui/gtk.c:2048 msgid "Zoom _In" |