Merge "Display notification when disabling input methods from keyboard icon menu"

This commit is contained in:
jenkins-bot
2013-05-26 14:15:41 +00:00
committed by Gerrit Code Review
4 changed files with 44 additions and 7 deletions

View File

@@ -45,5 +45,9 @@
"ext-uls-input-disable": "Disable input methods",
"ext-uls-input-enable": "Enable input methods",
"ext-uls-input-disable-info": "Input methods are disabled.",
"ext-uls-input-settings-noime": "No input methods are available for this language."
"ext-uls-input-settings-noime": "No input methods are available for this language.",
"ext-uls-input-disable-notification": "Input tools have been disabled",
"ext-uls-input-disable-notification-undo": "Undo",
"ext-uls-input-disable-notification-info-personal": "You can enable the input tools at any time from the language settings.",
"ext-uls-input-disable-notification-info-interlanguage": "You can enable the input tools at any time from the language settings next to the language list."
}

View File

@@ -47,5 +47,9 @@
"ext-uls-input-disable": "Label for disable input tools submit button",
"ext-uls-input-enable": "Label for enable input tools button",
"ext-uls-input-disable-info": "Info text for the disable input tools button",
"ext-uls-input-settings-noime": "Text to be shown when no input methods are available for a selected language"
}
"ext-uls-input-settings-noime": "Text to be shown when no input methods are available for a selected language",
"ext-uls-input-disable-notification": "Notification bubble text when input methods are disabled",
"ext-uls-input-disable-notification-undo": "Undo link text in the input method disable notification bubble",
"ext-uls-input-disable-notification-info-personal": "Notification bubble text when input methods are disabled, appears if the ULS is at personal toolbar",
"ext-uls-input-disable-notification-info-interlanguage": "Notification bubble text when input methods are disabled, appears if the ULS is at interlanguage toolbar",
}