diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-22 08:29:26 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-02-22 08:29:26 +0100 |
commit | 497980e40ca695f2cf2db0161aac5b88f5d6688e (patch) | |
tree | af96bd35c30772893cf88856221ee46ccd0a8cf9 | |
parent | 4be202e6b5e57e185f2622cdab4e7bd13720167f (diff) |
filter/kalman: delete unused .ts file
We're not doing pl_PL translation. Kill the stray file.
-rw-r--r-- | filter-kalman/lang/pl_PL.ts | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/filter-kalman/lang/pl_PL.ts b/filter-kalman/lang/pl_PL.ts deleted file mode 100644 index 150abc78..00000000 --- a/filter-kalman/lang/pl_PL.ts +++ /dev/null @@ -1,45 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE TS> -<TS version="2.1" language="pl_PL"> -<context> - <name>KalmanUICdialog_kalman</name> - <message> - <location filename="../ftnoir_kalman_filtercontrols.ui" line="+23"/> - <source>Kalman settings</source> - <translation type="unfinished"></translation> - </message> - <message> - <location line="+19"/> - <source>Measurement noise</source> - <translation type="unfinished"></translation> - </message> - <message> - <location line="+6"/> - <source>Rotation</source> - <translation type="unfinished"></translation> - </message> - <message> - <location line="+35"/> - <source>Position</source> - <translation type="unfinished"></translation> - </message> - <message> - <location line="+32"/> - <source>°</source> - <translation type="unfinished"></translation> - </message> - <message> - <location line="+13"/> - <source>-</source> - <translation type="unfinished"></translation> - </message> -</context> -<context> - <name>kalmanDll</name> - <message> - <location filename="../kalman.h" line="+159"/> - <source>Kalman</source> - <translation type="unfinished"></translation> - </message> -</context> -</TS> |