summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/dutch.go11
-rw-r--r--pkg/i18n/english.go9
-rw-r--r--pkg/i18n/polish.go9
3 files changed, 28 insertions, 1 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index 74b230ab4..ff9e50190 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -30,7 +30,16 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: "Stash",
}, &i18n.Message{
ID: "CommitMessage",
- Other: "Commit Bericht",
+ Other: "Commit bericht",
+ }, &i18n.Message{
+ ID: "PushUsername",
+ Other: "Gebruikers naam",
+ }, &i18n.Message{
+ ID: "PushPassword",
+ Other: "Wachtwoord",
+ }, &i18n.Message{
+ ID: "PassUnameWrong",
+ Other: "Wachtwoord en/of gebruikersnaam verkeert",
}, &i18n.Message{
ID: "CommitChanges",
Other: "Commit Veranderingen",
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 96c2031bf..52c2f993a 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -40,6 +40,15 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "CommitMessage",
Other: "Commit message",
}, &i18n.Message{
+ ID: "PushUsername",
+ Other: "Username",
+ }, &i18n.Message{
+ ID: "PushPassword",
+ Other: "Password",
+ }, &i18n.Message{
+ ID: "PassUnameWrong",
+ Other: "Password and/or username wrong",
+ }, &i18n.Message{
ID: "CommitChanges",
Other: "commit changes",
}, &i18n.Message{
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 975035771..d5a5d6ec0 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -30,6 +30,15 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "CommitMessage",
Other: "Wiadomość commita",
}, &i18n.Message{
+ ID: "PushUsername",
+ Other: "Username",
+ }, &i18n.Message{
+ ID: "PushPassword",
+ Other: "Password",
+ }, &i18n.Message{
+ ID: "PassUnameWrong",
+ Other: "Password and/or username wrong",
+ }, &i18n.Message{
ID: "CommitChanges",
Other: "commituj zmiany",
}, &i18n.Message{