1<?php
2
3/**
4 * Configuration localisation strings for Struct Template plugin
5 */
6
7declare(strict_types=1);
8
9$lang['show_not_found'] = 'Whether to output a message if there are no results';
10