blob: 3ed0be76d5094bc57035ec51fafa9fc2437959fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
/**
* Catalan language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
$lang['discussion'] = 'Discussió';
$lang['back_to_article'] = 'Tornar al article';
$lang['userpage'] = "Pàgina d'usuari";
//Setup VIM: ex: et ts=2 :
|