1<?php
2/**
3 * english language file for skilltagicon plugin
4 *
5 * @author Michael Große <grosse@cosmocode.de>
6 */
7
8// keys need to match the config setting name
9$lang['easy_tag'] = 'Tag for easy pages';
10$lang['intermediate_tag'] = 'Tag for intermediate pages';
11$lang['expert_tag'] = 'Tag for expert pages';
12
13
14
15//Setup VIM: ex: et ts=4 :
16