1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author polkillas <polkillas@polkillas.net>
7 */
8$lang['howhardtitle']          = 'Dificultad';
9$lang['level1']                = 'Muy fácil';
10$lang['level2']                = 'Fácil';
11$lang['level3']                = 'Media';
12$lang['level4']                = 'Difícil';
13$lang['level5']                = 'Muy difícil';
14