Loading java/res/values/strings.xml +4 −2 Original line number Diff line number Diff line Loading @@ -27,8 +27,10 @@ <!-- Title for Latin keyboard input options dialog [CHAR LIMIT=25] --> <string name="english_ime_input_options">Input options</string> <!-- Title for Latin Keyboard spell checker service --> <string name="spell_checker_service_name">Android correction</string> <!-- Name of Android spell checker service --> <string name="spell_checker_service_name">Android spell checker</string> <!-- Name of Android spell checker service. AOSP(Android Open Source Project) should not be translated. --> <string name="aosp_spell_checker_service_name">Android spell checker (AOSP)</string> <!-- Title for the spell checking service settings screen --> <string name="android_spell_checker_settings">Spell checking settings</string> Loading java/res/xml/spellchecker.xml +3 −3 Original line number Diff line number Diff line Loading @@ -17,11 +17,11 @@ */ --> <!-- The attributes in this XML file provide the configuration information --> <!-- for the spell checker --> <!-- The attributes in this XML file provide the configuration information for the spell checker --> <spell-checker xmlns:android="http://schemas.android.com/apk/res/android" android:label="@string/spell_checker_service_name" android:label="@string/aosp_spell_checker_service_name" android:settingsActivity="com.android.inputmethod.latin.spellcheck.SpellCheckerSettingsActivity"> <subtype android:label="@string/subtype_generic" Loading Loading
java/res/values/strings.xml +4 −2 Original line number Diff line number Diff line Loading @@ -27,8 +27,10 @@ <!-- Title for Latin keyboard input options dialog [CHAR LIMIT=25] --> <string name="english_ime_input_options">Input options</string> <!-- Title for Latin Keyboard spell checker service --> <string name="spell_checker_service_name">Android correction</string> <!-- Name of Android spell checker service --> <string name="spell_checker_service_name">Android spell checker</string> <!-- Name of Android spell checker service. AOSP(Android Open Source Project) should not be translated. --> <string name="aosp_spell_checker_service_name">Android spell checker (AOSP)</string> <!-- Title for the spell checking service settings screen --> <string name="android_spell_checker_settings">Spell checking settings</string> Loading
java/res/xml/spellchecker.xml +3 −3 Original line number Diff line number Diff line Loading @@ -17,11 +17,11 @@ */ --> <!-- The attributes in this XML file provide the configuration information --> <!-- for the spell checker --> <!-- The attributes in this XML file provide the configuration information for the spell checker --> <spell-checker xmlns:android="http://schemas.android.com/apk/res/android" android:label="@string/spell_checker_service_name" android:label="@string/aosp_spell_checker_service_name" android:settingsActivity="com.android.inputmethod.latin.spellcheck.SpellCheckerSettingsActivity"> <subtype android:label="@string/subtype_generic" Loading