summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n/english.go')
-rw-r--r--pkg/i18n/english.go24
1 files changed, 24 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index e2db241f0..bcdbb3e0d 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -1083,6 +1083,30 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "gotoBottom",
Other: "scroll to bottom",
+ }, &i18n.Message{
+ ID: "scopingTo",
+ Other: "scoping to",
+ }, &i18n.Message{
+ ID: "(reset)",
+ Other: "(reset)",
+ }, &i18n.Message{
+ ID: "openScopingMenu",
+ Other: "view scoping options",
+ }, &i18n.Message{
+ ID: "scopeTo",
+ Other: "scope to",
+ }, &i18n.Message{
+ ID: "exitOutOfScopedMode",
+ Other: "stop scoping",
+ }, &i18n.Message{
+ ID: "fileToScopeToOption",
+ Other: "enter path to scope to",
+ }, &i18n.Message{
+ ID: "enterFileName",
+ Other: "enter path:",
+ }, &i18n.Message{
+ ID: "scopingMenuTitle",
+ Other: "scoping",
},
)
}