Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2798)

Unified Diff: chrome/app/chromeos_strings.grdp

Issue 393023006: Add settings for keyboard auto-repeat to options page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/preferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chromeos_strings.grdp
diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
index 604e8413b08cd415c83274fed3ccceec6a1ead17..ba75036cd16de986fbd0f2e3527914ea62a00ca2 100644
--- a/chrome/app/chromeos_strings.grdp
+++ b/chrome/app/chromeos_strings.grdp
@@ -3413,6 +3413,34 @@ Press any key to continue exploring.
desc="A label describing how to use the top-row keys' original actions when the treat-as-function-keys setting is enabled.">
Hold the Search key to switch the behavior of the top-row keys.
</message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_AUTO_REPEAT_ENABLE"
+ desc="The checkbox label for enabling keyboard auto-repeat.">
+ Enable auto-repeat
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_AUTO_REPEAT_DELAY"
+ desc="The label for the slider for the delay before auto-repeat begins. The delay is the amount of time a key must be held down before auto-repeating begins.">
+ Delay before repeat:
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_AUTO_REPEAT_DELAY_LONG"
+ desc="The label for the beginning of the auto-repeat delay slider, representing a long delay.">
+ Long
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_AUTO_REPEAT_DELAY_SHORT"
+ desc="The label for the end of the auto-repeat delay slider, representing a short delay.">
+ Short
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_AUTO_REPEAT_RATE"
+ desc="The label for the slider for the auto-repeat rate. The rate is how many times a key repeats per second once auto-repeating has begun.">
+ Repeat rate:
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_AUTO_REPEAT_RATE_SLOW"
+ desc="The label for the beginning of the auto-repeat rate slider, representing a slow repeat rate.">
+ Slow
+ </message>
+ <message name="IDS_OPTIONS_SETTINGS_LANGUAGES_AUTO_REPEAT_RATE_FAST"
+ desc="The label for the end of the auto-repeat rate slider, representing a fast repeat rate.">
+ Fast
+ </message>
<message name="IDS_OPTIONS_SETTINGS_CHANGE_LANGUAGE_AND_INPUT_SETTINGS"
desc="The link to open 'Language and input settings' window.">
Change language and input settings
« no previous file with comments | « no previous file | chrome/browser/chromeos/preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698