diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-02-26 17:44:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-26 17:44:53 +0100 |
commit | 0e775183266224b095d9878174023e40dbf6e267 (patch) | |
tree | 563f2b0541b1296ee929938b1b378486652714ac /proto-wine/lang/ru_RU.ts | |
parent | 77c824e2113a7d68123d7a153f4bcd2aacce944f (diff) | |
parent | 9a7e5f1b6e18ee4f0c3455c683f7023c2fd66fcb (diff) |
Merge pull request #1620 from Priton-CE/upstream-merge
Diffstat (limited to 'proto-wine/lang/ru_RU.ts')
-rw-r--r-- | proto-wine/lang/ru_RU.ts | 43 |
1 files changed, 39 insertions, 4 deletions
diff --git a/proto-wine/lang/ru_RU.ts b/proto-wine/lang/ru_RU.ts index f3b44bd2..c7e9c52e 100644 --- a/proto-wine/lang/ru_RU.ts +++ b/proto-wine/lang/ru_RU.ts @@ -2,17 +2,24 @@ <!DOCTYPE TS> <TS version="2.1" language="ru_RU"> <context> - <name>UICFTControls</name> + <name>FTControls</name> <message> - <source>Wine settings</source> + <source>Select path to Wine Binary</source> <translation type="unfinished"></translation> </message> <message> - <source>Wine variant</source> + <source>Select Wine Prefix</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>UICFTControls</name> + <message> + <source>Wine settings</source> <translation type="unfinished"></translation> </message> <message> - <source>Wine (system)</source> + <source>Wine variant</source> <translation type="unfinished"></translation> </message> <message> @@ -55,6 +62,30 @@ <source>Both</source> <translation type="unfinished"></translation> </message> + <message> + <source>Wine (select path and prefix)</source> + <translation type="unfinished"></translation> + </message> + <message> + <source><html><head/><body><p>prefix</p></body></html></source> + <translation type="unfinished"></translation> + </message> + <message> + <source>/path_to_the_prefix/</source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Browse Prefix</source> + <translation type="unfinished"></translation> + </message> + <message> + <source><html><head/><body><p>wine/runner exectuable path</p></body></html></source> + <translation type="unfinished"></translation> + </message> + <message> + <source>Browse Wine Path</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>wine</name> @@ -70,6 +101,10 @@ <source>Wine prefix must be an absolute path (given '%1')</source> <translation type="unfinished"></translation> </message> + <message> + <source>Failed to start Wine! Make sure the binary is set correctly.</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>wine_metadata</name> |