Update "Count each line ending as one character" label (fix #828)

This commit is contained in:
1024jp 2018-12-13 10:14:33 +09:00
parent 9841a30c3b
commit ed118963b8
7 changed files with 26 additions and 13 deletions

View File

@ -2,6 +2,15 @@
Change Log
==========================
3.6.10 (unreleased)
--------------------------
### Improvements
- Change the label of the option “Count each line ending as one character” in General pane to “Ignore line endings when counting characters” (the value reversed).
3.6.9 (305)
--------------------------

View File

@ -15,13 +15,17 @@
<autoresizingMask key="autoresizingMask"/>
<subviews>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="nfo-ng-N5P">
<rect key="frame" x="130" y="278" width="267" height="18"/>
<buttonCell key="cell" type="check" title="Count each line ending as one character" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="3306">
<rect key="frame" x="130" y="278" width="301" height="18"/>
<buttonCell key="cell" type="check" title="Ignore line endings when couinting characters" bezelStyle="regularSquare" imagePosition="left" alignment="left" inset="2" id="3306">
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
<font key="font" metaFont="system"/>
</buttonCell>
<connections>
<binding destination="ttU-LH-46v" name="value" keyPath="values.countLineEndingAsChar" id="CkO-bw-cyI"/>
<binding destination="ttU-LH-46v" name="value" keyPath="values.countLineEndingAsChar" id="ALG-y2-EEP">
<dictionary key="options">
<string key="NSValueTransformerName">NSNegateBoolean</string>
</dictionary>
</binding>
</connections>
</button>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="oN2-0G-iXz">

View File

@ -68,8 +68,8 @@
/* Class = "NSTextFieldCell"; title = "Content parse:"; ObjectID = "lzy-Ei-xlT"; */
"lzy-Ei-xlT.title" = "Inhaltsanalyse:";
/* Class = "NSButtonCell"; title = "Count each line ending as one character"; ObjectID = "3306"; */
"3306.title" = "Zeilenumbrüche als Zeichen zählen";
/* Class = "NSButtonCell"; title = "Ignore line endings when counting characters"; ObjectID = "3306"; */
"3306.title" = "Zeilenumbrüche bei der Zeichenzählung ignorieren";
/* Class = "NSButtonCell"; title = "Link URLs in document"; ObjectID = "tPy-Ox-YpP"; */
"tPy-Ox-YpP.title" = "URLs im Dokument verlinken";
/* Class = "NSButtonCell"; title = "Check spelling as you type"; ObjectID = "3300"; */

View File

@ -69,8 +69,8 @@
/* Class = "NSTextFieldCell"; title = "Content parse:"; ObjectID = "lzy-Ei-xlT"; */
"lzy-Ei-xlT.title" = "Analizza il contenuto:";
/* Class = "NSButtonCell"; title = "Count each line ending as one character"; ObjectID = "3306"; */
"3306.title" = "Conteggia ogni fine riga come un carattere";
/* Class = "NSButtonCell"; title = "Ignore line endings when counting characters"; ObjectID = "3306"; */
"3306.title" = "Ignore line endings when counting characters"; // FIXME: updated
/* Class = "NSButtonCell"; title = "Link URLs in document"; ObjectID = "tPy-Ox-YpP"; */
"tPy-Ox-YpP.title" = "Collegamenti agli URL nel documento";
/* Class = "NSButtonCell"; title = "Check spelling as you type"; ObjectID = "3300"; */

View File

@ -68,8 +68,8 @@
/* Class = "NSTextFieldCell"; title = "Content parse:"; ObjectID = "lzy-Ei-xlT"; */
"lzy-Ei-xlT.title" = "内容解析:";
/* Class = "NSButtonCell"; title = "Count each line ending as one character"; ObjectID = "3306"; */
"3306.title" = "改行コードを文字としてカウント";
/* Class = "NSButtonCell"; title = "Ignore line endings when couinting characters"; ObjectID = "3306"; */
"3306.title" = "改行コードを文字としてカウントしない";
/* Class = "NSButtonCell"; title = "Link URLs in document"; ObjectID = "tPy-Ox-YpP"; */
"tPy-Ox-YpP.title" = "書類中のURLをリンク";
/* Class = "NSButtonCell"; title = "Check spelling as you type"; ObjectID = "3300"; */

View File

@ -67,8 +67,8 @@
/* Class = "NSTextFieldCell"; title = "Content parse:"; ObjectID = "lzy-Ei-xlT"; */
"lzy-Ei-xlT.title" = "Análise de conteúdo:";
/* Class = "NSButtonCell"; title = "Count each line ending as one character"; ObjectID = "3306"; */
"3306.title" = "Contar cada final de linha como um caractere";
/* Class = "NSButtonCell"; title = "Ignore line endings when counting characters"; ObjectID = "3306"; */
"3306.title" = "Ignore line endings when counting characters"; // FIXME: updated
/* Class = "NSButtonCell"; title = "Link URLs in document"; ObjectID = "tPy-Ox-YpP"; */
"tPy-Ox-YpP.title" = "Criar links de URLs no documento";
/* Class = "NSButtonCell"; title = "Check spelling as you type"; ObjectID = "3300"; */

View File

@ -69,8 +69,8 @@
/* Class = "NSTextFieldCell"; title = "Content parse:"; ObjectID = "lzy-Ei-xlT"; */
"lzy-Ei-xlT.title" = "内容解析:";
/* Class = "NSButtonCell"; title = "Count each line ending as one character"; ObjectID = "3306"; */
"3306.title" = "统计行尾为一个字符";
/* Class = "NSButtonCell"; title = "Ignore line endings when counting characters"; ObjectID = "3306"; */
"3306.title" = "Ignore line endings when counting characters"; // FIXME: updated
/* Class = "NSButtonCell"; title = "Link URLs in document"; ObjectID = "tPy-Ox-YpP"; */
"tPy-Ox-YpP.title" = "链接文档中的 URL";
/* Class = "NSButtonCell"; title = "Check spelling as you type"; ObjectID = "3300"; */