Skip to content

Commit

Permalink
Add base language string
Browse files Browse the repository at this point in the history
  • Loading branch information
uiryuu authored and lhc70000 committed Jan 13, 2020
1 parent 186b169 commit c070281
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions iina/Base.lproj/PrefControlViewController.xib
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<point key="canvasLocation" x="251" y="425"/>
</customView>
<userDefaultsController representsSharedInstance="YES" id="Yrj-d0-KaY"/>
<customView misplaced="YES" id="Wmg-PT-BGO">
<customView id="Wmg-PT-BGO">
<rect key="frame" x="0.0" y="0.0" width="516" height="308"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMinY="YES"/>
<subviews>
Expand Down Expand Up @@ -78,7 +78,7 @@
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" horizontalCompressionResistancePriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="LN0-rs-jJB">
<rect key="frame" x="78" y="204" width="440" height="14"/>
<textFieldCell key="cell" sendsActionOnEndEditing="YES" title="Exact seek is more precise but can cause lag and higher CPU usage." id="6FZ-Qm-0k0">
<font key="font" metaFont="menu" size="11"/>
<font key="font" metaFont="message" size="11"/>
<color key="textColor" name="disabledControlTextColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
</textFieldCell>
Expand Down Expand Up @@ -281,8 +281,8 @@
</connections>
</popUpButton>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="l7e-jz-0cj">
<rect key="frame" x="78" y="117" width="143" height="18"/>
<buttonCell key="cell" type="check" title="Accepts first mouse" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="gZK-ry-lQs">
<rect key="frame" x="78" y="117" width="286" height="18"/>
<buttonCell key="cell" type="check" title="Accepts first mouse click when not focused" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="gZK-ry-lQs">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
Expand Down
3 changes: 3 additions & 0 deletions iina/en.lproj/PrefControlViewController.strings
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
/* Class = "NSTextFieldCell"; title = "Middle click to:"; ObjectID = "Gyd-Qt-FEo"; */
"Gyd-Qt-FEo.title" = "Middle click to:";

/* Class = "NSButtonCell"; title = "Acccepts first mouse"; ObjectID = "gZK-ry-lQs"; */
"gZK-ry-lQs.title" = "Accepts first mouse click when not focused";

/* Class = "NSMenuItem"; title = "Fullscreen"; ObjectID = "Hm3-dh-jgb"; */
"Hm3-dh-jgb.title" = "Fullscreen";

Expand Down

0 comments on commit c070281

Please sign in to comment.