am 26c006d8: am f6c2a0fe: am afa56511: Merge "Update string comments for translation"
* commit '26c006d8f074b2e6410dde0723bfeb69c6de15f7': Update string comments for translationmain
commit
f1f2028336
|
@ -174,10 +174,10 @@
|
|||
<!-- Spoken description when there is no text entered -->
|
||||
<string name="spoken_no_text_entered">No text entered</string>
|
||||
|
||||
<!-- Spoken description to let the user know what auto-correction will be performed when a key is pressed. -->
|
||||
<string name="spoken_auto_correct"><xliff:g id="key" example="Space">%1$s</xliff:g> corrects <xliff:g id="original">%2$s</xliff:g> to <xliff:g id="corrected">%3$s</xliff:g></string>
|
||||
<!-- Spoken description to let the user know what auto-correction will be performed when a key is pressed. An auto-correction replaces a single word with one or more words. -->
|
||||
<string name="spoken_auto_correct"><xliff:g id="key" example="Space">%1$s</xliff:g> corrects <xliff:g id="original_word">%2$s</xliff:g> to <xliff:g id="corrected">%3$s</xliff:g></string>
|
||||
<!-- Spoken description used during obscured (e.g. password) entry to let the user know that auto-correction will be performed when a key is pressed. -->
|
||||
<string name="spoken_auto_correct_obscured"><xliff:g id="key" example="Space">%1$s</xliff:g> has auto-correction</string>
|
||||
<string name="spoken_auto_correct_obscured"><xliff:g id="key" example="Space">%1$s</xliff:g> performs auto-correction</string>
|
||||
|
||||
<!-- Spoken description for unknown keyboard keys. -->
|
||||
<string name="spoken_description_unknown">Key code %d</string>
|
||||
|
|
Loading…
Reference in New Issue