blob: 15b01a6050c00c6638460fcbde636ba6055c4104 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?php
/**
* Romanian language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*/
$lang['discussion'] = 'Discuție';
$lang['back_to_article'] = 'Înapoi la articol';
$lang['userpage'] = 'Pagină de utilizator';
//Setup VIM: ex: et ts=2 :
|