mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
i18n
+ Small fixes
This commit is contained in:
parent
524743ecbe
commit
3221b0651e
28 changed files with 1096 additions and 91 deletions
|
|
@ -2,30 +2,35 @@
|
|||
<div class="modal hide b-shortcuts-content" data-bind="modal: modalVisibility">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-bind="command: cancelCommand">×</button>
|
||||
<h3>
|
||||
Keyboard shortcuts help
|
||||
</h3>
|
||||
<h3 class="i18n" data-i18n-text="SHORTCUTS_HELP/LEGEND_SHORTCUTS_HELP"></h3>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<ul class="nav nav-tabs">
|
||||
<li class="active"><a href="#mailbox-shortcuts-id" data-toggle="tab">Mailbox</a></li>
|
||||
<li><a href="#message-list-shortcuts-id" data-toggle="tab">Message list</a></li>
|
||||
<li><a href="#message-view-shortcuts-id" data-toggle="tab">Message view</a></li>
|
||||
<li><a href="#compose-shortcuts-id" data-toggle="tab">Compose</a></li>
|
||||
<li class="active">
|
||||
<a class="i18n" data-i18n-text="SHORTCUTS_HELP/TAB_MAILBOX" href="#mailbox-shortcuts-id" data-toggle="tab"></a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="i18n" data-i18n-text="SHORTCUTS_HELP/TAB_MESSAGE_LIST" href="#message-list-shortcuts-id" data-toggle="tab"></a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="i18n" data-i18n-text="SHORTCUTS_HELP/TAB_MESSAGE_VIEW" href="#message-view-shortcuts-id" data-toggle="tab"></a>
|
||||
</li>
|
||||
<li>
|
||||
<a class="i18n" data-i18n-text="SHORTCUTS_HELP/TAB_COMPOSE" href="#compose-shortcuts-id" data-toggle="tab"></a>
|
||||
</li>
|
||||
</ul>
|
||||
<br />
|
||||
<div class="tab-content span8">
|
||||
<div class="tab-pane active" id="mailbox-shortcuts-id">
|
||||
|
||||
<table class="table table-striped table-bordered">
|
||||
<tbody>
|
||||
<tr><td>Open user dropdown</td><td>` (tilde)</td></tr>
|
||||
<tr><td>Reply selected message</td><td>R</td></tr>
|
||||
<tr><td>Reply All selected message</td><td>A</td></tr>
|
||||
<tr><td>Forward selected message</td><td>F</td></tr>
|
||||
<tr><td>Forward (multiply) selected messages</td><td>Shift + F</td></tr>
|
||||
<!-- <tr><td>Open message list more dropdown</td><td></td></tr>
|
||||
<tr><td>Open message view more dropdown</td><td></td></tr>-->
|
||||
<tr><td>Help</td><td>?, Shift + /</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_OPEN_USER_DROPDOWN"></td><td>` (tilde)</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_REPLY"></td><td>R</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_REPLY_ALL"></td><td>A</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_FORWARD"></td><td>F</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_FORWARD_MULTIPLY"></td><td>Shift + F</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_HELP"></td><td>?, Shift + /</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
@ -34,17 +39,19 @@
|
|||
|
||||
<table class="table table-striped table-bordered">
|
||||
<tbody>
|
||||
<tr><td>Check All messages</td><td>Ctrl + A, Command + A</td></tr>
|
||||
<tr><td>Archive selected messages</td><td>Z</td></tr>
|
||||
<tr><td>Delete selected messages</td><td>Delete, Shift + delete</td></tr>
|
||||
<tr><td>Move selected messages</td><td>M</td></tr>
|
||||
<tr><td>Read selected messages</td><td>Q</td></tr>
|
||||
<tr><td>UnRead selected messages</td><td>U</td></tr>
|
||||
<tr><td>Important, star/flag selected messages</td><td>I</td></tr>
|
||||
<tr><td>Search</td><td>/</td></tr>
|
||||
<tr><td>Cancel search</td><td>Esc</td></tr>
|
||||
<tr><td>View message (No preview pane layout)</td><td>Enter</td></tr>
|
||||
<tr><td>Switch focus to selected message</td><td>Tab, Shift + Tab</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_CHECK_ALL"></td><td>Ctrl + A, Command + A</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_ARCHIVE"></td><td>Z</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_DELETE"></td><td>Delete, Shift + Delete</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_MOVE"></td><td>M</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_READ"></td><td>Q</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_UNREAD"></td><td>U</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_IMPORTANT"></td><td>I</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_SEARCH"></td><td>/</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_CANCEL_SEARCH"></td><td>Esc</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_FULLSCREEN_ENTER"></td><td>Enter</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_VIEW_MESSAGE_ENTER"></td><td>Enter</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_SWITCH_TO_MESSAGE"></td><td>→, Tab</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_SWITCH_TO_FOLDER_LIST"></td><td>←, Shift + Tab</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
@ -53,12 +60,12 @@
|
|||
|
||||
<table class="table table-striped table-bordered">
|
||||
<tbody>
|
||||
<tr><td>Toggle fullscreen mode</td><td>Enter</td></tr>
|
||||
<tr><td>Toggle message blockquotes</td><td>B</td></tr>
|
||||
<tr><td>Print</td><td>Ctrl + P, Command + P</td></tr>
|
||||
<tr><td>Exit fullscreen mode</td><td>Esc</td></tr>
|
||||
<tr><td>Close message (No preview pane layout)</td><td>Esc</td></tr>
|
||||
<tr><td>Switch focus back to message list</td><td>Tab, Shift + Tab</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_FULLSCREEN_TOGGLE">Toggle fullscreen mode</td><td>Enter</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_BLOCKQUOTES_TOGGLE">Toggle message blockquotes</td><td>B</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_PRINT">Print</td><td>Ctrl + P, Command + P</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_EXIT_FULLSCREEN">Exit fullscreen mode</td><td>Esc</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_CLOSE_MESSAGE">Close message (No preview pane layout)</td><td>Esc</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_SWITCH_TO_LIST">Switch focus back to message list</td><td>Tab, Shift + Tab, Esc</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
@ -67,11 +74,11 @@
|
|||
|
||||
<table class="table table-striped table-bordered">
|
||||
<tbody>
|
||||
<tr><td>Open popup</td><td>W, C</td></tr>
|
||||
<tr><td>Open identities dropdown</td><td>Ctrl + Q, Command + Q</td></tr>
|
||||
<tr><td>Save message</td><td>Ctrl + S, Command + S</td></tr>
|
||||
<tr><td>Send message</td><td>Ctrl + Enter, Command + Enter</td></tr>
|
||||
<tr><td>Close compose</td><td>Esc</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_OPEN_COMPOSE_POPUP"></td><td>W, C</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_OPEN_IDENTITIES_DROPDOWN"></td><td>Ctrl + Q, Command + Q</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_SAVE_MESSAGE"></td><td>Ctrl + S, Command + S</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_SEND_MESSAGE"></td><td>Ctrl + Enter, Command + Enter</td></tr>
|
||||
<tr><td class="i18n" data-i18n-text="SHORTCUTS_HELP/LABEL_CLOSE_COMPOSE"></td><td>Esc</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue