volume-control icon indicating copy to clipboard operation
volume-control copied to clipboard

Translation Config Changelog

Open radj307 opened this issue 1 year ago • 2 comments

radj307 avatar Nov 27 '23 01:11 radj307

Date Commit User
2023-11-27 4d75d22faa33addbddefd4980d7fb6bac8e6f460 radj307

  • VolumeControl/Localization/en.loc.json
     {
       "$LanguageName": "English (US/CA)",
    
    +
       "VolumeControl": {
         "MainWindow": {
           "CaptionBar": {
    

github-actions[bot] avatar Nov 27 '23 02:11 github-actions[bot]

Date Commit User
2023-12-03 1155c10c2eda4d90009969c21728659cc3b5c9d7 radj307

Commit Message: minor update

  • Added translation for the Reset Hotkeys dialog window
  • Improved DisableMouseWheelBehavior by allowing event to bubble
  • Added a more generic Start method to ShellHelper
  • Open notepad++ in monitoring mode on startup in debug configuration

  • VolumeControl/Localization/en.loc.json
               "Message": "Failed to start the installer, but it was downloaded successfully.\nYour system permissions may not allow running applications from your downloads folder.\n\nYou will have to start the installer manually."
             }
           },
    +      "ResetHotkeys": {
    +        "Message": "Are you sure you want to reset all hotkeys to their default values?\n\nThis cannot be undone!",
    +        "Caption": "Reset Hotkeys?"
    +      },
           "RemoveHotkey": {
             "Message": "Are you sure you want to delete hotkey ${ID}?\n\n- 'Yes'     Delete the hotkey.\n- 'No'      Do not delete the hotkey.\n- 'Cancel'  Don't show this again. (Press again to delete)\n",
             "Caption": "Confirm Delete"
    

github-actions[bot] avatar Dec 03 '23 23:12 github-actions[bot]