<?php
/**
 * portuguese language file
 *
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * @author     Luís Picciochi <Pitxyoki@Gmail.com>
 */

// settings must be present and set appropriately for the language
$lang['encoding']   = 'utf-8';
$lang['direction']  = 'ltr';

// for admin plugins, the menu prompt to be displayed in the admin menu
// if set here, the plugin doesn't need to override the getMenuText() method
$lang['menu'] = 'Formulário para Contacto';

// custom language strings for the plugin
$lang["field"] = 'Campo';
$lang["value"] = 'Valor';
$lang["name"] = 'O seu Nome';
$lang["email"] = 'O seu Email';
$lang["subject"] = 'Assunto';
$lang["content"] = 'Mensagem';
$lang["contact"] = 'Enviar';
$lang["verify"] = 'Escreva \'HUMAN\'';

// error messages
$lang["error"] = 'Ocorreu um erro desconhecido.';

//Setup VIM: ex: et ts=2 enc=utf-8 :
?>

