summaryrefslogtreecommitdiffstats
path: root/pkg/i18n/polish.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/i18n/polish.go')
-rw-r--r--pkg/i18n/polish.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/i18n/polish.go b/pkg/i18n/polish.go
index 30462a7c3..37791d9e5 100644
--- a/pkg/i18n/polish.go
+++ b/pkg/i18n/polish.go
@@ -641,6 +641,15 @@ func addPolish(i18nObject *i18n.Bundle) error {
}, &i18n.Message{
ID: "checkoutCommitFile",
Other: "checkout file",
+ }, &i18n.Message{
+ ID: "discardOldFileChange",
+ Other: "discard this commit's changes to this file",
+ }, &i18n.Message{
+ ID: "DiscardFileChangesTitle",
+ Other: "Discard file changes",
+ }, &i18n.Message{
+ ID: "DiscardFileChangesPrompt",
+ Other: "Are you sure you want to discard this commit's changes to this file? If this file was created in this commit, it will be deleted",
},
)
}