diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-16 23:48:15 +0100 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-01-23 14:16:34 +0100 |
| commit | 8a2116626fcc1e8a87f3152cbd1b3f260a71c14d (patch) | |
| tree | c2cd7bd7a0f966e12ab43f73e708c31a45ac99c7 /opentrack/lang | |
| parent | d48984e05638c3927a05b535c5c45e9750aef781 (diff) | |
add compact video feed
Diffstat (limited to 'opentrack/lang')
| -rw-r--r-- | opentrack/lang/nl_NL.ts | 8 | ||||
| -rw-r--r-- | opentrack/lang/ru_RU.ts | 8 | ||||
| -rw-r--r-- | opentrack/lang/stub.ts | 8 | ||||
| -rw-r--r-- | opentrack/lang/zh_CN.ts | 8 |
4 files changed, 16 insertions, 16 deletions
diff --git a/opentrack/lang/nl_NL.ts b/opentrack/lang/nl_NL.ts index 4e87d35a..b0e0072a 100644 --- a/opentrack/lang/nl_NL.ts +++ b/opentrack/lang/nl_NL.ts @@ -39,10 +39,6 @@ <translation type="unfinished"></translation> </message> <message> - <source>🔨</source> - <translation type="unfinished"></translation> - </message> - <message> <source>Output</source> <translation type="unfinished"></translation> </message> @@ -134,6 +130,10 @@ Exiting now.</source> <source>Don't run as root to remove these annoying messages.</source> <translation type="unfinished"></translation> </message> + <message> + <source>Preview</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>new_file_dialog</name> diff --git a/opentrack/lang/ru_RU.ts b/opentrack/lang/ru_RU.ts index 62760343..6f202f4f 100644 --- a/opentrack/lang/ru_RU.ts +++ b/opentrack/lang/ru_RU.ts @@ -107,10 +107,6 @@ Exiting now.</source> <translation>Остановить</translation> </message> <message> - <source>🔨</source> - <translation></translation> - </message> - <message> <source>Output</source> <translation>Выходной интерфейс</translation> </message> @@ -138,6 +134,10 @@ Exiting now.</source> <source>Don't run as root to remove these annoying messages.</source> <translation type="unfinished"></translation> </message> + <message> + <source>Preview</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>new_file_dialog</name> diff --git a/opentrack/lang/stub.ts b/opentrack/lang/stub.ts index 9a274581..cef43cb3 100644 --- a/opentrack/lang/stub.ts +++ b/opentrack/lang/stub.ts @@ -39,10 +39,6 @@ <translation type="unfinished"></translation> </message> <message> - <source>🔨</source> - <translation type="unfinished"></translation> - </message> - <message> <source>Output</source> <translation type="unfinished"></translation> </message> @@ -134,6 +130,10 @@ Exiting now.</source> <source>Don't run as root to remove these annoying messages.</source> <translation type="unfinished"></translation> </message> + <message> + <source>Preview</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>new_file_dialog</name> diff --git a/opentrack/lang/zh_CN.ts b/opentrack/lang/zh_CN.ts index f88bb039..cfeb5f3e 100644 --- a/opentrack/lang/zh_CN.ts +++ b/opentrack/lang/zh_CN.ts @@ -39,10 +39,6 @@ <translation>停止</translation> </message> <message> - <source>🔨</source> - <translation></translation> - </message> - <message> <source>Output</source> <translation>输出</translation> </message> @@ -138,6 +134,10 @@ Exiting now.</source> <source> :: </source> <translation></translation> </message> + <message> + <source>Preview</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>new_file_dialog</name> |
