Keyboard pane now fits small screen when custom shortcuts enabled (#693)

- Keyboard preferences still did not fit to a 1280x800 screen if custom shortcuts were enabled. I did some redesign to fix that.
- Updated dutch translation
This commit is contained in:
Istvan T 2021-10-09 14:34:10 +02:00 committed by GitHub
parent 178ed3196a
commit 0ed9d0f3be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
25 changed files with 572 additions and 710 deletions

View file

@ -66,20 +66,14 @@ enum PrefKey: String {
// Show advanced options under Displays tab in Preferences
case showAdvancedSettings
// Change Brightness for all screens
case allScreensBrightness
// Allow zero software brightness
case allowZeroSwBrightness
// Use focus instead of mouse position to determine which display to control for brightness
case useFocusInsteadOfMouse
// Keyboard brightness control for multiple displays
case multiKeyboardBrightness
// Change Volume for all screens
case allScreensVolume
// Use audio device name matching to determine display to control for volume
case useAudioDeviceNameMatching
// Keyboard volume control for multiple devices
case multiKeyboardVolume
// Use fine OSD scale for brightness
case useFineScaleBrightness
@ -164,6 +158,18 @@ enum PrefKey: String {
case remapDDC
}
enum MultiKeyboardBrightness: Int {
case mouse = 0
case allScreens = 1
case focusInsteadOfMouse = 2
}
enum MultiKeyboardVolume: Int {
case mouse = 0
case allScreens = 1
case audioDeviceNameMatching = 2
}
enum StartupAction: Int {
case doNothing = 0
case write = 1

View file

@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>6517</string>
<string>6539</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>

View file

@ -347,17 +347,17 @@ class DisplayManager {
let allDisplays = self.getAllDisplays()
var currentDisplay: Display?
if isBrightness {
if prefs.bool(forKey: PrefKey.allScreensBrightness.rawValue) {
if prefs.integer(forKey: PrefKey.multiKeyboardBrightness.rawValue) == MultiKeyboardBrightness.allScreens.rawValue {
affectedDisplays = allDisplays
return affectedDisplays
}
currentDisplay = self.getCurrentDisplay(byFocus: prefs.bool(forKey: PrefKey.useFocusInsteadOfMouse.rawValue))
currentDisplay = self.getCurrentDisplay(byFocus: prefs.integer(forKey: PrefKey.multiKeyboardBrightness.rawValue) == MultiKeyboardBrightness.focusInsteadOfMouse.rawValue)
}
if isVolume {
if prefs.bool(forKey: PrefKey.allScreensVolume.rawValue) {
if prefs.integer(forKey: PrefKey.multiKeyboardVolume.rawValue) == MultiKeyboardVolume.allScreens.rawValue {
affectedDisplays = allDisplays
return affectedDisplays
} else if prefs.bool(forKey: PrefKey.useAudioDeviceNameMatching.rawValue) {
} else if prefs.integer(forKey: PrefKey.multiKeyboardVolume.rawValue) == MultiKeyboardVolume.audioDeviceNameMatching.rawValue {
return self.audioControlTargetDisplays
}
currentDisplay = self.getCurrentDisplay(byFocus: false)

View file

@ -175,7 +175,7 @@ class MediaKeyTapManager: MediaKeyTapDelegate {
// Remove volume related keys if audio device is controllable
if let defaultAudioDevice = app.coreAudio.defaultOutputDevice {
let keysToDelete: [MediaKey] = [.volumeUp, .volumeDown, .mute]
if !prefs.bool(forKey: PrefKey.allScreensVolume.rawValue), prefs.bool(forKey: PrefKey.useAudioDeviceNameMatching.rawValue) {
if prefs.integer(forKey: PrefKey.multiKeyboardVolume.rawValue) == MultiKeyboardVolume.audioDeviceNameMatching.rawValue {
if DisplayManager.shared.updateAudioControlTargetDisplays(deviceName: defaultAudioDevice.name) == 0 {
keys.removeAll { keysToDelete.contains($0) }
}

View file

@ -387,7 +387,7 @@
</viewController>
<customObject id="JDw-du-OST" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="298" y="-516"/>
<point key="canvasLocation" x="298" y="-504"/>
</scene>
<!--Menusliders Prefs View Controller-->
<scene sceneID="YU5-7I-f0n">
@ -804,18 +804,17 @@
<objects>
<viewController storyboardIdentifier="KeyboardPrefsVC" id="eJ2-Cv-Vfp" customClass="KeyboardPrefsViewController" customModule="MonitorControl" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" translatesAutoresizingMaskIntoConstraints="NO" id="yCl-jO-kpd">
<rect key="frame" x="0.0" y="0.0" width="730" height="756"/>
<rect key="frame" x="0.0" y="0.0" width="730" height="676"/>
<subviews>
<gridView xPlacement="leading" yPlacement="fill" rowAlignment="none" rowSpacing="20" translatesAutoresizingMaskIntoConstraints="NO" id="bKX-vi-7gY">
<rect key="frame" x="20" y="20" width="690" height="716"/>
<rect key="frame" x="20" y="20" width="690" height="636"/>
<rows>
<gridRow height="20" bottomPadding="-13" id="dwB-Ku-aql"/>
<gridRow bottomPadding="-13" id="dwB-Ku-aql"/>
<gridRow topPadding="-13" bottomPadding="-10" id="pf1-cW-4bf"/>
<gridRow height="72" bottomPadding="-6" id="FIZ-Gs-XUq"/>
<gridRow bottomPadding="-13" id="yxK-w1-5wV"/>
<gridRow bottomPadding="-10" id="eGd-bB-47V"/>
<gridRow bottomPadding="-6" id="I9B-dr-BOu"/>
<gridRow bottomPadding="-13" id="7CD-Vz-yse"/>
<gridRow height="20" bottomPadding="-13" id="I9B-dr-BOu"/>
<gridRow bottomPadding="-10" id="UIH-jA-Cfi"/>
<gridRow bottomPadding="-13" id="jJT-as-drf"/>
<gridRow bottomPadding="-10" id="4Ie-T6-Ifw"/>
@ -824,12 +823,10 @@
<gridRow bottomPadding="-10" id="9sW-wk-3dM"/>
<gridRow height="20" bottomPadding="-6" id="6od-Ek-qTW"/>
<gridRow height="72" bottomPadding="-6" id="TxS-hN-bkf"/>
<gridRow bottomPadding="-13" id="LHa-CM-c46"/>
<gridRow height="20" bottomPadding="-13" id="LHa-CM-c46"/>
<gridRow bottomPadding="-10" id="ypS-k5-pR7"/>
<gridRow bottomPadding="-13" id="1kc-MK-daX"/>
<gridRow bottomPadding="-10" id="73k-Ho-qxa"/>
<gridRow bottomPadding="-13" id="fUL-yd-WWe"/>
<gridRow id="isS-lh-NP9"/>
</rows>
<columns>
<gridColumn width="210" id="ZC2-Ja-sIb"/>
@ -838,7 +835,7 @@
<gridCells>
<gridCell row="dwB-Ku-aql" column="ZC2-Ja-sIb" xPlacement="trailing" yPlacement="center" id="1cK-xF-Xfy">
<textField key="contentView" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="TXN-Hd-9a2">
<rect key="frame" x="59" y="698" width="153" height="16"/>
<rect key="frame" x="59" y="618" width="153" height="16"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Brightness and contrast:" id="LO4-4k-gxY">
<font key="font" usesAppearanceFont="YES"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
@ -848,7 +845,7 @@
</gridCell>
<gridCell row="dwB-Ku-aql" column="EiG-65-CTv" xPlacement="leading" id="YBq-zd-TZe">
<popUpButton key="contentView" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2NF-gh-JBU">
<rect key="frame" x="217" y="692" width="260" height="25"/>
<rect key="frame" x="217" y="612" width="260" height="25"/>
<popUpButtonCell key="cell" type="push" title="Standard keyboard brightness keys" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="Oke-bW-cb1" id="h0R-Cc-cJa">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="menu"/>
@ -871,7 +868,7 @@
<gridCell row="pf1-cW-4bf" column="ZC2-Ja-sIb" id="qIV-EU-GF4"/>
<gridCell row="pf1-cW-4bf" column="EiG-65-CTv" id="xAf-sh-mcN">
<textField key="contentView" horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="400" translatesAutoresizingMaskIntoConstraints="NO" id="Lm5-La-ZYb">
<rect key="frame" x="218" y="633" width="474" height="56"/>
<rect key="frame" x="218" y="553" width="474" height="56"/>
<textFieldCell key="cell" controlSize="small" id="pa0-Hz-ace">
<font key="font" metaFont="smallSystem"/>
<string key="title">Use the brightness keys of your Apple keyboard to control brightness. You can hold Control to adjust the built-in display, Control+Command to adjust external displays. Hold Shift+Option for fine control. Control+Option+Command adjusts contrast on DDC compatible displays.</string>
@ -883,7 +880,7 @@
<gridCell row="FIZ-Gs-XUq" column="ZC2-Ja-sIb" xPlacement="trailing" id="YMy-XM-oPl"/>
<gridCell row="FIZ-Gs-XUq" column="EiG-65-CTv" id="K96-qH-PF0">
<box key="contentView" boxType="custom" borderType="line" cornerRadius="6" title="#bc-ignore!" translatesAutoresizingMaskIntoConstraints="NO" id="4wn-2u-KRo">
<rect key="frame" x="220" y="551" width="470" height="72"/>
<rect key="frame" x="220" y="471" width="470" height="72"/>
<view key="contentView" id="vxd-OX-xjN">
<rect key="frame" x="1" y="1" width="468" height="70"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@ -955,7 +952,7 @@
<gridCell row="yxK-w1-5wV" column="ZC2-Ja-sIb" id="JgV-5K-BfL"/>
<gridCell row="yxK-w1-5wV" column="EiG-65-CTv" id="mDy-Cw-udO">
<button key="contentView" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="EJp-ld-K4l">
<rect key="frame" x="218" y="520" width="472" height="18"/>
<rect key="frame" x="218" y="440" width="472" height="18"/>
<buttonCell key="cell" type="check" title="Do not use alternative brightness keys" bezelStyle="regularSquare" imagePosition="left" inset="2" id="vd2-Lk-neX">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@ -968,7 +965,7 @@
<gridCell row="eGd-bB-47V" column="ZC2-Ja-sIb" id="WGW-vl-p5x"/>
<gridCell row="eGd-bB-47V" column="EiG-65-CTv" id="es9-X3-7zr">
<textField key="contentView" horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="400" translatesAutoresizingMaskIntoConstraints="NO" id="aFo-6H-zml">
<rect key="frame" x="218" y="486" width="474" height="28"/>
<rect key="frame" x="218" y="406" width="474" height="28"/>
<textFieldCell key="cell" controlSize="small" title="Alternative keys are the F14/F15 (Scroll Lock and Pause on PC keyboards, brightness keys on some Logitech keyboards)." id="D4H-hU-FLn">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
@ -976,9 +973,9 @@
</textFieldCell>
</textField>
</gridCell>
<gridCell row="I9B-dr-BOu" column="ZC2-Ja-sIb" xPlacement="trailing" id="bAf-Bt-a5c">
<gridCell row="I9B-dr-BOu" column="ZC2-Ja-sIb" xPlacement="trailing" yPlacement="center" id="bAf-Bt-a5c">
<textField key="contentView" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tIh-qa-IGb">
<rect key="frame" x="100" y="460" width="112" height="16"/>
<rect key="frame" x="100" y="378" width="112" height="16"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Screen to control:" id="ltL-gR-K3Z">
<font key="font" usesAppearanceFont="YES"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
@ -986,38 +983,33 @@
</textFieldCell>
</textField>
</gridCell>
<gridCell row="I9B-dr-BOu" column="EiG-65-CTv" id="buZ-hq-416">
<button key="contentView" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="5kF-5S-gp2">
<rect key="frame" x="218" y="459" width="472" height="18"/>
<buttonCell key="cell" type="check" title="Change for all screens" bezelStyle="regularSquare" imagePosition="left" inset="2" id="JC3-pb-XnR">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<gridCell row="I9B-dr-BOu" column="EiG-65-CTv" xPlacement="leading" id="buZ-hq-416">
<popUpButton key="contentView" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="led-AW-u5j">
<rect key="frame" x="217" y="372" width="377" height="25"/>
<popUpButtonCell key="cell" type="push" title="Depends on mouse pointer position" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="km4-hK-auM" id="5sg-8I-seu">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="menu"/>
<menu key="menu" id="9hv-Sa-w7P">
<items>
<menuItem title="Depends on mouse pointer position" state="on" id="km4-hK-auM"/>
<menuItem title="Change for all screens" tag="1" id="jSj-HB-T2t"/>
<menuItem title="Use window focus to determine which display to control" tag="2" id="gTR-FW-FHc">
<modifierMask key="keyEquivalentModifierMask"/>
</menuItem>
</items>
</menu>
</popUpButtonCell>
<connections>
<action selector="allScreensClicked:" target="eJ2-Cv-Vfp" id="73H-tQ-TJf"/>
<action selector="multiKeyboardBrightness:" target="eJ2-Cv-Vfp" id="FDO-w4-b4g"/>
</connections>
</button>
</gridCell>
<gridCell row="7CD-Vz-yse" column="ZC2-Ja-sIb" id="S2B-61-CdS"/>
<gridCell row="7CD-Vz-yse" column="EiG-65-CTv" id="qIc-Sd-rrT">
<button key="contentView" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="8PE-jJ-woz">
<rect key="frame" x="218" y="429" width="472" height="18"/>
<buttonCell key="cell" type="check" title="Use window focus to determine which display to control" bezelStyle="regularSquare" imagePosition="left" inset="2" id="mMG-Ac-gdB">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="useFocusInsteadOfMouseClicked:" target="eJ2-Cv-Vfp" id="jQk-NZ-Fyl"/>
</connections>
</button>
</popUpButton>
</gridCell>
<gridCell row="UIH-jA-Cfi" column="ZC2-Ja-sIb" id="0mO-T1-WIu"/>
<gridCell row="UIH-jA-Cfi" column="EiG-65-CTv" id="946-Ae-IAi">
<textField key="contentView" horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="400" translatesAutoresizingMaskIntoConstraints="NO" id="8uZ-DH-JRs">
<rect key="frame" x="218" y="395" width="474" height="28"/>
<textFieldCell key="cell" controlSize="small" id="4dX-o1-xAc">
<rect key="frame" x="218" y="355" width="474" height="14"/>
<textFieldCell key="cell" controlSize="small" title="Using window focus might not work properly with full screen apps." id="4dX-o1-xAc">
<font key="font" metaFont="smallSystem"/>
<string key="title">MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps.</string>
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
@ -1025,7 +1017,7 @@
</gridCell>
<gridCell row="jJT-as-drf" column="ZC2-Ja-sIb" xPlacement="trailing" id="nrK-Hc-7nO">
<textField key="contentView" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="vWz-eO-w5x">
<rect key="frame" x="141" y="369" width="71" height="16"/>
<rect key="frame" x="141" y="329" width="71" height="16"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="OSD scale:" id="bP4-GJ-vhJ">
<font key="font" usesAppearanceFont="YES"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
@ -1035,8 +1027,8 @@
</gridCell>
<gridCell row="jJT-as-drf" column="EiG-65-CTv" id="RS1-HU-liD">
<button key="contentView" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="M5g-VZ-qiM">
<rect key="frame" x="218" y="368" width="472" height="18"/>
<buttonCell key="cell" type="check" title="Use fine OSD scale" bezelStyle="regularSquare" imagePosition="left" inset="2" id="8Q8-57-xnT">
<rect key="frame" x="218" y="328" width="472" height="18"/>
<buttonCell key="cell" type="check" title="Use fine OSD scale for brightness and contrast" bezelStyle="regularSquare" imagePosition="left" inset="2" id="8Q8-57-xnT">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
@ -1048,7 +1040,7 @@
<gridCell row="4Ie-T6-Ifw" column="ZC2-Ja-sIb" id="5r9-mO-Jth"/>
<gridCell row="4Ie-T6-Ifw" column="EiG-65-CTv" id="Ic1-hh-nwR">
<textField key="contentView" horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="400" translatesAutoresizingMaskIntoConstraints="NO" id="6IT-qa-vjW">
<rect key="frame" x="218" y="334" width="474" height="28"/>
<rect key="frame" x="218" y="294" width="474" height="28"/>
<textFieldCell key="cell" controlSize="small" id="f6J-Ui-uMB">
<font key="font" metaFont="smallSystem"/>
<string key="title">Normally keyboard controls change one OSD chiclet worth of value and Shift+Option allows fine control. This makes fine control default.</string>
@ -1060,7 +1052,7 @@
<gridCell row="4hU-dS-J9a" column="ZC2-Ja-sIb" id="zvG-Rs-1Wp"/>
<gridCell row="4hU-dS-J9a" column="EiG-65-CTv" id="5T9-2m-uH0">
<button key="contentView" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="f8L-OE-kAQ">
<rect key="frame" x="218" y="307" width="472" height="18"/>
<rect key="frame" x="218" y="267" width="472" height="18"/>
<buttonCell key="cell" type="check" title="Separate scales for combined hardware &amp; software dimming" bezelStyle="regularSquare" imagePosition="left" inset="2" id="O8o-hI-8eR">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@ -1073,7 +1065,7 @@
<gridCell row="ON8-Vi-iMV" column="ZC2-Ja-sIb" id="ZjD-la-smM"/>
<gridCell row="ON8-Vi-iMV" column="EiG-65-CTv" id="5bt-Sc-Tne">
<textField key="contentView" horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="400" translatesAutoresizingMaskIntoConstraints="NO" id="qYT-s5-VcV">
<rect key="frame" x="218" y="273" width="474" height="28"/>
<rect key="frame" x="218" y="233" width="474" height="28"/>
<textFieldCell key="cell" controlSize="small" id="YHZ-VL-QJ3">
<font key="font" metaFont="smallSystem"/>
<string key="title">Full OSD scale will be available for hardware brightness control and after reaching 0 brightness, further software dimming will be used.</string>
@ -1084,13 +1076,13 @@
</gridCell>
<gridCell row="9sW-wk-3dM" column="ZC2-Ja-sIb" headOfMergedCell="JSH-kM-pjC" id="JSH-kM-pjC">
<box key="contentView" autoresizesSubviews="NO" verticalHuggingPriority="750" placeholderIntrinsicWidth="690" placeholderIntrinsicHeight="2" boxType="separator" translatesAutoresizingMaskIntoConstraints="NO" id="TOH-xA-yYJ">
<rect key="frame" x="0.0" y="259" width="690" height="6"/>
<rect key="frame" x="0.0" y="219" width="690" height="6"/>
</box>
</gridCell>
<gridCell row="9sW-wk-3dM" column="EiG-65-CTv" headOfMergedCell="JSH-kM-pjC" id="Nz7-FJ-WeR"/>
<gridCell row="6od-Ek-qTW" column="ZC2-Ja-sIb" xPlacement="trailing" yPlacement="center" id="9Ea-cn-wzu">
<textField key="contentView" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="gNu-Sd-s4E">
<rect key="frame" x="43" y="233" width="169" height="16"/>
<rect key="frame" x="43" y="193" width="169" height="16"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Volume control (DDC only):" id="qoh-Gn-f11">
<font key="font" usesAppearanceFont="YES"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
@ -1100,7 +1092,7 @@
</gridCell>
<gridCell row="6od-Ek-qTW" column="EiG-65-CTv" xPlacement="leading" id="pCd-dP-Y62">
<popUpButton key="contentView" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9oZ-JM-bxD">
<rect key="frame" x="217" y="227" width="293" height="25"/>
<rect key="frame" x="217" y="187" width="293" height="25"/>
<popUpButtonCell key="cell" type="push" title="Standard keyboard volume and mute keys" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="1sy-Kd-WL5" id="gTf-PQ-2fA">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="menu"/>
@ -1116,14 +1108,14 @@
</menu>
</popUpButtonCell>
<connections>
<action selector="keyboardVolume:" target="eJ2-Cv-Vfp" id="On2-zq-Fjz"/>
<action selector="keyboardVolume:" target="eJ2-Cv-Vfp" id="Huk-oF-OYb"/>
</connections>
</popUpButton>
</gridCell>
<gridCell row="TxS-hN-bkf" column="ZC2-Ja-sIb" xPlacement="trailing" id="Ifk-Yb-maM"/>
<gridCell row="TxS-hN-bkf" column="EiG-65-CTv" xPlacement="leading" id="rL9-yD-7Tk">
<box key="contentView" boxType="custom" borderType="line" cornerRadius="6" title="#bc-ignore!" titlePosition="noTitle" translatesAutoresizingMaskIntoConstraints="NO" id="9aX-gm-8TS">
<rect key="frame" x="220" y="145" width="470" height="72"/>
<rect key="frame" x="220" y="105" width="470" height="72"/>
<view key="contentView" id="iJ6-Kh-tv6">
<rect key="frame" x="1" y="1" width="468" height="70"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
@ -1188,23 +1180,41 @@
<color key="fillColor" red="0.59607843140000005" green="0.59607843140000005" blue="0.61568627450000002" alpha="0.15133397109999999" colorSpace="custom" customColorSpace="sRGB"/>
</box>
</gridCell>
<gridCell row="LHa-CM-c46" column="ZC2-Ja-sIb" id="4xC-rW-7Hz"/>
<gridCell row="LHa-CM-c46" column="EiG-65-CTv" id="MEm-fE-vTk">
<button key="contentView" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="P7n-7y-LzH">
<rect key="frame" x="218" y="114" width="472" height="18"/>
<buttonCell key="cell" type="check" title="Change volume for all screens" bezelStyle="regularSquare" imagePosition="left" inset="2" id="1XT-3S-UuD">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<gridCell row="LHa-CM-c46" column="ZC2-Ja-sIb" xPlacement="trailing" yPlacement="center" id="4xC-rW-7Hz">
<textField key="contentView" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="LG9-bh-mSa">
<rect key="frame" x="100" y="73" width="112" height="16"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="Screen to control:" id="Kfj-WK-aSL">
<font key="font" usesAppearanceFont="YES"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</gridCell>
<gridCell row="LHa-CM-c46" column="EiG-65-CTv" xPlacement="leading" id="MEm-fE-vTk">
<popUpButton key="contentView" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="0cl-gg-oET">
<rect key="frame" x="217" y="67" width="408" height="25"/>
<popUpButtonCell key="cell" type="push" title="Depends on mouse pointer position" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="Ytd-mg-N5E" id="XV1-Ht-u5Z">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="menu"/>
<menu key="menu" id="Jah-ra-KhR">
<items>
<menuItem title="Depends on mouse pointer position" state="on" id="Ytd-mg-N5E"/>
<menuItem title="Change volume for all screens" tag="1" id="Xih-P5-NyM"/>
<menuItem title="Use audio device name to determine which display to control" tag="2" id="AqF-uD-KCY">
<modifierMask key="keyEquivalentModifierMask"/>
</menuItem>
</items>
</menu>
</popUpButtonCell>
<connections>
<action selector="allScreensVolumeClicked:" target="eJ2-Cv-Vfp" id="kwW-ul-a4o"/>
<action selector="multiKeyboardVolume:" target="eJ2-Cv-Vfp" id="jki-L9-QU0"/>
</connections>
</button>
</popUpButton>
</gridCell>
<gridCell row="ypS-k5-pR7" column="ZC2-Ja-sIb" id="a23-q4-hTS"/>
<gridCell row="ypS-k5-pR7" column="EiG-65-CTv" id="Lve-9C-7rL">
<textField key="contentView" horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="400" translatesAutoresizingMaskIntoConstraints="NO" id="Edw-f1-SjL">
<rect key="frame" x="218" y="94" width="474" height="14"/>
<rect key="frame" x="218" y="50" width="474" height="14"/>
<textFieldCell key="cell" controlSize="small" title="Works if an audio device is selected with no native volume control." id="uF5-a9-Ngz">
<font key="font" metaFont="smallSystem"/>
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
@ -1212,35 +1222,30 @@
</textFieldCell>
</textField>
</gridCell>
<gridCell row="1kc-MK-daX" column="ZC2-Ja-sIb" id="kwE-ut-eRZ"/>
<gridCell row="1kc-MK-daX" column="EiG-65-CTv" id="mpv-8s-0vx">
<button key="contentView" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Jvd-Zg-MJL">
<rect key="frame" x="218" y="67" width="472" height="18"/>
<buttonCell key="cell" type="check" title="Use audio device name to determine which display to control" bezelStyle="regularSquare" imagePosition="left" inset="2" id="OAa-B4-8r3">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<action selector="useAudioDeviceNameMatchingClicked:" target="eJ2-Cv-Vfp" id="SvG-NW-vJp"/>
</connections>
</button>
</gridCell>
<gridCell row="73k-Ho-qxa" column="ZC2-Ja-sIb" id="auW-Op-Sd7"/>
<gridCell row="73k-Ho-qxa" column="EiG-65-CTv" id="zDs-rB-tfY">
<textField key="contentView" horizontalHuggingPriority="251" verticalHuggingPriority="750" preferredMaxLayoutWidth="400" translatesAutoresizingMaskIntoConstraints="NO" id="1lU-Y6-hCU">
<rect key="frame" x="218" y="33" width="474" height="28"/>
<textFieldCell key="cell" controlSize="small" id="Dha-Tm-cDM">
<rect key="frame" x="218" y="26" width="474" height="14"/>
<textFieldCell key="cell" controlSize="small" title="You can override audio device name under Displays (advanced) if needed." id="Dha-Tm-cDM">
<font key="font" metaFont="smallSystem"/>
<string key="title">Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed.</string>
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</gridCell>
<gridCell row="fUL-yd-WWe" column="ZC2-Ja-sIb" xPlacement="trailing" id="Wh1-8h-lvf"/>
<gridCell row="fUL-yd-WWe" column="ZC2-Ja-sIb" xPlacement="trailing" id="Wh1-8h-lvf">
<textField key="contentView" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="GO6-iW-7qg">
<rect key="frame" x="141" y="0.0" width="71" height="16"/>
<textFieldCell key="cell" lineBreakMode="clipping" title="OSD scale:" id="Bqc-s3-C0w">
<font key="font" usesAppearanceFont="YES"/>
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
</textField>
</gridCell>
<gridCell row="fUL-yd-WWe" column="EiG-65-CTv" id="E3y-Dw-dnI">
<button key="contentView" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="aab-nY-XnS">
<rect key="frame" x="218" y="6" width="472" height="18"/>
<rect key="frame" x="218" y="-1" width="472" height="18"/>
<buttonCell key="cell" type="check" title="Use fine OSD scale for volume" bezelStyle="regularSquare" imagePosition="left" inset="2" id="J3L-MW-iJL">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
@ -1250,8 +1255,6 @@
</connections>
</button>
</gridCell>
<gridCell row="isS-lh-NP9" column="ZC2-Ja-sIb" id="lQp-8a-jS2"/>
<gridCell row="isS-lh-NP9" column="EiG-65-CTv" id="Nlo-Q9-R6N"/>
</gridCells>
</gridView>
</subviews>
@ -1264,8 +1267,6 @@
</constraints>
</view>
<connections>
<outlet property="allScreens" destination="5kF-5S-gp2" id="8vy-4o-WEc"/>
<outlet property="allScreensVolume" destination="P7n-7y-LzH" id="JpT-1i-iJs"/>
<outlet property="customBrightnessDown" destination="ldh-IC-HUY" id="g78-1G-w1U"/>
<outlet property="customBrightnessUp" destination="uJd-Dl-olj" id="0o1-OX-8jv"/>
<outlet property="customContrastDown" destination="QpM-NB-Drp" id="HLt-UA-orp"/>
@ -1276,30 +1277,30 @@
<outlet property="disableAltBrightnessKeys" destination="EJp-ld-K4l" id="WzJ-1Q-YT4"/>
<outlet property="keyboardBrightness" destination="2NF-gh-JBU" id="3Cw-ob-T06"/>
<outlet property="keyboardVolume" destination="9oZ-JM-bxD" id="IJ6-6m-q0x"/>
<outlet property="multiKeyboardBrightness" destination="led-AW-u5j" id="14B-uk-v7Z"/>
<outlet property="multiKeyboardVolume" destination="0cl-gg-oET" id="sNi-A6-f0Q"/>
<outlet property="rowCustomAudioShortcuts" destination="TxS-hN-bkf" id="5PX-Iu-Rpm"/>
<outlet property="rowCustomBrightnessShortcuts" destination="FIZ-Gs-XUq" id="3HL-ls-dMz"/>
<outlet property="rowDisableAltBrightnessKeysCheck" destination="yxK-w1-5wV" id="rXp-UE-RWF"/>
<outlet property="rowDisableAltBrightnessKeysText" destination="eGd-bB-47V" id="Fgr-ac-DP1"/>
<outlet property="rowKeyboardBrightnessPopUp" destination="dwB-Ku-aql" id="bM0-Ms-24E"/>
<outlet property="rowKeyboardBrightnessText" destination="pf1-cW-4bf" id="Fxg-Uy-UHE"/>
<outlet property="rowMultiKeyboardBrightness" destination="I9B-dr-BOu" id="yDW-15-8xH"/>
<outlet property="rowSeparateCombinedScaleCheck" destination="4hU-dS-J9a" id="6Zr-4J-FsI"/>
<outlet property="rowSeparateCombinedScaleText" destination="ON8-Vi-iMV" id="lRE-Ad-h8L"/>
<outlet property="rowUseAudioNameCheck" destination="1kc-MK-daX" id="2AH-sK-k1p"/>
<outlet property="rowUseAudioMouseText" destination="ypS-k5-pR7" id="yr6-jO-zTY"/>
<outlet property="rowUseAudioNameText" destination="73k-Ho-qxa" id="yHm-CV-4aa"/>
<outlet property="rowUseFineScaleCheck" destination="jJT-as-drf" id="2fT-4t-kAg"/>
<outlet property="rowUseFineScaleText" destination="4Ie-T6-Ifw" id="faU-z6-bgQ"/>
<outlet property="rowUseFocusCheck" destination="7CD-Vz-yse" id="EdV-ap-6tr"/>
<outlet property="rowUseFocusText" destination="UIH-jA-Cfi" id="NAn-5h-Shx"/>
<outlet property="separateCombinedScale" destination="f8L-OE-kAQ" id="Pgg-cY-eTx"/>
<outlet property="useAudioDeviceNameMatching" destination="Jvd-Zg-MJL" id="uLi-xg-l26"/>
<outlet property="useFineScale" destination="M5g-VZ-qiM" id="5ZM-Nh-97j"/>
<outlet property="useFineScaleVolume" destination="aab-nY-XnS" id="1kA-7E-785"/>
<outlet property="useFocusInsteadOfMouse" destination="8PE-jJ-woz" id="G61-SY-vBL"/>
</connections>
</viewController>
<customObject id="aU5-zc-suQ" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="298" y="986"/>
<point key="canvasLocation" x="298" y="886"/>
</scene>
<!--Displays Prefs View Controller-->
<scene sceneID="lLH-hh-1EK">
@ -1435,7 +1436,7 @@
</buttonCell>
</button>
<button verticalHuggingPriority="750" id="ARW-va-sn0">
<rect key="frame" x="385" y="352" width="302" height="18"/>
<rect key="frame" x="385" y="384" width="302" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="check" title="Disable macOS volume OSD" bezelStyle="regularSquare" imagePosition="left" inset="2" id="bkM-Px-U3b">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
@ -1492,7 +1493,6 @@
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<accessibility description="Brightness"/>
<connections>
<action selector="minDDCOverride:" target="hCY-wr-B84" id="bZo-pP-nqf"/>
</connections>
@ -1529,7 +1529,6 @@
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<accessibility description="Brightness"/>
<connections>
<action selector="maxDDCOverride:" target="hCY-wr-B84" id="Oca-mn-LFA"/>
</connections>
@ -1700,7 +1699,6 @@
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<accessibility description="Brightness"/>
<connections>
<action selector="invertDDC:" target="hCY-wr-B84" id="Hjk-Ke-dq2"/>
</connections>
@ -1771,7 +1769,6 @@
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
<accessibility description="Brightness"/>
<connections>
<action selector="remapDDC:" target="hCY-wr-B84" id="TvV-wf-Pfc"/>
</connections>
@ -1869,7 +1866,6 @@
<rect key="frame" x="339" y="56" width="110" height="28"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<sliderCell key="cell" state="on" alignment="left" minValue="1" maxValue="9" doubleValue="5" tickMarkPosition="above" numberOfTickMarks="9" allowsTickMarkValuesOnly="YES" sliderType="linear" id="HPs-Bd-Ymf"/>
<accessibility description="Brightness"/>
<connections>
<action selector="curveDDC:" target="hCY-wr-B84" id="LLn-ot-OHw"/>
</connections>
@ -1878,7 +1874,6 @@
<rect key="frame" x="270" y="249" width="208" height="28"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<sliderCell key="cell" state="on" alignment="left" minValue="-8" maxValue="7" tickMarkPosition="above" numberOfTickMarks="16" allowsTickMarkValuesOnly="YES" sliderType="linear" id="c6i-bm-1LB"/>
<accessibility description="Brightness"/>
<connections>
<action selector="combinedBrightnessSwitchingPoint:" target="hCY-wr-B84" id="EBm-wm-0qz"/>
</connections>
@ -1936,7 +1931,7 @@
</connections>
</button>
<button verticalHuggingPriority="750" id="Ehb-Kc-XcH">
<rect key="frame" x="385" y="384" width="302" height="18"/>
<rect key="frame" x="385" y="352" width="302" height="18"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<buttonCell key="cell" type="check" title="Avoid gamma table manipulation" bezelStyle="regularSquare" imagePosition="left" inset="2" id="na6-mS-MPi">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
@ -2026,7 +2021,7 @@
</connections>
</viewController>
</objects>
<point key="canvasLocation" x="298" y="1755.5"/>
<point key="canvasLocation" x="298" y="1569"/>
</scene>
<!--About Prefs View Controller-->
<scene sceneID="Ot2-lL-eIg">

View file

@ -10,9 +10,6 @@
/* Class = "NSMenuItem"; title = "Standard keyboard volume and mute keys"; ObjectID = "1sy-Kd-WL5"; */
"1sy-Kd-WL5.title" = "Standardtasten für Lautstärke und Stummschaltung";
/* Class = "NSButtonCell"; title = "Change volume for all screens"; ObjectID = "1XT-3S-UuD"; */
"1XT-3S-UuD.title" = "Lautstärke für alle Monitore ändern";
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
"1zE-fg-xEm.title" = "DDC min";
@ -25,11 +22,8 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "4CG-0I-anB"; */
"4CG-0I-anB.title" = "Benutzerdefinierte Tastaturkürzel";
/* Class = "NSTextFieldCell"; title = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "MonitorControl verwendet die Mausposition, um zu bestimmen, welcher Monitor gesteuert werden soll. Die Verwendung des Fensterfokus könnte bei Vollbildanwendungen nicht gut funktionieren.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "567-le-fLg"; */
"567-le-fLg.ibExternalAccessibilityDescription" = "Helligkeit";
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "Die Verwendung des Fensterfokus könnte bei Vollbildanwendungen nicht gut funktionieren.";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Einstellungen zurücksetzen";
@ -46,7 +40,7 @@
/* Class = "NSTextFieldCell"; title = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control."; ObjectID = "8Gx-Ya-zhp"; */
"8Gx-Ya-zhp.title" = "Der Regler rastet bei Annäherung auf 0 %, 25 %, 50 %, 75 % und 100 % ein, was die Einstellung dieser Werte erleichtert. Deaktivieren für genauere Kontrolle.";
/* Class = "NSButtonCell"; title = "Use fine OSD scale"; ObjectID = "8Q8-57-xnT"; */
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "Feine OSD-Skalierung verwenden";
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
@ -55,9 +49,6 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "9eC-PD-FHl"; */
"9eC-PD-FHl.title" = "Benutzerdefinierte Tastaturkürzel";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "9H1-0z-xsx"; */
"9H1-0z-xsx.ibExternalAccessibilityDescription" = "Helligkeit";
/* Class = "NSMenuItem"; title = "Attempt to read display settings"; ObjectID = "9yL-no-aWa"; */
"9yL-no-aWa.title" = "Versuch, die Monitor-Einstellungen zu lesen";
@ -70,6 +61,9 @@
/* Class = "NSTextFieldCell"; title = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user."; ObjectID = "an7-Aj-3fZ"; */
"an7-Aj-3fZ.title" = "Helligkeit, Lautstärke und andere Einstellungen vom letzten Mal verwenden oder Standardwerte verwenden. Die Werte werden bei der ersten Änderung durch den Benutzer auf den Monitor angewendet.";
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
"AqF-uD-KCY.title" = "Verwenden des Namens des Audiogeräts, um zu bestimmen, welcher Monitor gesteuert werden soll";
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
"bbf-sS-uGv.title" = "Regler nur für den Monitor anzeigen, auf dem das Menü gerade angezeigt wird";
@ -88,6 +82,9 @@
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "bP4-GJ-vhJ"; */
"bP4-GJ-vhJ.title" = "OSD Skala:";
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "Bqc-s3-C0w"; */
"Bqc-s3-C0w.title" = "OSD Skala:";
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
"BYS-7Y-bRz.title" = "Zurücksetzen";
@ -115,8 +112,8 @@
/* Class = "NSTextFieldCell"; title = "VCP list"; ObjectID = "D9t-vT-gNJ"; */
"D9t-vT-gNJ.title" = "VCP Liste";
/* Class = "NSTextFieldCell"; title = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "Ohne diese Einstellung verwendet die App die Mausposition, um den zu steuernden Monitor zu bestimmen. Bei Bedarf kannst du den Namen des Audiogeräts unter Monitore überschreiben.";
/* Class = "NSTextFieldCell"; title = "You can override audio device name under Displays (advanced) if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "Bei Bedarf kannst du den Namen des Audiogeräts unter Monitore überschreiben.";
/* Class = "NSTextFieldCell"; title = "You can disable smooth transitions for a more direct, immediate control."; ObjectID = "ENt-mP-0yH"; */
"ENt-mP-0yH.title" = "Für eine direktere, unmittelbare Steuerung kannst du weiche Übergänge deaktivieren.";
@ -163,6 +160,9 @@
/* Class = "NSTextFieldCell"; title = "Invert"; ObjectID = "G5A-y3-eZz"; */
"G5A-y3-eZz.title" = "Umkehren";
/* Class = "NSMenuItem"; title = "Use window focus to determine which display to control"; ObjectID = "gTR-FW-FHc"; */
"gTR-FW-FHc.title" = "Verwende den Fensterfokus, um den zu steuernden Monitor zu bestimmen";
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "Helligkeitsregler für hardware- oder softwaregesteuerte Monitore oder TV-Geräte.";
@ -193,8 +193,8 @@
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
"j72-NF-zsW.title" = "Start beim Login";
/* Class = "NSButtonCell"; title = "Change for all screens"; ObjectID = "JC3-pb-XnR"; */
"JC3-pb-XnR.title" = "Änderung für alle Monitore";
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
"jSj-HB-T2t.title" = "Änderung für alle Monitore";
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
"Jx2-gO-nq9.title" = "Hinweis: Du kannst während des Starts die Umschalttaste drücken, um den 'Abgesicherten Modus' zu aktivieren, damit die Standardeinstellungen wiederhergestellt werden und nichts gelesen oder eingestellt wird.";
@ -202,9 +202,15 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Auch für Apple und eingebaute Monitore aktivieren";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "Screen to control:";
/* Class = "NSTextFieldCell"; title = "Don't use software dimming as fallback if no hardware control is available."; ObjectID = "kgh-b4-gmO"; */
"kgh-b4-gmO.title" = "Softwaredimmung nicht als Ausweichlösung verwendet werden, wenn keine Hardware-Steuerung verfügbar ist.";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
"km4-hK-auM.title" = "Abhängig von der Mauszeigerposition";
/* Class = "NSMenuItem"; title = "Use combined slider for all displays"; ObjectID = "lA0-tv-qRs"; */
"lA0-tv-qRs.title" = "Kombinierten Regler für alle Monitore verwenden";
@ -223,9 +229,6 @@
/* Class = "NSMenuItem"; title = "Always show in the menu bar"; ObjectID = "MM0-Lf-VgF"; */
"MM0-Lf-VgF.title" = "Immer in der Menüleiste anzeigen";
/* Class = "NSButtonCell"; title = "Use window focus to determine which display to control"; ObjectID = "mMG-Ac-gdB"; */
"mMG-Ac-gdB.title" = "Verwende den Fensterfokus, um den zu steuernden Monitor zu bestimmen";
/* Class = "NSTextFieldCell"; title = "Contrast:"; ObjectID = "MMk-S2-yJN"; */
"MMk-S2-yJN.title" = "Kontrast:";
@ -241,12 +244,6 @@
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
"O8o-hI-8eR.title" = "Getrennte Skalen für kombiniertes Dimmen von Hardware und Software";
/* Class = "NSButtonCell"; title = "Use audio device name to determine which display to control"; ObjectID = "OAa-B4-8r3"; */
"OAa-B4-8r3.title" = "Verwenden des Namens des Audiogeräts, um zu bestimmen, welcher Monitor gesteuert werden soll";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "OG9-iA-jK1"; */
"OG9-iA-jK1.ibExternalAccessibilityDescription" = "Helligkeit";
/* Class = "NSMenuItem"; title = "Disable keyboard"; ObjectID = "oHf-Gh-68c"; */
"oHf-Gh-68c.title" = "Tastatur deaktivieren";
@ -301,9 +298,6 @@
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
"Riq-uM-bTs.title" = "Normal";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "RkH-7d-KvR"; */
"RkH-7d-KvR.ibExternalAccessibilityDescription" = "Helligkeit";
/* Class = "NSButtonCell"; title = "Show advanced settings"; ObjectID = "sAR-sh-y8e"; */
"sAR-sh-y8e.title" = "Erweiterte Einstellungen anzeigen";
@ -319,9 +313,6 @@
/* Class = "NSTextFieldCell"; title = "Works if an audio device is selected with no native volume control."; ObjectID = "uF5-a9-Ngz"; */
"uF5-a9-Ngz.title" = "Funktioniert, wenn ein Audiogerät ohne eigene Lautstärkesteuerung ausgewählt ist.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "uJS-s3-Zpi"; */
"uJS-s3-Zpi.ibExternalAccessibilityDescription" = "Helligkeit";
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
"UqR-WE-jHl.title" = "Tastatursteuerung für den Monitor verwenden";
@ -352,8 +343,8 @@
/* Class = "NSTextFieldCell"; title = "Display advanced settings and additional information in Preferences."; ObjectID = "X6w-Ee-9Jq"; */
"X6w-Ee-9Jq.title" = "Erweiterte Einstellungen und zusätzliche Informationen in den Einstellungen anzeigen.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "xDF-IA-bBh"; */
"xDF-IA-bBh.ibExternalAccessibilityDescription" = "Helligkeit";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
"Xih-P5-NyM.title" = "Lautstärke für alle Monitore ändern";
/* Class = "NSTextFieldCell"; title = "Update settings from the display. May not work with some hardware."; ObjectID = "xjq-hs-wWB"; */
"xjq-hs-wWB.title" = "Aktualisiere die Einstellungen vom Monitor. Funktioniert bei manchen Geräten möglicherweise nicht.";
@ -379,6 +370,9 @@
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
"YqZ-LS-YvR.title" = "Bezeichnung:";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
"Ytd-mg-N5E.title" = "Abhängig von der Mauszeigerposition";
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
"ZdU-gV-V05.title" = "Hardware DDC Steuerung verwenden";

View file

@ -10,9 +10,6 @@
/* Class = "NSMenuItem"; title = "Standard keyboard volume and mute keys"; ObjectID = "1sy-Kd-WL5"; */
"1sy-Kd-WL5.title" = "Standard keyboard volume and mute keys";
/* Class = "NSButtonCell"; title = "Change volume for all screens"; ObjectID = "1XT-3S-UuD"; */
"1XT-3S-UuD.title" = "Change volume for all screens";
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
"1zE-fg-xEm.title" = "DDC min";
@ -25,11 +22,8 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "4CG-0I-anB"; */
"4CG-0I-anB.title" = "Custom keyboard shortcuts";
/* Class = "NSTextFieldCell"; title = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "567-le-fLg"; */
"567-le-fLg.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "Using window focus might not work properly with full screen apps.";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Reset Preferences";
@ -46,8 +40,8 @@
/* Class = "NSTextFieldCell"; title = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control."; ObjectID = "8Gx-Ya-zhp"; */
"8Gx-Ya-zhp.title" = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control.";
/* Class = "NSButtonCell"; title = "Use fine OSD scale"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "Use fine OSD scale";
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "Use fine OSD scale for brightness and contrast";
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
"95V-M4-2l5.title" = "Special thanks to our contributors!";
@ -55,9 +49,6 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "9eC-PD-FHl"; */
"9eC-PD-FHl.title" = "Custom keyboard shortcuts";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "9H1-0z-xsx"; */
"9H1-0z-xsx.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Attempt to read display settings"; ObjectID = "9yL-no-aWa"; */
"9yL-no-aWa.title" = "Attempt to read display settings";
@ -70,6 +61,9 @@
/* Class = "NSTextFieldCell"; title = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user."; ObjectID = "an7-Aj-3fZ"; */
"an7-Aj-3fZ.title" = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user.";
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
"AqF-uD-KCY.title" = "Use audio device name to determine which display to control";
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
"bbf-sS-uGv.title" = "Show sliders only for the display currently showing the menu";
@ -88,6 +82,9 @@
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "bP4-GJ-vhJ"; */
"bP4-GJ-vhJ.title" = "OSD scale:";
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "Bqc-s3-C0w"; */
"Bqc-s3-C0w.title" = "OSD scale:";
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
"BYS-7Y-bRz.title" = "Reset settings";
@ -115,8 +112,8 @@
/* Class = "NSTextFieldCell"; title = "VCP list"; ObjectID = "D9t-vT-gNJ"; */
"D9t-vT-gNJ.title" = "VCP list";
/* Class = "NSTextFieldCell"; title = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed.";
/* Class = "NSTextFieldCell"; title = "You can override audio device name under Displays (advanced) if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "You can override audio device name under Displays (advanced) if needed.";
/* Class = "NSTextFieldCell"; title = "You can disable smooth transitions for a more direct, immediate control."; ObjectID = "ENt-mP-0yH"; */
"ENt-mP-0yH.title" = "You can disable smooth transitions for a more direct, immediate control.";
@ -163,6 +160,9 @@
/* Class = "NSTextFieldCell"; title = "Invert"; ObjectID = "G5A-y3-eZz"; */
"G5A-y3-eZz.title" = "Invert";
/* Class = "NSMenuItem"; title = "Use window focus to determine which display to control"; ObjectID = "gTR-FW-FHc"; */
"gTR-FW-FHc.title" = "Use window focus to determine which display to control";
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "Brightness slider for hardware or software controlled displays or TVs.";
@ -193,8 +193,8 @@
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
"j72-NF-zsW.title" = "Start at Login";
/* Class = "NSButtonCell"; title = "Change for all screens"; ObjectID = "JC3-pb-XnR"; */
"JC3-pb-XnR.title" = "Change for all screens";
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
"jSj-HB-T2t.title" = "Change for all screens";
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
"Jx2-gO-nq9.title" = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything.";
@ -202,9 +202,15 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Enable for Apple branded and built-in displays as well";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "Screen to control:";
/* Class = "NSTextFieldCell"; title = "Don't use software dimming as fallback if no hardware control is available."; ObjectID = "kgh-b4-gmO"; */
"kgh-b4-gmO.title" = "Don't use software dimming as fallback if no hardware control is available.";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
"km4-hK-auM.title" = "Depends on mouse pointer position";
/* Class = "NSMenuItem"; title = "Use combined slider for all displays"; ObjectID = "lA0-tv-qRs"; */
"lA0-tv-qRs.title" = "Use combined slider for all displays";
@ -223,9 +229,6 @@
/* Class = "NSMenuItem"; title = "Always show in the menu bar"; ObjectID = "MM0-Lf-VgF"; */
"MM0-Lf-VgF.title" = "Always show in the menu bar";
/* Class = "NSButtonCell"; title = "Use window focus to determine which display to control"; ObjectID = "mMG-Ac-gdB"; */
"mMG-Ac-gdB.title" = "Use window focus to determine which display to control";
/* Class = "NSTextFieldCell"; title = "Contrast:"; ObjectID = "MMk-S2-yJN"; */
"MMk-S2-yJN.title" = "Contrast:";
@ -241,12 +244,6 @@
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
"O8o-hI-8eR.title" = "Separate scales for combined hardware & software dimming";
/* Class = "NSButtonCell"; title = "Use audio device name to determine which display to control"; ObjectID = "OAa-B4-8r3"; */
"OAa-B4-8r3.title" = "Use audio device name to determine which display to control";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "OG9-iA-jK1"; */
"OG9-iA-jK1.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Disable keyboard"; ObjectID = "oHf-Gh-68c"; */
"oHf-Gh-68c.title" = "Disable keyboard";
@ -301,9 +298,6 @@
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
"Riq-uM-bTs.title" = "Normal";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "RkH-7d-KvR"; */
"RkH-7d-KvR.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSButtonCell"; title = "Show advanced settings"; ObjectID = "sAR-sh-y8e"; */
"sAR-sh-y8e.title" = "Show advanced settings";
@ -319,9 +313,6 @@
/* Class = "NSTextFieldCell"; title = "Works if an audio device is selected with no native volume control."; ObjectID = "uF5-a9-Ngz"; */
"uF5-a9-Ngz.title" = "Works if an audio device is selected with no native volume control.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "uJS-s3-Zpi"; */
"uJS-s3-Zpi.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
"UqR-WE-jHl.title" = "Enable keyboard control for display";
@ -352,8 +343,8 @@
/* Class = "NSTextFieldCell"; title = "Display advanced settings and additional information in Preferences."; ObjectID = "X6w-Ee-9Jq"; */
"X6w-Ee-9Jq.title" = "Display advanced settings and additional information in Preferences.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "xDF-IA-bBh"; */
"xDF-IA-bBh.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
"Xih-P5-NyM.title" = "Change volume for all screens";
/* Class = "NSTextFieldCell"; title = "Update settings from the display. May not work with some hardware."; ObjectID = "xjq-hs-wWB"; */
"xjq-hs-wWB.title" = "Update settings from the display. May not work with some hardware.";
@ -379,6 +370,9 @@
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
"YqZ-LS-YvR.title" = "Identifier:";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
"Ytd-mg-N5E.title" = "Depends on mouse pointer position";
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
"ZdU-gV-V05.title" = "Use hardware DDC control";

View file

@ -10,9 +10,6 @@
/* Class = "NSMenuItem"; title = "Standard keyboard volume and mute keys"; ObjectID = "1sy-Kd-WL5"; */
"1sy-Kd-WL5.title" = "Standard keyboard volume and mute keys";
/* Class = "NSButtonCell"; title = "Change volume for all screens"; ObjectID = "1XT-3S-UuD"; */
"1XT-3S-UuD.title" = "Change volume for all screens";
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
"1zE-fg-xEm.title" = "DDC min";
@ -25,12 +22,9 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "4CG-0I-anB"; */
"4CG-0I-anB.title" = "Custom keyboard shortcuts";
/* Class = "NSTextFieldCell"; title = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps."; ObjectID = "4dX-o1-xAc"; */
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "567-le-fLg"; */
"567-le-fLg.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Reset Preferences";
@ -46,7 +40,7 @@
/* Class = "NSTextFieldCell"; title = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control."; ObjectID = "8Gx-Ya-zhp"; */
"8Gx-Ya-zhp.title" = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control.";
/* Class = "NSButtonCell"; title = "Use fine OSD scale"; ObjectID = "8Q8-57-xnT"; */
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "Use fine OSD scale";
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
@ -55,9 +49,6 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "9eC-PD-FHl"; */
"9eC-PD-FHl.title" = "Custom keyboard shortcuts";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "9H1-0z-xsx"; */
"9H1-0z-xsx.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Attempt to read display settings"; ObjectID = "9yL-no-aWa"; */
"9yL-no-aWa.title" = "Attempt to read display settings";
@ -70,6 +61,9 @@
/* Class = "NSTextFieldCell"; title = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user."; ObjectID = "an7-Aj-3fZ"; */
"an7-Aj-3fZ.title" = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user.";
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
"AqF-uD-KCY.title" = "Use audio device name to determine which display to control";
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
"bbf-sS-uGv.title" = "Show sliders only for the display currently showing the menu";
@ -88,6 +82,9 @@
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "bP4-GJ-vhJ"; */
"bP4-GJ-vhJ.title" = "OSD scale:";
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "Bqc-s3-C0w"; */
"Bqc-s3-C0w.title" = "OSD scale:";
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
"BYS-7Y-bRz.title" = "Reiniciar configuraciones";
@ -115,7 +112,7 @@
/* Class = "NSTextFieldCell"; title = "VCP list"; ObjectID = "D9t-vT-gNJ"; */
"D9t-vT-gNJ.title" = "VCP list";
/* Class = "NSTextFieldCell"; title = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed."; ObjectID = "Dha-Tm-cDM"; */
/* Class = "NSTextFieldCell"; title = "You can override audio device name under Displays (advanced) if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed.";
/* Class = "NSTextFieldCell"; title = "You can disable smooth transitions for a more direct, immediate control."; ObjectID = "ENt-mP-0yH"; */
@ -163,6 +160,9 @@
/* Class = "NSTextFieldCell"; title = "Invert"; ObjectID = "G5A-y3-eZz"; */
"G5A-y3-eZz.title" = "Invert";
/* Class = "NSMenuItem"; title = "Use window focus to determine which display to control"; ObjectID = "gTR-FW-FHc"; */
"gTR-FW-FHc.title" = "Use window focus to determine which display to control";
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "Brightness slider for hardware or software controlled displays or TVs.";
@ -193,8 +193,8 @@
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
"j72-NF-zsW.title" = "Iniciar app en inicio";
/* Class = "NSButtonCell"; title = "Change for all screens"; ObjectID = "JC3-pb-XnR"; */
"JC3-pb-XnR.title" = "Change for all screens";
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
"jSj-HB-T2t.title" = "Change for all screens";
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
"Jx2-gO-nq9.title" = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything.";
@ -202,9 +202,15 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Enable for Apple branded and built-in displays as well";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "Screen to control:";
/* Class = "NSTextFieldCell"; title = "Don't use software dimming as fallback if no hardware control is available."; ObjectID = "kgh-b4-gmO"; */
"kgh-b4-gmO.title" = "Don't use software dimming as fallback if no hardware control is available.";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
"km4-hK-auM.title" = "Depends on mouse pointer position";
/* Class = "NSMenuItem"; title = "Use combined slider for all displays"; ObjectID = "lA0-tv-qRs"; */
"lA0-tv-qRs.title" = "Use combined slider for all displays";
@ -223,9 +229,6 @@
/* Class = "NSMenuItem"; title = "Always show in the menu bar"; ObjectID = "MM0-Lf-VgF"; */
"MM0-Lf-VgF.title" = "Always show in the menu bar";
/* Class = "NSButtonCell"; title = "Use window focus to determine which display to control"; ObjectID = "mMG-Ac-gdB"; */
"mMG-Ac-gdB.title" = "Use window focus to determine which display to control";
/* Class = "NSTextFieldCell"; title = "Contrast:"; ObjectID = "MMk-S2-yJN"; */
"MMk-S2-yJN.title" = "Contrast:";
@ -241,12 +244,6 @@
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
"O8o-hI-8eR.title" = "Separate scales for combined hardware & software dimming";
/* Class = "NSButtonCell"; title = "Use audio device name to determine which display to control"; ObjectID = "OAa-B4-8r3"; */
"OAa-B4-8r3.title" = "Use audio device name to determine which display to control";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "OG9-iA-jK1"; */
"OG9-iA-jK1.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Disable keyboard"; ObjectID = "oHf-Gh-68c"; */
"oHf-Gh-68c.title" = "Disable keyboard";
@ -301,9 +298,6 @@
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
"Riq-uM-bTs.title" = "Normal";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "RkH-7d-KvR"; */
"RkH-7d-KvR.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSButtonCell"; title = "Show advanced settings"; ObjectID = "sAR-sh-y8e"; */
"sAR-sh-y8e.title" = "Show advanced settings";
@ -319,9 +313,6 @@
/* Class = "NSTextFieldCell"; title = "Works if an audio device is selected with no native volume control."; ObjectID = "uF5-a9-Ngz"; */
"uF5-a9-Ngz.title" = "Works if an audio device is selected with no native volume control.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "uJS-s3-Zpi"; */
"uJS-s3-Zpi.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
"UqR-WE-jHl.title" = "Habilitar el control de pantalla en teclado";
@ -352,8 +343,8 @@
/* Class = "NSTextFieldCell"; title = "Display advanced settings and additional information in Preferences."; ObjectID = "X6w-Ee-9Jq"; */
"X6w-Ee-9Jq.title" = "Display advanced settings and additional information in Preferences.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "xDF-IA-bBh"; */
"xDF-IA-bBh.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
"Xih-P5-NyM.title" = "Change volume for all screens";
/* Class = "NSTextFieldCell"; title = "Update settings from the display. May not work with some hardware."; ObjectID = "xjq-hs-wWB"; */
"xjq-hs-wWB.title" = "Update settings from the display. May not work with some hardware.";
@ -379,6 +370,9 @@
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
"YqZ-LS-YvR.title" = "Identificador:";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
"Ytd-mg-N5E.title" = "Depends on mouse pointer position";
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
"ZdU-gV-V05.title" = "Utilizar el control DDC por hardware";

View file

@ -10,9 +10,6 @@
/* Class = "NSMenuItem"; title = "Standard keyboard volume and mute keys"; ObjectID = "1sy-Kd-WL5"; */
"1sy-Kd-WL5.title" = "Touches de volume et de sourdine standard";
/* Class = "NSButtonCell"; title = "Change volume for all screens"; ObjectID = "1XT-3S-UuD"; */
"1XT-3S-UuD.title" = "Modifier le volume pour tous les écrans";
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
"1zE-fg-xEm.title" = "min. DDC";
@ -25,11 +22,8 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "4CG-0I-anB"; */
"4CG-0I-anB.title" = "Raccourcis clavier personnalisés";
/* Class = "NSTextFieldCell"; title = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "MonitorControl utilise la position de la souris pour déterminer l'écran à contrôler. L'utilisation du \"focus de la fenêtre\" à la place peut ne pas fonctionner correctement avec les applications en plein écran.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "567-le-fLg"; */
"567-le-fLg.ibExternalAccessibilityDescription" = "Luminosité";
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "L'utilisation du \"focus de la fenêtre\" à la place peut ne pas fonctionner correctement avec les applications en plein écran.";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Réinitialiser les préférences";
@ -46,7 +40,7 @@
/* Class = "NSTextFieldCell"; title = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control."; ObjectID = "8Gx-Ya-zhp"; */
"8Gx-Ya-zhp.title" = "Le curseur s'alignera à proximité des valeurs 0 %, 25 %, 50 %, 75 % et 100 %, facilitant leurs réglages. Désactiver pour un contrôle plus fin.";
/* Class = "NSButtonCell"; title = "Use fine OSD scale"; ObjectID = "8Q8-57-xnT"; */
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "Utiliser une échelle fine sur l'OSD";
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
@ -55,9 +49,6 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "9eC-PD-FHl"; */
"9eC-PD-FHl.title" = "Raccourcis clavier personnalisés";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "9H1-0z-xsx"; */
"9H1-0z-xsx.ibExternalAccessibilityDescription" = "Luminosité";
/* Class = "NSMenuItem"; title = "Attempt to read display settings"; ObjectID = "9yL-no-aWa"; */
"9yL-no-aWa.title" = "Essayez de lire les paramètres de l'écran";
@ -70,6 +61,9 @@
/* Class = "NSTextFieldCell"; title = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user."; ObjectID = "an7-Aj-3fZ"; */
"an7-Aj-3fZ.title" = "Utilisez la luminosité, le volume et d'autres paramètres de la dernière utilisation ou utilisez les valeurs par défaut. Les valeurs seront appliquées sur l'écran lors de la première modification par l'utilisateur.";
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
"AqF-uD-KCY.title" = "Utiliser le nom du périphérique audio pour déterminer quel écran contrôler";
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
"bbf-sS-uGv.title" = "Afficher les curseurs uniquement pour l'écran affichant actuellement le menu";
@ -88,6 +82,9 @@
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "bP4-GJ-vhJ"; */
"bP4-GJ-vhJ.title" = "Échelle de l'OSD:";
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "Bqc-s3-C0w"; */
"Bqc-s3-C0w.title" = "Échelle de l'OSD:";
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
"BYS-7Y-bRz.title" = "Réinitialiser les options";
@ -115,8 +112,8 @@
/* Class = "NSTextFieldCell"; title = "VCP list"; ObjectID = "D9t-vT-gNJ"; */
"D9t-vT-gNJ.title" = "Liste VCP";
/* Class = "NSTextFieldCell"; title = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "Sans cela, l'application utilise la position de la souris pour déterminer l'écran à contrôler. Vous pouvez remplacer le nom du périphérique audio sous Écrans si nécessaire.";
/* Class = "NSTextFieldCell"; title = "You can override audio device name under Displays (advanced) if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "Vous pouvez remplacer le nom du périphérique audio sous Écrans si nécessaire.";
/* Class = "NSTextFieldCell"; title = "You can disable smooth transitions for a more direct, immediate control."; ObjectID = "ENt-mP-0yH"; */
"ENt-mP-0yH.title" = "Vous pouvez désactiver les transitions en douceur pour un contrôle plus direct et immédiat.";
@ -163,6 +160,9 @@
/* Class = "NSTextFieldCell"; title = "Invert"; ObjectID = "G5A-y3-eZz"; */
"G5A-y3-eZz.title" = "Inverser";
/* Class = "NSMenuItem"; title = "Use window focus to determine which display to control"; ObjectID = "gTR-FW-FHc"; */
"gTR-FW-FHc.title" = "Utiliser le focus de la fenêtre pour déterminer quel écran contrôler";
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "Curseur de luminosité pour les écrans ou les télévisions contrôlés par matériel ou logiciel.";
@ -193,8 +193,8 @@
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
"j72-NF-zsW.title" = "Lancer MonitorControl au démarrage";
/* Class = "NSButtonCell"; title = "Change for all screens"; ObjectID = "JC3-pb-XnR"; */
"JC3-pb-XnR.title" = "Changer pour tous les écrans";
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
"jSj-HB-T2t.title" = "Changer pour tous les écrans";
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
"Jx2-gO-nq9.title" = "Remarque : vous pouvez appuyer sur Maj pendant le démarrage pour démarrer en « Mode sans échec » ce qui restaure les paramètres par défaut et évite de lire ou de définir quoi que ce soit.";
@ -202,9 +202,15 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Activer également les écrans Apple et intégrés";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "Écran à contrôler :";
/* Class = "NSTextFieldCell"; title = "Don't use software dimming as fallback if no hardware control is available."; ObjectID = "kgh-b4-gmO"; */
"kgh-b4-gmO.title" = "Ne pas utiliser le contrôle logiciel comme solution de secours si aucun contrôle matériel n'est disponible.";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
"km4-hK-auM.title" = "Dépend de la position du pointeur de la souris";
/* Class = "NSMenuItem"; title = "Use combined slider for all displays"; ObjectID = "lA0-tv-qRs"; */
"lA0-tv-qRs.title" = "Utiliser un curseur combiné pour tous les écrans";
@ -223,9 +229,6 @@
/* Class = "NSMenuItem"; title = "Always show in the menu bar"; ObjectID = "MM0-Lf-VgF"; */
"MM0-Lf-VgF.title" = "Toujours afficher dans la barre de menu";
/* Class = "NSButtonCell"; title = "Use window focus to determine which display to control"; ObjectID = "mMG-Ac-gdB"; */
"mMG-Ac-gdB.title" = "Utiliser le focus de la fenêtre pour déterminer quel écran contrôler";
/* Class = "NSTextFieldCell"; title = "Contrast:"; ObjectID = "MMk-S2-yJN"; */
"MMk-S2-yJN.title" = "Contraste :";
@ -241,12 +244,6 @@
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
"O8o-hI-8eR.title" = "Séparer les échelles pour le contrôle matériel et logiciel combiné";
/* Class = "NSButtonCell"; title = "Use audio device name to determine which display to control"; ObjectID = "OAa-B4-8r3"; */
"OAa-B4-8r3.title" = "Utiliser le nom du périphérique audio pour déterminer quel écran contrôler";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "OG9-iA-jK1"; */
"OG9-iA-jK1.ibExternalAccessibilityDescription" = "Luminosité";
/* Class = "NSMenuItem"; title = "Disable keyboard"; ObjectID = "oHf-Gh-68c"; */
"oHf-Gh-68c.title" = "Désactiver le contrôle par le clavier";
@ -301,9 +298,6 @@
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
"Riq-uM-bTs.title" = "Normal";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "RkH-7d-KvR"; */
"RkH-7d-KvR.ibExternalAccessibilityDescription" = "Luminosité";
/* Class = "NSButtonCell"; title = "Show advanced settings"; ObjectID = "sAR-sh-y8e"; */
"sAR-sh-y8e.title" = "Afficher les paramètres avancés";
@ -319,9 +313,6 @@
/* Class = "NSTextFieldCell"; title = "Works if an audio device is selected with no native volume control."; ObjectID = "uF5-a9-Ngz"; */
"uF5-a9-Ngz.title" = "Fonctionne si un périphérique audio est sélectionné sans contrôle de volume natif.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "uJS-s3-Zpi"; */
"uJS-s3-Zpi.ibExternalAccessibilityDescription" = "Luminosité";
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
"UqR-WE-jHl.title" = "Activer le contrôle par le clavier pour l'écran";
@ -352,8 +343,8 @@
/* Class = "NSTextFieldCell"; title = "Display advanced settings and additional information in Preferences."; ObjectID = "X6w-Ee-9Jq"; */
"X6w-Ee-9Jq.title" = "Affiche les paramètres avancés et des informations supplémentaires dans les Préférences.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "xDF-IA-bBh"; */
"xDF-IA-bBh.ibExternalAccessibilityDescription" = "Luminosité";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
"Xih-P5-NyM.title" = "Modifier le volume pour tous les écrans";
/* Class = "NSTextFieldCell"; title = "Update settings from the display. May not work with some hardware."; ObjectID = "xjq-hs-wWB"; */
"xjq-hs-wWB.title" = "Met à jour les paramètres à partir de l'écran. Peut ne pas fonctionner avec certains matériels.";
@ -379,6 +370,9 @@
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
"YqZ-LS-YvR.title" = "Identifiant :";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
"Ytd-mg-N5E.title" = "Dépend de la position du pointeur de la souris";
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
"ZdU-gV-V05.title" = "Utiliser le contrôle matériel DDC";

View file

@ -10,9 +10,6 @@
/* Class = "NSMenuItem"; title = "Standard keyboard volume and mute keys"; ObjectID = "1sy-Kd-WL5"; */
"1sy-Kd-WL5.title" = "Hagyományos hangerő és némító billentyűk";
/* Class = "NSButtonCell"; title = "Change volume for all screens"; ObjectID = "1XT-3S-UuD"; */
"1XT-3S-UuD.title" = "Hangerő módosítása minden képernyőn";
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
"1zE-fg-xEm.title" = "DDC min";
@ -25,11 +22,8 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "4CG-0I-anB"; */
"4CG-0I-anB.title" = "Egyéni billentyűkombinációk";
/* Class = "NSTextFieldCell"; title = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "Az alkalmazás az egér poziciója alapján határozza meg a vezérelt kijelzőt. Az ablakfókusz mód nem mindig működik teljes képernyős programokkal.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "567-le-fLg"; */
"567-le-fLg.ibExternalAccessibilityDescription" = "Fényerő";
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "Az ablakfókusz mód nem mindig működik teljes képernyős programokkal.";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Beállítások visszaállítása";
@ -46,8 +40,8 @@
/* Class = "NSTextFieldCell"; title = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control."; ObjectID = "8Gx-Ya-zhp"; */
"8Gx-Ya-zhp.title" = "A csúszka fogantyú 0%, 25%, 50%, 75% és 100% pontokhoz ugrik, hogy ezek könnyebben beállíthatók legyenek.";
/* Class = "NSButtonCell"; title = "Use fine OSD scale"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "Finom OSD skála használata";
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "Finom OSD skála használata a fényerőhöz és kontraszthoz";
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
"95V-M4-2l5.title" = "Köszönjük mindenkinek, aki hozzájárult!";
@ -55,9 +49,6 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "9eC-PD-FHl"; */
"9eC-PD-FHl.title" = "Egyéni billentyűkombinációk";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "9H1-0z-xsx"; */
"9H1-0z-xsx.ibExternalAccessibilityDescription" = "Fényerő";
/* Class = "NSMenuItem"; title = "Attempt to read display settings"; ObjectID = "9yL-no-aWa"; */
"9yL-no-aWa.title" = "Képernyőbeállítások olvasásának megkísérlése";
@ -70,6 +61,9 @@
/* Class = "NSTextFieldCell"; title = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user."; ObjectID = "an7-Aj-3fZ"; */
"an7-Aj-3fZ.title" = "Utolsó ismert, vagy alapértelmezett fényerő, hangerő és egyéb beálltások használata. A megváltoztatott értékek első változtatáskor érvényesülnek.";
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
"AqF-uD-KCY.title" = "Hangeszköz nevének megfelelő kijelző vezérlése";
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
"bbf-sS-uGv.title" = "Az aktuális kijelző csúszkáinak mutatása";
@ -88,6 +82,9 @@
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "bP4-GJ-vhJ"; */
"bP4-GJ-vhJ.title" = "OSD skála:";
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "Bqc-s3-C0w"; */
"Bqc-s3-C0w.title" = "OSD skála:";
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
"BYS-7Y-bRz.title" = "Visszaállítás";
@ -115,8 +112,8 @@
/* Class = "NSTextFieldCell"; title = "VCP list"; ObjectID = "D9t-vT-gNJ"; */
"D9t-vT-gNJ.title" = "VCP lista";
/* Class = "NSTextFieldCell"; title = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "Enélkül az alkalmazás az egér poziciója alapján dönti el a vezérlendő kijelzőt. A hangeszköz neve módosítható a Kijelzők alatt szükség esetén.";
/* Class = "NSTextFieldCell"; title = "You can override audio device name under Displays (advanced) if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "A hangeszköz neve módosítható a Kijelzők (haladó) alatt, ha szükséges.";
/* Class = "NSTextFieldCell"; title = "You can disable smooth transitions for a more direct, immediate control."; ObjectID = "ENt-mP-0yH"; */
"ENt-mP-0yH.title" = "A finom átmenet letitlható a direktebb, azonnali vezérlés érdekében.";
@ -163,6 +160,9 @@
/* Class = "NSTextFieldCell"; title = "Invert"; ObjectID = "G5A-y3-eZz"; */
"G5A-y3-eZz.title" = "Invertálás";
/* Class = "NSMenuItem"; title = "Use window focus to determine which display to control"; ObjectID = "gTR-FW-FHc"; */
"gTR-FW-FHc.title" = "Ablakfókusz határozza meg a vezérelt kijelzőt";
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "Fényerő csúszka hardveresen vagy szoftveresen vezérelt kijelzők, TV-k számára.";
@ -193,8 +193,8 @@
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
"j72-NF-zsW.title" = "Automatikus indítás bejelentkezéskor";
/* Class = "NSButtonCell"; title = "Change for all screens"; ObjectID = "JC3-pb-XnR"; */
"JC3-pb-XnR.title" = "Minden képernyő módosítása";
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
"jSj-HB-T2t.title" = "Minden képernyő módosítása";
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
"Jx2-gO-nq9.title" = "Megjegyzés: a Shift nyomvatartásával induláskor aktiválhatja a Biztonsági Módot az alapértelmezett értékek helyreállítására.";
@ -202,9 +202,15 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Engedélyezés Apple és beépített kijelzők esetén is";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "Vezérelt képernyő:";
/* Class = "NSTextFieldCell"; title = "Don't use software dimming as fallback if no hardware control is available."; ObjectID = "kgh-b4-gmO"; */
"kgh-b4-gmO.title" = "Szoftveres sötétítés használatának mellőzése, ha hardveres állítás nem lehetséges.";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
"km4-hK-auM.title" = "Az egérmutató helyzetétől függ";
/* Class = "NSMenuItem"; title = "Use combined slider for all displays"; ObjectID = "lA0-tv-qRs"; */
"lA0-tv-qRs.title" = "Kombinált csúszka az összes kijelző számára";
@ -223,9 +229,6 @@
/* Class = "NSMenuItem"; title = "Always show in the menu bar"; ObjectID = "MM0-Lf-VgF"; */
"MM0-Lf-VgF.title" = "Mindig legyen látható a menüben";
/* Class = "NSButtonCell"; title = "Use window focus to determine which display to control"; ObjectID = "mMG-Ac-gdB"; */
"mMG-Ac-gdB.title" = "Ablakfókusz határozza meg a vezérelt kijelzőt";
/* Class = "NSTextFieldCell"; title = "Contrast:"; ObjectID = "MMk-S2-yJN"; */
"MMk-S2-yJN.title" = "Kontraszt:";
@ -241,12 +244,6 @@
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
"O8o-hI-8eR.title" = "Külön skála kombinált hardver/szoftver sötétítésnál";
/* Class = "NSButtonCell"; title = "Use audio device name to determine which display to control"; ObjectID = "OAa-B4-8r3"; */
"OAa-B4-8r3.title" = "Hangeszköz nevének megfelelő kijelző vezérlése";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "OG9-iA-jK1"; */
"OG9-iA-jK1.ibExternalAccessibilityDescription" = "Fényerő";
/* Class = "NSMenuItem"; title = "Disable keyboard"; ObjectID = "oHf-Gh-68c"; */
"oHf-Gh-68c.title" = "Billentyűk letiltása";
@ -301,9 +298,6 @@
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
"Riq-uM-bTs.title" = "Normál";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "RkH-7d-KvR"; */
"RkH-7d-KvR.ibExternalAccessibilityDescription" = "Fényerő";
/* Class = "NSButtonCell"; title = "Show advanced settings"; ObjectID = "sAR-sh-y8e"; */
"sAR-sh-y8e.title" = "Haladó beállítások mutatása";
@ -319,9 +313,6 @@
/* Class = "NSTextFieldCell"; title = "Works if an audio device is selected with no native volume control."; ObjectID = "uF5-a9-Ngz"; */
"uF5-a9-Ngz.title" = "Akkor működik, ha hangerővezérléssel nem rendelkező hangeszköz van kiválasztva.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "uJS-s3-Zpi"; */
"uJS-s3-Zpi.ibExternalAccessibilityDescription" = "Fényerő";
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
"UqR-WE-jHl.title" = "Vezérlés billentyűzetről";
@ -352,8 +343,8 @@
/* Class = "NSTextFieldCell"; title = "Display advanced settings and additional information in Preferences."; ObjectID = "X6w-Ee-9Jq"; */
"X6w-Ee-9Jq.title" = "Haladó beállítások és további információk megjelenítése a Beállításokban.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "xDF-IA-bBh"; */
"xDF-IA-bBh.ibExternalAccessibilityDescription" = "Fényerő";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
"Xih-P5-NyM.title" = "Hangerő módosítása minden képernyőn";
/* Class = "NSTextFieldCell"; title = "Update settings from the display. May not work with some hardware."; ObjectID = "xjq-hs-wWB"; */
"xjq-hs-wWB.title" = "Beállítások frissítése a kijelző állapota alapján. Nem minden hardverrel működik.";
@ -379,6 +370,9 @@
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
"YqZ-LS-YvR.title" = "Azonosító:";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
"Ytd-mg-N5E.title" = "Az egérmutató helyzetétől függ";
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
"ZdU-gV-V05.title" = "Hardveres DDC vezérlés";

View file

@ -10,9 +10,6 @@
/* Class = "NSMenuItem"; title = "Standard keyboard volume and mute keys"; ObjectID = "1sy-Kd-WL5"; */
"1sy-Kd-WL5.title" = "Tasti standard per volume e mute";
/* Class = "NSButtonCell"; title = "Change volume for all screens"; ObjectID = "1XT-3S-UuD"; */
"1XT-3S-UuD.title" = "Cambia il volume per tutti i monitor";
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
"1zE-fg-xEm.title" = "Min DDC";
@ -25,11 +22,8 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "4CG-0I-anB"; */
"4CG-0I-anB.title" = "Abreviazioni da tastiera personalizzate";
/* Class = "NSTextFieldCell"; title = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "MonitorControl utilizza la posizione del mouse per determinare il monitor da controllare. L'utilizzo del focus sulla finestra potrebbe non funzionare sulle applicazioni a pieno schermo.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "567-le-fLg"; */
"567-le-fLg.ibExternalAccessibilityDescription" = "Luminosità";
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "L'utilizzo del focus sulla finestra potrebbe non funzionare sulle applicazioni a pieno schermo.";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Resetta le Preferenze";
@ -46,7 +40,7 @@
/* Class = "NSTextFieldCell"; title = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control."; ObjectID = "8Gx-Ya-zhp"; */
"8Gx-Ya-zhp.title" = "Lo slider scatta nele posizioni 0%, 25%, 50%, 75% e 100% quando si trova in prossimità di questi valori in modo da impostarli più semplicemente.";
/* Class = "NSButtonCell"; title = "Use fine OSD scale"; ObjectID = "8Q8-57-xnT"; */
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "Utilizza la scala fine OSD";
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
@ -55,9 +49,6 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "9eC-PD-FHl"; */
"9eC-PD-FHl.title" = "Abbreviazioni da tastiera personalizzare";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "9H1-0z-xsx"; */
"9H1-0z-xsx.ibExternalAccessibilityDescription" = "Luminosità";
/* Class = "NSMenuItem"; title = "Attempt to read display settings"; ObjectID = "9yL-no-aWa"; */
"9yL-no-aWa.title" = "Tenta di leggere le impostazioni del monitor";
@ -70,6 +61,9 @@
/* Class = "NSTextFieldCell"; title = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user."; ObjectID = "an7-Aj-3fZ"; */
"an7-Aj-3fZ.title" = "Utilizza la luminisità, il volume ed altre impostazioni dell'ultima volta o utilizza il default. I valori saranno applicati al monitor alla prima modifica dell'utente.";
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
"AqF-uD-KCY.title" = "Utilizza dispositivo audio per determinare il monitor da controllare";
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
"bbf-sS-uGv.title" = "Mostra gli slider solo per il monitor che sta mostrando il menu";
@ -88,6 +82,9 @@
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "bP4-GJ-vhJ"; */
"bP4-GJ-vhJ.title" = "Scala OSD:";
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "Bqc-s3-C0w"; */
"Bqc-s3-C0w.title" = "OScala OSD:";
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
"BYS-7Y-bRz.title" = "Reset impostazioni";
@ -115,8 +112,8 @@
/* Class = "NSTextFieldCell"; title = "VCP list"; ObjectID = "D9t-vT-gNJ"; */
"D9t-vT-gNJ.title" = "Lista VCP";
/* Class = "NSTextFieldCell"; title = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "Senza questo l'app utlizza la posizione del mouse per determinare il display da controllare. Puoi sovrascrivere il nome del dispositivo audio dentro Monitor se necessario.";
/* Class = "NSTextFieldCell"; title = "You can override audio device name under Displays (advanced) if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "Puoi sovrascrivere il nome del dispositivo audio dentro Monitor se necessario.";
/* Class = "NSTextFieldCell"; title = "You can disable smooth transitions for a more direct, immediate control."; ObjectID = "ENt-mP-0yH"; */
"ENt-mP-0yH.title" = "Puoi disabilitare le transizioni modbide per un controllo più diretto ed immediato.";
@ -163,6 +160,9 @@
/* Class = "NSTextFieldCell"; title = "Invert"; ObjectID = "G5A-y3-eZz"; */
"G5A-y3-eZz.title" = "Inverti";
/* Class = "NSMenuItem"; title = "Use window focus to determine which display to control"; ObjectID = "gTR-FW-FHc"; */
"gTR-FW-FHc.title" = "Utilizza la finestra attiva per determinare il monitor da controllare";
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "Slider luminosità per i monitor o TV controllati via hardware o software.";
@ -193,8 +193,8 @@
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
"j72-NF-zsW.title" = "Avvia automaticamente al Login";
/* Class = "NSButtonCell"; title = "Change for all screens"; ObjectID = "JC3-pb-XnR"; */
"JC3-pb-XnR.title" = "Modifica per tutti i monitor";
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
"jSj-HB-T2t.title" = "Modifica per tutti i monitor";
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
"Jx2-gO-nq9.title" = "Nota: puoi premere Maiusc all'avvio per il 'Safe mode' in modo da impostare i valori di default.";
@ -202,9 +202,15 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Abilita anche per i monitor Apple ed incorporati";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "Monitor da controllare:";
/* Class = "NSTextFieldCell"; title = "Don't use software dimming as fallback if no hardware control is available."; ObjectID = "kgh-b4-gmO"; */
"kgh-b4-gmO.title" = "Non utlizzare l'attenuazione software come fallback se il controllo hardware non è disponibile.";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
"km4-hK-auM.title" = "Dipende dalla posizione del puntatore del mouse";
/* Class = "NSMenuItem"; title = "Use combined slider for all displays"; ObjectID = "lA0-tv-qRs"; */
"lA0-tv-qRs.title" = "Utlizza uno slider combinato per tutti i monitor";
@ -223,9 +229,6 @@
/* Class = "NSMenuItem"; title = "Always show in the menu bar"; ObjectID = "MM0-Lf-VgF"; */
"MM0-Lf-VgF.title" = "Mostra sempre nella barra dei menu";
/* Class = "NSButtonCell"; title = "Use window focus to determine which display to control"; ObjectID = "mMG-Ac-gdB"; */
"mMG-Ac-gdB.title" = "Utilizza la finestra attiva per determinare il monitor da controllare";
/* Class = "NSTextFieldCell"; title = "Contrast:"; ObjectID = "MMk-S2-yJN"; */
"MMk-S2-yJN.title" = "Contrasto:";
@ -241,12 +244,6 @@
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
"O8o-hI-8eR.title" = "Scale separate per controllo combinato della attenuazione hw/sw";
/* Class = "NSButtonCell"; title = "Use audio device name to determine which display to control"; ObjectID = "OAa-B4-8r3"; */
"OAa-B4-8r3.title" = "Utilizza dispositivo audio per determinare il monitor da controllare";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "OG9-iA-jK1"; */
"OG9-iA-jK1.ibExternalAccessibilityDescription" = "Luminosità";
/* Class = "NSMenuItem"; title = "Disable keyboard"; ObjectID = "oHf-Gh-68c"; */
"oHf-Gh-68c.title" = "Disabilita tastiera";
@ -301,9 +298,6 @@
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
"Riq-uM-bTs.title" = "Normale";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "RkH-7d-KvR"; */
"RkH-7d-KvR.ibExternalAccessibilityDescription" = "Luminosità";
/* Class = "NSButtonCell"; title = "Show advanced settings"; ObjectID = "sAR-sh-y8e"; */
"sAR-sh-y8e.title" = "Mostra impostazioni avanzate";
@ -319,9 +313,6 @@
/* Class = "NSTextFieldCell"; title = "Works if an audio device is selected with no native volume control."; ObjectID = "uF5-a9-Ngz"; */
"uF5-a9-Ngz.title" = "Funziona se è selezionato un dispositivo audio senza controllo nativo del volume.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "uJS-s3-Zpi"; */
"uJS-s3-Zpi.ibExternalAccessibilityDescription" = "Luminosità";
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
"UqR-WE-jHl.title" = "Abilita il controllo da tastiera";
@ -352,8 +343,8 @@
/* Class = "NSTextFieldCell"; title = "Display advanced settings and additional information in Preferences."; ObjectID = "X6w-Ee-9Jq"; */
"X6w-Ee-9Jq.title" = "Mostra le impostazioni avanzate e le informazioni aggiuntive.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "xDF-IA-bBh"; */
"xDF-IA-bBh.ibExternalAccessibilityDescription" = "Luminosità";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
"Xih-P5-NyM.title" = "Cambia il volume per tutti i monitor";
/* Class = "NSTextFieldCell"; title = "Update settings from the display. May not work with some hardware."; ObjectID = "xjq-hs-wWB"; */
"xjq-hs-wWB.title" = "Aggiorna le impostazioni leggendole dal monitor. Potrebbe non funzionare con alcuni hardware.";
@ -379,6 +370,9 @@
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
"YqZ-LS-YvR.title" = "Identificativo:";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
"Ytd-mg-N5E.title" = "Dipende dalla posizione del puntatore del mouse";
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
"ZdU-gV-V05.title" = "Utilizza controllo hardware DDC";

View file

@ -10,9 +10,6 @@
/* Class = "NSMenuItem"; title = "Standard keyboard volume and mute keys"; ObjectID = "1sy-Kd-WL5"; */
"1sy-Kd-WL5.title" = "Standard keyboard volume and mute keys";
/* Class = "NSButtonCell"; title = "Change volume for all screens"; ObjectID = "1XT-3S-UuD"; */
"1XT-3S-UuD.title" = "Change volume for all screens";
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
"1zE-fg-xEm.title" = "DDC min";
@ -25,12 +22,9 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "4CG-0I-anB"; */
"4CG-0I-anB.title" = "Custom keyboard shortcuts";
/* Class = "NSTextFieldCell"; title = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps."; ObjectID = "4dX-o1-xAc"; */
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "567-le-fLg"; */
"567-le-fLg.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Reset Preferences";
@ -46,7 +40,7 @@
/* Class = "NSTextFieldCell"; title = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control."; ObjectID = "8Gx-Ya-zhp"; */
"8Gx-Ya-zhp.title" = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control.";
/* Class = "NSButtonCell"; title = "Use fine OSD scale"; ObjectID = "8Q8-57-xnT"; */
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "Use fine OSD scale";
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
@ -55,9 +49,6 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "9eC-PD-FHl"; */
"9eC-PD-FHl.title" = "Custom keyboard shortcuts";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "9H1-0z-xsx"; */
"9H1-0z-xsx.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Attempt to read display settings"; ObjectID = "9yL-no-aWa"; */
"9yL-no-aWa.title" = "Attempt to read display settings";
@ -70,6 +61,9 @@
/* Class = "NSTextFieldCell"; title = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user."; ObjectID = "an7-Aj-3fZ"; */
"an7-Aj-3fZ.title" = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user.";
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
"AqF-uD-KCY.title" = "Use audio device name to determine which display to control";
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
"bbf-sS-uGv.title" = "Show sliders only for the display currently showing the menu";
@ -88,6 +82,9 @@
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "bP4-GJ-vhJ"; */
"bP4-GJ-vhJ.title" = "OSD scale:";
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "Bqc-s3-C0w"; */
"Bqc-s3-C0w.title" = "OSD scale:";
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
"BYS-7Y-bRz.title" = "初期設定に戻す";
@ -115,7 +112,7 @@
/* Class = "NSTextFieldCell"; title = "VCP list"; ObjectID = "D9t-vT-gNJ"; */
"D9t-vT-gNJ.title" = "VCP list";
/* Class = "NSTextFieldCell"; title = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed."; ObjectID = "Dha-Tm-cDM"; */
/* Class = "NSTextFieldCell"; title = "You can override audio device name under Displays (advanced) if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed.";
/* Class = "NSTextFieldCell"; title = "You can disable smooth transitions for a more direct, immediate control."; ObjectID = "ENt-mP-0yH"; */
@ -163,6 +160,9 @@
/* Class = "NSTextFieldCell"; title = "Invert"; ObjectID = "G5A-y3-eZz"; */
"G5A-y3-eZz.title" = "Invert";
/* Class = "NSMenuItem"; title = "Use window focus to determine which display to control"; ObjectID = "gTR-FW-FHc"; */
"gTR-FW-FHc.title" = "Use window focus to determine which display to control";
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "Brightness slider for hardware or software controlled displays or TVs.";
@ -193,8 +193,8 @@
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
"j72-NF-zsW.title" = "ログイン時にMonitorControlを起動する";
/* Class = "NSButtonCell"; title = "Change for all screens"; ObjectID = "JC3-pb-XnR"; */
"JC3-pb-XnR.title" = "Change for all screens";
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
"jSj-HB-T2t.title" = "Change for all screens";
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
"Jx2-gO-nq9.title" = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything.";
@ -202,9 +202,15 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Enable for Apple branded and built-in displays as well";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "Screen to control:";
/* Class = "NSTextFieldCell"; title = "Don't use software dimming as fallback if no hardware control is available."; ObjectID = "kgh-b4-gmO"; */
"kgh-b4-gmO.title" = "Don't use software dimming as fallback if no hardware control is available.";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
"km4-hK-auM.title" = "Depends on mouse pointer position";
/* Class = "NSMenuItem"; title = "Use combined slider for all displays"; ObjectID = "lA0-tv-qRs"; */
"lA0-tv-qRs.title" = "Use combined slider for all displays";
@ -223,9 +229,6 @@
/* Class = "NSMenuItem"; title = "Always show in the menu bar"; ObjectID = "MM0-Lf-VgF"; */
"MM0-Lf-VgF.title" = "Always show in the menu bar";
/* Class = "NSButtonCell"; title = "Use window focus to determine which display to control"; ObjectID = "mMG-Ac-gdB"; */
"mMG-Ac-gdB.title" = "Use window focus to determine which display to control";
/* Class = "NSTextFieldCell"; title = "Contrast:"; ObjectID = "MMk-S2-yJN"; */
"MMk-S2-yJN.title" = "Contrast:";
@ -241,12 +244,6 @@
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
"O8o-hI-8eR.title" = "Separate scales for combined hardware & software dimming";
/* Class = "NSButtonCell"; title = "Use audio device name to determine which display to control"; ObjectID = "OAa-B4-8r3"; */
"OAa-B4-8r3.title" = "Use audio device name to determine which display to control";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "OG9-iA-jK1"; */
"OG9-iA-jK1.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Disable keyboard"; ObjectID = "oHf-Gh-68c"; */
"oHf-Gh-68c.title" = "Disable keyboard";
@ -301,9 +298,6 @@
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
"Riq-uM-bTs.title" = "普通";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "RkH-7d-KvR"; */
"RkH-7d-KvR.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSButtonCell"; title = "Show advanced settings"; ObjectID = "sAR-sh-y8e"; */
"sAR-sh-y8e.title" = "Show advanced settings";
@ -319,9 +313,6 @@
/* Class = "NSTextFieldCell"; title = "Works if an audio device is selected with no native volume control."; ObjectID = "uF5-a9-Ngz"; */
"uF5-a9-Ngz.title" = "Works if an audio device is selected with no native volume control.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "uJS-s3-Zpi"; */
"uJS-s3-Zpi.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
"UqR-WE-jHl.title" = "画面のキーボード操作を有効にする";
@ -352,8 +343,8 @@
/* Class = "NSTextFieldCell"; title = "Display advanced settings and additional information in Preferences."; ObjectID = "X6w-Ee-9Jq"; */
"X6w-Ee-9Jq.title" = "Display advanced settings and additional information in Preferences.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "xDF-IA-bBh"; */
"xDF-IA-bBh.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
"Xih-P5-NyM.title" = "Change volume for all screens";
/* Class = "NSTextFieldCell"; title = "Update settings from the display. May not work with some hardware."; ObjectID = "xjq-hs-wWB"; */
"xjq-hs-wWB.title" = "Update settings from the display. May not work with some hardware.";
@ -379,6 +370,9 @@
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
"YqZ-LS-YvR.title" = "Identifier:";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
"Ytd-mg-N5E.title" = "Depends on mouse pointer position";
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
"ZdU-gV-V05.title" = "ハードウェアDDC制御を使用する";

View file

@ -10,9 +10,6 @@
/* Class = "NSMenuItem"; title = "Standard keyboard volume and mute keys"; ObjectID = "1sy-Kd-WL5"; */
"1sy-Kd-WL5.title" = "표준 키보드 볼륨 및 음소거 키";
/* Class = "NSButtonCell"; title = "Change volume for all screens"; ObjectID = "1XT-3S-UuD"; */
"1XT-3S-UuD.title" = "모든 화면의 볼륨 변경";
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
"1zE-fg-xEm.title" = "DDC 최솟값";
@ -25,11 +22,8 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "4CG-0I-anB"; */
"4CG-0I-anB.title" = "사용자 정의 키보드 단축키";
/* Class = "NSTextFieldCell"; title = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "MonitorControl은 마우스 위치를 기준으로 제어할 디스플레이를 결정합니다. 활성화된 창을 기준으로 하면 전체 화면 앱에서 제대로 동작하지 않을 수 있습니다.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "567-le-fLg"; */
"567-le-fLg.ibExternalAccessibilityDescription" = "밝기";
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "활성화된 창을 기준으로 하면 전체 화면 앱에서 제대로 동작하지 않을 수 있습니다.";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "환경 설정 초기화";
@ -46,7 +40,7 @@
/* Class = "NSTextFieldCell"; title = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control."; ObjectID = "8Gx-Ya-zhp"; */
"8Gx-Ya-zhp.title" = "슬라이더 조절기는 0%, 25%, 50%, 75% 및 100%에 근접할 때 정렬되어 이러한 값을 더 쉽게 설정할 수 있습니다. 더 미세한 제어를 위해 비활성화합니다.";
/* Class = "NSButtonCell"; title = "Use fine OSD scale"; ObjectID = "8Q8-57-xnT"; */
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "미세한 OSD 스케일 사용";
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
@ -55,9 +49,6 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "9eC-PD-FHl"; */
"9eC-PD-FHl.title" = "사용자 정의 키보드 단축키";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "9H1-0z-xsx"; */
"9H1-0z-xsx.ibExternalAccessibilityDescription" = "밝기";
/* Class = "NSMenuItem"; title = "Attempt to read display settings"; ObjectID = "9yL-no-aWa"; */
"9yL-no-aWa.title" = "디스플레이 설정 읽기 시도";
@ -70,6 +61,9 @@
/* Class = "NSTextFieldCell"; title = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user."; ObjectID = "an7-Aj-3fZ"; */
"an7-Aj-3fZ.title" = "최근의 밝기, 볼륨 및 기타 설정을 사용하거나 기본값을 사용합니다. 값은 사용자가 처음 변경할 때 디스플레이에 적용됩니다.";
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
"AqF-uD-KCY.title" = "오디오 장치 이름을 사용하여 제어할 디스플레이 결정";
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
"bbf-sS-uGv.title" = "현재 메뉴를 보여주는 디스플레이에 대한 슬라이더만 표시";
@ -88,6 +82,9 @@
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "bP4-GJ-vhJ"; */
"bP4-GJ-vhJ.title" = "OSD 스케일:";
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "Bqc-s3-C0w"; */
"Bqc-s3-C0w.title" = "OSD 스케일:";
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
"BYS-7Y-bRz.title" = "설정 초기화";
@ -115,8 +112,8 @@
/* Class = "NSTextFieldCell"; title = "VCP list"; ObjectID = "D9t-vT-gNJ"; */
"D9t-vT-gNJ.title" = "VCP 목록";
/* Class = "NSTextFieldCell"; title = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "이 설정이 없으면 앱은 마우스 위치를 기준으로 제어할 디스플레이를 결정합니다. 필요한 경우 디스플레이에서 오디오 장치 이름을 재정의할 수 있습니다.";
/* Class = "NSTextFieldCell"; title = "You can override audio device name under Displays (advanced) if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "필요한 경우 디스플레이에서 오디오 장치 이름을 재정의할 수 있습니다.";
/* Class = "NSTextFieldCell"; title = "You can disable smooth transitions for a more direct, immediate control."; ObjectID = "ENt-mP-0yH"; */
"ENt-mP-0yH.title" = "보다 직접적이고 즉각적인 제어를 위해 부드러운 전환을 비활성화할 수 있습니다.";
@ -163,6 +160,9 @@
/* Class = "NSTextFieldCell"; title = "Invert"; ObjectID = "G5A-y3-eZz"; */
"G5A-y3-eZz.title" = "반전";
/* Class = "NSMenuItem"; title = "Use window focus to determine which display to control"; ObjectID = "gTR-FW-FHc"; */
"gTR-FW-FHc.title" = "활성화된 창을 기준으로 제어할 디스플레이 결정";
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "하드웨어 또는 소프트웨어 제어 디스플레이 또는 TV용 밝기 슬라이더.";
@ -193,8 +193,8 @@
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
"j72-NF-zsW.title" = "로그인 시 시작";
/* Class = "NSButtonCell"; title = "Change for all screens"; ObjectID = "JC3-pb-XnR"; */
"JC3-pb-XnR.title" = "모든 화면에 대해 변경";
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
"jSj-HB-T2t.title" = "모든 화면에 대해 변경";
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
"Jx2-gO-nq9.title" = "참고: 시작하는 동안 Shift 키를 눌러 '안전 모드'를 실행할 수 있으며, 이는 기본값을 복원하고 어떠한 것이든 읽거나 설정하지 않도록 할 수 있습니다.";
@ -202,9 +202,15 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Apple 전용 및 내장 디스플레이에도 활성화";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "제어할 화면:";
/* Class = "NSTextFieldCell"; title = "Don't use software dimming as fallback if no hardware control is available."; ObjectID = "kgh-b4-gmO"; */
"kgh-b4-gmO.title" = "하드웨어 제어를 사용할 수 없는 경우 소프트웨어 밝기 조절을 대체 수단으로 사용하지 않습니다.";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
"km4-hK-auM.title" = "마우스 포인터 위치에 따라 다름";
/* Class = "NSMenuItem"; title = "Use combined slider for all displays"; ObjectID = "lA0-tv-qRs"; */
"lA0-tv-qRs.title" = "모든 디스플레이에 대한 통합 슬라이더 사용";
@ -223,9 +229,6 @@
/* Class = "NSMenuItem"; title = "Always show in the menu bar"; ObjectID = "MM0-Lf-VgF"; */
"MM0-Lf-VgF.title" = "항상 메뉴 표시줄에 표시";
/* Class = "NSButtonCell"; title = "Use window focus to determine which display to control"; ObjectID = "mMG-Ac-gdB"; */
"mMG-Ac-gdB.title" = "활성화된 창을 기준으로 제어할 디스플레이 결정";
/* Class = "NSTextFieldCell"; title = "Contrast:"; ObjectID = "MMk-S2-yJN"; */
"MMk-S2-yJN.title" = "대비:";
@ -241,12 +244,6 @@
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
"O8o-hI-8eR.title" = "통합된 하드웨어 및 소프트웨어 밝기 조절을 위한 별도의 스케일";
/* Class = "NSButtonCell"; title = "Use audio device name to determine which display to control"; ObjectID = "OAa-B4-8r3"; */
"OAa-B4-8r3.title" = "오디오 장치 이름을 사용하여 제어할 디스플레이 결정";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "OG9-iA-jK1"; */
"OG9-iA-jK1.ibExternalAccessibilityDescription" = "밝기";
/* Class = "NSMenuItem"; title = "Disable keyboard"; ObjectID = "oHf-Gh-68c"; */
"oHf-Gh-68c.title" = "키보드 비활성화";
@ -301,9 +298,6 @@
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
"Riq-uM-bTs.title" = "보통";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "RkH-7d-KvR"; */
"RkH-7d-KvR.ibExternalAccessibilityDescription" = "밝기";
/* Class = "NSButtonCell"; title = "Show advanced settings"; ObjectID = "sAR-sh-y8e"; */
"sAR-sh-y8e.title" = "고급 설정 표시";
@ -319,9 +313,6 @@
/* Class = "NSTextFieldCell"; title = "Works if an audio device is selected with no native volume control."; ObjectID = "uF5-a9-Ngz"; */
"uF5-a9-Ngz.title" = "기본 볼륨 컨트롤 없이 오디오 장치를 선택한 경우 동작합니다.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "uJS-s3-Zpi"; */
"uJS-s3-Zpi.ibExternalAccessibilityDescription" = "밝기";
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
"UqR-WE-jHl.title" = "디스플레이 키보드 제어 활성화";
@ -352,8 +343,8 @@
/* Class = "NSTextFieldCell"; title = "Display advanced settings and additional information in Preferences."; ObjectID = "X6w-Ee-9Jq"; */
"X6w-Ee-9Jq.title" = "기본 설정에서 고급 설정 및 추가 정보를 표시합니다.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "xDF-IA-bBh"; */
"xDF-IA-bBh.ibExternalAccessibilityDescription" = "밝기";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
"Xih-P5-NyM.title" = "모든 화면의 볼륨 변경";
/* Class = "NSTextFieldCell"; title = "Update settings from the display. May not work with some hardware."; ObjectID = "xjq-hs-wWB"; */
"xjq-hs-wWB.title" = "디스플레이에서 설정을 업데이트합니다. 일부 하드웨어에서는 동작하지 않을 수 있습니다.";
@ -379,6 +370,9 @@
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
"YqZ-LS-YvR.title" = "식별자:";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
"Ytd-mg-N5E.title" = "마우스 포인터 위치에 따라 다름";
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
"ZdU-gV-V05.title" = "하드웨어 DDC 제어 사용";

View file

@ -10,9 +10,6 @@
/* Class = "NSMenuItem"; title = "Standard keyboard volume and mute keys"; ObjectID = "1sy-Kd-WL5"; */
"1sy-Kd-WL5.title" = "Standaard toetsenbordvolume en demp-toetsen";
/* Class = "NSButtonCell"; title = "Change volume for all screens"; ObjectID = "1XT-3S-UuD"; */
"1XT-3S-UuD.title" = "Volume wijzigen voor alle schermen";
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
"1zE-fg-xEm.title" = "DDC min";
@ -25,11 +22,8 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "4CG-0I-anB"; */
"4CG-0I-anB.title" = "Aangepaste sneltoetsen";
/* Class = "NSTextFieldCell"; title = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "MonitorControl gebruikt de muispositie om te bepalen welk scherm moet worden bediend. Het gebruik van vensterfocus als alternatief werkt mogelijk niet goed bij fullscreen apps.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "567-le-fLg"; */
"567-le-fLg.ibExternalAccessibilityDescription" = "Helderheid";
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "Het gebruik van vensterfocus als alternatief werkt mogelijk niet goed bij fullscreen apps.";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Reset voorkeuren";
@ -46,8 +40,8 @@
/* Class = "NSTextFieldCell"; title = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control."; ObjectID = "8Gx-Ya-zhp"; */
"8Gx-Ya-zhp.title" = "Schuifknop springt naar 0%, 25%, 50%, 75% en 100% wanneer deze in de buurt is, waardoor het instellen van deze waarden eenvoudiger wordt. Uitschakelen voor fijnere controle.";
/* Class = "NSButtonCell"; title = "Use fine OSD scale"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "Gebruik fijne OSD-schaal";
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "Gebruik fijne OSD-schaal voor helderheid en contrast";
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
"95V-M4-2l5.title" = "Speciale dank aan onze bijdragers!";
@ -55,9 +49,6 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "9eC-PD-FHl"; */
"9eC-PD-FHl.title" = "Aangepaste sneltoetsen";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "9H1-0z-xsx"; */
"9H1-0z-xsx.ibExternalAccessibilityDescription" = "Helderheid";
/* Class = "NSMenuItem"; title = "Attempt to read display settings"; ObjectID = "9yL-no-aWa"; */
"9yL-no-aWa.title" = "Poging om scherminstellingen te lezen";
@ -70,6 +61,9 @@
/* Class = "NSTextFieldCell"; title = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user."; ObjectID = "an7-Aj-3fZ"; */
"an7-Aj-3fZ.title" = "Gebruik helderheid, volume en andere instellingen van de vorige sessie of gebruik standaardinstellingen. Waarden worden toegepast op het display bij de eerste wijziging door de gebruiker.";
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
"AqF-uD-KCY.title" = "Gebruik Audioapparaat naam om te bepalen welk scherm u wilt bedienen";
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
"bbf-sS-uGv.title" = "Enkel schuifregelaars tonen voor het scherm dat het menu toont";
@ -88,6 +82,9 @@
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "bP4-GJ-vhJ"; */
"bP4-GJ-vhJ.title" = "OSD schaal:";
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "Bqc-s3-C0w"; */
"Bqc-s3-C0w.title" = "OSD schaal:";
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
"BYS-7Y-bRz.title" = "Reset instellingen";
@ -115,8 +112,8 @@
/* Class = "NSTextFieldCell"; title = "VCP list"; ObjectID = "D9t-vT-gNJ"; */
"D9t-vT-gNJ.title" = "VCP list";
/* Class = "NSTextFieldCell"; title = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "Zonder dit gebruikt de app de muispositie om te bepalen welk scherm moet worden bediend. U kunt indien nodig de naam van het audioapparaat onder Schermen overschrijven.";
/* Class = "NSTextFieldCell"; title = "You can override audio device name under Displays (advanced) if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "U kunt indien nodig de naam van het audioapparaat onder Schermen overschrijven.";
/* Class = "NSTextFieldCell"; title = "You can disable smooth transitions for a more direct, immediate control."; ObjectID = "ENt-mP-0yH"; */
"ENt-mP-0yH.title" = "U kunt vloeiende overgangen uitschakelen directere controle.";
@ -125,7 +122,7 @@
"Eq3-z9-yIo.title" = "Minimaal";
/* Class = "NSTextFieldCell"; title = "Scale mapping curve"; ObjectID = "Eui-5S-JR6"; */
"Eui-5S-JR6.title" = "Schaaltoewijzingscurve";
"Eui-5S-JR6.title" = "Schaalcurve";
/* Class = "NSTextFieldCell"; title = "Mute:"; ObjectID = "EvN-FT-vdZ"; */
"EvN-FT-vdZ.title" = "Dempen:";
@ -146,7 +143,7 @@
"FER-Ri-4UO.title" = "Volume:";
/* Class = "NSButtonCell"; title = "Allow zero brightness via software or combined dimming"; ObjectID = "FjB-XL-fG5"; */
"FjB-XL-fG5.title" = "Allow zero brightness via software or combined dimming";
"FjB-XL-fG5.title" = "Sta 0 helderheid toe via software of gecombineerde dimming.";
/* Class = "NSTextFieldCell"; title = "Apple and built-in displays already have a brightness slider in Control Center."; ObjectID = "fmZ-HI-Mdc"; */
"fmZ-HI-Mdc.title" = "Apple en ingebouwde schermen hebben reeds een schuifregelaar voor helderheid in het Control Center.";
@ -163,6 +160,9 @@
/* Class = "NSTextFieldCell"; title = "Invert"; ObjectID = "G5A-y3-eZz"; */
"G5A-y3-eZz.title" = "Omkeren";
/* Class = "NSMenuItem"; title = "Use window focus to determine which display to control"; ObjectID = "gTR-FW-FHc"; */
"gTR-FW-FHc.title" = "Vensterfocus gebruiken om te bepalen welk scherm u wilt bedienen";
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "Helderheidsregelaar voor hardware- of softwaregestuurde schermen of TV's.";
@ -193,8 +193,8 @@
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
"j72-NF-zsW.title" = "Start bij Inloggen";
/* Class = "NSButtonCell"; title = "Change for all screens"; ObjectID = "JC3-pb-XnR"; */
"JC3-pb-XnR.title" = "Wijzigen voor alle schermen";
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
"jSj-HB-T2t.title" = "Wijzigen voor alle schermen";
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
"Jx2-gO-nq9.title" = "Opmerking: u kunt tijdens het opstarten op Shift drukken voor 'Veilige modus' om de standaardinstellingen te herstellen en niets te lezen of in te stellen.";
@ -202,9 +202,15 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Ook inschakelen voor Apple branded en ingebouwde schermen";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "Scherm om te bedienen:";
/* Class = "NSTextFieldCell"; title = "Don't use software dimming as fallback if no hardware control is available."; ObjectID = "kgh-b4-gmO"; */
"kgh-b4-gmO.title" = "Gebruik geen software dimming als fallback als er geen hardwarecontrole beschikbaar is.";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
"km4-hK-auM.title" = "Afhankelijk van de positie van de muisaanwijzer";
/* Class = "NSMenuItem"; title = "Use combined slider for all displays"; ObjectID = "lA0-tv-qRs"; */
"lA0-tv-qRs.title" = "Gecombineerde schuifregelaar gebruiken voor alle schermen";
@ -223,9 +229,6 @@
/* Class = "NSMenuItem"; title = "Always show in the menu bar"; ObjectID = "MM0-Lf-VgF"; */
"MM0-Lf-VgF.title" = "Altijd weergeven in de menubalk";
/* Class = "NSButtonCell"; title = "Use window focus to determine which display to control"; ObjectID = "mMG-Ac-gdB"; */
"mMG-Ac-gdB.title" = "Vensterfocus gebruiken om te bepalen welk scherm u wilt bedienen";
/* Class = "NSTextFieldCell"; title = "Contrast:"; ObjectID = "MMk-S2-yJN"; */
"MMk-S2-yJN.title" = "Contrast:";
@ -236,17 +239,11 @@
"MWo-6I-s9L.title" = "Helderheidsregelaar in menu weergeven";
/* Class = "NSButtonCell"; title = "Avoid gamma table manipulation"; ObjectID = "na6-mS-MPi"; */
"na6-mS-MPi.title" = "Avoid gamma table manipulation";
"na6-mS-MPi.title" = "Voorkom gamma table manipulatie";
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
"O8o-hI-8eR.title" = "Aparte schaal voor gecombineerd hardware & software dimmen";
/* Class = "NSButtonCell"; title = "Use audio device name to determine which display to control"; ObjectID = "OAa-B4-8r3"; */
"OAa-B4-8r3.title" = "Gebruik Audioapparaat naam om te bepalen welk scherm u wilt bedienen";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "OG9-iA-jK1"; */
"OG9-iA-jK1.ibExternalAccessibilityDescription" = "Helderheid";
/* Class = "NSMenuItem"; title = "Disable keyboard"; ObjectID = "oHf-Gh-68c"; */
"oHf-Gh-68c.title" = "Toetsenbord uitschakelen";
@ -301,9 +298,6 @@
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
"Riq-uM-bTs.title" = "Normaal";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "RkH-7d-KvR"; */
"RkH-7d-KvR.ibExternalAccessibilityDescription" = "Helderheid";
/* Class = "NSButtonCell"; title = "Show advanced settings"; ObjectID = "sAR-sh-y8e"; */
"sAR-sh-y8e.title" = "Toon geavanceerde instellingen";
@ -319,9 +313,6 @@
/* Class = "NSTextFieldCell"; title = "Works if an audio device is selected with no native volume control."; ObjectID = "uF5-a9-Ngz"; */
"uF5-a9-Ngz.title" = "Werkt als een audioapparaat is geselecteerd zonder native volumeregeling.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "uJS-s3-Zpi"; */
"uJS-s3-Zpi.ibExternalAccessibilityDescription" = "Helderheid";
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
"UqR-WE-jHl.title" = "Schakel toetsenbordbediening in voor scherm";
@ -352,8 +343,8 @@
/* Class = "NSTextFieldCell"; title = "Display advanced settings and additional information in Preferences."; ObjectID = "X6w-Ee-9Jq"; */
"X6w-Ee-9Jq.title" = "Geavanceerde instellingen en aanvullende informatie weergeven in Voorkeuren.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "xDF-IA-bBh"; */
"xDF-IA-bBh.ibExternalAccessibilityDescription" = "Helderheid";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
"Xih-P5-NyM.title" = "Volume wijzigen voor alle schermen";
/* Class = "NSTextFieldCell"; title = "Update settings from the display. May not work with some hardware."; ObjectID = "xjq-hs-wWB"; */
"xjq-hs-wWB.title" = "Werk instellingen bij vanaf het scherm. Werkt mogelijk niet met sommige hardware.";
@ -374,11 +365,14 @@
"YHZ-VL-QJ3.title" = "Volledige OSD-schaal zal beschikbaar zijn voor hardwarehelderheidsregeling en na het bereiken van 0 helderheid, zal softwarematig verder gedimd worden.";
/* Class = "NSTextFieldCell"; title = "Warning! With this option enabled, you might find yourself in a position when you end up with a blank display. This, combined with disabled keyboard controls can be frustrating."; ObjectID = "yi3-e1-wsL"; */
"yi3-e1-wsL.title" = "Warning! With this option enabled, you might find yourself in a position when you end up with a blank display. This, combined with disabled keyboard controls can be frustrating.";
"yi3-e1-wsL.title" = "Waarschuwing! Met deze optie kom je mogelijk in een situatie waarbij je een zwart scherm hebt. In combinatie met uitgeschakelde sneltoetsen kan dit problematisch zijn.";
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
"YqZ-LS-YvR.title" = "Identificatie:";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
"Ytd-mg-N5E.title" = "Afhankelijk van de positie van de muisaanwijzer";
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
"ZdU-gV-V05.title" = "Gebruik hardwarematige DDC-besturing";

View file

@ -10,9 +10,6 @@
/* Class = "NSMenuItem"; title = "Standard keyboard volume and mute keys"; ObjectID = "1sy-Kd-WL5"; */
"1sy-Kd-WL5.title" = "Standard keyboard volume and mute keys";
/* Class = "NSButtonCell"; title = "Change volume for all screens"; ObjectID = "1XT-3S-UuD"; */
"1XT-3S-UuD.title" = "Change volume for all screens";
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
"1zE-fg-xEm.title" = "DDC min";
@ -25,12 +22,9 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "4CG-0I-anB"; */
"4CG-0I-anB.title" = "Custom keyboard shortcuts";
/* Class = "NSTextFieldCell"; title = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps."; ObjectID = "4dX-o1-xAc"; */
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "567-le-fLg"; */
"567-le-fLg.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Reset Preferences";
@ -46,7 +40,7 @@
/* Class = "NSTextFieldCell"; title = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control."; ObjectID = "8Gx-Ya-zhp"; */
"8Gx-Ya-zhp.title" = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control.";
/* Class = "NSButtonCell"; title = "Use fine OSD scale"; ObjectID = "8Q8-57-xnT"; */
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "Use fine OSD scale";
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
@ -55,9 +49,6 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "9eC-PD-FHl"; */
"9eC-PD-FHl.title" = "Custom keyboard shortcuts";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "9H1-0z-xsx"; */
"9H1-0z-xsx.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Attempt to read display settings"; ObjectID = "9yL-no-aWa"; */
"9yL-no-aWa.title" = "Attempt to read display settings";
@ -70,6 +61,9 @@
/* Class = "NSTextFieldCell"; title = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user."; ObjectID = "an7-Aj-3fZ"; */
"an7-Aj-3fZ.title" = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user.";
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
"AqF-uD-KCY.title" = "Use audio device name to determine which display to control";
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
"bbf-sS-uGv.title" = "Show sliders only for the display currently showing the menu";
@ -88,6 +82,9 @@
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "bP4-GJ-vhJ"; */
"bP4-GJ-vhJ.title" = "OSD scale:";
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "Bqc-s3-C0w"; */
"Bqc-s3-C0w.title" = "OSD scale:";
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
"BYS-7Y-bRz.title" = "Zresetuj ustawienia";
@ -115,7 +112,7 @@
/* Class = "NSTextFieldCell"; title = "VCP list"; ObjectID = "D9t-vT-gNJ"; */
"D9t-vT-gNJ.title" = "VCP list";
/* Class = "NSTextFieldCell"; title = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed."; ObjectID = "Dha-Tm-cDM"; */
/* Class = "NSTextFieldCell"; title = "You can override audio device name under Displays (advanced) if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed.";
/* Class = "NSTextFieldCell"; title = "You can disable smooth transitions for a more direct, immediate control."; ObjectID = "ENt-mP-0yH"; */
@ -163,6 +160,9 @@
/* Class = "NSTextFieldCell"; title = "Invert"; ObjectID = "G5A-y3-eZz"; */
"G5A-y3-eZz.title" = "Invert";
/* Class = "NSMenuItem"; title = "Use window focus to determine which display to control"; ObjectID = "gTR-FW-FHc"; */
"gTR-FW-FHc.title" = "Use window focus to determine which display to control";
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "Brightness slider for hardware or software controlled displays or TVs.";
@ -193,8 +193,8 @@
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
"j72-NF-zsW.title" = "Uruchamiaj MonitorContol podczas logowania";
/* Class = "NSButtonCell"; title = "Change for all screens"; ObjectID = "JC3-pb-XnR"; */
"JC3-pb-XnR.title" = "Change for all screens";
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
"jSj-HB-T2t.title" = "Change for all screens";
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
"Jx2-gO-nq9.title" = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything.";
@ -202,9 +202,15 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Enable for Apple branded and built-in displays as well";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "Screen to control:";
/* Class = "NSTextFieldCell"; title = "Don't use software dimming as fallback if no hardware control is available."; ObjectID = "kgh-b4-gmO"; */
"kgh-b4-gmO.title" = "Don't use software dimming as fallback if no hardware control is available.";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
"km4-hK-auM.title" = "Depends on mouse pointer position";
/* Class = "NSMenuItem"; title = "Use combined slider for all displays"; ObjectID = "lA0-tv-qRs"; */
"lA0-tv-qRs.title" = "Use combined slider for all displays";
@ -223,9 +229,6 @@
/* Class = "NSMenuItem"; title = "Always show in the menu bar"; ObjectID = "MM0-Lf-VgF"; */
"MM0-Lf-VgF.title" = "Always show in the menu bar";
/* Class = "NSButtonCell"; title = "Use window focus to determine which display to control"; ObjectID = "mMG-Ac-gdB"; */
"mMG-Ac-gdB.title" = "Use window focus to determine which display to control";
/* Class = "NSTextFieldCell"; title = "Contrast:"; ObjectID = "MMk-S2-yJN"; */
"MMk-S2-yJN.title" = "Contrast:";
@ -241,12 +244,6 @@
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
"O8o-hI-8eR.title" = "Separate scales for combined hardware & software dimming";
/* Class = "NSButtonCell"; title = "Use audio device name to determine which display to control"; ObjectID = "OAa-B4-8r3"; */
"OAa-B4-8r3.title" = "Use audio device name to determine which display to control";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "OG9-iA-jK1"; */
"OG9-iA-jK1.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Disable keyboard"; ObjectID = "oHf-Gh-68c"; */
"oHf-Gh-68c.title" = "Disable keyboard";
@ -301,9 +298,6 @@
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
"Riq-uM-bTs.title" = "Normalny";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "RkH-7d-KvR"; */
"RkH-7d-KvR.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSButtonCell"; title = "Show advanced settings"; ObjectID = "sAR-sh-y8e"; */
"sAR-sh-y8e.title" = "Show advanced settings";
@ -319,9 +313,6 @@
/* Class = "NSTextFieldCell"; title = "Works if an audio device is selected with no native volume control."; ObjectID = "uF5-a9-Ngz"; */
"uF5-a9-Ngz.title" = "Works if an audio device is selected with no native volume control.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "uJS-s3-Zpi"; */
"uJS-s3-Zpi.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
"UqR-WE-jHl.title" = "Włącz sterowanie klawiaturą dla tego wyświetlacza";
@ -352,8 +343,8 @@
/* Class = "NSTextFieldCell"; title = "Display advanced settings and additional information in Preferences."; ObjectID = "X6w-Ee-9Jq"; */
"X6w-Ee-9Jq.title" = "Display advanced settings and additional information in Preferences.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "xDF-IA-bBh"; */
"xDF-IA-bBh.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
"Xih-P5-NyM.title" = "Change volume for all screens";
/* Class = "NSTextFieldCell"; title = "Update settings from the display. May not work with some hardware."; ObjectID = "xjq-hs-wWB"; */
"xjq-hs-wWB.title" = "Update settings from the display. May not work with some hardware.";
@ -379,6 +370,9 @@
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
"YqZ-LS-YvR.title" = "Identyfikator:";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
"Ytd-mg-N5E.title" = "Depends on mouse pointer position";
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
"ZdU-gV-V05.title" = "Użyj sterowania hardware DDC";

View file

@ -10,9 +10,6 @@
/* Class = "NSMenuItem"; title = "Standard keyboard volume and mute keys"; ObjectID = "1sy-Kd-WL5"; */
"1sy-Kd-WL5.title" = "Standard keyboard volume and mute keys";
/* Class = "NSButtonCell"; title = "Change volume for all screens"; ObjectID = "1XT-3S-UuD"; */
"1XT-3S-UuD.title" = "Change volume for all screens";
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
"1zE-fg-xEm.title" = "DDC min";
@ -25,12 +22,9 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "4CG-0I-anB"; */
"4CG-0I-anB.title" = "Custom keyboard shortcuts";
/* Class = "NSTextFieldCell"; title = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps."; ObjectID = "4dX-o1-xAc"; */
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "567-le-fLg"; */
"567-le-fLg.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Reset Preferences";
@ -46,7 +40,7 @@
/* Class = "NSTextFieldCell"; title = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control."; ObjectID = "8Gx-Ya-zhp"; */
"8Gx-Ya-zhp.title" = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control.";
/* Class = "NSButtonCell"; title = "Use fine OSD scale"; ObjectID = "8Q8-57-xnT"; */
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "Use fine OSD scale";
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
@ -55,9 +49,6 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "9eC-PD-FHl"; */
"9eC-PD-FHl.title" = "Custom keyboard shortcuts";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "9H1-0z-xsx"; */
"9H1-0z-xsx.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Attempt to read display settings"; ObjectID = "9yL-no-aWa"; */
"9yL-no-aWa.title" = "Attempt to read display settings";
@ -70,6 +61,9 @@
/* Class = "NSTextFieldCell"; title = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user."; ObjectID = "an7-Aj-3fZ"; */
"an7-Aj-3fZ.title" = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user.";
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
"AqF-uD-KCY.title" = "Use audio device name to determine which display to control";
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
"bbf-sS-uGv.title" = "Show sliders only for the display currently showing the menu";
@ -88,6 +82,9 @@
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "bP4-GJ-vhJ"; */
"bP4-GJ-vhJ.title" = "OSD scale:";
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "Bqc-s3-C0w"; */
"Bqc-s3-C0w.title" = "OSD scale:";
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
"BYS-7Y-bRz.title" = "Сбросить параметры";
@ -115,7 +112,7 @@
/* Class = "NSTextFieldCell"; title = "VCP list"; ObjectID = "D9t-vT-gNJ"; */
"D9t-vT-gNJ.title" = "VCP list";
/* Class = "NSTextFieldCell"; title = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed."; ObjectID = "Dha-Tm-cDM"; */
/* Class = "NSTextFieldCell"; title = "You can override audio device name under Displays (advanced) if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed.";
/* Class = "NSTextFieldCell"; title = "You can disable smooth transitions for a more direct, immediate control."; ObjectID = "ENt-mP-0yH"; */
@ -163,6 +160,9 @@
/* Class = "NSTextFieldCell"; title = "Invert"; ObjectID = "G5A-y3-eZz"; */
"G5A-y3-eZz.title" = "Invert";
/* Class = "NSMenuItem"; title = "Use window focus to determine which display to control"; ObjectID = "gTR-FW-FHc"; */
"gTR-FW-FHc.title" = "Use window focus to determine which display to control";
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "Brightness slider for hardware or software controlled displays or TVs.";
@ -193,8 +193,8 @@
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
"j72-NF-zsW.title" = "Запуск при входе в систему";
/* Class = "NSButtonCell"; title = "Change for all screens"; ObjectID = "JC3-pb-XnR"; */
"JC3-pb-XnR.title" = "Change for all screens";
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
"jSj-HB-T2t.title" = "Change for all screens";
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
"Jx2-gO-nq9.title" = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything.";
@ -202,9 +202,15 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Enable for Apple branded and built-in displays as well";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "Screen to control:";
/* Class = "NSTextFieldCell"; title = "Don't use software dimming as fallback if no hardware control is available."; ObjectID = "kgh-b4-gmO"; */
"kgh-b4-gmO.title" = "Don't use software dimming as fallback if no hardware control is available.";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
"km4-hK-auM.title" = "Depends on mouse pointer position";
/* Class = "NSMenuItem"; title = "Use combined slider for all displays"; ObjectID = "lA0-tv-qRs"; */
"lA0-tv-qRs.title" = "Use combined slider for all displays";
@ -223,9 +229,6 @@
/* Class = "NSMenuItem"; title = "Always show in the menu bar"; ObjectID = "MM0-Lf-VgF"; */
"MM0-Lf-VgF.title" = "Always show in the menu bar";
/* Class = "NSButtonCell"; title = "Use window focus to determine which display to control"; ObjectID = "mMG-Ac-gdB"; */
"mMG-Ac-gdB.title" = "Use window focus to determine which display to control";
/* Class = "NSTextFieldCell"; title = "Contrast:"; ObjectID = "MMk-S2-yJN"; */
"MMk-S2-yJN.title" = "Contrast:";
@ -241,12 +244,6 @@
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
"O8o-hI-8eR.title" = "Separate scales for combined hardware & software dimming";
/* Class = "NSButtonCell"; title = "Use audio device name to determine which display to control"; ObjectID = "OAa-B4-8r3"; */
"OAa-B4-8r3.title" = "Use audio device name to determine which display to control";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "OG9-iA-jK1"; */
"OG9-iA-jK1.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Disable keyboard"; ObjectID = "oHf-Gh-68c"; */
"oHf-Gh-68c.title" = "Disable keyboard";
@ -301,9 +298,6 @@
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
"Riq-uM-bTs.title" = "Нормально";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "RkH-7d-KvR"; */
"RkH-7d-KvR.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSButtonCell"; title = "Show advanced settings"; ObjectID = "sAR-sh-y8e"; */
"sAR-sh-y8e.title" = "Show advanced settings";
@ -319,9 +313,6 @@
/* Class = "NSTextFieldCell"; title = "Works if an audio device is selected with no native volume control."; ObjectID = "uF5-a9-Ngz"; */
"uF5-a9-Ngz.title" = "Works if an audio device is selected with no native volume control.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "uJS-s3-Zpi"; */
"uJS-s3-Zpi.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
"UqR-WE-jHl.title" = "Включить управление клавиатурой для дисплея";
@ -352,8 +343,8 @@
/* Class = "NSTextFieldCell"; title = "Display advanced settings and additional information in Preferences."; ObjectID = "X6w-Ee-9Jq"; */
"X6w-Ee-9Jq.title" = "Display advanced settings and additional information in Preferences.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "xDF-IA-bBh"; */
"xDF-IA-bBh.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
"Xih-P5-NyM.title" = "Change volume for all screens";
/* Class = "NSTextFieldCell"; title = "Update settings from the display. May not work with some hardware."; ObjectID = "xjq-hs-wWB"; */
"xjq-hs-wWB.title" = "Update settings from the display. May not work with some hardware.";
@ -379,6 +370,9 @@
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
"YqZ-LS-YvR.title" = "Идентификатор:";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
"Ytd-mg-N5E.title" = "Depends on mouse pointer position";
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
"ZdU-gV-V05.title" = "Использовать аппаратное управление DDC";

View file

@ -10,9 +10,6 @@
/* Class = "NSMenuItem"; title = "Standard keyboard volume and mute keys"; ObjectID = "1sy-Kd-WL5"; */
"1sy-Kd-WL5.title" = "Standart klavye ses seviyesi ve sessize alma tuşları";
/* Class = "NSButtonCell"; title = "Change volume for all screens"; ObjectID = "1XT-3S-UuD"; */
"1XT-3S-UuD.title" = "Tüm ekranlar için ses seviyesini değiştir";
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
"1zE-fg-xEm.title" = "DDC min";
@ -25,11 +22,8 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "4CG-0I-anB"; */
"4CG-0I-anB.title" = "Özel klavye kısayolu";
/* Class = "NSTextFieldCell"; title = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "MonitorControl, hangi ekranın kontrol edileceğini belirlemek için fare konumunu kullanır. Bunun yerine pencere odağını kullanmak, tam ekran uygulamalarla iyi çalışmayabilir.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "567-le-fLg"; */
"567-le-fLg.ibExternalAccessibilityDescription" = "Parlaklık";
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "Bunun yerine pencere odağını kullanmak, tam ekran uygulamalarla iyi çalışmayabilir.";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Ayarları Sıfırla";
@ -46,7 +40,7 @@
/* Class = "NSTextFieldCell"; title = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control."; ObjectID = "8Gx-Ya-zhp"; */
"8Gx-Ya-zhp.title" = "Kaydırmalı düğme, yakınlık içindeyken %0, %25, %50, %75 ve %100'e geçerek bu değerlerin ayarlanmasını kolaylaştırır. Daha hassas kontrol için devre dışı bırakın.";
/* Class = "NSButtonCell"; title = "Use fine OSD scale"; ObjectID = "8Q8-57-xnT"; */
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "Hassas OSD ölçeğini kullanın";
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
@ -55,9 +49,6 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "9eC-PD-FHl"; */
"9eC-PD-FHl.title" = "Özel klavye kısayolları";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "9H1-0z-xsx"; */
"9H1-0z-xsx.ibExternalAccessibilityDescription" = "Parlaklık";
/* Class = "NSMenuItem"; title = "Attempt to read display settings"; ObjectID = "9yL-no-aWa"; */
"9yL-no-aWa.title" = "Görüntü ayarlarını okumaya çalış";
@ -70,6 +61,9 @@
/* Class = "NSTextFieldCell"; title = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user."; ObjectID = "an7-Aj-3fZ"; */
"an7-Aj-3fZ.title" = "Bir önceki parlaklık, ses seviyesi ve diğer ayarları kullanın veya varsayılanları kullanın. Değerler, kullanıcı tarafından ilk değişiklik yapıldığında ekrana uygulanacaktır.";
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
"AqF-uD-KCY.title" = "Hangi ekranın kontrol edileceğini belirlemek için ses cihazı adını kullanın";
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
"bbf-sS-uGv.title" = "Kaydırıcıları yalnızca o anda menüyü gösteren ekran için göster";
@ -88,6 +82,9 @@
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "bP4-GJ-vhJ"; */
"bP4-GJ-vhJ.title" = "OSD oranı:";
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "Bqc-s3-C0w"; */
"Bqc-s3-C0w.title" = "OSD oranı:";
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
"BYS-7Y-bRz.title" = "Ayarları sıfırla";
@ -115,8 +112,8 @@
/* Class = "NSTextFieldCell"; title = "VCP list"; ObjectID = "D9t-vT-gNJ"; */
"D9t-vT-gNJ.title" = "VCP listesi";
/* Class = "NSTextFieldCell"; title = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "Bu olmadan uygulama, hangi ekranın kontrol edileceğini belirlemek için fare konumunu kullanır. Gerekirse, Ekranlar altında ses cihazı adını geçersiz kılabilirsiniz.";
/* Class = "NSTextFieldCell"; title = "You can override audio device name under Displays (advanced) if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "Gerekirse, Ekranlar altında ses cihazı adını geçersiz kılabilirsiniz.";
/* Class = "NSTextFieldCell"; title = "You can disable smooth transitions for a more direct, immediate control."; ObjectID = "ENt-mP-0yH"; */
"ENt-mP-0yH.title" = "Daha doğrudan ve anında kontrol için yumuşak geçişleri devre dışı bırakabilirsiniz.";
@ -163,6 +160,9 @@
/* Class = "NSTextFieldCell"; title = "Invert"; ObjectID = "G5A-y3-eZz"; */
"G5A-y3-eZz.title" = "Tersine çevir";
/* Class = "NSMenuItem"; title = "Use window focus to determine which display to control"; ObjectID = "gTR-FW-FHc"; */
"gTR-FW-FHc.title" = "Hangi ekranın kontrol edileceğini belirlemek için pencere odağını kullanın";
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "Donanım veya yazılım kontrollü ekranlar veya TV'ler için parlaklık kaydırıcısı.";
@ -193,8 +193,8 @@
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
"j72-NF-zsW.title" = "Başlangıçta çalıştır";
/* Class = "NSButtonCell"; title = "Change for all screens"; ObjectID = "JC3-pb-XnR"; */
"JC3-pb-XnR.title" = "Tüm ekranlarda değiştir";
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
"jSj-HB-T2t.title" = "Tüm ekranlarda değiştir";
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
"Jx2-gO-nq9.title" = "Not: Varsayılanları geri yüklemek ve herhangi bir şeyi okumaktan veya ayarlamaktan kaçınmak için 'Güvenli mod' için başlatma sırasında Shift tuşuna basabilirsiniz.";
@ -202,9 +202,15 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Apple markalı ve yerleşik ekranlar için de etkinleştirin";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "Kontrol edilecek ekran:";
/* Class = "NSTextFieldCell"; title = "Don't use software dimming as fallback if no hardware control is available."; ObjectID = "kgh-b4-gmO"; */
"kgh-b4-gmO.title" = "Donanım denetimi yoksa, yazılım karartmasını kullanmayın.";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
"km4-hK-auM.title" = "Fare işaretçisinin konumuna bağlıdır";
/* Class = "NSMenuItem"; title = "Use combined slider for all displays"; ObjectID = "lA0-tv-qRs"; */
"lA0-tv-qRs.title" = "Tüm ekranlar için birleşik kaydırıcıyı kullanın";
@ -223,9 +229,6 @@
/* Class = "NSMenuItem"; title = "Always show in the menu bar"; ObjectID = "MM0-Lf-VgF"; */
"MM0-Lf-VgF.title" = "Her zaman menü çubuğunda göster";
/* Class = "NSButtonCell"; title = "Use window focus to determine which display to control"; ObjectID = "mMG-Ac-gdB"; */
"mMG-Ac-gdB.title" = "Hangi ekranın kontrol edileceğini belirlemek için pencere odağını kullanın";
/* Class = "NSTextFieldCell"; title = "Contrast:"; ObjectID = "MMk-S2-yJN"; */
"MMk-S2-yJN.title" = "Kontrast:";
@ -241,12 +244,6 @@
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
"O8o-hI-8eR.title" = "Birleşik donanım ve yazılım karartması için ayrı dengeler";
/* Class = "NSButtonCell"; title = "Use audio device name to determine which display to control"; ObjectID = "OAa-B4-8r3"; */
"OAa-B4-8r3.title" = "Hangi ekranın kontrol edileceğini belirlemek için ses cihazı adını kullanın";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "OG9-iA-jK1"; */
"OG9-iA-jK1.ibExternalAccessibilityDescription" = "Parlaklık";
/* Class = "NSMenuItem"; title = "Disable keyboard"; ObjectID = "oHf-Gh-68c"; */
"oHf-Gh-68c.title" = "Klavyeyi devre dışı bırak";
@ -301,9 +298,6 @@
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
"Riq-uM-bTs.title" = "Normal";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "RkH-7d-KvR"; */
"RkH-7d-KvR.ibExternalAccessibilityDescription" = "Parlaklık";
/* Class = "NSButtonCell"; title = "Show advanced settings"; ObjectID = "sAR-sh-y8e"; */
"sAR-sh-y8e.title" = "Gelişmiş ayarları göster";
@ -319,9 +313,6 @@
/* Class = "NSTextFieldCell"; title = "Works if an audio device is selected with no native volume control."; ObjectID = "uF5-a9-Ngz"; */
"uF5-a9-Ngz.title" = "Yerel ses düzeyi denetimi olmayan bir ses aygıtı seçilirse çalışır.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "uJS-s3-Zpi"; */
"uJS-s3-Zpi.ibExternalAccessibilityDescription" = "Parlaklık";
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
"UqR-WE-jHl.title" = "Bu ekran için klavye kısayollarını etkinleştir";
@ -352,8 +343,8 @@
/* Class = "NSTextFieldCell"; title = "Display advanced settings and additional information in Preferences."; ObjectID = "X6w-Ee-9Jq"; */
"X6w-Ee-9Jq.title" = "Gelişmiş ayarları ve ek bilgileri Tercihler'de görüntüleyin.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "xDF-IA-bBh"; */
"xDF-IA-bBh.ibExternalAccessibilityDescription" = "Parlaklık";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
"Xih-P5-NyM.title" = "Tüm ekranlar için ses seviyesini değiştir";
/* Class = "NSTextFieldCell"; title = "Update settings from the display. May not work with some hardware."; ObjectID = "xjq-hs-wWB"; */
"xjq-hs-wWB.title" = "Ekrandan ayarları güncelleyin. Bazı donanımlarla çalışmayabilir.";
@ -379,6 +370,9 @@
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
"YqZ-LS-YvR.title" = "Tanımlayıcı:";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
"Ytd-mg-N5E.title" = "Fare işaretçisinin konumuna bağlıdır";
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
"ZdU-gV-V05.title" = "Donanım DDC kontrolünü kullan";

View file

@ -10,9 +10,6 @@
/* Class = "NSMenuItem"; title = "Standard keyboard volume and mute keys"; ObjectID = "1sy-Kd-WL5"; */
"1sy-Kd-WL5.title" = "Standard keyboard volume and mute keys";
/* Class = "NSButtonCell"; title = "Change volume for all screens"; ObjectID = "1XT-3S-UuD"; */
"1XT-3S-UuD.title" = "Change volume for all screens";
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
"1zE-fg-xEm.title" = "DDC min";
@ -25,12 +22,9 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "4CG-0I-anB"; */
"4CG-0I-anB.title" = "Custom keyboard shortcuts";
/* Class = "NSTextFieldCell"; title = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps."; ObjectID = "4dX-o1-xAc"; */
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "567-le-fLg"; */
"567-le-fLg.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Reset Preferences";
@ -46,7 +40,7 @@
/* Class = "NSTextFieldCell"; title = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control."; ObjectID = "8Gx-Ya-zhp"; */
"8Gx-Ya-zhp.title" = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control.";
/* Class = "NSButtonCell"; title = "Use fine OSD scale"; ObjectID = "8Q8-57-xnT"; */
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "Use fine OSD scale";
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
@ -55,9 +49,6 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "9eC-PD-FHl"; */
"9eC-PD-FHl.title" = "Custom keyboard shortcuts";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "9H1-0z-xsx"; */
"9H1-0z-xsx.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Attempt to read display settings"; ObjectID = "9yL-no-aWa"; */
"9yL-no-aWa.title" = "Attempt to read display settings";
@ -70,6 +61,9 @@
/* Class = "NSTextFieldCell"; title = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user."; ObjectID = "an7-Aj-3fZ"; */
"an7-Aj-3fZ.title" = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user.";
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
"AqF-uD-KCY.title" = "Use audio device name to determine which display to control";
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
"bbf-sS-uGv.title" = "Show sliders only for the display currently showing the menu";
@ -88,6 +82,9 @@
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "bP4-GJ-vhJ"; */
"bP4-GJ-vhJ.title" = "OSD scale:";
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "Bqc-s3-C0w"; */
"Bqc-s3-C0w.title" = "OSD scale:";
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
"BYS-7Y-bRz.title" = "Reset settings";
@ -115,7 +112,7 @@
/* Class = "NSTextFieldCell"; title = "VCP list"; ObjectID = "D9t-vT-gNJ"; */
"D9t-vT-gNJ.title" = "VCP list";
/* Class = "NSTextFieldCell"; title = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed."; ObjectID = "Dha-Tm-cDM"; */
/* Class = "NSTextFieldCell"; title = "You can override audio device name under Displays (advanced) if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed.";
/* Class = "NSTextFieldCell"; title = "You can disable smooth transitions for a more direct, immediate control."; ObjectID = "ENt-mP-0yH"; */
@ -163,6 +160,9 @@
/* Class = "NSTextFieldCell"; title = "Invert"; ObjectID = "G5A-y3-eZz"; */
"G5A-y3-eZz.title" = "Invert";
/* Class = "NSMenuItem"; title = "Use window focus to determine which display to control"; ObjectID = "gTR-FW-FHc"; */
"gTR-FW-FHc.title" = "Use window focus to determine which display to control";
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "Brightness slider for hardware or software controlled displays or TVs.";
@ -193,8 +193,8 @@
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
"j72-NF-zsW.title" = "Запускати MonitorControl разом із системою";
/* Class = "NSButtonCell"; title = "Change for all screens"; ObjectID = "JC3-pb-XnR"; */
"JC3-pb-XnR.title" = "Change for all screens";
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
"jSj-HB-T2t.title" = "Change for all screens";
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
"Jx2-gO-nq9.title" = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything.";
@ -202,9 +202,15 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Enable for Apple branded and built-in displays as well";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "Screen to control:";
/* Class = "NSTextFieldCell"; title = "Don't use software dimming as fallback if no hardware control is available."; ObjectID = "kgh-b4-gmO"; */
"kgh-b4-gmO.title" = "Don't use software dimming as fallback if no hardware control is available.";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
"km4-hK-auM.title" = "Depends on mouse pointer position";
/* Class = "NSMenuItem"; title = "Use combined slider for all displays"; ObjectID = "lA0-tv-qRs"; */
"lA0-tv-qRs.title" = "Use combined slider for all displays";
@ -223,9 +229,6 @@
/* Class = "NSMenuItem"; title = "Always show in the menu bar"; ObjectID = "MM0-Lf-VgF"; */
"MM0-Lf-VgF.title" = "Always show in the menu bar";
/* Class = "NSButtonCell"; title = "Use window focus to determine which display to control"; ObjectID = "mMG-Ac-gdB"; */
"mMG-Ac-gdB.title" = "Use window focus to determine which display to control";
/* Class = "NSTextFieldCell"; title = "Contrast:"; ObjectID = "MMk-S2-yJN"; */
"MMk-S2-yJN.title" = "Contrast:";
@ -241,12 +244,6 @@
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
"O8o-hI-8eR.title" = "Separate scales for combined hardware & software dimming";
/* Class = "NSButtonCell"; title = "Use audio device name to determine which display to control"; ObjectID = "OAa-B4-8r3"; */
"OAa-B4-8r3.title" = "Use audio device name to determine which display to control";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "OG9-iA-jK1"; */
"OG9-iA-jK1.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Disable keyboard"; ObjectID = "oHf-Gh-68c"; */
"oHf-Gh-68c.title" = "Disable keyboard";
@ -301,9 +298,6 @@
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
"Riq-uM-bTs.title" = "Звич.";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "RkH-7d-KvR"; */
"RkH-7d-KvR.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSButtonCell"; title = "Show advanced settings"; ObjectID = "sAR-sh-y8e"; */
"sAR-sh-y8e.title" = "Show advanced settings";
@ -319,9 +313,6 @@
/* Class = "NSTextFieldCell"; title = "Works if an audio device is selected with no native volume control."; ObjectID = "uF5-a9-Ngz"; */
"uF5-a9-Ngz.title" = "Works if an audio device is selected with no native volume control.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "uJS-s3-Zpi"; */
"uJS-s3-Zpi.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
"UqR-WE-jHl.title" = "Enable keyboard control for display";
@ -352,8 +343,8 @@
/* Class = "NSTextFieldCell"; title = "Display advanced settings and additional information in Preferences."; ObjectID = "X6w-Ee-9Jq"; */
"X6w-Ee-9Jq.title" = "Display advanced settings and additional information in Preferences.";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "xDF-IA-bBh"; */
"xDF-IA-bBh.ibExternalAccessibilityDescription" = "Brightness";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
"Xih-P5-NyM.title" = "Change volume for all screens";
/* Class = "NSTextFieldCell"; title = "Update settings from the display. May not work with some hardware."; ObjectID = "xjq-hs-wWB"; */
"xjq-hs-wWB.title" = "Update settings from the display. May not work with some hardware.";
@ -379,6 +370,9 @@
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
"YqZ-LS-YvR.title" = "Identifier:";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
"Ytd-mg-N5E.title" = "Depends on mouse pointer position";
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
"ZdU-gV-V05.title" = "Use hardware DDC control";

View file

@ -10,9 +10,6 @@
/* Class = "NSMenuItem"; title = "Standard keyboard volume and mute keys"; ObjectID = "1sy-Kd-WL5"; */
"1sy-Kd-WL5.title" = "标准的键盘音量和静音键";
/* Class = "NSButtonCell"; title = "Change volume for all screens"; ObjectID = "1XT-3S-UuD"; */
"1XT-3S-UuD.title" = "更改所有显示器的音量";
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
"1zE-fg-xEm.title" = "DDC最小值";
@ -25,11 +22,8 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "4CG-0I-anB"; */
"4CG-0I-anB.title" = "自定义快捷键";
/* Class = "NSTextFieldCell"; title = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "预设使用鼠标的位置来判断控制哪个显示器。启用后软件全屏时效果可能不理想。";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "567-le-fLg"; */
"567-le-fLg.ibExternalAccessibilityDescription" = "亮度";
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "启用后软件全屏时效果可能不理想。";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "重置设置";
@ -46,7 +40,7 @@
/* Class = "NSTextFieldCell"; title = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control."; ObjectID = "8Gx-Ya-zhp"; */
"8Gx-Ya-zhp.title" = "滑杆手把在接近刻度0%、25%、50%、75%和100%时将自动定位与该亮度值。关闭后可以设置更精细的亮度值。";
/* Class = "NSButtonCell"; title = "Use fine OSD scale"; ObjectID = "8Q8-57-xnT"; */
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "使用精细的OSD刻度";
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
@ -55,9 +49,6 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "9eC-PD-FHl"; */
"9eC-PD-FHl.title" = "自定义快捷键";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "9H1-0z-xsx"; */
"9H1-0z-xsx.ibExternalAccessibilityDescription" = "亮度";
/* Class = "NSMenuItem"; title = "Attempt to read display settings"; ObjectID = "9yL-no-aWa"; */
"9yL-no-aWa.title" = "尝试获取显示器的设置";
@ -70,6 +61,9 @@
/* Class = "NSTextFieldCell"; title = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user."; ObjectID = "an7-Aj-3fZ"; */
"an7-Aj-3fZ.title" = "使用者初次设置时使用之前或原始设置(亮度、音量和其它设置)。";
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
"AqF-uD-KCY.title" = "以音频设备名称判断控制哪个显示器";
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
"bbf-sS-uGv.title" = "仅显示当前显示器的滑杆介面";
@ -88,6 +82,9 @@
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "bP4-GJ-vhJ"; */
"bP4-GJ-vhJ.title" = "OSD刻度";
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "Bqc-s3-C0w"; */
"Bqc-s3-C0w.title" = "OSD刻度";
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
"BYS-7Y-bRz.title" = "重置设置";
@ -115,8 +112,8 @@
/* Class = "NSTextFieldCell"; title = "VCP list"; ObjectID = "D9t-vT-gNJ"; */
"D9t-vT-gNJ.title" = "VCP列表";
/* Class = "NSTextFieldCell"; title = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "无勾选时App使用鼠标位置判断控制哪个显示器。您可以在「显示器」选择覆盖音频设备的名称。";
/* Class = "NSTextFieldCell"; title = "You can override audio device name under Displays (advanced) if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "您可以在「显示器」选择覆盖音频设备的名称。";
/* Class = "NSTextFieldCell"; title = "You can disable smooth transitions for a more direct, immediate control."; ObjectID = "ENt-mP-0yH"; */
"ENt-mP-0yH.title" = "禁用流畅转换以获得更直接、立即的控制。";
@ -163,6 +160,9 @@
/* Class = "NSTextFieldCell"; title = "Invert"; ObjectID = "G5A-y3-eZz"; */
"G5A-y3-eZz.title" = "反转";
/* Class = "NSMenuItem"; title = "Use window focus to determine which display to control"; ObjectID = "gTR-FW-FHc"; */
"gTR-FW-FHc.title" = "以当前窗口决定";
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "以硬件或软件控制显示器或电视的亮度控制滑杆。";
@ -193,8 +193,8 @@
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
"j72-NF-zsW.title" = "登录时启动";
/* Class = "NSButtonCell"; title = "Change for all screens"; ObjectID = "JC3-pb-XnR"; */
"JC3-pb-XnR.title" = "所有显示器";
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
"jSj-HB-T2t.title" = "所有显示器";
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
"Jx2-gO-nq9.title" = "注启动时按下Shift进入「安全模式」以恢复原始设置并避免读取或更动任何设置。";
@ -202,9 +202,15 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "苹果和内置的显示器";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "控制的显示器:";
/* Class = "NSTextFieldCell"; title = "Don't use software dimming as fallback if no hardware control is available."; ObjectID = "kgh-b4-gmO"; */
"kgh-b4-gmO.title" = "当硬件控制不可用时不以软件控制作为备用选项。";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
"km4-hK-auM.title" = "取决于鼠标指针位置";
/* Class = "NSMenuItem"; title = "Use combined slider for all displays"; ObjectID = "lA0-tv-qRs"; */
"lA0-tv-qRs.title" = "使用一个滑杆控制所有显示器";
@ -223,9 +229,6 @@
/* Class = "NSMenuItem"; title = "Always show in the menu bar"; ObjectID = "MM0-Lf-VgF"; */
"MM0-Lf-VgF.title" = "永久显示于选项列";
/* Class = "NSButtonCell"; title = "Use window focus to determine which display to control"; ObjectID = "mMG-Ac-gdB"; */
"mMG-Ac-gdB.title" = "以当前窗口决定";
/* Class = "NSTextFieldCell"; title = "Contrast:"; ObjectID = "MMk-S2-yJN"; */
"MMk-S2-yJN.title" = "对比度:";
@ -241,12 +244,6 @@
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
"O8o-hI-8eR.title" = "使用硬件结合软件调整时忽略软件调整的范围";
/* Class = "NSButtonCell"; title = "Use audio device name to determine which display to control"; ObjectID = "OAa-B4-8r3"; */
"OAa-B4-8r3.title" = "以音频设备名称判断控制哪个显示器";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "OG9-iA-jK1"; */
"OG9-iA-jK1.ibExternalAccessibilityDescription" = "亮度";
/* Class = "NSMenuItem"; title = "Disable keyboard"; ObjectID = "oHf-Gh-68c"; */
"oHf-Gh-68c.title" = "禁用键盘";
@ -301,9 +298,6 @@
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
"Riq-uM-bTs.title" = "正常";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "RkH-7d-KvR"; */
"RkH-7d-KvR.ibExternalAccessibilityDescription" = "亮度";
/* Class = "NSButtonCell"; title = "Show advanced settings"; ObjectID = "sAR-sh-y8e"; */
"sAR-sh-y8e.title" = "显示高级选项";
@ -319,9 +313,6 @@
/* Class = "NSTextFieldCell"; title = "Works if an audio device is selected with no native volume control."; ObjectID = "uF5-a9-Ngz"; */
"uF5-a9-Ngz.title" = "当一个没有原生音量控制的音频设备被选择时可用。";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "uJS-s3-Zpi"; */
"uJS-s3-Zpi.ibExternalAccessibilityDescription" = "亮度";
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
"UqR-WE-jHl.title" = "允许键盘控制显示器";
@ -352,8 +343,8 @@
/* Class = "NSTextFieldCell"; title = "Display advanced settings and additional information in Preferences."; ObjectID = "X6w-Ee-9Jq"; */
"X6w-Ee-9Jq.title" = "在偏好选项中显示高级设置和额外信息。";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "xDF-IA-bBh"; */
"xDF-IA-bBh.ibExternalAccessibilityDescription" = "亮度";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
"Xih-P5-NyM.title" = "更改所有显示器的音量";
/* Class = "NSTextFieldCell"; title = "Update settings from the display. May not work with some hardware."; ObjectID = "xjq-hs-wWB"; */
"xjq-hs-wWB.title" = "更新来自显示器的设置。可能不兼容部分硬件。";
@ -379,6 +370,9 @@
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
"YqZ-LS-YvR.title" = "识别码:";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
"Ytd-mg-N5E.title" = "取决于鼠标指针位置";
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
"ZdU-gV-V05.title" = "使用硬件DDC控制";

View file

@ -10,9 +10,6 @@
/* Class = "NSMenuItem"; title = "Standard keyboard volume and mute keys"; ObjectID = "1sy-Kd-WL5"; */
"1sy-Kd-WL5.title" = "標準的鍵盤音量與靜音鍵";
/* Class = "NSButtonCell"; title = "Change volume for all screens"; ObjectID = "1XT-3S-UuD"; */
"1XT-3S-UuD.title" = "改變所有螢幕的音量";
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
"1zE-fg-xEm.title" = "DDC最小值";
@ -25,11 +22,8 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "4CG-0I-anB"; */
"4CG-0I-anB.title" = "自定義快捷鍵";
/* Class = "NSTextFieldCell"; title = "MonitorControl uses mouse position to determine which display to control. Using window focus instead might not work well with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "預設以鼠標的位置判斷控制哪個螢幕。啟用後當使用全螢幕Apps時效果可能不佳。";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "567-le-fLg"; */
"567-le-fLg.ibExternalAccessibilityDescription" = "亮度";
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
"4dX-o1-xAc.title" = "啟用後當使用全螢幕Apps時效果可能不佳。";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "重置設定";
@ -46,7 +40,7 @@
/* Class = "NSTextFieldCell"; title = "Slider knob will snap to 0%, 25%, 50%, 75% and 100% when in proximity making setting these values easier. Disable for finer control."; ObjectID = "8Gx-Ya-zhp"; */
"8Gx-Ya-zhp.title" = "滑桿手把在接近刻度0%、25%、50%、75%及100%時自動定位於該值。關閉以獲得更精細的控制。";
/* Class = "NSButtonCell"; title = "Use fine OSD scale"; ObjectID = "8Q8-57-xnT"; */
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
"8Q8-57-xnT.title" = "使用精細的OSD刻度";
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
@ -55,9 +49,6 @@
/* Class = "NSMenuItem"; title = "Custom keyboard shortcuts"; ObjectID = "9eC-PD-FHl"; */
"9eC-PD-FHl.title" = "自定義快捷鍵";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "9H1-0z-xsx"; */
"9H1-0z-xsx.ibExternalAccessibilityDescription" = "亮度";
/* Class = "NSMenuItem"; title = "Attempt to read display settings"; ObjectID = "9yL-no-aWa"; */
"9yL-no-aWa.title" = "嘗試讀取螢幕的設定";
@ -70,6 +61,9 @@
/* Class = "NSTextFieldCell"; title = "Use brightness, volume and other settings from last time or use defaults. Values will be applied to the display upon first change by the user."; ObjectID = "an7-Aj-3fZ"; */
"an7-Aj-3fZ.title" = "使用者初次調整時套用前次或原始的設定(亮度、音量及其他設定)。";
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
"AqF-uD-KCY.title" = "以音訊裝置名稱判斷控制哪個螢幕";
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
"bbf-sS-uGv.title" = "僅顯示當前螢幕的滑桿介面";
@ -88,6 +82,9 @@
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "bP4-GJ-vhJ"; */
"bP4-GJ-vhJ.title" = "OSD刻度";
/* Class = "NSTextFieldCell"; title = "OSD scale:"; ObjectID = "Bqc-s3-C0w"; */
"Bqc-s3-C0w.title" = "OSD刻度";
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
"BYS-7Y-bRz.title" = "重置設定";
@ -115,8 +112,8 @@
/* Class = "NSTextFieldCell"; title = "VCP list"; ObjectID = "D9t-vT-gNJ"; */
"D9t-vT-gNJ.title" = "VCP列表";
/* Class = "NSTextFieldCell"; title = "Without this the app uses mouse position to determine which display to control. You can override audio device name under Displays if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "無勾選時App使用鼠標位置判斷控制哪個螢幕。您可以在「螢幕」選單覆寫音訊裝置的名稱。";
/* Class = "NSTextFieldCell"; title = "You can override audio device name under Displays (advanced) if needed."; ObjectID = "Dha-Tm-cDM"; */
"Dha-Tm-cDM.title" = "您可以在「螢幕」選單覆寫音訊裝置的名稱。";
/* Class = "NSTextFieldCell"; title = "You can disable smooth transitions for a more direct, immediate control."; ObjectID = "ENt-mP-0yH"; */
"ENt-mP-0yH.title" = "停用流暢轉換以獲得更直接、立即的控制。";
@ -163,6 +160,9 @@
/* Class = "NSTextFieldCell"; title = "Invert"; ObjectID = "G5A-y3-eZz"; */
"G5A-y3-eZz.title" = "反轉";
/* Class = "NSMenuItem"; title = "Use window focus to determine which display to control"; ObjectID = "gTR-FW-FHc"; */
"gTR-FW-FHc.title" = "以當前視窗決定";
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "以硬體或軟體控制螢幕或電視的亮度控制滑桿。";
@ -193,8 +193,8 @@
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
"j72-NF-zsW.title" = "登入時啟動";
/* Class = "NSButtonCell"; title = "Change for all screens"; ObjectID = "JC3-pb-XnR"; */
"JC3-pb-XnR.title" = "所有螢幕";
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
"jSj-HB-T2t.title" = "所有螢幕";
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
"Jx2-gO-nq9.title" = "註啟動時按下Shift進入「安全模式」以恢復原始設定並避免讀取或更動任何設定。";
@ -202,9 +202,15 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "蘋果和內建的螢幕";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "控制的螢幕:";
/* Class = "NSTextFieldCell"; title = "Don't use software dimming as fallback if no hardware control is available."; ObjectID = "kgh-b4-gmO"; */
"kgh-b4-gmO.title" = "當硬體控制不可用時不以軟體控制作為備用選項。";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
"km4-hK-auM.title" = "取決於鼠標指針位置";
/* Class = "NSMenuItem"; title = "Use combined slider for all displays"; ObjectID = "lA0-tv-qRs"; */
"lA0-tv-qRs.title" = "使用單一滑桿控制所有螢幕";
@ -223,9 +229,6 @@
/* Class = "NSMenuItem"; title = "Always show in the menu bar"; ObjectID = "MM0-Lf-VgF"; */
"MM0-Lf-VgF.title" = "永遠顯示於選單列";
/* Class = "NSButtonCell"; title = "Use window focus to determine which display to control"; ObjectID = "mMG-Ac-gdB"; */
"mMG-Ac-gdB.title" = "以當前視窗決定";
/* Class = "NSTextFieldCell"; title = "Contrast:"; ObjectID = "MMk-S2-yJN"; */
"MMk-S2-yJN.title" = "對比度:";
@ -241,12 +244,6 @@
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
"O8o-hI-8eR.title" = "使用硬體結合軟體調整時忽略軟體調整的範圍";
/* Class = "NSButtonCell"; title = "Use audio device name to determine which display to control"; ObjectID = "OAa-B4-8r3"; */
"OAa-B4-8r3.title" = "以音訊裝置名稱判斷控制哪個螢幕";
/* Class = "NSSlider"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "OG9-iA-jK1"; */
"OG9-iA-jK1.ibExternalAccessibilityDescription" = "亮度";
/* Class = "NSMenuItem"; title = "Disable keyboard"; ObjectID = "oHf-Gh-68c"; */
"oHf-Gh-68c.title" = "停用鍵盤";
@ -301,9 +298,6 @@
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
"Riq-uM-bTs.title" = "正常";
/* Class = "NSButton"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "RkH-7d-KvR"; */
"RkH-7d-KvR.ibExternalAccessibilityDescription" = "亮度";
/* Class = "NSButtonCell"; title = "Show advanced settings"; ObjectID = "sAR-sh-y8e"; */
"sAR-sh-y8e.title" = "顯示進階選項";
@ -319,9 +313,6 @@
/* Class = "NSTextFieldCell"; title = "Works if an audio device is selected with no native volume control."; ObjectID = "uF5-a9-Ngz"; */
"uF5-a9-Ngz.title" = "當一個沒有原生音量控制的音訊裝置被選擇時可用。";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "uJS-s3-Zpi"; */
"uJS-s3-Zpi.ibExternalAccessibilityDescription" = "亮度";
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
"UqR-WE-jHl.title" = "允許鍵盤控制螢幕";
@ -352,8 +343,8 @@
/* Class = "NSTextFieldCell"; title = "Display advanced settings and additional information in Preferences."; ObjectID = "X6w-Ee-9Jq"; */
"X6w-Ee-9Jq.title" = "在偏好選單中顯示進階設定和額外資訊。";
/* Class = "NSTextField"; ibExternalAccessibilityDescription = "Brightness"; ObjectID = "xDF-IA-bBh"; */
"xDF-IA-bBh.ibExternalAccessibilityDescription" = "亮度";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
"Xih-P5-NyM.title" = "改變所有螢幕的音量";
/* Class = "NSTextFieldCell"; title = "Update settings from the display. May not work with some hardware."; ObjectID = "xjq-hs-wWB"; */
"xjq-hs-wWB.title" = "更新來自螢幕的設定。可能不相容部分硬體。";
@ -379,6 +370,9 @@
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
"YqZ-LS-YvR.title" = "識別碼:";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
"Ytd-mg-N5E.title" = "取決於鼠標指針位置";
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
"ZdU-gV-V05.title" = "使用硬體DDC控制";

View file

@ -31,7 +31,7 @@ class DisplaysPrefsViewController: NSViewController, PreferencePane, NSTableView
super.viewWillAppear()
}
func showAdvanced() -> Bool {
func updateGridLayout() -> Bool {
let hide = !prefs.bool(forKey: PrefKey.showAdvancedSettings.rawValue)
self.loadDisplayList()
return !hide
@ -307,7 +307,7 @@ class DisplaysPrefsViewController: NSViewController, PreferencePane, NSTableView
self.displayList?.rowHeight = 520
self.constraintHeight?.constant = self.displayList.rowHeight + 15
} else {
self.displayList?.rowHeight = 185
self.displayList?.rowHeight = 150
self.constraintHeight?.constant = self.displayList.rowHeight * 2 + 15
}
}

View file

@ -29,10 +29,8 @@ class KeyboardPrefsViewController: NSViewController, PreferencePane {
@IBOutlet var keyboardVolume: NSPopUpButton!
@IBOutlet var disableAltBrightnessKeys: NSButton!
@IBOutlet var allScreens: NSButton!
@IBOutlet var useFocusInsteadOfMouse: NSButton!
@IBOutlet var allScreensVolume: NSButton!
@IBOutlet var useAudioDeviceNameMatching: NSButton!
@IBOutlet var multiKeyboardBrightness: NSPopUpButton!
@IBOutlet var multiKeyboardVolume: NSPopUpButton!
@IBOutlet var useFineScale: NSButton!
@IBOutlet var useFineScaleVolume: NSButton!
@IBOutlet var separateCombinedScale: NSButton!
@ -42,10 +40,10 @@ class KeyboardPrefsViewController: NSViewController, PreferencePane {
@IBOutlet var rowDisableAltBrightnessKeysCheck: NSGridRow!
@IBOutlet var rowDisableAltBrightnessKeysText: NSGridRow!
@IBOutlet var rowCustomBrightnessShortcuts: NSGridRow!
@IBOutlet var rowUseFocusCheck: NSGridRow!
@IBOutlet var rowMultiKeyboardBrightness: NSGridRow!
@IBOutlet var rowUseFocusText: NSGridRow!
@IBOutlet var rowCustomAudioShortcuts: NSGridRow!
@IBOutlet var rowUseAudioNameCheck: NSGridRow!
@IBOutlet var rowUseAudioMouseText: NSGridRow!
@IBOutlet var rowUseAudioNameText: NSGridRow!
@IBOutlet var rowUseFineScaleCheck: NSGridRow!
@IBOutlet var rowUseFineScaleText: NSGridRow!
@ -53,7 +51,7 @@ class KeyboardPrefsViewController: NSViewController, PreferencePane {
@IBOutlet var rowSeparateCombinedScaleText: NSGridRow!
// swiftlint:disable cyclomatic_complexity
func showAdvanced() -> Bool {
func updateGridLayout() -> Bool {
let hide = !prefs.bool(forKey: PrefKey.showAdvancedSettings.rawValue)
if self.keyboardBrightness.selectedTag() == KeyboardBrightness.media.rawValue {
@ -93,13 +91,11 @@ class KeyboardPrefsViewController: NSViewController, PreferencePane {
}
if self.keyboardBrightness.selectedTag() == KeyboardBrightness.disabled.rawValue {
self.allScreens.isEnabled = false
self.useFocusInsteadOfMouse.isEnabled = false
self.multiKeyboardBrightness.isEnabled = false
self.useFineScale.isEnabled = false
self.separateCombinedScale.isEnabled = false
} else {
self.allScreens.isEnabled = true
self.useFocusInsteadOfMouse.isEnabled = self.allScreens.state == .off ? true : false
self.multiKeyboardBrightness.isEnabled = true
self.useFineScale.isEnabled = true
self.separateCombinedScale.isEnabled = true
}
@ -111,28 +107,27 @@ class KeyboardPrefsViewController: NSViewController, PreferencePane {
}
if self.keyboardVolume.selectedTag() == KeyboardVolume.disabled.rawValue {
self.allScreensVolume.isEnabled = false
self.useAudioDeviceNameMatching.isEnabled = false
self.multiKeyboardVolume.isEnabled = false
self.useFineScaleVolume.isEnabled = false
} else {
self.allScreensVolume.isEnabled = true
self.useAudioDeviceNameMatching.isEnabled = self.allScreensVolume.state == .off ? true : false
self.multiKeyboardVolume.isEnabled = true
self.useFineScaleVolume.isEnabled = true
}
if self.useFocusInsteadOfMouse.state == .on {
self.rowUseFocusCheck.isHidden = false
if self.multiKeyboardBrightness.selectedTag() == MultiKeyboardBrightness.focusInsteadOfMouse.rawValue {
self.rowMultiKeyboardBrightness.bottomPadding = -10
self.rowUseFocusText.isHidden = false
} else {
self.rowUseFocusCheck.isHidden = hide
self.rowUseFocusText.isHidden = hide
self.rowMultiKeyboardBrightness.bottomPadding = -6
self.rowUseFocusText.isHidden = true
}
if self.useAudioDeviceNameMatching.state == .on {
self.rowUseAudioNameCheck.isHidden = false
if self.multiKeyboardVolume.selectedTag() == MultiKeyboardVolume.audioDeviceNameMatching.rawValue {
self.rowUseAudioNameText.isHidden = false
self.rowUseAudioMouseText.isHidden = true
} else {
self.rowUseAudioNameCheck.isHidden = hide
self.rowUseAudioNameText.isHidden = hide
self.rowUseAudioNameText.isHidden = true
self.rowUseAudioMouseText.isHidden = false
}
if self.useFineScale.state == .on {
@ -190,68 +185,24 @@ class KeyboardPrefsViewController: NSViewController, PreferencePane {
self.keyboardBrightness.selectItem(withTag: prefs.integer(forKey: PrefKey.keyboardBrightness.rawValue))
self.keyboardVolume.selectItem(withTag: prefs.integer(forKey: PrefKey.keyboardVolume.rawValue))
self.disableAltBrightnessKeys.state = prefs.bool(forKey: PrefKey.disableAltBrightnessKeys.rawValue) ? .on : .off
self.allScreens.state = prefs.bool(forKey: PrefKey.allScreensBrightness.rawValue) ? .on : .off
self.useFocusInsteadOfMouse.state = prefs.bool(forKey: PrefKey.useFocusInsteadOfMouse.rawValue) ? .on : .off
self.allScreensVolume.state = prefs.bool(forKey: PrefKey.allScreensVolume.rawValue) ? .on : .off
self.useAudioDeviceNameMatching.state = prefs.bool(forKey: PrefKey.useAudioDeviceNameMatching.rawValue) ? .on : .off
self.multiKeyboardBrightness.selectItem(withTag: prefs.integer(forKey: PrefKey.multiKeyboardBrightness.rawValue))
self.multiKeyboardVolume.selectItem(withTag: prefs.integer(forKey: PrefKey.multiKeyboardVolume.rawValue))
self.useFineScale.state = prefs.bool(forKey: PrefKey.useFineScaleBrightness.rawValue) ? .on : .off
self.useFineScaleVolume.state = prefs.bool(forKey: PrefKey.useFineScaleVolume.rawValue) ? .on : .off
self.separateCombinedScale.state = prefs.bool(forKey: PrefKey.separateCombinedScale.rawValue) ? .on : .off
self.allScreensClicked(self.allScreens)
self.allScreensVolumeClicked(self.allScreensVolume)
_ = self.showAdvanced()
_ = self.updateGridLayout()
}
@IBAction func allScreensClicked(_ sender: NSButton) {
switch sender.state {
case .on:
prefs.set(true, forKey: PrefKey.allScreensBrightness.rawValue)
self.useFocusInsteadOfMouse.state = .off
self.useFocusInsteadOfMouse.isEnabled = false
case .off:
prefs.set(false, forKey: PrefKey.allScreensBrightness.rawValue)
self.useFocusInsteadOfMouse.isEnabled = true
self.useFocusInsteadOfMouse.state = prefs.bool(forKey: PrefKey.useFocusInsteadOfMouse.rawValue) ? .on : .off
default: break
}
}
@IBAction func useFocusInsteadOfMouseClicked(_ sender: NSButton) {
switch sender.state {
case .on:
prefs.set(true, forKey: PrefKey.useFocusInsteadOfMouse.rawValue)
case .off:
prefs.set(false, forKey: PrefKey.useFocusInsteadOfMouse.rawValue)
default: break
}
_ = self.showAdvanced()
}
@IBAction func allScreensVolumeClicked(_ sender: NSButton) {
switch sender.state {
case .on:
prefs.set(true, forKey: PrefKey.allScreensVolume.rawValue)
self.useAudioDeviceNameMatching.state = .off
self.useAudioDeviceNameMatching.isEnabled = false
case .off:
prefs.set(false, forKey: PrefKey.allScreensVolume.rawValue)
self.useAudioDeviceNameMatching.isEnabled = true
self.useAudioDeviceNameMatching.state = prefs.bool(forKey: PrefKey.useAudioDeviceNameMatching.rawValue) ? .on : .off
default: break
}
@IBAction func multiKeyboardBrightness(_ sender: NSPopUpButton) {
prefs.set(sender.selectedTag(), forKey: PrefKey.multiKeyboardBrightness.rawValue)
app.updateMediaKeyTap()
_ = self.updateGridLayout()
}
@IBAction func useAudioDeviceNameMatchingClicked(_ sender: NSButton) {
switch sender.state {
case .on:
prefs.set(true, forKey: PrefKey.useAudioDeviceNameMatching.rawValue)
case .off:
prefs.set(false, forKey: PrefKey.useAudioDeviceNameMatching.rawValue)
default: break
}
@IBAction func multiKeyboardVolume(_ sender: NSPopUpButton) {
prefs.set(sender.selectedTag(), forKey: PrefKey.multiKeyboardVolume.rawValue)
app.updateMediaKeyTap()
_ = self.showAdvanced()
_ = self.updateGridLayout()
}
@IBAction func useFineScaleClicked(_ sender: NSButton) {
@ -262,7 +213,7 @@ class KeyboardPrefsViewController: NSViewController, PreferencePane {
prefs.set(false, forKey: PrefKey.useFineScaleBrightness.rawValue)
default: break
}
_ = self.showAdvanced()
_ = self.updateGridLayout()
}
@IBAction func useFineScaleVolumeClicked(_ sender: NSButton) {
@ -283,7 +234,7 @@ class KeyboardPrefsViewController: NSViewController, PreferencePane {
prefs.set(false, forKey: PrefKey.separateCombinedScale.rawValue)
default: break
}
_ = self.showAdvanced()
_ = self.updateGridLayout()
}
@IBAction func disableAltBrightnessKeys(_ sender: NSButton) {
@ -294,19 +245,19 @@ class KeyboardPrefsViewController: NSViewController, PreferencePane {
prefs.set(false, forKey: PrefKey.disableAltBrightnessKeys.rawValue)
default: break
}
_ = self.showAdvanced()
_ = self.updateGridLayout()
app.updateMediaKeyTap()
}
@IBAction func keyboardBrightness(_ sender: NSPopUpButton) {
prefs.set(sender.selectedTag(), forKey: PrefKey.keyboardBrightness.rawValue)
app.updateMenusAndKeys()
_ = self.showAdvanced()
_ = self.updateGridLayout()
}
@IBAction func keyboardVolume(_ sender: NSPopUpButton) {
prefs.set(sender.selectedTag(), forKey: PrefKey.keyboardVolume.rawValue)
app.updateMenusAndKeys()
_ = self.showAdvanced()
_ = self.updateGridLayout()
}
}

View file

@ -38,7 +38,7 @@ class MainPrefsViewController: NSViewController, PreferencePane {
@IBOutlet var rowAllowZeroSwBrightnessCheck: NSGridRow!
@IBOutlet var rowAllowZeroSwBrightnessText: NSGridRow!
func showAdvanced() -> Bool {
func updateGridLayout() -> Bool {
let hide = !prefs.bool(forKey: PrefKey.showAdvancedSettings.rawValue)
if self.startupAction.selectedTag() == StartupAction.doNothing.rawValue {
self.rowStartupSeparator.isHidden = hide
@ -104,7 +104,7 @@ class MainPrefsViewController: NSViewController, PreferencePane {
keyboardPrefsVc?.view.layoutSubtreeIfNeeded()
displaysPrefsVc?.view.layoutSubtreeIfNeeded()
aboutPrefsVc?.view.layoutSubtreeIfNeeded()
_ = self.showAdvanced()
_ = self.updateGridLayout()
}
@IBAction func startAtLoginClicked(_ sender: NSButton) {
@ -154,7 +154,7 @@ class MainPrefsViewController: NSViewController, PreferencePane {
_ = display.setDirectBrightness(1)
_ = display.setSwBrightness(1)
}
_ = self.showAdvanced()
_ = self.updateGridLayout()
app.configure()
}
@ -170,7 +170,7 @@ class MainPrefsViewController: NSViewController, PreferencePane {
_ = display.setDirectBrightness(1)
_ = display.setSwBrightness(1)
}
_ = self.showAdvanced()
_ = self.updateGridLayout()
app.configure()
}
@ -196,7 +196,7 @@ class MainPrefsViewController: NSViewController, PreferencePane {
@IBAction func startupAction(_ sender: NSPopUpButton) {
prefs.set(sender.selectedTag(), forKey: PrefKey.startupAction.rawValue)
_ = self.showAdvanced()
_ = self.updateGridLayout()
}
@IBAction func showAdvancedClicked(_ sender: NSButton) {
@ -207,10 +207,10 @@ class MainPrefsViewController: NSViewController, PreferencePane {
prefs.set(false, forKey: PrefKey.showAdvancedSettings.rawValue)
default: break
}
_ = self.showAdvanced()
_ = menuslidersPrefsVc?.showAdvanced()
_ = keyboardPrefsVc?.showAdvanced()
_ = displaysPrefsVc?.showAdvanced()
_ = self.updateGridLayout()
_ = menuslidersPrefsVc?.updateGridLayout()
_ = keyboardPrefsVc?.updateGridLayout()
_ = displaysPrefsVc?.updateGridLayout()
menuslidersPrefsVc?.view.layoutSubtreeIfNeeded()
keyboardPrefsVc?.view.layoutSubtreeIfNeeded()
displaysPrefsVc?.view.layoutSubtreeIfNeeded()

View file

@ -50,7 +50,7 @@ class MenuslidersPrefsViewController: NSViewController, PreferencePane {
@IBOutlet var rowPercentText: NSGridRow!
// swiftlint:disable cyclomatic_complexity
func showAdvanced() -> Bool {
func updateGridLayout() -> Bool {
let hide = !prefs.bool(forKey: PrefKey.showAdvancedSettings.rawValue)
var doNotHideRowIconSeparator = false
@ -157,19 +157,19 @@ class MenuslidersPrefsViewController: NSViewController, PreferencePane {
self.enableSliderSnap.state = prefs.bool(forKey: PrefKey.enableSliderSnap.rawValue) ? .on : .off
self.showTickMarks.state = prefs.bool(forKey: PrefKey.showTickMarks.rawValue) ? .on : .off
self.enableSliderPercent.state = prefs.bool(forKey: PrefKey.enableSliderPercent.rawValue) ? .on : .off
_ = self.showAdvanced()
_ = self.updateGridLayout()
}
@IBAction func icon(_ sender: NSPopUpButton) {
prefs.set(sender.selectedTag(), forKey: PrefKey.menuIcon.rawValue)
app.updateMenusAndKeys()
_ = self.showAdvanced()
_ = self.updateGridLayout()
}
@IBAction func menuItemStyle(_ sender: NSPopUpButton) {
prefs.set(sender.selectedTag(), forKey: PrefKey.menuItemStyle.rawValue)
app.updateMenusAndKeys()
_ = self.showAdvanced()
_ = self.updateGridLayout()
}
@IBAction func quitApplicationClicked(_: NSButton) {
@ -222,7 +222,7 @@ class MenuslidersPrefsViewController: NSViewController, PreferencePane {
default: break
}
app.updateMenusAndKeys()
_ = self.showAdvanced()
_ = self.updateGridLayout()
}
@IBAction func enableSliderSnapClicked(_ sender: NSButton) {
@ -234,13 +234,13 @@ class MenuslidersPrefsViewController: NSViewController, PreferencePane {
default: break
}
app.updateMenusAndKeys()
_ = self.showAdvanced()
_ = self.updateGridLayout()
}
@IBAction func multiSliders(_ sender: NSPopUpButton) {
prefs.set(sender.selectedTag(), forKey: PrefKey.multiSliders.rawValue)
app.updateMenusAndKeys()
_ = self.showAdvanced()
_ = self.updateGridLayout()
}
@IBAction func showTickMarks(_ sender: NSButton) {
@ -252,7 +252,7 @@ class MenuslidersPrefsViewController: NSViewController, PreferencePane {
default: break
}
app.updateMenusAndKeys()
_ = self.showAdvanced()
_ = self.updateGridLayout()
}
@IBAction func enableSliderPercent(_ sender: NSButton) {
@ -264,6 +264,6 @@ class MenuslidersPrefsViewController: NSViewController, PreferencePane {
default: break
}
app.updateMenusAndKeys()
_ = self.showAdvanced()
_ = self.updateGridLayout()
}
}

View file

@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>6517</string>
<string>6539</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSBackgroundOnly</key>