summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/english.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-03-28 16:28:35 +1100
committerJesse Duffield <jessedduffield@gmail.com>2020-03-29 11:37:29 +1100
commit624ae45ebb3f54499a25c4eba0844fa971277c34 (patch)
treeca20f93742858b2b4231d083e5b6abdab61d69ba /pkg/i18n/english.go
parent2756b82f5733c2099c43279ebb1a962101411142 (diff)
allow scoped mode where the commits/reflog/stash panels are scoped to a file
WIP restrict certain actions in scoped mode WIP
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",
},
)
}