<?php
/**
 * english language file for skilltagicon plugin
 *
 * @author Michael Große <grosse@cosmocode.de>
 */

// keys need to match the config setting name
$lang['easy_tag'] = 'Tag for easy pages';
$lang['intermediate_tag'] = 'Tag for intermediate pages';
$lang['expert_tag'] = 'Tag for expert pages';



//Setup VIM: ex: et ts=4 :
