diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-02-28 18:11:05 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-02-28 18:11:05 -0500 |
commit | bb61b409a3577c99ca93c8b2b283437cf2a24040 (patch) | |
tree | fb5e453e047d8ba888e74d74fd2d5a2a43fd4ff9 /app/Locale/sv_SE | |
parent | 7f56c255ca6033e529a8da4a16289aeddf1036aa (diff) |
Improve toggle compact/horizontal scrolling view
Diffstat (limited to 'app/Locale/sv_SE')
-rw-r--r-- | app/Locale/sv_SE/translations.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/Locale/sv_SE/translations.php b/app/Locale/sv_SE/translations.php index f68efb5e..bfc8d714 100644 --- a/app/Locale/sv_SE/translations.php +++ b/app/Locale/sv_SE/translations.php @@ -734,4 +734,7 @@ return array( 'Filter recently updated' => 'Filter som uppdaterats nyligen', 'since %B %e, %Y at %k:%M %p' => 'sedan %B %e, %Y at %k:%M %p', 'More filters' => 'Fler filter', + // 'Compact view' => '', + // 'Horizontal scrolling' => '', + // 'Compact/wide view' => '', ); |