diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-14 23:09:53 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-14 23:09:53 -0500 |
commit | 998ef43e53f12e1e728bbf3fcd3ec3b7d7bf3a35 (patch) | |
tree | c51b35e251343729dc121c899a0b09e7d4fb8d71 /app | |
parent | 627d8aaa8c7669fe2c486049d3c1fba4a7f31e74 (diff) |
Add a section to display keyboard shorcuts
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/da_DK/translations.php | 5 | ||||
-rw-r--r-- | app/Locale/de_DE/translations.php | 5 | ||||
-rw-r--r-- | app/Locale/es_ES/translations.php | 5 | ||||
-rw-r--r-- | app/Locale/fi_FI/translations.php | 5 | ||||
-rw-r--r-- | app/Locale/fr_FR/translations.php | 5 | ||||
-rw-r--r-- | app/Locale/hu_HU/translations.php | 5 | ||||
-rw-r--r-- | app/Locale/it_IT/translations.php | 5 | ||||
-rw-r--r-- | app/Locale/ja_JP/translations.php | 5 | ||||
-rw-r--r-- | app/Locale/pl_PL/translations.php | 5 | ||||
-rw-r--r-- | app/Locale/pt_BR/translations.php | 5 | ||||
-rw-r--r-- | app/Locale/ru_RU/translations.php | 5 | ||||
-rw-r--r-- | app/Locale/sv_SE/translations.php | 5 | ||||
-rw-r--r-- | app/Locale/th_TH/translations.php | 5 | ||||
-rw-r--r-- | app/Locale/zh_CN/translations.php | 5 | ||||
-rw-r--r-- | app/Template/config/about.php | 24 |
15 files changed, 89 insertions, 5 deletions
diff --git a/app/Locale/da_DK/translations.php b/app/Locale/da_DK/translations.php index 44d3c9f8..23d325c4 100644 --- a/app/Locale/da_DK/translations.php +++ b/app/Locale/da_DK/translations.php @@ -724,4 +724,9 @@ return array( // '%b %e' => '', // 'Expand tasks' => '', // 'Collapse tasks' => '', + // 'Expand/collapse tasks' => '', + // 'Close dialog box' => '', + // 'Submit a form' => '', + // 'Board view' => '', + // 'Keyboard shortcuts' => '', ); diff --git a/app/Locale/de_DE/translations.php b/app/Locale/de_DE/translations.php index e768c33c..022a83fa 100644 --- a/app/Locale/de_DE/translations.php +++ b/app/Locale/de_DE/translations.php @@ -724,4 +724,9 @@ return array( // '%b %e' => '', // 'Expand tasks' => '', // 'Collapse tasks' => '', + // 'Expand/collapse tasks' => '', + // 'Close dialog box' => '', + // 'Submit a form' => '', + // 'Board view' => '', + // 'Keyboard shortcuts' => '', ); diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 997d0d50..c268ac7f 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -724,4 +724,9 @@ return array( // '%b %e' => '', // 'Expand tasks' => '', // 'Collapse tasks' => '', + // 'Expand/collapse tasks' => '', + // 'Close dialog box' => '', + // 'Submit a form' => '', + // 'Board view' => '', + // 'Keyboard shortcuts' => '', ); diff --git a/app/Locale/fi_FI/translations.php b/app/Locale/fi_FI/translations.php index facbafdd..7709c0b1 100644 --- a/app/Locale/fi_FI/translations.php +++ b/app/Locale/fi_FI/translations.php @@ -724,4 +724,9 @@ return array( // '%b %e' => '', // 'Expand tasks' => '', // 'Collapse tasks' => '', + // 'Expand/collapse tasks' => '', + // 'Close dialog box' => '', + // 'Submit a form' => '', + // 'Board view' => '', + // 'Keyboard shortcuts' => '', ); diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index a6981662..2c658fef 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -726,4 +726,9 @@ return array( '%b %e' => '%e %b', 'Expand tasks' => 'Déplier les tâches', 'Collapse tasks' => 'Replier les tâches', + 'Expand/collapse tasks' => 'Plier/déplier les tâches', + 'Close dialog box' => 'Fermer une boite de dialogue', + 'Submit a form' => 'Enregistrer un formulaire', + 'Board view' => 'Page du tableau', + 'Keyboard shortcuts' => 'Raccourcis clavier', ); diff --git a/app/Locale/hu_HU/translations.php b/app/Locale/hu_HU/translations.php index 8407ca55..ce8d90e6 100644 --- a/app/Locale/hu_HU/translations.php +++ b/app/Locale/hu_HU/translations.php @@ -724,4 +724,9 @@ return array( // '%b %e' => '', // 'Expand tasks' => '', // 'Collapse tasks' => '', + // 'Expand/collapse tasks' => '', + // 'Close dialog box' => '', + // 'Submit a form' => '', + // 'Board view' => '', + // 'Keyboard shortcuts' => '', ); diff --git a/app/Locale/it_IT/translations.php b/app/Locale/it_IT/translations.php index dc369ba3..b9eff3f0 100644 --- a/app/Locale/it_IT/translations.php +++ b/app/Locale/it_IT/translations.php @@ -724,4 +724,9 @@ return array( // '%b %e' => '', // 'Expand tasks' => '', // 'Collapse tasks' => '', + // 'Expand/collapse tasks' => '', + // 'Close dialog box' => '', + // 'Submit a form' => '', + // 'Board view' => '', + // 'Keyboard shortcuts' => '', ); diff --git a/app/Locale/ja_JP/translations.php b/app/Locale/ja_JP/translations.php index e6cfe83e..da6bef47 100644 --- a/app/Locale/ja_JP/translations.php +++ b/app/Locale/ja_JP/translations.php @@ -724,4 +724,9 @@ return array( // '%b %e' => '', // 'Expand tasks' => '', // 'Collapse tasks' => '', + // 'Expand/collapse tasks' => '', + // 'Close dialog box' => '', + // 'Submit a form' => '', + // 'Board view' => '', + // 'Keyboard shortcuts' => '', ); diff --git a/app/Locale/pl_PL/translations.php b/app/Locale/pl_PL/translations.php index c1583cd8..72998534 100644 --- a/app/Locale/pl_PL/translations.php +++ b/app/Locale/pl_PL/translations.php @@ -724,4 +724,9 @@ return array( // '%b %e' => '', // 'Expand tasks' => '', // 'Collapse tasks' => '', + // 'Expand/collapse tasks' => '', + // 'Close dialog box' => '', + // 'Submit a form' => '', + // 'Board view' => '', + // 'Keyboard shortcuts' => '', ); diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 30c4dca3..eccf2125 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -724,4 +724,9 @@ return array( // '%b %e' => '', // 'Expand tasks' => '', // 'Collapse tasks' => '', + // 'Expand/collapse tasks' => '', + // 'Close dialog box' => '', + // 'Submit a form' => '', + // 'Board view' => '', + // 'Keyboard shortcuts' => '', ); diff --git a/app/Locale/ru_RU/translations.php b/app/Locale/ru_RU/translations.php index ebaca4fc..7ddd0f9e 100644 --- a/app/Locale/ru_RU/translations.php +++ b/app/Locale/ru_RU/translations.php @@ -724,4 +724,9 @@ return array( // '%b %e' => '', // 'Expand tasks' => '', // 'Collapse tasks' => '', + // 'Expand/collapse tasks' => '', + // 'Close dialog box' => '', + // 'Submit a form' => '', + // 'Board view' => '', + // 'Keyboard shortcuts' => '', ); diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index 6a6d0973..24608b30 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -724,4 +724,9 @@ return array( // '%b %e' => '', // 'Expand tasks' => '', // 'Collapse tasks' => '', + // 'Expand/collapse tasks' => '', + // 'Close dialog box' => '', + // 'Submit a form' => '', + // 'Board view' => '', + // 'Keyboard shortcuts' => '', ); diff --git a/app/Locale/th_TH/translations.php b/app/Locale/th_TH/translations.php index f78f198a..66873d77 100644 --- a/app/Locale/th_TH/translations.php +++ b/app/Locale/th_TH/translations.php @@ -724,4 +724,9 @@ return array( // '%b %e' => '', // 'Expand tasks' => '', // 'Collapse tasks' => '', + // 'Expand/collapse tasks' => '', + // 'Close dialog box' => '', + // 'Submit a form' => '', + // 'Board view' => '', + // 'Keyboard shortcuts' => '', ); diff --git a/app/Locale/zh_CN/translations.php b/app/Locale/zh_CN/translations.php index 45d9203a..fa411760 100644 --- a/app/Locale/zh_CN/translations.php +++ b/app/Locale/zh_CN/translations.php @@ -724,4 +724,9 @@ return array( // '%b %e' => '', // 'Expand tasks' => '', // 'Collapse tasks' => '', + // 'Expand/collapse tasks' => '', + // 'Close dialog box' => '', + // 'Submit a form' => '', + // 'Board view' => '', + // 'Keyboard shortcuts' => '', ); diff --git a/app/Template/config/about.php b/app/Template/config/about.php index d96e6bdd..6f48920b 100644 --- a/app/Template/config/about.php +++ b/app/Template/config/about.php @@ -1,7 +1,7 @@ <div class="page-header"> <h2><?= t('About') ?></h2> </div> -<section class="listing"> +<div class="listing"> <ul> <li> <?= t('Official website:') ?> @@ -12,12 +12,11 @@ <strong><?= APP_VERSION ?></strong> </li> </ul> -</section> - +</div> <div class="page-header"> <h2><?= t('Database') ?></h2> </div> -<section class="listing"> +<div class="listing"> <ul> <li> <?= t('Database driver:') ?> @@ -38,4 +37,19 @@ </li> <?php endif ?> </ul> -</section>
\ No newline at end of file +</div> +<div class="page-header"> + <h2><?= t('Keyboard shortcuts') ?></h2> +</div> +<div class="listing"> + <h3><?= t('Board view') ?></h3> + <ul> + <li><?= t('New task') ?> = <strong>n</strong></li> + <li><?= t('Expand/collapse tasks') ?> = <strong>s</strong></li> + </ul> + <h3><?= t('Application') ?></h3> + <ul> + <li><?= t('Close dialog box') ?> = <strong>ESC</strong></li> + <li><?= t('Submit a form') ?> = <strong>CTRL+ENTER</strong> <?= t('or') ?> <strong>⌘+ENTER</strong></li> + </ul> +</div>
\ No newline at end of file |