diff options
Diffstat (limited to 'java/res/values')
-rw-r--r-- | java/res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml index 1f5e41bc5..d36394778 100644 --- a/java/res/values/strings.xml +++ b/java/res/values/strings.xml @@ -461,6 +461,8 @@ <string name="setup_step1_title">"Enable <xliff:g id="application_name">%s</xliff:g>"</string> <!-- Detailed instruction of the 1st step in the setup wizard. [CHAR LIMIT=120] --> <string name="setup_step1_instruction">"Please check \"<xliff:g id="application_name">%s</xliff:g>\" in your Language & input settings. This will authorize it to run on your device."</string> + <!-- Detailed instruction of the already finished 1st step in the setup wizard. [CHAR LIMIT=120] --> + <string name="setup_step1_finished_instruction">"<xliff:g id="application_name">%s</xliff:g> is already enabled in your Language & input settings, so this step is done. On to the next one!"</string> <!-- The label of the button that triggers the Language & input settings in order to enable the keyboard. [CHAR_LIMIT=64] --> <string name="setup_step1_action">Enable in Settings</string> <!-- Ordinal number of the 2nd step in the setup wizard. [CHAR LIMIT=5] --> |