diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2020-03-29 15:35:26 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2020-03-29 15:36:42 +0200 |
commit | afe7629a1308f51b2fbcca40af8e4d16cea6c9cc (patch) | |
tree | 00021b7430e2f2350be21a7898c60f32d05ef30d /video-ps3eye/lang/stub.ts | |
parent | 4ed107dcc0889d8267d9a69bb6077576f81790ce (diff) |
video/ps3eye: implement dialog
Diffstat (limited to 'video-ps3eye/lang/stub.ts')
-rw-r--r-- | video-ps3eye/lang/stub.ts | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/video-ps3eye/lang/stub.ts b/video-ps3eye/lang/stub.ts index 6401616d..c98370ec 100644 --- a/video-ps3eye/lang/stub.ts +++ b/video-ps3eye/lang/stub.ts @@ -1,4 +1,23 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1"> +<context> + <name>Dialog</name> + <message> + <source>PS3 Eye</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Camera settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Exposure</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Gain</source> + <translation type="unfinished"></translation> + </message> +</context> </TS> |