summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authormjarkk <mkopenga@gmail.com>2018-10-20 17:18:42 +0200
committermjarkk <mkopenga@gmail.com>2018-10-20 17:18:42 +0200
commitac5696574c974f2482bd0f5b2ef5258df08ac53c (patch)
treea42d3ce62888b97decdd4c78842d462a7b6665f4 /pkg/i18n
parent1a43d64de33d5565fb20d74dbac1c30a38ae880e (diff)
added some translations
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/dutch.go3
-rw-r--r--pkg/i18n/english.go3
-rw-r--r--pkg/i18n/polish.go3
3 files changed, 9 insertions, 0 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index e79f59891..87b5d7a90 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -38,6 +38,9 @@ func addDutch(i18nObject *i18n.Bundle) error {
ID: "PushPassword",
Other: "Wachtwoord",
}, &i18n.Message{
+ ID: "PassUnameWrong",
+ Other: "Wachtwoord en/of gebruikersnaam verkeert",
+ }, &i18n.Message{
ID: "CommitChanges",
Other: "Commit Veranderingen",
}, &i18n.Message{
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 90bb97e8d..b802597b3 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -46,6 +46,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
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 93bbece33..d9f855148 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -36,6 +36,9 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "PushPassword",
Other: "Password",
}, &i18n.Message{
+ ID: "PassUnameWrong",
+ Other: "Password and/or username wrong",
+ }, &i18n.Message{
ID: "CommitChanges",
Other: "commituj zmiany",
}, &i18n.Message{