diff options
Diffstat (limited to 'l10n-en-CA/devtools/client/components.properties')
-rw-r--r-- | l10n-en-CA/devtools/client/components.properties | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/l10n-en-CA/devtools/client/components.properties b/l10n-en-CA/devtools/client/components.properties index 7849afba30..885b6aeb86 100644 --- a/l10n-en-CA/devtools/client/components.properties +++ b/l10n-en-CA/devtools/client/components.properties @@ -47,3 +47,15 @@ searchModifier.caseSensitiveModifier=Match Case # LOCALIZATION NOTE(searchModifier.wholeWordModifier): A search option # when searching text in a file searchModifier.wholeWordModifier=Match Whole Word + +# LOCALIZATION NOTE (searchBox.clearButtonTitle): The title of the SearchBox clear input +# button, which is displayed when the input is not empty. +searchBox.clearButtonTitle=Clear filter input + +# LOCALIZATION NOTE treeNode.collapseButtonTitle): The title of the Tree node toggle +# button when the node is expanded. +treeNode.collapseButtonTitle=Collapse + +# LOCALIZATION NOTE treeNode.expandButtonTitle): The title of the Tree node toggle +# button when the node is collapsed. +treeNode.expandButtonTitle=Expand |