Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Translations for portuguese from Portugal (pt_PT) #38

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions languages/pt_PT/Zend_Captcha.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php
/**
* Zend Framework (http://framework.zend.com/)
*
* @link http://github.com/zendframework/zf2 for the canonical source repository
* @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com)
* @license http://framework.zend.com/license/new-bsd New BSD License
*/

/**
* EN-Revision: 07.Feb.2013
*/
return [
// Zend_Captcha_ReCaptcha
"Missing captcha fields" => "Campos do captcha em falta",
"Failed to validate captcha" => "Falha na validação do captcha",
"Captcha value is wrong: %value%" => "Valor do captcha está errado: %value%",

// Zend_Captcha_Word
"Empty captcha value" => "Valor do captcha vazio",
"Captcha ID field is missing" => "Campo ID do captcha em falta",
"Captcha value is wrong" => "Valor do captcha está errado",
];
Loading