abouttreesummaryrefslogcommitdiff
path: root/res/values-ko
diff options
context:
space:
mode:
authorJules Aguillon2022-06-24 22:00:23 +0200
committerJules Aguillon2022-06-24 22:00:23 +0200
commitff01678ba688778d67f824a0be56634974c1b0e8 (patch)
treea6878b95181c826daa515d8481d375a116b628ff /res/values-ko
parentd74e8f3b0877570964715ff3d75435b5276cb69d (diff)
downloadunexpected-keyboard-ff01678ba688778d67f824a0be56634974c1b0e8.tar.gz
unexpected-keyboard-ff01678ba688778d67f824a0be56634974c1b0e8.zip
Revert "Remove the vibration settings"
Bring back the "Vibration" option. The duration option isn't added back because the vibration settings are still handled by Android. In fact, the option has no effect if the vibration are disabled in the system settings. This partially reverts commit ef03dfed5c802a855c4655204eee39a8769cfed7.
Diffstat (limited to 'res/values-ko')
-rw-r--r--res/values-ko/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index 41058d1..22262de 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -13,6 +13,8 @@
<string name="pref_swipe_dist_summary">키 모서리 문자의 입력 범위 (%s)</string>
<string name="pref_long_timeout_title">키 길게 누르기 지연</string>
<string name="pref_long_interval_title">키 반복 간격</string>
+ <string name="pref_vibrate_title">진동</string>
+ <string name="pref_vibrate_summary">키 누를 때 진동 키거/끄기</string>
<string name="pref_precise_repeat_title">정확한 커서 움직임</string>
<string name="pref_precise_repeat_summary">더 많거나 적은 스와이프로 키 반복 조절</string>
<string name="pref_category_style">스타일</string>