diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-16 23:28:02 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-16 23:28:02 -0500 |
commit | 2c68efac3ae754c0d8162bf59eb1be30e1188902 (patch) | |
tree | 0c9a40d74e36eee98bf732667a2d4cf83cbd27da /app/Locale/es_ES/translations.php | |
parent | 0db66953a78b704e3710b970ab11b87058bb3859 (diff) |
Add chosen multiple select for due date and recent filters
Diffstat (limited to 'app/Locale/es_ES/translations.php')
-rw-r--r-- | app/Locale/es_ES/translations.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 91a1df15..3981f12d 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -733,4 +733,5 @@ return array( // 'Application' => '', // 'Filter recently updated' => '', // 'since %B %e, %Y at %k:%M %p' => '', + // 'More filters' => '', ); |