1<?php
2/**
3 * English language file for skilltagicon plugin
4 *
5 * @author Michael Große <grosse@cosmocode.de>
6 */
7
8$lang['tagging_missing'] = 'The skilltagicon plugin needs the tagging plugin.';
9$lang['easy_page'] = 'This page has been tagged as a low difficulty page.';
10$lang['intermediate_page'] = 'This page has been tagged as an intermediate difficulty page.';
11$lang['expert_page'] = 'This page has been tagged as an expert difficulty page.';
12
13
14
15//Setup VIM: ex: et ts=4 :
16