diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-05 03:16:52 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-04-05 03:26:11 +0200 |
commit | 56b3ad65c3842aee1e2ae2b257abe7ed8d09c7c1 (patch) | |
tree | d13b1fd47f0225250fa55a26eda65e093a8abae2 /logic/lang/ru_RU.ts | |
parent | e8a40e46dc3310c68ca1f29613218b8c744c8d5f (diff) |
i18n: update strings
Diffstat (limited to 'logic/lang/ru_RU.ts')
-rw-r--r-- | logic/lang/ru_RU.ts | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/logic/lang/ru_RU.ts b/logic/lang/ru_RU.ts index f62cf2e1..7772438c 100644 --- a/logic/lang/ru_RU.ts +++ b/logic/lang/ru_RU.ts @@ -1,4 +1,55 @@ <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE TS> <TS version="2.1" language="ru_RU"> +<context> + <name>Work</name> + <message> + <source>Select filename</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>CSV File (*.csv)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Logging error</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Unable to open file '%1'. Proceeding without logging.</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>runtime_libraries</name> + <message> + <source>Library load failure</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Error occurred while loading protocol %1 + +%2 +</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Error occurred while loading filter %1 + +%2 +</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Error occurred while loading tracker %1 + +%2 +</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Startup failure</source> + <translation type="unfinished"></translation> + </message> +</context> </TS> |