-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
po: Don't include comments with location
Those comments change often when ui/gtk.c is changed and are not really useful. Signed-off-by: Stefan Weil <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Reviewed-by: Thomas Huth <[email protected]> Message-id: [email protected] Signed-off-by: Peter Maydell <[email protected]>
- Loading branch information
Showing
9 changed files
with
34 additions
and
154 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,7 +43,7 @@ install: $(OBJS) | |
|
||
$(PO_PATH)/messages.po: $(SRC_PATH)/ui/gtk.c | ||
$(call quiet-command, ( cd $(SRC_PATH) && \ | ||
xgettext -o - --from-code=UTF-8 --foreign-user \ | ||
xgettext -o - --from-code=UTF-8 --foreign-user --no-location \ | ||
--package-name=QEMU --package-version=$(VERSION) \ | ||
[email protected] -k_ -C ui/gtk.c | \ | ||
sed -e s/CHARSET/UTF-8/) >$@,"GEN","$@") | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: QEMU 2.6.50\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2016-12-13 21:46+0000\n" | ||
"POT-Creation-Date: 2018-07-18 07:56+0200\n" | ||
"PO-Revision-Date: 2016-06-09 15:54+0300\n" | ||
"Last-Translator: Alexander Shopov <[email protected]>\n" | ||
"Language-Team: Bulgarian <[email protected]>\n" | ||
|
@@ -17,74 +17,59 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#: ui/gtk.c:275 | ||
msgid " - Press Ctrl+Alt+G to release grab" | ||
msgstr " — натиснете Ctrl+Alt+G, за да освободите фокуса" | ||
|
||
#: ui/gtk.c:279 | ||
msgid " [Paused]" | ||
msgstr " [пауза]" | ||
|
||
#: ui/gtk.c:1922 | ||
msgid "_Pause" | ||
msgstr "_Пауза" | ||
|
||
#: ui/gtk.c:1928 | ||
msgid "_Reset" | ||
msgstr "_Рестартиране" | ||
|
||
#: ui/gtk.c:1931 | ||
msgid "Power _Down" | ||
msgstr "_Изключване" | ||
|
||
#: ui/gtk.c:1937 | ||
msgid "_Quit" | ||
msgstr "_Спиране на програмата" | ||
|
||
#: ui/gtk.c:2029 | ||
msgid "_Fullscreen" | ||
msgstr "На _цял екран" | ||
|
||
#: ui/gtk.c:2032 | ||
msgid "_Copy" | ||
msgstr "_Копиране" | ||
|
||
#: ui/gtk.c:2048 | ||
msgid "Zoom _In" | ||
msgstr "_Увеличаване" | ||
|
||
#: ui/gtk.c:2055 | ||
msgid "Zoom _Out" | ||
msgstr "_Намаляване" | ||
|
||
#: ui/gtk.c:2062 | ||
msgid "Best _Fit" | ||
msgstr "По_местване" | ||
|
||
#: ui/gtk.c:2069 | ||
msgid "Zoom To _Fit" | ||
msgstr "Напас_ване" | ||
|
||
#: ui/gtk.c:2075 | ||
msgid "Grab On _Hover" | ||
msgstr "Прихващане при посо_чване" | ||
|
||
#: ui/gtk.c:2078 | ||
msgid "_Grab Input" | ||
msgstr "Прихващане на _фокуса" | ||
|
||
#: ui/gtk.c:2107 | ||
msgid "Show _Tabs" | ||
msgstr "Подпро_зорци" | ||
|
||
#: ui/gtk.c:2110 | ||
msgid "Detach Tab" | ||
msgstr "Към самостоятелен подпрозорец" | ||
|
||
#: ui/gtk.c:2122 | ||
msgid "Show Menubar" | ||
msgstr "" | ||
|
||
msgid "_Machine" | ||
msgstr "_Машина" | ||
|
||
#: ui/gtk.c:2127 | ||
msgid "_View" | ||
msgstr "_Изглед" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: QEMU 1.4.50\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2016-12-13 21:46+0000\n" | ||
"POT-Creation-Date: 2018-07-18 07:56+0200\n" | ||
"PO-Revision-Date: 2012-02-28 16:00+0100\n" | ||
"Last-Translator: Kevin Wolf <[email protected]>\n" | ||
"Language-Team: Deutsch <[email protected]>\n" | ||
|
@@ -16,74 +16,59 @@ msgstr "" | |
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n!=1);\n" | ||
|
||
#: ui/gtk.c:275 | ||
msgid " - Press Ctrl+Alt+G to release grab" | ||
msgstr " - Strg+Alt+G drücken, um Eingabegeräte freizugeben" | ||
|
||
#: ui/gtk.c:279 | ||
msgid " [Paused]" | ||
msgstr " [Angehalten]" | ||
|
||
#: ui/gtk.c:1922 | ||
msgid "_Pause" | ||
msgstr "_Angehalten" | ||
|
||
#: ui/gtk.c:1928 | ||
msgid "_Reset" | ||
msgstr "_Reset" | ||
|
||
#: ui/gtk.c:1931 | ||
msgid "Power _Down" | ||
msgstr "_Herunterfahren" | ||
|
||
#: ui/gtk.c:1937 | ||
msgid "_Quit" | ||
msgstr "_Beenden" | ||
|
||
#: ui/gtk.c:2029 | ||
msgid "_Fullscreen" | ||
msgstr "_Vollbild" | ||
|
||
#: ui/gtk.c:2032 | ||
msgid "_Copy" | ||
msgstr "_Kopieren" | ||
|
||
#: ui/gtk.c:2048 | ||
msgid "Zoom _In" | ||
msgstr "_Heranzoomen" | ||
|
||
#: ui/gtk.c:2055 | ||
msgid "Zoom _Out" | ||
msgstr "_Wegzoomen" | ||
|
||
#: ui/gtk.c:2062 | ||
msgid "Best _Fit" | ||
msgstr "_Einpassen" | ||
|
||
#: ui/gtk.c:2069 | ||
msgid "Zoom To _Fit" | ||
msgstr "Auf _Fenstergröße skalieren" | ||
|
||
#: ui/gtk.c:2075 | ||
msgid "Grab On _Hover" | ||
msgstr "Tastatur _automatisch einfangen" | ||
|
||
#: ui/gtk.c:2078 | ||
msgid "_Grab Input" | ||
msgstr "_Eingabegeräte einfangen" | ||
|
||
#: ui/gtk.c:2107 | ||
msgid "Show _Tabs" | ||
msgstr "Reiter anzeigen" | ||
|
||
#: ui/gtk.c:2110 | ||
msgid "Detach Tab" | ||
msgstr "Reiter abtrennen" | ||
|
||
#: ui/gtk.c:2122 | ||
msgid "Show Menubar" | ||
msgstr "" | ||
|
||
msgid "_Machine" | ||
msgstr "_Maschine" | ||
|
||
#: ui/gtk.c:2127 | ||
msgid "_View" | ||
msgstr "_Ansicht" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: QEMU 1.4.50\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2016-12-13 21:46+0000\n" | ||
"POT-Creation-Date: 2018-07-18 07:56+0200\n" | ||
"PO-Revision-Date: 2014-07-28 23:25+0200\n" | ||
"Last-Translator: Aurelien Jarno <[email protected]>\n" | ||
"Language-Team: French <[email protected]>\n" | ||
|
@@ -17,74 +17,59 @@ msgstr "" | |
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Lokalize 1.4\n" | ||
|
||
#: ui/gtk.c:275 | ||
msgid " - Press Ctrl+Alt+G to release grab" | ||
msgstr "- Appuyer sur Ctrl+Alt+G pour arrêter la capture" | ||
|
||
#: ui/gtk.c:279 | ||
msgid " [Paused]" | ||
msgstr " [En pause]" | ||
|
||
#: ui/gtk.c:1922 | ||
msgid "_Pause" | ||
msgstr "_Pause" | ||
|
||
#: ui/gtk.c:1928 | ||
msgid "_Reset" | ||
msgstr "_Réinitialiser" | ||
|
||
#: ui/gtk.c:1931 | ||
msgid "Power _Down" | ||
msgstr "_Éteindre" | ||
|
||
#: ui/gtk.c:1937 | ||
msgid "_Quit" | ||
msgstr "_Quitter" | ||
|
||
#: ui/gtk.c:2029 | ||
msgid "_Fullscreen" | ||
msgstr "Mode _plein écran" | ||
|
||
#: ui/gtk.c:2032 | ||
msgid "_Copy" | ||
msgstr "_Copier" | ||
|
||
#: ui/gtk.c:2048 | ||
msgid "Zoom _In" | ||
msgstr "Zoom _avant" | ||
|
||
#: ui/gtk.c:2055 | ||
msgid "Zoom _Out" | ||
msgstr "_Zoom arrière" | ||
|
||
#: ui/gtk.c:2062 | ||
msgid "Best _Fit" | ||
msgstr "Zoom _idéal" | ||
|
||
#: ui/gtk.c:2069 | ||
msgid "Zoom To _Fit" | ||
msgstr "Zoomer pour a_juster" | ||
|
||
#: ui/gtk.c:2075 | ||
msgid "Grab On _Hover" | ||
msgstr "Capturer en _survolant" | ||
|
||
#: ui/gtk.c:2078 | ||
msgid "_Grab Input" | ||
msgstr "_Capturer les entrées" | ||
|
||
#: ui/gtk.c:2107 | ||
msgid "Show _Tabs" | ||
msgstr "Montrer les _onglets" | ||
|
||
#: ui/gtk.c:2110 | ||
msgid "Detach Tab" | ||
msgstr "_Détacher l'onglet" | ||
|
||
#: ui/gtk.c:2122 | ||
msgid "Show Menubar" | ||
msgstr "" | ||
|
||
msgid "_Machine" | ||
msgstr "_Machine" | ||
|
||
#: ui/gtk.c:2127 | ||
msgid "_View" | ||
msgstr "_Vue" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: QEMU 1.4.50\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2016-12-13 21:46+0000\n" | ||
"POT-Creation-Date: 2018-07-18 07:56+0200\n" | ||
"PO-Revision-Date: 2013-05-06 20:42+0200\n" | ||
"Last-Translator: Ákos Kovács <[email protected]>\n" | ||
"Language-Team: Hungarian <[email protected]>\n" | ||
|
@@ -15,77 +15,62 @@ msgstr "" | |
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: ui/gtk.c:275 | ||
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:279 | ||
msgid " [Paused]" | ||
msgstr " [Megállítva]" | ||
|
||
#: ui/gtk.c:1922 | ||
msgid "_Pause" | ||
msgstr "_Megállítás" | ||
|
||
#: ui/gtk.c:1928 | ||
msgid "_Reset" | ||
msgstr "Új_raindítás" | ||
|
||
#: ui/gtk.c:1931 | ||
msgid "Power _Down" | ||
msgstr "_Leállítás" | ||
|
||
#: ui/gtk.c:1937 | ||
msgid "_Quit" | ||
msgstr "" | ||
|
||
#: ui/gtk.c:2029 | ||
msgid "_Fullscreen" | ||
msgstr "" | ||
|
||
#: ui/gtk.c:2032 | ||
msgid "_Copy" | ||
msgstr "" | ||
|
||
#: ui/gtk.c:2048 | ||
#, fuzzy | ||
msgid "Zoom _In" | ||
msgstr "Ablakmérethez _igazítás" | ||
|
||
#: ui/gtk.c:2055 | ||
#, fuzzy | ||
msgid "Zoom _Out" | ||
msgstr "Ablakmérethez _igazítás" | ||
|
||
#: ui/gtk.c:2062 | ||
msgid "Best _Fit" | ||
msgstr "" | ||
|
||
#: ui/gtk.c:2069 | ||
msgid "Zoom To _Fit" | ||
msgstr "Ablakmérethez _igazítás" | ||
|
||
#: ui/gtk.c:2075 | ||
msgid "Grab On _Hover" | ||
msgstr "Automatikus _elfogás" | ||
|
||
#: ui/gtk.c:2078 | ||
msgid "_Grab Input" | ||
msgstr "_Bemeneti eszközök megragadása" | ||
|
||
#: ui/gtk.c:2107 | ||
msgid "Show _Tabs" | ||
msgstr "_Fülek megjelenítése" | ||
|
||
#: ui/gtk.c:2110 | ||
msgid "Detach Tab" | ||
msgstr "" | ||
|
||
#: ui/gtk.c:2122 | ||
msgid "Show Menubar" | ||
msgstr "" | ||
|
||
msgid "_Machine" | ||
msgstr "_Gép" | ||
|
||
#: ui/gtk.c:2127 | ||
msgid "_View" | ||
msgstr "_Nézet" | ||
|
||
|
Oops, something went wrong.