Update language files for #1109

This commit is contained in:
James Cole
2018-01-08 19:20:41 +01:00
parent f1fe169553
commit f737cb7235
24 changed files with 94 additions and 34 deletions

View File

@@ -18,11 +18,13 @@
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
/** global: minDate, nonSelectedText, allSelectedText, filterPlaceholder */
/** global: minDate, nonSelectedText, allSelectedText, filterPlaceholder, nSelectedText, selectAllText */
var defaultMultiSelect = {
disableIfEmpty: true,
selectAllText: selectAllText,
nonSelectedText: nonSelectedText,
nSelectedText: nSelectedText,
allSelectedText: allSelectedText,
includeSelectAllOption: true,
enableFiltering: true,