diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-26 18:10:00 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-26 18:10:00 -0400 |
commit | 53f4b410088258cf76162543909db025ecb62656 (patch) | |
tree | 20d23ae925887807edbc1e08a8b2dd4dcb318bb5 /app/Locale/fr_FR | |
parent | 1fca5e721ab63d4d49e068331aee90abb111dbc2 (diff) |
Add the possibility to set/unset max column height (scrolling)
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 2838fe2b..368e6917 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -1018,4 +1018,6 @@ return array( 'Version' => 'Version', 'Plugins' => 'Extensions', 'There is no plugin loaded.' => 'Il n\'y a aucune extension chargée.', + 'Set maximum column height' => 'Définir la hauteur max. des colonnes', + 'Remove maximum column height' => 'Enlever la hauteur max. des colonnes', ); |