From a6d54f7ed35d972793e819eae23eadc17e4bca50 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 19 Jun 2017 16:11:15 +0200 Subject: tracker/fusion: add untranslated stubs --- tracker-fusion/lang/nl_NL.ts | 66 ++++++++++++++++++++++++++++++++++++++++++++ tracker-fusion/lang/ru_RU.ts | 66 ++++++++++++++++++++++++++++++++++++++++++++ tracker-fusion/lang/stub.ts | 66 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 198 insertions(+) create mode 100644 tracker-fusion/lang/nl_NL.ts create mode 100644 tracker-fusion/lang/ru_RU.ts create mode 100644 tracker-fusion/lang/stub.ts diff --git a/tracker-fusion/lang/nl_NL.ts b/tracker-fusion/lang/nl_NL.ts new file mode 100644 index 00000000..a4091a01 --- /dev/null +++ b/tracker-fusion/lang/nl_NL.ts @@ -0,0 +1,66 @@ + + + + + fusion_dialog + + + Fusion tracker only works when distinct trackers are selected for rotation and position. + + + + + fusion_metadata + + + Fusion + + + + + fusion_tracker + + + Fusion tracker + + + + + Select different trackers for rotation and position. + + + + + Select rotation and position trackers. + + + + + fusion_ui + + + Fusion + + + + + Set distinct trackers for rotation and position input. + + + + + Configure the trackers on the main window. It's required that they're both distinct, and both are set to something. + + + + + Rotation + + + + + Position + + + + diff --git a/tracker-fusion/lang/ru_RU.ts b/tracker-fusion/lang/ru_RU.ts new file mode 100644 index 00000000..614744de --- /dev/null +++ b/tracker-fusion/lang/ru_RU.ts @@ -0,0 +1,66 @@ + + + + + fusion_dialog + + + Fusion tracker only works when distinct trackers are selected for rotation and position. + + + + + fusion_metadata + + + Fusion + + + + + fusion_tracker + + + Fusion tracker + + + + + Select different trackers for rotation and position. + + + + + Select rotation and position trackers. + + + + + fusion_ui + + + Fusion + + + + + Set distinct trackers for rotation and position input. + + + + + Configure the trackers on the main window. It's required that they're both distinct, and both are set to something. + + + + + Rotation + + + + + Position + + + + diff --git a/tracker-fusion/lang/stub.ts b/tracker-fusion/lang/stub.ts new file mode 100644 index 00000000..660d6c6d --- /dev/null +++ b/tracker-fusion/lang/stub.ts @@ -0,0 +1,66 @@ + + + + + fusion_dialog + + + Fusion tracker only works when distinct trackers are selected for rotation and position. + + + + + fusion_metadata + + + Fusion + + + + + fusion_tracker + + + Fusion tracker + + + + + Select different trackers for rotation and position. + + + + + Select rotation and position trackers. + + + + + fusion_ui + + + Fusion + + + + + Set distinct trackers for rotation and position input. + + + + + Configure the trackers on the main window. It's required that they're both distinct, and both are set to something. + + + + + Rotation + + + + + Position + + + + -- cgit v1.2.3