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.go62
1 files changed, 61 insertions, 1 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 2c6fed0af..55c08e920 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -565,6 +565,54 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "RebaseOptionsTitle",
Other: "Rebase Options",
}, &i18n.Message{
+ ID: "CommitMessageTitle",
+ Other: "Commit Message",
+ }, &i18n.Message{
+ ID: "Local-BranchesTitle",
+ Other: "Branches Tab",
+ }, &i18n.Message{
+ ID: "SearchTitle",
+ Other: "Search",
+ }, &i18n.Message{
+ ID: "TagsTitle",
+ Other: "Tags Tab",
+ }, &i18n.Message{
+ ID: "Branch-CommitsTitle",
+ Other: "Commits Tab",
+ }, &i18n.Message{
+ ID: "MenuTitle",
+ Other: "Menu",
+ }, &i18n.Message{
+ ID: "RemotesTitle",
+ Other: "Remotes Tab",
+ }, &i18n.Message{
+ ID: "CredentialsTitle",
+ Other: "Credentials",
+ }, &i18n.Message{
+ ID: "Remote-BranchesTitle",
+ Other: "Remote Branches (in Remotes tab)",
+ }, &i18n.Message{
+ ID: "Patch-BuildingTitle",
+ Other: "Patch Building",
+ }, &i18n.Message{
+ ID: "InformationTitle",
+ Other: "Information",
+ }, &i18n.Message{
+ ID: "SecondaryTitle",
+ Other: "Secondary",
+ }, &i18n.Message{
+ ID: "Reflog-CommitsTitle",
+ Other: "Reflog Tab",
+ }, &i18n.Message{
+ ID: "Title",
+ Other: "Title",
+ }, &i18n.Message{
+ ID: "GlobalTitle",
+ Other: "Global Keybindings",
+ }, &i18n.Message{
+ ID: "MerginTitle",
+ Other: "Mergin",
+ }, &i18n.Message{
ID: "ConflictsResolved",
Other: "all merge conflicts resolved. Continue?",
}, &i18n.Message{
@@ -652,6 +700,12 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "ScrollUp",
Other: "scroll up",
}, &i18n.Message{
+ ID: "scrollUpMainPanel",
+ Other: "scroll up main panel",
+ }, &i18n.Message{
+ ID: "scrollDownMainPanel",
+ Other: "scroll down main panel",
+ }, &i18n.Message{
ID: "AmendCommitTitle",
Other: "Amend Commit",
}, &i18n.Message{
@@ -692,7 +746,7 @@ func addEnglish(i18nObject *i18n.Bundle) error {
Other: "view commit's files",
}, &i18n.Message{
ID: "CommitFilesTitle",
- Other: "Commit files",
+ Other: "Commit Files",
}, &i18n.Message{
ID: "goBack",
Other: "go back",
@@ -951,6 +1005,12 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "prevScreenMode",
Other: "prev screen mode",
+ }, &i18n.Message{
+ ID: "Panel",
+ Other: "Panel",
+ }, &i18n.Message{
+ ID: "Keybindings",
+ Other: "Keybindings",
},
)
}