|
584 | 584 | <div id="astroidUnderlay" class="astroid-underlay astroid-isVisible"> |
585 | 585 | <div id="helpModal" class="astroid-modal"> |
586 | 586 | <div class="modal-heading"> |
587 | | - <h3 class="m-0">Keyboard Shortcuts</h3> |
| 587 | + <h3 class="m-0"><?php echo JText::_('ASTROID_KEYBOARD_SHORTCUTS'); ?></h3> |
588 | 588 | <div id="helpClose" class="astroid-close">×</div> |
589 | 589 | </div> |
590 | 590 | <div id="helpModalContent" class="astroid-modal-content p-0"> |
|
593 | 593 | <table class="table table-bordered"> |
594 | 594 | <thead> |
595 | 595 | <tr> |
596 | | - <th>Action</th> |
597 | | - <th>Shortcut</th> |
598 | | - <th>Description</th> |
| 596 | + <th><?php echo JText::_('ASTROID_SHORTCUT_ACTION_LABEL'); ?></th> |
| 597 | + <th><?php echo JText::_('ASTROID_SHORTCUT_LABEL'); ?></th> |
| 598 | + <th><?php echo JText::_('ASTROID_SHORTCUT_DESCRIPTION_LABEL'); ?></th> |
599 | 599 | </tr> |
600 | 600 | </thead> |
601 | 601 | <tbody> |
602 | 602 | <tr> |
603 | | - <td>Save</td> |
| 603 | + <td><?php echo JText::_('ASTROID_SHORTCUT_SAVE'); ?></td> |
604 | 604 | <td> |
605 | 605 | <div class="pb-2"><span class="badge badge-light p-2">Ctrl</span><span class="px-1">+</span><span class="badge badge-light p-2">S</span></div> |
606 | 606 | <div><span class="badge badge-light p-2">⌘</span><span class="px-1">+</span><span class="badge badge-light p-2">S</span></div> |
607 | 607 | </td> |
608 | | - <td>Save your page to the revision history</td> |
| 608 | + <td><?php echo JText::_('ASTROID_SHORTCUT_SAVE_DESC'); ?></td> |
609 | 609 | </tr> |
610 | 610 | <tr> |
611 | | - <td>Preview</td> |
| 611 | + <td><?php echo JText::_('ASTROID_SHORTCUT_PREVIEW'); ?></td> |
612 | 612 | <td> |
613 | 613 | <div class="pb-2"><span class="badge badge-light p-2">Ctrl</span><span class="px-1">+</span><span class="badge badge-light p-2">P</span></div> |
614 | 614 | <div><span class="badge badge-light p-2">⌘</span><span class="px-1">+</span><span class="badge badge-light p-2">P</span></div> |
615 | 615 | </td> |
616 | | - <td>For previewing the changes</td> |
| 616 | + <td><?php echo JText::_('ASTROID_SHORTCUT_PREVIEW_DESC'); ?></td> |
617 | 617 | </tr> |
618 | 618 | <tr> |
619 | | - <td>Cache</td> |
| 619 | + <td><?php echo JText::_('ASTROID_SHORTCUT_CACHE'); ?></td> |
620 | 620 | <td> |
621 | | - <div class="pb-2"><span class="badge badge-light p-2">Delete</span></div> |
622 | | - <div><span class="badge badge-light p-2">DEL</span></div> |
| 621 | + <div class="pb-2"><span class="badge badge-light p-2"><?php echo JText::_('ASTROID_SHORTCUT_DELETE'); ?></span></div> |
| 622 | + <div><span class="badge badge-light p-2"><?php echo JText::_('ASTROID_SHORTCUT_DEL'); ?></span></div> |
623 | 623 | </td> |
624 | | - <td>Clear the Cache</td> |
| 624 | + <td><?php echo JText::_('ASTROID_SHORTCUT_CACHE_DESC'); ?></td> |
625 | 625 | </tr> |
626 | 626 | <tr> |
627 | | - <td>Close Popup</td> |
| 627 | + <td><?php echo JText::_('ASTROID_SHORTCUT_CLOSE_POPUP'); ?></td> |
628 | 628 | <td> |
629 | | - <div class="pb-2"><span class="badge badge-light p-2">ESC</span></div> |
| 629 | + <div class="pb-2"><span class="badge badge-light p-2"><?php echo JText::_('ASTROID_SHORTCUT_ESC'); ?></span></div> |
630 | 630 | </td> |
631 | | - <td>Close the layout popup</td> |
| 631 | + <td><?php echo JText::_('ASTROID_SHORTCUT_CLOSE_POPUP_DESC'); ?></td> |
632 | 632 | </tr> |
633 | 633 | </tbody> |
634 | 634 | </table> |
|
0 commit comments