summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/polish.go
diff options
context:
space:
mode:
authorMark Kopenga <mkopenga@gmail.com>2018-12-06 08:31:12 +0100
committerGitHub <noreply@github.com>2018-12-06 08:31:12 +0100
commit1b6d34e76a4d5d132f95072139fb3aba760eb771 (patch)
treefb6cc607a67f0d3d2ef0b9d66fafd439864e6d9a /pkg/i18n/polish.go
parent67115436347dec591d12a1a31d1c971915cf0b05 (diff)
parent1a6a69a8f1f7c44978a384ba56321149f973223d (diff)
Merge branch 'master' into https-ask-for-username-password
Diffstat (limited to 'pkg/i18n/polish.go')
-rw-r--r--pkg/i18n/polish.go24
1 files changed, 24 insertions, 0 deletions
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index d2b4a84ed..e7a6e64cc 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -404,6 +404,30 @@ func addPolish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "NoAutomaticGitFetchBody",
Other: `Lazygit can't use "git fetch" in a private repo use f in the branch panel to run git fetch manually`,
+ }, &i18n.Message{
+ ID: "StageLines",
+ Other: `stage individual hunks/lines`,
+ }, &i18n.Message{
+ ID: "FileStagingRequirements",
+ Other: `Can only stage individual lines for tracked files with unstaged changes`,
+ }, &i18n.Message{
+ ID: "StagingTitle",
+ Other: `Staging`,
+ }, &i18n.Message{
+ ID: "StageHunk",
+ Other: `stage hunk`,
+ }, &i18n.Message{
+ ID: "StageLine",
+ Other: `stage line`,
+ }, &i18n.Message{
+ ID: "EscapeStaging",
+ Other: `return to files panel`,
+ }, &i18n.Message{
+ ID: "CantFindHunks",
+ Other: `Could not find any hunks in this patch`,
+ }, &i18n.Message{
+ ID: "CantFindHunk",
+ Other: `Could not find hunk`,
},
)
}