@@ -12,10 +12,9 @@
},
"code": {
"files": "Files",
- "branch": "Branch",
- "selectFile": "Select a file from the left",
- "expandAll": "Expand All",
- "collapseAll": "Collapse All"
+ "selectFile": "Select a file",
+ "expandAll": "Expand all",
+ "collapseAll": "Collapse all"
},
"commits": {
"title": "Commit History",
@@ -26,10 +25,10 @@
"backToList": "Back to list",
"filesChanged": "Files changed",
"binaryFile": "Binary file",
- "added": "added",
- "removed": "removed",
- "modified": "modified",
- "renamed": "renamed",
+ "added": "Added",
+ "removed": "Removed",
+ "modified": "Modified",
+ "renamed": "Renamed",
"foldAll": "Fold all",
"unfoldAll": "Unfold all",
"tree": {
@@ -50,14 +49,11 @@
"next": "Next",
"backToList": "Back to list",
"noBody": "No description",
- "filesChanged": "Files changed",
- "additions": "additions",
- "deletions": "deletions",
"binaryFile": "Binary file",
- "added": "added",
- "removed": "removed",
- "modified": "modified",
- "renamed": "renamed",
+ "added": "Added",
+ "removed": "Removed",
+ "modified": "Modified",
+ "renamed": "Renamed",
"tabOverview": "Overview",
"tabCommits": "Commits",
"tabFiles": "Files changed",