diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-26 21:43:30 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-05-27 19:35:31 +0200 |
| commit | 700944c2bdb7ec85044164d7dc13ccc980441bbd (patch) | |
| tree | c3375f3ecc9af5505fea52b02fa41d78cb4a897e /tracker-trackhat/lang | |
| parent | ff71a092785122c4d55625c097c53ba9957a953c (diff) | |
tracker/trackhat: add back gain slider
Diffstat (limited to 'tracker-trackhat/lang')
| -rw-r--r-- | tracker-trackhat/lang/nl_NL.ts | 4 | ||||
| -rw-r--r-- | tracker-trackhat/lang/ru_RU.ts | 4 | ||||
| -rw-r--r-- | tracker-trackhat/lang/stub.ts | 4 | ||||
| -rw-r--r-- | tracker-trackhat/lang/zh_CN.ts | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/tracker-trackhat/lang/nl_NL.ts b/tracker-trackhat/lang/nl_NL.ts index 73e375fc9..8d29d6c48 100644 --- a/tracker-trackhat/lang/nl_NL.ts +++ b/tracker-trackhat/lang/nl_NL.ts @@ -123,6 +123,10 @@ <source>Deadzone</source> <translation type="unfinished"></translation> </message> + <message> + <source>Gain</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>trackhat_module</name> diff --git a/tracker-trackhat/lang/ru_RU.ts b/tracker-trackhat/lang/ru_RU.ts index 091c2101a..f2920f58e 100644 --- a/tracker-trackhat/lang/ru_RU.ts +++ b/tracker-trackhat/lang/ru_RU.ts @@ -123,6 +123,10 @@ <source>Deadzone</source> <translation type="unfinished"></translation> </message> + <message> + <source>Gain</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>trackhat_module</name> diff --git a/tracker-trackhat/lang/stub.ts b/tracker-trackhat/lang/stub.ts index 548138a3f..0d8616c8f 100644 --- a/tracker-trackhat/lang/stub.ts +++ b/tracker-trackhat/lang/stub.ts @@ -123,6 +123,10 @@ <source>Status: %1 points detected. BAD!</source> <translation type="unfinished"></translation> </message> + <message> + <source>Gain</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>trackhat_module</name> diff --git a/tracker-trackhat/lang/zh_CN.ts b/tracker-trackhat/lang/zh_CN.ts index cb881fa88..c8c9ed4f9 100644 --- a/tracker-trackhat/lang/zh_CN.ts +++ b/tracker-trackhat/lang/zh_CN.ts @@ -123,6 +123,10 @@ <source>Deadzone</source> <translation type="unfinished"></translation> </message> + <message> + <source>Gain</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>trackhat_module</name> |
