blob: 4b8fbffe608f31dc886790d0cc4c9f78e019f3e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
/**
* Galician language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
$lang['discussion'] = 'Conversa';
$lang['back_to_article'] = 'Voltar ao artigo';
$lang['userpage'] = 'Páxina de usuario';
//Setup VIM: ex: et ts=2 :
|