diff --git a/killproof_me.rc b/killproof_me.rc index 6539cc0..4eef616 100644 --- a/killproof_me.rc +++ b/killproof_me.rc @@ -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 @@ -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 diff --git a/translations/arcdps_lang_killproof.me.json b/translations/arcdps_lang_killproof.me.json index cefc35e..0b23342 100644 --- a/translations/arcdps_lang_killproof.me.json +++ b/translations/arcdps_lang_killproof.me.json @@ -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" ], @@ -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" ], @@ -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." ] ] } \ No newline at end of file diff --git a/vcpkg.json b/vcpkg.json index ccafb90..d9ec00d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -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" ]