<?php
/**
 * English language file for config of the
 * tagentry plugin
 *
 * @author    Robin Gareus <robin@gareus.org
 */
$lang['tagsrc']        = 'Select which tags will be available.';
$lang['namespace']     = 'Use this namespace for listed tags.';
$lang['blacklist']     = 'Space separated list of tags not to be displayed.';
$lang['table']         = 'Arrange tags in a xHTML table';
$lang['limit']         = 'Limit the number of displayed tags, &lt;1: unlmited';
$lang['height']        = 'Height of tag-entry-box, <em>float(em|px|pt)</em><br/>&lt;0: scale with number of tags, &gt;0 fixed, 0 or empty: use CSS';
$lang['tablerowcnt']   = 'When using xHTML table rendering, set number of tags per table row (default:5)';

//Setup VIM: ex: et ts=2 enc=utf-8 :
