Qt interface: Made keyboard shortcuts not translatable.
Turns out, they no longer work after translation.develop
parent
7fcfd3618f
commit
b5cb58e612
|
@ -1,6 +1,6 @@
|
||||||
cmake_minimum_required (VERSION 3.6)
|
cmake_minimum_required (VERSION 3.6)
|
||||||
project (whyblocked
|
project (whyblocked
|
||||||
VERSION 0.10.2
|
VERSION 0.10.3
|
||||||
LANGUAGES CXX
|
LANGUAGES CXX
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -146,7 +146,7 @@
|
||||||
<string>Add user or instance</string>
|
<string>Add user or instance</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+N</string>
|
<string notr="true">Ctrl+N</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="action_remove">
|
<action name="action_remove">
|
||||||
|
@ -161,7 +161,7 @@
|
||||||
<string>Remove user or instance</string>
|
<string>Remove user or instance</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Del</string>
|
<string notr="true">Del</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="action_about">
|
<action name="action_about">
|
||||||
|
@ -175,6 +175,9 @@
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>About this application</string>
|
<string>About this application</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="shortcut">
|
||||||
|
<string notr="true"/>
|
||||||
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="action_reload">
|
<action name="action_reload">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
|
@ -188,7 +191,7 @@
|
||||||
<string>Reload database</string>
|
<string>Reload database</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+R</string>
|
<string notr="true">Ctrl+R</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="action_quit">
|
<action name="action_quit">
|
||||||
|
@ -203,7 +206,7 @@
|
||||||
<string>Quit application</string>
|
<string>Quit application</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+Q</string>
|
<string notr="true">Ctrl+Q</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="action_edit">
|
<action name="action_edit">
|
||||||
|
@ -218,7 +221,7 @@
|
||||||
<string>Edit entry</string>
|
<string>Edit entry</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="shortcut">
|
<property name="shortcut">
|
||||||
<string>Ctrl+E</string>
|
<string notr="true">Ctrl+E</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
|
@ -111,11 +111,6 @@
|
||||||
<source>Add user or instance</source>
|
<source>Add user or instance</source>
|
||||||
<translation>Benutzer oder Instanz hinzufügen</translation>
|
<translation>Benutzer oder Instanz hinzufügen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location filename="../src/whyblocked.ui" line="149"/>
|
|
||||||
<source>Ctrl+N</source>
|
|
||||||
<translation>Strg+N</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/whyblocked.ui" line="158"/>
|
<location filename="../src/whyblocked.ui" line="158"/>
|
||||||
<source>Re&move</source>
|
<source>Re&move</source>
|
||||||
|
@ -126,11 +121,6 @@
|
||||||
<source>Remove user or instance</source>
|
<source>Remove user or instance</source>
|
||||||
<translation>Benutzer oder Instanz entfernen</translation>
|
<translation>Benutzer oder Instanz entfernen</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location filename="../src/whyblocked.ui" line="164"/>
|
|
||||||
<source>Del</source>
|
|
||||||
<translation>Entf</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/whyblocked.ui" line="173"/>
|
<location filename="../src/whyblocked.ui" line="173"/>
|
||||||
<source>&About</source>
|
<source>&About</source>
|
||||||
|
@ -142,51 +132,36 @@
|
||||||
<translation>Über dieses Programm</translation>
|
<translation>Über dieses Programm</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/whyblocked.ui" line="185"/>
|
<location filename="../src/whyblocked.ui" line="188"/>
|
||||||
<source>&Reload</source>
|
<source>&Reload</source>
|
||||||
<translation>Neu &laden</translation>
|
<translation>Neu &laden</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/whyblocked.ui" line="188"/>
|
<location filename="../src/whyblocked.ui" line="191"/>
|
||||||
<source>Reload database</source>
|
<source>Reload database</source>
|
||||||
<translation>Datenbank neu laden</translation>
|
<translation>Datenbank neu laden</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/whyblocked.ui" line="191"/>
|
<location filename="../src/whyblocked.ui" line="203"/>
|
||||||
<source>Ctrl+R</source>
|
|
||||||
<translation>Strg+R</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/whyblocked.ui" line="200"/>
|
|
||||||
<source>&Quit</source>
|
<source>&Quit</source>
|
||||||
<translation>&Beenden</translation>
|
<translation>&Beenden</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/whyblocked.ui" line="203"/>
|
<location filename="../src/whyblocked.ui" line="206"/>
|
||||||
<source>Quit application</source>
|
<source>Quit application</source>
|
||||||
<translation>Programm beenden</translation>
|
<translation>Programm beenden</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/whyblocked.ui" line="206"/>
|
<location filename="../src/whyblocked.ui" line="218"/>
|
||||||
<source>Ctrl+Q</source>
|
|
||||||
<translation>Strg+Q</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/whyblocked.ui" line="215"/>
|
|
||||||
<source>&Edit</source>
|
<source>&Edit</source>
|
||||||
<translation>B&earbeiten</translation>
|
<translation>B&earbeiten</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/whyblocked.ui" line="218"/>
|
<location filename="../src/whyblocked.ui" line="221"/>
|
||||||
<location filename="../src/interface_qt.cpp" line="92"/>
|
<location filename="../src/interface_qt.cpp" line="92"/>
|
||||||
<source>Edit entry</source>
|
<source>Edit entry</source>
|
||||||
<translation>Eintrag bearbeiten</translation>
|
<translation>Eintrag bearbeiten</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location filename="../src/whyblocked.ui" line="221"/>
|
|
||||||
<source>Ctrl+E</source>
|
|
||||||
<translation>Strg+E</translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/interface_qt.cpp" line="40"/>
|
<location filename="../src/interface_qt.cpp" line="40"/>
|
||||||
<source>User/Instance</source>
|
<source>User/Instance</source>
|
||||||
|
|
|
@ -111,11 +111,6 @@
|
||||||
<source>Add user or instance</source>
|
<source>Add user or instance</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location filename="../src/whyblocked.ui" line="149"/>
|
|
||||||
<source>Ctrl+N</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/whyblocked.ui" line="158"/>
|
<location filename="../src/whyblocked.ui" line="158"/>
|
||||||
<source>Re&move</source>
|
<source>Re&move</source>
|
||||||
|
@ -126,11 +121,6 @@
|
||||||
<source>Remove user or instance</source>
|
<source>Remove user or instance</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location filename="../src/whyblocked.ui" line="164"/>
|
|
||||||
<source>Del</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/whyblocked.ui" line="173"/>
|
<location filename="../src/whyblocked.ui" line="173"/>
|
||||||
<source>&About</source>
|
<source>&About</source>
|
||||||
|
@ -142,51 +132,36 @@
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/whyblocked.ui" line="185"/>
|
<location filename="../src/whyblocked.ui" line="188"/>
|
||||||
<source>&Reload</source>
|
<source>&Reload</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/whyblocked.ui" line="188"/>
|
<location filename="../src/whyblocked.ui" line="191"/>
|
||||||
<source>Reload database</source>
|
<source>Reload database</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/whyblocked.ui" line="191"/>
|
<location filename="../src/whyblocked.ui" line="203"/>
|
||||||
<source>Ctrl+R</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/whyblocked.ui" line="200"/>
|
|
||||||
<source>&Quit</source>
|
<source>&Quit</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/whyblocked.ui" line="203"/>
|
<location filename="../src/whyblocked.ui" line="206"/>
|
||||||
<source>Quit application</source>
|
<source>Quit application</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/whyblocked.ui" line="206"/>
|
<location filename="../src/whyblocked.ui" line="218"/>
|
||||||
<source>Ctrl+Q</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
|
||||||
<location filename="../src/whyblocked.ui" line="215"/>
|
|
||||||
<source>&Edit</source>
|
<source>&Edit</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/whyblocked.ui" line="218"/>
|
<location filename="../src/whyblocked.ui" line="221"/>
|
||||||
<location filename="../src/interface_qt.cpp" line="92"/>
|
<location filename="../src/interface_qt.cpp" line="92"/>
|
||||||
<source>Edit entry</source>
|
<source>Edit entry</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
|
||||||
<location filename="../src/whyblocked.ui" line="221"/>
|
|
||||||
<source>Ctrl+E</source>
|
|
||||||
<translation type="unfinished"></translation>
|
|
||||||
</message>
|
|
||||||
<message>
|
<message>
|
||||||
<location filename="../src/interface_qt.cpp" line="40"/>
|
<location filename="../src/interface_qt.cpp" line="40"/>
|
||||||
<source>User/Instance</source>
|
<source>User/Instance</source>
|
||||||
|
|
Loading…
Reference in New Issue