diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-14 21:03:25 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-14 21:03:25 -0500 |
commit | 7c4bdea324d8074ffcc3fa353fcfd85ee8066634 (patch) | |
tree | 2542a985fd47d3dce14c06e6872febb34751d302 /app/Locale/es_ES | |
parent | 2eec0185ab2af2bd51356423152ec4a4374bb78e (diff) |
Add board filter: collapse/expand tasks
Diffstat (limited to 'app/Locale/es_ES')
-rw-r--r-- | app/Locale/es_ES/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 60a90c9a..997d0d50 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -722,4 +722,6 @@ return array( // '<1h' => '', // '%dh' => '', // '%b %e' => '', + // 'Expand tasks' => '', + // 'Collapse tasks' => '', ); |