diff options
Diffstat (limited to 'qemu/po')
-rw-r--r-- | qemu/po/Makefile | 52 | ||||
-rw-r--r-- | qemu/po/de_DE.po | 85 | ||||
-rw-r--r-- | qemu/po/fr_FR.po | 86 | ||||
-rw-r--r-- | qemu/po/hu.po | 89 | ||||
-rw-r--r-- | qemu/po/it.po | 85 | ||||
-rw-r--r-- | qemu/po/messages.po | 85 | ||||
-rw-r--r-- | qemu/po/tr.po | 88 | ||||
-rw-r--r-- | qemu/po/zh_CN.po | 86 |
8 files changed, 0 insertions, 656 deletions
diff --git a/qemu/po/Makefile b/qemu/po/Makefile deleted file mode 100644 index b271f79ba..000000000 --- a/qemu/po/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# This makefile is very special as it's meant to build as part of the build -# process and also within the source tree to update the translation files. - -# Set SRC_PATH for in-tree builds without configuration. -SRC_PATH=.. - -# The default target must come before any include statements. -all: - -.PHONY: all build clean install update - -%.mo: %.po - $(call quiet-command, msgfmt -o $@ $<, " GEN $@") - --include ../config-host.mak -include $(SRC_PATH)/rules.mak - -PO_PATH=$(SRC_PATH)/po - -VERSION=$(shell cat $(SRC_PATH)/VERSION) -SRCS=$(filter-out $(PO_PATH)/messages.po,$(wildcard $(PO_PATH)/*.po)) -OBJS=$(patsubst $(PO_PATH)/%.po,%.mo,$(SRCS)) - -vpath %.po $(PO_PATH) - -all: - @echo "Use 'make update' to update translation files or use 'make build'" - @echo "or 'make install' to build and install the translation files." - -update: $(SRCS) - -build: $(OBJS) - -clean: - $(RM) $(OBJS) - -install: $(OBJS) - for obj in $(OBJS); do \ - base=`basename $$obj .mo`; \ - $(INSTALL) -d $(DESTDIR)$(prefix)/share/locale/$$base/LC_MESSAGES; \ - $(INSTALL) -m644 $$obj $(DESTDIR)$(prefix)/share/locale/$$base/LC_MESSAGES/qemu.mo; \ - done - -$(PO_PATH)/messages.po: $(SRC_PATH)/ui/gtk.c - $(call quiet-command, ( cd $(SRC_PATH) && \ - xgettext -o - --from-code=UTF-8 --foreign-user \ - --package-name=QEMU --package-version=$(VERSION) \ - --msgid-bugs-address=qemu-devel@nongnu.org -k_ -C ui/gtk.c | \ - sed -e s/CHARSET/UTF-8/) >$@, " GEN $@") - -$(PO_PATH)/%.po: $(PO_PATH)/messages.po - $(call quiet-command, msgmerge -q $@ $< > $@.bak && mv $@.bak $@, " GEN $@") diff --git a/qemu/po/de_DE.po b/qemu/po/de_DE.po deleted file mode 100644 index 97ae65516..000000000 --- a/qemu/po/de_DE.po +++ /dev/null @@ -1,85 +0,0 @@ -# German translation for QEMU. -# This file is put in the public domain. -# Kevin Wolf <kwolf@redhat.com>, 2012. -# -msgid "" -msgstr "" -"Project-Id-Version: QEMU 1.4.50\n" -"Report-Msgid-Bugs-To: qemu-devel@nongnu.org\n" -"POT-Creation-Date: 2016-04-18 14:50+0100\n" -"PO-Revision-Date: 2012-02-28 16:00+0100\n" -"Last-Translator: Kevin Wolf <kwolf@redhat.com>\n" -"Language-Team: Deutsch <de@li.org>\n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n!=1);\n" - -#: ui/gtk.c:273 -msgid " - Press Ctrl+Alt+G to release grab" -msgstr " - Strg+Alt+G drücken, um Eingabegeräte freizugeben" - -#: ui/gtk.c:277 -msgid " [Paused]" -msgstr " [Angehalten]" - -#: ui/gtk.c:1833 -msgid "_Pause" -msgstr "_Angehalten" - -#: ui/gtk.c:1839 -msgid "_Reset" -msgstr "_Reset" - -#: ui/gtk.c:1842 -msgid "Power _Down" -msgstr "_Herunterfahren" - -#: ui/gtk.c:1848 -msgid "_Quit" -msgstr "_Beenden" - -#: ui/gtk.c:1940 -msgid "_Fullscreen" -msgstr "_Vollbild" - -#: ui/gtk.c:1954 -msgid "Zoom _In" -msgstr "_Heranzoomen" - -#: ui/gtk.c:1961 -msgid "Zoom _Out" -msgstr "_Wegzoomen" - -#: ui/gtk.c:1968 -msgid "Best _Fit" -msgstr "_Einpassen" - -#: ui/gtk.c:1975 -msgid "Zoom To _Fit" -msgstr "Auf _Fenstergröße skalieren" - -#: ui/gtk.c:1981 -msgid "Grab On _Hover" -msgstr "Tastatur _automatisch einfangen" - -#: ui/gtk.c:1984 -msgid "_Grab Input" -msgstr "_Eingabegeräte einfangen" - -#: ui/gtk.c:2013 -msgid "Show _Tabs" -msgstr "Reiter anzeigen" - -#: ui/gtk.c:2016 -msgid "Detach Tab" -msgstr "Reiter abtrennen" - -#: ui/gtk.c:2028 -msgid "_Machine" -msgstr "_Maschine" - -#: ui/gtk.c:2033 -msgid "_View" -msgstr "_Ansicht" diff --git a/qemu/po/fr_FR.po b/qemu/po/fr_FR.po deleted file mode 100644 index e9fb0402d..000000000 --- a/qemu/po/fr_FR.po +++ /dev/null @@ -1,86 +0,0 @@ -# French translation for QEMU. -# This file is put in the public domain. -# -# Aurelien Jarno <aurelien@aurel32.net>, 2013, 2014. -msgid "" -msgstr "" -"Project-Id-Version: QEMU 1.4.50\n" -"Report-Msgid-Bugs-To: qemu-devel@nongnu.org\n" -"POT-Creation-Date: 2016-04-18 14:50+0100\n" -"PO-Revision-Date: 2014-07-28 23:25+0200\n" -"Last-Translator: Aurelien Jarno <aurelien@aurel32.net>\n" -"Language-Team: French <FR@li.org>\n" -"Language: fr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.4\n" - -#: ui/gtk.c:273 -msgid " - Press Ctrl+Alt+G to release grab" -msgstr "- Appuyer sur Ctrl+Alt+G pour arrêter la capture" - -#: ui/gtk.c:277 -msgid " [Paused]" -msgstr " [En pause]" - -#: ui/gtk.c:1833 -msgid "_Pause" -msgstr "_Pause" - -#: ui/gtk.c:1839 -msgid "_Reset" -msgstr "_Réinitialiser" - -#: ui/gtk.c:1842 -msgid "Power _Down" -msgstr "_Éteindre" - -#: ui/gtk.c:1848 -msgid "_Quit" -msgstr "_Quitter" - -#: ui/gtk.c:1940 -msgid "_Fullscreen" -msgstr "Mode _plein écran" - -#: ui/gtk.c:1954 -msgid "Zoom _In" -msgstr "Zoom _avant" - -#: ui/gtk.c:1961 -msgid "Zoom _Out" -msgstr "_Zoom arrière" - -#: ui/gtk.c:1968 -msgid "Best _Fit" -msgstr "Zoom _idéal" - -#: ui/gtk.c:1975 -msgid "Zoom To _Fit" -msgstr "Zoomer pour a_juster" - -#: ui/gtk.c:1981 -msgid "Grab On _Hover" -msgstr "Capturer en _survolant" - -#: ui/gtk.c:1984 -msgid "_Grab Input" -msgstr "_Capturer les entrées" - -#: ui/gtk.c:2013 -msgid "Show _Tabs" -msgstr "Montrer les _onglets" - -#: ui/gtk.c:2016 -msgid "Detach Tab" -msgstr "_Détacher l'onglet" - -#: ui/gtk.c:2028 -msgid "_Machine" -msgstr "_Machine" - -#: ui/gtk.c:2033 -msgid "_View" -msgstr "_Vue" diff --git a/qemu/po/hu.po b/qemu/po/hu.po deleted file mode 100644 index 1149adf26..000000000 --- a/qemu/po/hu.po +++ /dev/null @@ -1,89 +0,0 @@ -# Hungarian translation for QEMU. -# This file is put in the public domain. -# Ákos Kovács <akoskovacs@gmx.com>, 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: QEMU 1.4.50\n" -"Report-Msgid-Bugs-To: qemu-devel@nongnu.org\n" -"POT-Creation-Date: 2016-04-18 14:50+0100\n" -"PO-Revision-Date: 2013-05-06 20:42+0200\n" -"Last-Translator: Ákos Kovács <akoskovacs@gmx.com>\n" -"Language-Team: Hungarian <hu@li.org>\n" -"Language: hu\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ui/gtk.c:273 -msgid " - Press Ctrl+Alt+G to release grab" -msgstr " - Nyomj Ctrl+Alt+G-t a bemeneti eszközök elengedéséhez" - -#: ui/gtk.c:277 -msgid " [Paused]" -msgstr " [Megállítva]" - -#: ui/gtk.c:1833 -msgid "_Pause" -msgstr "_Megállítás" - -#: ui/gtk.c:1839 -msgid "_Reset" -msgstr "Új_raindítás" - -#: ui/gtk.c:1842 -msgid "Power _Down" -msgstr "_Leállítás" - -#: ui/gtk.c:1848 -msgid "_Quit" -msgstr "" - -#: ui/gtk.c:1940 -msgid "_Fullscreen" -msgstr "" - -#: ui/gtk.c:1954 -#, fuzzy -msgid "Zoom _In" -msgstr "Ablakmérethez _igazítás" - -#: ui/gtk.c:1961 -#, fuzzy -msgid "Zoom _Out" -msgstr "Ablakmérethez _igazítás" - -#: ui/gtk.c:1968 -msgid "Best _Fit" -msgstr "" - -#: ui/gtk.c:1975 -msgid "Zoom To _Fit" -msgstr "Ablakmérethez _igazítás" - -#: ui/gtk.c:1981 -msgid "Grab On _Hover" -msgstr "Automatikus _elfogás" - -#: ui/gtk.c:1984 -msgid "_Grab Input" -msgstr "_Bemeneti eszközök megragadása" - -#: ui/gtk.c:2013 -msgid "Show _Tabs" -msgstr "_Fülek megjelenítése" - -#: ui/gtk.c:2016 -msgid "Detach Tab" -msgstr "" - -#: ui/gtk.c:2028 -msgid "_Machine" -msgstr "_Gép" - -#: ui/gtk.c:2033 -msgid "_View" -msgstr "_Nézet" - -#~ msgid "_File" -#~ msgstr "_File" diff --git a/qemu/po/it.po b/qemu/po/it.po deleted file mode 100644 index a2c8e558c..000000000 --- a/qemu/po/it.po +++ /dev/null @@ -1,85 +0,0 @@ -# Italian translation for QEMU. -# This file is put in the public domain. -# Paolo Bonzini <pbonzini@redhat.com>, 2012-2014. -# -msgid "" -msgstr "" -"Project-Id-Version: QEMU 1.4.50\n" -"Report-Msgid-Bugs-To: qemu-devel@nongnu.org\n" -"POT-Creation-Date: 2016-04-18 14:50+0100\n" -"PO-Revision-Date: 2014-07-29 08:25+0200\n" -"Last-Translator: Paolo Bonzini <pbonzini@redhat.com>\n" -"Language-Team: Italian <it@li.org>\n" -"Language: it\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" - -#: ui/gtk.c:273 -msgid " - Press Ctrl+Alt+G to release grab" -msgstr " - Premere Ctrl+Alt+G per rilasciare l'input" - -#: ui/gtk.c:277 -msgid " [Paused]" -msgstr " [Pausa]" - -#: ui/gtk.c:1833 -msgid "_Pause" -msgstr "_Pausa" - -#: ui/gtk.c:1839 -msgid "_Reset" -msgstr "_Reset" - -#: ui/gtk.c:1842 -msgid "Power _Down" -msgstr "_Spegni" - -#: ui/gtk.c:1848 -msgid "_Quit" -msgstr "_Esci" - -#: ui/gtk.c:1940 -msgid "_Fullscreen" -msgstr "" - -#: ui/gtk.c:1954 -msgid "Zoom _In" -msgstr "_Aumenta zoom" - -#: ui/gtk.c:1961 -msgid "Zoom _Out" -msgstr "_Riduci zoom" - -#: ui/gtk.c:1968 -msgid "Best _Fit" -msgstr "A_nnulla zoom" - -#: ui/gtk.c:1975 -msgid "Zoom To _Fit" -msgstr "Adatta alla _finestra" - -#: ui/gtk.c:1981 -msgid "Grab On _Hover" -msgstr "Cattura _automatica input" - -#: ui/gtk.c:1984 -msgid "_Grab Input" -msgstr "_Cattura input" - -#: ui/gtk.c:2013 -msgid "Show _Tabs" -msgstr "Mostra _tab" - -#: ui/gtk.c:2016 -msgid "Detach Tab" -msgstr "_Sposta in una nuova finestra" - -#: ui/gtk.c:2028 -msgid "_Machine" -msgstr "_Macchina virtuale" - -#: ui/gtk.c:2033 -msgid "_View" -msgstr "_Visualizza" diff --git a/qemu/po/messages.po b/qemu/po/messages.po deleted file mode 100644 index e8f9ccd38..000000000 --- a/qemu/po/messages.po +++ /dev/null @@ -1,85 +0,0 @@ -# SOME DESCRIPTIVE TITLE. -# This file is put in the public domain. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -#, fuzzy -msgid "" -msgstr "" -"Project-Id-Version: QEMU 2.5.92\n" -"Report-Msgid-Bugs-To: qemu-devel@nongnu.org\n" -"POT-Creation-Date: 2016-04-18 14:50+0100\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <LL@li.org>\n" -"Language: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" - -#: ui/gtk.c:273 -msgid " - Press Ctrl+Alt+G to release grab" -msgstr "" - -#: ui/gtk.c:277 -msgid " [Paused]" -msgstr "" - -#: ui/gtk.c:1833 -msgid "_Pause" -msgstr "" - -#: ui/gtk.c:1839 -msgid "_Reset" -msgstr "" - -#: ui/gtk.c:1842 -msgid "Power _Down" -msgstr "" - -#: ui/gtk.c:1848 -msgid "_Quit" -msgstr "" - -#: ui/gtk.c:1940 -msgid "_Fullscreen" -msgstr "" - -#: ui/gtk.c:1954 -msgid "Zoom _In" -msgstr "" - -#: ui/gtk.c:1961 -msgid "Zoom _Out" -msgstr "" - -#: ui/gtk.c:1968 -msgid "Best _Fit" -msgstr "" - -#: ui/gtk.c:1975 -msgid "Zoom To _Fit" -msgstr "" - -#: ui/gtk.c:1981 -msgid "Grab On _Hover" -msgstr "" - -#: ui/gtk.c:1984 -msgid "_Grab Input" -msgstr "" - -#: ui/gtk.c:2013 -msgid "Show _Tabs" -msgstr "" - -#: ui/gtk.c:2016 -msgid "Detach Tab" -msgstr "" - -#: ui/gtk.c:2028 -msgid "_Machine" -msgstr "" - -#: ui/gtk.c:2033 -msgid "_View" -msgstr "" diff --git a/qemu/po/tr.po b/qemu/po/tr.po deleted file mode 100644 index ec9912779..000000000 --- a/qemu/po/tr.po +++ /dev/null @@ -1,88 +0,0 @@ -# Turkish translation for QEMU. -# This file is put in the public domain. -# Ozan Çağlayan <ozancag@gmail.com>, 2013. -# -msgid "" -msgstr "" -"Project-Id-Version: QEMU 1.4.50\n" -"Report-Msgid-Bugs-To: qemu-devel@nongnu.org\n" -"POT-Creation-Date: 2016-04-18 14:50+0100\n" -"PO-Revision-Date: 2013-04-22 18:35+0300\n" -"Last-Translator: Ozan Çağlayan <ozancag@gmail.com>\n" -"Language-Team: Türkçe <>\n" -"Language: tr\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=1; plural=0;\n" -"X-Generator: Gtranslator 2.91.6\n" - -#: ui/gtk.c:273 -msgid " - Press Ctrl+Alt+G to release grab" -msgstr " - Yakalamayı durdurmak için Ctrl+Alt+G tuşlarına basın" - -#: ui/gtk.c:277 -msgid " [Paused]" -msgstr " [Duraklatıldı]" - -#: ui/gtk.c:1833 -msgid "_Pause" -msgstr "_Duraklat" - -#: ui/gtk.c:1839 -msgid "_Reset" -msgstr "_Sıfırla" - -#: ui/gtk.c:1842 -msgid "Power _Down" -msgstr "_Kapat" - -#: ui/gtk.c:1848 -msgid "_Quit" -msgstr "" - -#: ui/gtk.c:1940 -msgid "_Fullscreen" -msgstr "" - -#: ui/gtk.c:1954 -#, fuzzy -msgid "Zoom _In" -msgstr "Yakınlaş ve Sığ_dır" - -#: ui/gtk.c:1961 -#, fuzzy -msgid "Zoom _Out" -msgstr "Yakınlaş ve Sığ_dır" - -#: ui/gtk.c:1968 -msgid "Best _Fit" -msgstr "" - -#: ui/gtk.c:1975 -msgid "Zoom To _Fit" -msgstr "Yakınlaş ve Sığ_dır" - -#: ui/gtk.c:1981 -msgid "Grab On _Hover" -msgstr "Ü_zerindeyken Yakala" - -#: ui/gtk.c:1984 -msgid "_Grab Input" -msgstr "Girdiyi _Yakala" - -#: ui/gtk.c:2013 -msgid "Show _Tabs" -msgstr "Se_kmeleri Göster" - -#: ui/gtk.c:2016 -msgid "Detach Tab" -msgstr "" - -#: ui/gtk.c:2028 -msgid "_Machine" -msgstr "_Makine" - -#: ui/gtk.c:2033 -msgid "_View" -msgstr "_Görüntüle" diff --git a/qemu/po/zh_CN.po b/qemu/po/zh_CN.po deleted file mode 100644 index b55b6f375..000000000 --- a/qemu/po/zh_CN.po +++ /dev/null @@ -1,86 +0,0 @@ -# Chinese translation for QEMU. -# This file is put in the public domain. -# -# Fam Zheng <famz@redhat.com>, 2014 -msgid "" -msgstr "" -"Project-Id-Version: QEMU 2.2\n" -"Report-Msgid-Bugs-To: qemu-devel@nongnu.org\n" -"POT-Creation-Date: 2016-04-18 14:50+0100\n" -"PO-Revision-Date: 2014-07-31 10:00+0800\n" -"Last-Translator: Fam Zheng <famz@redhat.com>\n" -"Language-Team: Chinese <zh@li.org>\n" -"Language: zh\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Lokalize 1.4\n" - -#: ui/gtk.c:273 -msgid " - Press Ctrl+Alt+G to release grab" -msgstr " - 按下 Ctrl+Alt+G 取消捕获" - -#: ui/gtk.c:277 -msgid " [Paused]" -msgstr " [已暂停]" - -#: ui/gtk.c:1833 -msgid "_Pause" -msgstr "暂停(_P)" - -#: ui/gtk.c:1839 -msgid "_Reset" -msgstr "重置(_R)" - -#: ui/gtk.c:1842 -msgid "Power _Down" -msgstr "关闭电源(_D)" - -#: ui/gtk.c:1848 -msgid "_Quit" -msgstr "退出(_Q)" - -#: ui/gtk.c:1940 -msgid "_Fullscreen" -msgstr "全屏(_F)" - -#: ui/gtk.c:1954 -msgid "Zoom _In" -msgstr "放大(_I)" - -#: ui/gtk.c:1961 -msgid "Zoom _Out" -msgstr "缩小(_O)" - -#: ui/gtk.c:1968 -msgid "Best _Fit" -msgstr "最合适大小(_F)" - -#: ui/gtk.c:1975 -msgid "Zoom To _Fit" -msgstr "缩放以适应大小(_F)" - -#: ui/gtk.c:1981 -msgid "Grab On _Hover" -msgstr "鼠标经过时捕获(_H)" - -#: ui/gtk.c:1984 -msgid "_Grab Input" -msgstr "捕获输入(_G)" - -#: ui/gtk.c:2013 -msgid "Show _Tabs" -msgstr "显示标签页(_T)" - -#: ui/gtk.c:2016 -msgid "Detach Tab" -msgstr "分离标签页" - -#: ui/gtk.c:2028 -msgid "_Machine" -msgstr "虚拟机(_M)" - -#: ui/gtk.c:2033 -msgid "_View" -msgstr "视图(_V)" |