rc3 adaption
This commit is contained in:
parent
bcd0e28618
commit
fc44406caf
4 changed files with 92 additions and 90 deletions
2
config.h
2
config.h
|
@ -49,7 +49,7 @@
|
|||
#endif
|
||||
|
||||
#ifndef GTA5SYNC_APPVER
|
||||
#define GTA5SYNC_APPVER "1.5.0-rc2"
|
||||
#define GTA5SYNC_APPVER "1.5.0-rc3"
|
||||
#endif
|
||||
|
||||
#ifdef GTA5SYNC_BUILDTYPE_REL
|
||||
|
|
|
@ -25,12 +25,12 @@ BEGIN
|
|||
BEGIN
|
||||
VALUE "CompanyName", "Syping"
|
||||
VALUE "FileDescription", "gta5view"
|
||||
VALUE "FileVersion", "1.5.0-rc2"
|
||||
VALUE "FileVersion", "1.5.0-rc3"
|
||||
VALUE "InternalName", "gta5view"
|
||||
VALUE "LegalCopyright", "Copyright © 2016-2018 Syping"
|
||||
VALUE "OriginalFilename", "gta5view.exe"
|
||||
VALUE "ProductName", "gta5view"
|
||||
VALUE "ProductVersion", "1.5.0-rc2"
|
||||
VALUE "ProductVersion", "1.5.0-rc3"
|
||||
END
|
||||
END
|
||||
END
|
||||
|
|
Binary file not shown.
|
@ -46,7 +46,7 @@ Running with Qt %6<br/>
|
|||
<location filename="../AboutDialog.cpp" line="43"/>
|
||||
<source>TRANSLATOR</source>
|
||||
<extracomment>Insert your name here and profile here in following scheme, First Translator,First Profile\nSecond Translator\nThird Translator,Second Profile</extracomment>
|
||||
<translation>Ray,http://steamcommunity.com/profiles/76561198282701714</translation>
|
||||
<translation>Ray,https://steamcommunity.com/profiles/76561198282701714/</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../AboutDialog.cpp" line="67"/>
|
||||
|
@ -300,7 +300,7 @@ Pictures and Savegames</source>
|
|||
<message>
|
||||
<location filename="../ImportDialog.ui" line="301"/>
|
||||
<source>&OK</source>
|
||||
<translation>OK (&O)</translation>
|
||||
<translation>確定(&O)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../ImportDialog.ui" line="314"/>
|
||||
|
@ -687,7 +687,7 @@ Y: %2</translation>
|
|||
<location filename="../OptionsDialog.ui" line="735"/>
|
||||
<source>&OK</source>
|
||||
<extracomment>OK, Cancel, Apply</extracomment>
|
||||
<translation>OK (&O)</translation>
|
||||
<translation>確定(&O)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../OptionsDialog.ui" line="748"/>
|
||||
|
@ -1603,14 +1603,16 @@ Press 1 for Default View</source>
|
|||
<location filename="../SavegameWidget.cpp" line="117"/>
|
||||
<source>AUTOSAVE - %1
|
||||
%2</source>
|
||||
<translation>自動存檔 - %1 %2</translation>
|
||||
<translation>自動存檔 - %1
|
||||
%2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../SavegameWidget.cpp" line="61"/>
|
||||
<location filename="../SavegameWidget.cpp" line="118"/>
|
||||
<source>SAVE %3 - %1
|
||||
%2</source>
|
||||
<translation>存檔 %3 - %1 %2</translation>
|
||||
<translation>存檔 %3 - %1
|
||||
%2</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../SavegameWidget.cpp" line="89"/>
|
||||
|
|
Loading…
Reference in a new issue