1<?php
2/**
3 * English language file for sectiontag plugin
4 *
5 * @author i-net software <tools@inetsoftware.de>
6 */
7
8$lang['js']['save'] = 'Save';
9$lang['js']['closeDialog'] = 'Close';
10$lang['js']['choose tags'] = 'Choose Tags';
11$lang['js']['add'] = 'add';
12$lang['js']['empty namespace'] = 'Tags without namespace';
13$lang['js']['new tag'] = 'New tag for this page:';
14
15//Setup VIM: ex: et ts=4 :
16