diff options
author | Simon Rettberg | 2019-03-01 14:53:39 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-03-01 14:53:39 +0100 |
commit | 00d27f0b9f10154b0af6cd00c18fc27d38a708bf (patch) | |
tree | b9338f254571c59498eeb40b55800134dcb4c700 /src/i18n/de.ts | |
parent | rework url params parsing (diff) | |
download | vmchooser2-00d27f0b9f10154b0af6cd00c18fc27d38a708bf.tar.gz vmchooser2-00d27f0b9f10154b0af6cd00c18fc27d38a708bf.tar.xz vmchooser2-00d27f0b9f10154b0af6cd00c18fc27d38a708bf.zip |
Add button to open beamergui
Diffstat (limited to 'src/i18n/de.ts')
-rw-r--r-- | src/i18n/de.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i18n/de.ts b/src/i18n/de.ts index 704791d..a8e0ba0 100644 --- a/src/i18n/de.ts +++ b/src/i18n/de.ts @@ -58,6 +58,7 @@ -t, --theme theme --template-mode how to treat template entries (IGNORE or BUMP) -p, --pvs show pvs options + --pvs-checked check pvs box by default -D, --debug print debug information -v, --version print version and exit -h, --help print usage information and exit @@ -209,6 +210,10 @@ FILE can be a vmware .xml or an X .desktop file <source>Edit VM</source> <translation>Adminmodus (VM Bearbeiten)</translation> </message> + <message> + <source>Screen and projector setup</source> + <translation>Bildschirm und Beamer konfigurieren</translation> + </message> </context> <context> <name>QObject</name> |