summaryrefslogtreecommitdiffstats
path: root/pkg/i18n
diff options
context:
space:
mode:
authormjarkk <mkopenga@gmail.com>2018-12-07 14:56:29 +0100
committermjarkk <mkopenga@gmail.com>2018-12-07 14:56:29 +0100
commit8f904ffd720714fb315c69d1c44d6974842ab051 (patch)
tree7b1ee38a1c8483c5f894bc0353ed2a0ceb4f30d7 /pkg/i18n
parentced81e11f048a954b707996d78487e3a6cabd569 (diff)
Working popup
Diffstat (limited to 'pkg/i18n')
-rw-r--r--pkg/i18n/dutch.go7
-rw-r--r--pkg/i18n/english.go3
-rw-r--r--pkg/i18n/polish.go3
3 files changed, 11 insertions, 2 deletions
diff --git a/pkg/i18n/dutch.go b/pkg/i18n/dutch.go
index a29c8c8c0..f62b60b90 100644
--- a/pkg/i18n/dutch.go
+++ b/pkg/i18n/dutch.go
@@ -138,10 +138,13 @@ func addDutch(i18nObject *i18n.Bundle) error {
Other: "Dit is geen bestand",
}, &i18n.Message{
ID: "PullWait",
- Other: "Pulling...",
+ Other: "Pullen...",
}, &i18n.Message{
ID: "PushWait",
- Other: "Pushing...",
+ Other: "Pushen...",
+ }, &i18n.Message{
+ ID: "FetchWait",
+ Other: "Fetchen...",
}, &i18n.Message{
ID: "FileNoMergeCons",
Other: "Dit bestand heeft geen merge conflicten",
diff --git a/pkg/i18n/english.go b/pkg/i18n/english.go
index 872e9783e..451b7bc0e 100644
--- a/pkg/i18n/english.go
+++ b/pkg/i18n/english.go
@@ -151,6 +151,9 @@ func addEnglish(i18nObject *i18n.Bundle) error {
ID: "PushWait",
Other: "Pushing...",
}, &i18n.Message{
+ ID: "FetchWait",
+ Other: "Fetching...",
+ }, &i18n.Message{
ID: "FileNoMergeCons",
Other: "This file has no merge conflicts",
}, &i18n.Message{
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 3ffa980ae..8470045e0 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -132,6 +132,9 @@ func addPolish(i18nObject *i18n.Bundle) error {
ID: "PushWait",
Other: "Wypychanie zmian...",
}, &i18n.Message{
+ ID: "FetchWait",
+ Other: "Fetching...",
+ }, &i18n.Message{
ID: "FileNoMergeCons",
Other: "Ten plik nie powoduje konfliktów scalania",
}, &i18n.Message{