en.json: Add keyboard shortcuts for indent and outdent to translations

This commit is contained in:
Marcel Klehr 2013-11-08 15:18:23 +00:00
parent 3c4c0de38a
commit 8e5af48f79

View file

@ -8,8 +8,8 @@
"pad.toolbar.strikethrough.title": "Strikethrough",
"pad.toolbar.ol.title": "Ordered list",
"pad.toolbar.ul.title": "Unordered List",
"pad.toolbar.indent.title": "Indent",
"pad.toolbar.unindent.title": "Outdent",
"pad.toolbar.indent.title": "Indent (TAB)",
"pad.toolbar.unindent.title": "Outdent (Shift+TAB)",
"pad.toolbar.undo.title": "Undo (Ctrl-Z)",
"pad.toolbar.redo.title": "Redo (Ctrl-Y)",
"pad.toolbar.clearAuthorship.title": "Clear Authorship Colors",