From 78c53353c8f408967e8902bcd201323bbca9e16d Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Fri, 4 Mar 2022 21:17:31 +0800 Subject: [PATCH] PrefWindow // +showPageButtonsInCandidateWindow --- .../WindowNIBs/Base.lproj/frmPrefWindow.xib | 64 +++++++++++-------- .../WindowNIBs/en.lproj/frmPrefWindow.strings | 3 + .../WindowNIBs/ja.lproj/frmPrefWindow.strings | 3 + .../zh-Hans.lproj/frmPrefWindow.strings | 3 + .../zh-Hant.lproj/frmPrefWindow.strings | 3 + 5 files changed, 48 insertions(+), 28 deletions(-) diff --git a/Source/WindowNIBs/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib b/Source/WindowNIBs/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib index 8e90874a..69690e01 100644 --- a/Source/WindowNIBs/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib +++ b/Source/WindowNIBs/Source/WindowNIBs/Base.lproj/frmPrefWindow.xib @@ -22,7 +22,7 @@ - + @@ -51,7 +51,7 @@ - + @@ -62,7 +62,7 @@ - + @@ -87,7 +87,7 @@ - + @@ -95,7 +95,7 @@ - + @@ -114,7 +114,7 @@ - + @@ -126,7 +126,7 @@ - + @@ -134,12 +134,9 @@ - - - - + - + @@ -151,6 +148,8 @@ + + @@ -161,8 +160,19 @@ + - + @@ -172,35 +182,33 @@ - - - - + + + - - + - + - + - - + + + - - + + - - + - + diff --git a/Source/WindowNIBs/Source/WindowNIBs/en.lproj/frmPrefWindow.strings b/Source/WindowNIBs/Source/WindowNIBs/en.lproj/frmPrefWindow.strings index 68fd253d..b81867e9 100644 --- a/Source/WindowNIBs/Source/WindowNIBs/en.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/Source/WindowNIBs/en.lproj/frmPrefWindow.strings @@ -47,6 +47,9 @@ /* Class = "NSButtonCell"; title = "Vertical"; ObjectID = "22"; */ "22.title" = "Vertical"; +/* Class = "NSButtonCell"; title = "Show page buttons in candidate list"; ObjectID = "shc-Nu-UsM"; */ +"shc-Nu-UsM.title" = "Show page buttons in candidate list"; + /* Class = "NSTextFieldCell"; title = "Candidate List Layout:"; ObjectID = "24"; */ "24.title" = "Candidate List Layout:"; diff --git a/Source/WindowNIBs/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings b/Source/WindowNIBs/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings index 1dd9552a..e56badd0 100644 --- a/Source/WindowNIBs/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/Source/WindowNIBs/ja.lproj/frmPrefWindow.strings @@ -47,6 +47,9 @@ /* Class = "NSButtonCell"; title = "Vertical"; ObjectID = "22"; */ "22.title" = "縦型陳列"; +/* Class = "NSButtonCell"; title = "Show page buttons in candidate list"; ObjectID = "shc-Nu-UsM"; */ +"shc-Nu-UsM.title" = "ページボタンを表示"; + /* Class = "NSTextFieldCell"; title = "Candidate List Layout:"; ObjectID = "24"; */ "24.title" = "入力候補陳列の仕様:"; diff --git a/Source/WindowNIBs/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings b/Source/WindowNIBs/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings index 803e7b32..9b54a2e1 100644 --- a/Source/WindowNIBs/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/Source/WindowNIBs/zh-Hans.lproj/frmPrefWindow.strings @@ -47,6 +47,9 @@ /* Class = "NSButtonCell"; title = "Vertical"; ObjectID = "22"; */ "22.title" = "纵向布局"; +/* Class = "NSButtonCell"; title = "Show page buttons in candidate list"; ObjectID = "shc-Nu-UsM"; */ +"shc-Nu-UsM.title" = "在选字窗内显示翻页按钮"; + /* Class = "NSTextFieldCell"; title = "Candidate List Layout:"; ObjectID = "24"; */ "24.title" = "候选字窗布局:"; diff --git a/Source/WindowNIBs/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings b/Source/WindowNIBs/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings index 418ee08e..4b03b6c9 100644 --- a/Source/WindowNIBs/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings +++ b/Source/WindowNIBs/Source/WindowNIBs/zh-Hant.lproj/frmPrefWindow.strings @@ -47,6 +47,9 @@ /* Class = "NSButtonCell"; title = "Vertical"; ObjectID = "22"; */ "22.title" = "縱向佈局"; +/* Class = "NSButtonCell"; title = "Show page buttons in candidate list"; ObjectID = "shc-Nu-UsM"; */ +"shc-Nu-UsM.title" = "在選字窗內顯示翻頁按鈕"; + /* Class = "NSTextFieldCell"; title = "Candidate List Layout:"; ObjectID = "24"; */ "24.title" = "候選字窗佈局:";