mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
- Fixed not working after sleep mode for some on Apple Silicon Not working after sleep mode #530 - Fixed some LG and Samsung displays having problems with Mute (improved 'Enable Mute DDC command') - LG Monitor: have to unmute manually after muting #170 - Fixed app not working with multiple identical monitors on Intel - App does not work with multiple identical monitors #49 - Added 'Safe Mode' option - pressing the Shift key during startup resets preferences and disables DDC read. - Upon first start if DDC is unreadable, default brightness/volume/contrast values are now set to a sensible 75% instead of 0% - DDC write commands are issued twice on Intel (as it already was on Arm64) to improve stability on some setups. - Make sure DDC communications don't happen in parallel when both slider menu and keyboard is used (this might have caused problems with some docks with multiple display outputs). - Fixed volume control feedback audio (clicking sound) during key repeat (it should play on keyup only as this is the macOS standard). - Fixed duplication of volume control feedback audio if there are multiple external displays and 'Change... for all screens' is enabled. - Internal DDC library for Intel (based on the work of reitermarkus)
101 lines
3.1 KiB
Text
101 lines
3.1 KiB
Text
/* Shown in the main prefs window */
|
|
"About" = "About";
|
|
|
|
/* Apple Silicon designation (shown after the version number in Preferences) */
|
|
"Apple Silicon" = "Apple Silicon";
|
|
|
|
/* Shown in the alert dialog */
|
|
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure.";
|
|
|
|
/* Shown in the alert dialog */
|
|
"Are you sure you want to reset all preferences?" = "Are you sure you want to reset all preferences?";
|
|
|
|
/* Shown in menu */
|
|
"Brightness" = "Brightness";
|
|
|
|
/* Build */
|
|
"Build" = "Build";
|
|
|
|
/* Shown in the Display Preferences */
|
|
"Built-in Display" = "Built-in Display";
|
|
|
|
/* Shown in menu */
|
|
"Contrast" = "Contrast";
|
|
|
|
/* Version */
|
|
"Copyright Ⓒ MonitorControl, " = "Copyright Ⓒ MonitorControl, ";
|
|
|
|
/* Shown in the main prefs window */
|
|
"Displays" = "Displays";
|
|
|
|
/* Shown in the alert dialog */
|
|
"Enable Longer Delay?" = "Enable Longer Delay?";
|
|
|
|
/* Shown in the Display Preferences */
|
|
"External Display" = "External Display";
|
|
|
|
/* Shown in the main prefs window */
|
|
"General" = "General";
|
|
|
|
/* Shown in the Display Preferences */
|
|
"Hardware (CoreDisplay)" = "Hardware (CoreDisplay)";
|
|
|
|
/* Shown in the Display Preferences */
|
|
"Hardware (DDC)" = "Hardware (DDC)";
|
|
|
|
/* Intel designation (shown after the version number in Preferences) */
|
|
"Intel" = "Intel";
|
|
|
|
/* Shown in the alert dialog */
|
|
"No" = "No";
|
|
|
|
/* Shown in the Display Preferences */
|
|
"No Control Available" = "No Control Available";
|
|
|
|
/* Shown in menu */
|
|
"No supported display found" = "No supported display found";
|
|
|
|
/* Shown in the alert dialog */
|
|
"Ok" = "Ok";
|
|
|
|
/* Shown in the Display Preferences */
|
|
"Other Display" = "Other Display";
|
|
|
|
/* Shown in the alert dialog */
|
|
"Reset Preferences?" = "Reset Preferences?";
|
|
|
|
/* Shown in the alert dialog */
|
|
"Safe Mode Activated" = "Safe Mode Activated";
|
|
|
|
/* Shown in the alert dialog */
|
|
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked.";
|
|
|
|
/* Shown in the alert dialog */
|
|
"Shortcuts not available" = "Shortcuts not available";
|
|
|
|
/* Shown in the Display Preferences */
|
|
"Software (Forced)" = "Software (Forced)";
|
|
|
|
/* Shown in the Display Preferences */
|
|
"Software Only" = "Software Only";
|
|
|
|
/* Unknown display name */
|
|
"Unknown" = "Unknown";
|
|
|
|
/* Shown in the Display Preferences */
|
|
"Unspecified" = "Unspecified";
|
|
|
|
/* Version */
|
|
"Version" = "Version";
|
|
|
|
/* Shown in the Display Preferences */
|
|
"Virtual Display" = "Virtual Display";
|
|
|
|
/* Shown in menu */
|
|
"Volume" = "Volume";
|
|
|
|
/* Shown in the alert dialog */
|
|
"Yes" = "Yes";
|
|
|
|
/* Shown in the alert dialog */
|
|
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work";
|