diff --git a/resources/xlf/en/git.xlf b/resources/xlf/en/git.xlf
index 6ea8c05440..ccb37f61cb 100644
--- a/resources/xlf/en/git.xlf
+++ b/resources/xlf/en/git.xlf
@@ -679,6 +679,12 @@ These files will be FOREVER LOST.
Don't Show Again
+
+ No
+
+
+ OK
+ Open
@@ -703,6 +709,15 @@ These files will be FOREVER LOST.
Successfully pushed.
+
+ $(cloud-upload) Publish Changes
+
+
+ Publish Changes
+
+
+ Sync Changes $(sync){0}{1}
+ Staged Changes
@@ -712,6 +727,9 @@ These files will be FOREVER LOST.
Syncing. Cancelling may cause serious damages to the repository
+
+ Too many changes were detected. Only the first {0} changes will be shown below.
+ Untracked
@@ -1303,6 +1321,18 @@ These files will be FOREVER LOST.
Controls whether to show a notification when a push is successful.
+
+ Controls whether to show an action button to sync or publish, if there are unpublished commits.
+
+
+ Always shows the action button, if there are unpublished commits.
+
+
+ Never shows the action button.
+
+
+ Only shows the action button if there are no other changes and there are unpublished commits.
+ Control which changes are automatically staged by Smart Commit.
@@ -1312,6 +1342,9 @@ These files will be FOREVER LOST.
Automatically stage tracked changes only.
+
+ Controls how to limit the number of changes that can be parsed from Git status command. Can be set to 0 for no limit.
+ Suggests to enable smart commit (commit all changes when there are no staged changes).