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.go15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 62c762fdd..135c52bda 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -849,6 +849,21 @@ func addEnglish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "ReturnToRemotesList",
Other: `return to remotes list`,
+ }, &i18n.Message{
+ ID: "addNewRemote",
+ Other: `add new remote`,
+ }, &i18n.Message{
+ ID: "newRemoteName",
+ Other: `New remote name:`,
+ }, &i18n.Message{
+ ID: "newRemoteUrl",
+ Other: `New remote url:`,
+ }, &i18n.Message{
+ ID: "removeRemote",
+ Other: `remove remote`,
+ }, &i18n.Message{
+ ID: "removeRemotePrompt",
+ Other: "Are you sure you want to remove remote",
},
)
}