10 lines
132 B
PHP
10 lines
132 B
PHP
|
<?php
|
||
|
/**
|
||
|
* translation by Raimon <gwindor@auna.com>
|
||
|
*/
|
||
|
|
||
|
$lang['btn_submit'] = 'Envia';
|
||
|
|
||
|
//Setup VIM: ex: et ts=4 enc=utf-8 :
|
||
|
?>
|