diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-11 22:09:07 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-12 10:05:00 +0100 |
commit | 94e483008ed35b2b8d16bce733bbdf5398d19ec1 (patch) | |
tree | 3eda692dc5e8a12371e7763706b44b332ad12b24 /proto-ft/lang | |
parent | f97c6f7cf1df824db75b176c2182aee43918ca4c (diff) |
modules: stop saving line information
Now i18n regen won't make a mess.
Diffstat (limited to 'proto-ft/lang')
-rw-r--r-- | proto-ft/lang/nl_NL.ts | 8 | ||||
-rw-r--r-- | proto-ft/lang/ru_RU.ts | 8 | ||||
-rw-r--r-- | proto-ft/lang/stub.ts | 8 |
3 files changed, 0 insertions, 24 deletions
diff --git a/proto-ft/lang/nl_NL.ts b/proto-ft/lang/nl_NL.ts index fc7c8fb9..5f68fb99 100644 --- a/proto-ft/lang/nl_NL.ts +++ b/proto-ft/lang/nl_NL.ts @@ -4,12 +4,10 @@ <context> <name>FTControls</name> <message> - <location filename="../ftnoir_protocol_ft_dialog.cpp" line="+46"/> <source>Select the desired NPClient DLL</source> <translation type="unfinished"></translation> </message> <message> - <location line="+2"/> <source>Dll file (*.dll);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -17,32 +15,26 @@ <context> <name>UICFTControls</name> <message> - <location filename="../ftnoir_ftcontrols.ui" line="+24"/> <source>freetrack protocol settings</source> <translation type="unfinished"></translation> </message> <message> - <location line="+78"/> <source>Select interface</source> <translation type="unfinished"></translation> </message> <message> - <location line="+18"/> <source>Disable one of the protocols if game is confused by presence of both at the same time.</source> <translation type="unfinished"></translation> </message> <message> - <location line="-67"/> <source>Repair NPClient location</source> <translation type="unfinished"></translation> </message> <message> - <location line="+15"/> <source>Locate DLL</source> <translation type="unfinished"></translation> </message> <message> - <location line="+13"/> <source>Replace the registry entry if you want to use other software with the NPClient protocol and it doesn't work automatically. Starting tracking will again overwrite the DLL locations.</source> diff --git a/proto-ft/lang/ru_RU.ts b/proto-ft/lang/ru_RU.ts index af1bace7..31d0a2be 100644 --- a/proto-ft/lang/ru_RU.ts +++ b/proto-ft/lang/ru_RU.ts @@ -4,12 +4,10 @@ <context> <name>FTControls</name> <message> - <location filename="../ftnoir_protocol_ft_dialog.cpp" line="+46"/> <source>Select the desired NPClient DLL</source> <translation>Укажите путь до файла NPClient DLL </translation> </message> <message> - <location line="+2"/> <source>Dll file (*.dll);;All Files (*)</source> <translation></translation> </message> @@ -17,32 +15,26 @@ <context> <name>UICFTControls</name> <message> - <location filename="../ftnoir_ftcontrols.ui" line="+24"/> <source>freetrack protocol settings</source> <translation>Настройки протокола Freetrack</translation> </message> <message> - <location line="+78"/> <source>Select interface</source> <translation>Выберите интерфейс</translation> </message> <message> - <location line="+18"/> <source>Disable one of the protocols if game is confused by presence of both at the same time.</source> <translation>Отключите один из протоколов в случае, если при включении обоих интерфейсов игра не корректно определяет их.</translation> </message> <message> - <location line="-67"/> <source>Repair NPClient location</source> <translation>Решение проблем с расположением NPClient'а </translation> </message> <message> - <location line="+15"/> <source>Locate DLL</source> <translation>Укажите DLL</translation> </message> <message> - <location line="+13"/> <source>Replace the registry entry if you want to use other software with the NPClient protocol and it doesn't work automatically. Starting tracking will again overwrite the DLL locations.</source> diff --git a/proto-ft/lang/stub.ts b/proto-ft/lang/stub.ts index cb9eeaa3..4fb52c8c 100644 --- a/proto-ft/lang/stub.ts +++ b/proto-ft/lang/stub.ts @@ -4,12 +4,10 @@ <context> <name>FTControls</name> <message> - <location filename="../ftnoir_protocol_ft_dialog.cpp" line="+46"/> <source>Select the desired NPClient DLL</source> <translation type="unfinished"></translation> </message> <message> - <location line="+2"/> <source>Dll file (*.dll);;All Files (*)</source> <translation type="unfinished"></translation> </message> @@ -17,32 +15,26 @@ <context> <name>UICFTControls</name> <message> - <location filename="../ftnoir_ftcontrols.ui" line="+24"/> <source>freetrack protocol settings</source> <translation type="unfinished"></translation> </message> <message> - <location line="+78"/> <source>Select interface</source> <translation type="unfinished"></translation> </message> <message> - <location line="+18"/> <source>Disable one of the protocols if game is confused by presence of both at the same time.</source> <translation type="unfinished"></translation> </message> <message> - <location line="-67"/> <source>Repair NPClient location</source> <translation type="unfinished"></translation> </message> <message> - <location line="+15"/> <source>Locate DLL</source> <translation type="unfinished"></translation> </message> <message> - <location line="+13"/> <source>Replace the registry entry if you want to use other software with the NPClient protocol and it doesn't work automatically. Starting tracking will again overwrite the DLL locations.</source> |