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

$lang['tagging_missing'] = 'The skilltagicon plugin needs the tagging plugin.';
$lang['easy_page'] = 'This page has been tagged as a low difficulty page.';
$lang['intermediate_page'] = 'This page has been tagged as an intermediate difficulty page.';
$lang['expert_page'] = 'This page has been tagged as an expert difficulty page.';



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