Skip to content

Commit

Permalink
dumped new version
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxfighter committed Sep 17, 2021
1 parent 4f6cf5e commit dff84fa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
12 changes: 6 additions & 6 deletions killproof_me.rc
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ ID_Commander_White PNG "icons\\Commander_tag_(white).pn
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,5,2,5
PRODUCTVERSION 2,5,2,5
FILEVERSION 2,6,0,3
PRODUCTVERSION 2,6,0,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -127,19 +127,19 @@ VS_VERSION_INFO VERSIONINFO
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040704b0"
BLOCK "000004b0"
BEGIN
VALUE "FileVersion", "2.5.2.5"
VALUE "FileVersion", "2.6.0.3"
VALUE "InternalName", "d3d9_arcdps_killproof_me.dll"
VALUE "LegalCopyright", "Copyright (C) 2021"
VALUE "OriginalFilename", "d3d9_arcdps_killproof_me.dll"
VALUE "ProductName", "killproof.me-plugin"
VALUE "ProductVersion", "2.5.2.5"
VALUE "ProductVersion", "2.6.0.3"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x407, 1200
VALUE "Translation", 0x0, 1200
END
END

Expand Down
10 changes: 9 additions & 1 deletion translations/arcdps_lang_killproof.me.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
[ "DefaultKp", "Unknown" ],
[ "Accountname", "Account" ],
[ "Charactername", "Character" ],
[ "KillproodId", "ID" ],
[ "CopyKpIdText", "Copy own KP ID" ],
[ "ClearText", "Clear" ],
[ "ClearTooltip", "Remove all manually added users" ],
Expand Down Expand Up @@ -72,7 +73,9 @@
[ "SettingsToThisPanelCorner", "to this panel corner" ],
[ "SettingsFromWindowName", "from window" ],
[ "SettingsCofferValue", "Killproofs per coffer" ],
[ "SettingsHideExtrasMessage", "Hide Unofficial Extras Message" ],
[ "Alignment", "Alignment" ],
[ "HeaderAlignment", "Header alignment" ],
[ "Left", "Left" ],
[ "Center", "Center" ],
[ "Right", "Right" ],
Expand All @@ -92,6 +95,11 @@
[ "UpdateAutoButton", "Update automatically" ],
[ "UpdateInProgress", "Autoupdate in progress" ],
[ "UpdateRestartPending", "Autoupdate finished, restart your game to activate it." ],
[ "UpdateError", "Autoupdate error, please update manually. " ]
[ "UpdateError", "Autoupdate error, please update manually." ],
[ "UnofficialExtrasNotInstalled", "Unofficial extras plugin is not installed.\nInstall it to enable tracking of players on other instances." ],
[ "UnofficialExtrasInProgress", "Download in progress" ],
[ "UnofficialExtrasAutoButton", "Download automatically" ],
[ "UnofficialExtrasError", "Automatic installation failed, please install manually." ],
[ "UnofficialExtrasRestartPending", "Installation complete, restart your game to activate it." ]
]
}
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "arcdps-killproof-me-plugin",
"version-string": "2.5.2",
"version-string": "2.6.0s",
"dependencies": [
"cpr"
]
Expand Down

0 comments on commit dff84fa

Please sign in to comment.