feat: history browse diffs

This commit is contained in:
NGPixel
2017-07-06 00:10:41 -04:00
committed by Nicolas Giard
parent fa1f332057
commit 20a2e0e3ce
6 changed files with 93 additions and 34 deletions

View File

@@ -45,6 +45,16 @@
"videosupportedtitle": "The following are supported:",
"videotitle": "Insert Video"
},
"history": {
"pastversions": "Past Versions",
"timestamp": "Timestamp",
"author": "Author",
"commit": "Commit",
"comparewith": "Compare With...",
"view": "View",
"reverttoversion": "Revert to Version",
"sidebyside": "Side-by-side View"
},
"modal": {
"abort": "Abort",
"anchorerror": "Clipboard copy failed. Copy the URL manually.",
@@ -103,4 +113,4 @@
"placeholder": "Search...",
"results": "Search Results"
}
}
}