diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-05-09 15:34:38 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-05-09 15:34:38 +0200 |
| commit | 780aca2622d907320a1cf462390f192fb3ae4b31 (patch) | |
| tree | c7843a5ebe0620d8f97ae7ba86ba6f5d06ffc167 /proto-osc/lang/stub.ts | |
| parent | c1de1499775d47a574bd52d07acbb269845fb75b (diff) | |
| parent | 051fb2f94f6364b80219a3c671bb953d2e54a140 (diff) | |
Merge branch 'master' into trackhat-sensor-v2
Diffstat (limited to 'proto-osc/lang/stub.ts')
| -rw-r--r-- | proto-osc/lang/stub.ts | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/proto-osc/lang/stub.ts b/proto-osc/lang/stub.ts new file mode 100644 index 00000000..20828cbd --- /dev/null +++ b/proto-osc/lang/stub.ts @@ -0,0 +1,45 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1"> +<context> + <name>OSC_Dialog</name> + <message> + <source>OSC protocol settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Port</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Destination address</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>osc_metadata</name> + <message> + <source>Open Sound Control</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>osc_proto</name> + <message> + <source>Open Sound Control</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Error binding socket to INADDR_ANY</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>%1: %2</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Invalid destination address '%1'</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |
