PageRenderTime 50ms CodeModel.GetById 26ms RepoModel.GetById 0ms app.codeStats 0ms

/resources/languages/pt_BR/Zend_Validate.php

https://bitbucket.org/ksekar/campus
PHP | 265 lines | 172 code | 35 blank | 58 comment | 16 complexity | e2764dd8bcc8206566804338ccf70152 MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-2.0, MIT
  1. <?php
  2. /**
  3. * Zend Framework
  4. *
  5. * LICENSE
  6. *
  7. * This source file is subject to the new BSD license that is bundled
  8. * with this package in the file LICENSE.txt.
  9. * It is also available through the world-wide-web at this URL:
  10. * http://framework.zend.com/license/new-bsd
  11. * If you did not receive a copy of the license and are unable to
  12. * obtain it through the world-wide-web, please send an email
  13. * to license@zend.com so we can send you a copy immediately.
  14. *
  15. * @category Zend
  16. * @package Zend_Translate
  17. * @subpackage Ressource
  18. * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
  19. * @license http://framework.zend.com/license/new-bsd New BSD License
  20. * @version $Id:$
  21. */
  22. /**
  23. * EN-Revision: 22075
  24. */
  25. return array(
  26. // Zend_Validate_Alnum
  27. "Invalid type given, value should be float, string, or integer" => "O tipo especificado é inválido, o valor deve ser float, string, ou inteiro",
  28. "'%value%' contains characters which are non alphabetic and no digits" => "'%value%' contém caracteres que não são alfabéticos e nem dígitos",
  29. "'%value%' is an empty string" => "'%value%' é uma string vazia",
  30. // Zend_Validate_Alpha
  31. "Invalid type given, value should be a string" => "O tipo especificado é inválido, o valor deve ser uma string",
  32. "'%value%' contains non alphabetic characters" => "'%value%' contém caracteres não alfabéticos",
  33. "'%value%' is an empty string" => "'%value%' é uma string vazia",
  34. // Zend_Validate_Barcode
  35. "'%value%' failed checksum validation" => "'%value%' falhou na validação do checksum",
  36. "'%value%' contains invalid characters" => "'%value%' contém caracteres inválidos",
  37. "'%value%' should have a length of %length% characters" => "'%value%' tem um comprimento de %length% caracteres",
  38. "Invalid type given, value should be string" => "O tipo especificado é inválido, o valor deve ser string",
  39. // Zend_Validate_Between
  40. "'%value%' is not between '%min%' and '%max%', inclusively" => "'%value%' não está entre '%min%' e '%max%', inclusivamente",
  41. "'%value%' is not strictly between '%min%' and '%max%'" => "'%value%' não está exatamente entre '%min%' e '%max%'",
  42. // Zend_Validate_Callback
  43. "'%value%' is not valid" => "'%value%' não é válido",
  44. "Failure within the callback, exception returned" => "Falha na chamada de retorno, exceção retornada",
  45. // Zend_Validate_Ccnum
  46. "'%value%' must contain between 13 and 19 digits" => "'%value%' deve conter entre 13 e 19 dígitos",
  47. "Luhn algorithm (mod-10 checksum) failed on '%value%'" => "O algoritmo de Luhn (checksum de módulo 10) falhou em '%value%'",
  48. // Zend_Validate_CreditCard
  49. "Luhn algorithm (mod-10 checksum) failed on '%value%'" => "O algoritmo de Luhn (checksum de módulo 10) falhou em '%value%'",
  50. "'%value%' must contain only digits" => "'%value%' deve conter apenas dígitos",
  51. "Invalid type given, value should be a string" => "O tipo especificado é inválido, o valor deve ser uma string",
  52. "'%value%' contains an invalid amount of digits" => "'%value%' contém uma quantidade inválida de dígitos",
  53. "'%value%' is not from an allowed institute" => "'%value%' não vem de uma instituição autorizada",
  54. "Validation of '%value%' has been failed by the service" => "A validação de '%value%' falhou por causa do serviço",
  55. "The service returned a failure while validating '%value%'" => "O serviço devolveu um erro enquanto validava '%value%'",
  56. // Zend_Validate_Date
  57. "Invalid type given, value should be string, integer, array or Zend_Date" => "O tipo especificado é inválido, o valor deve ser string, inteiro, matriz ou Zend_Date",
  58. "'%value%' does not appear to be a valid date" => "'%value%' não parece ser uma data válida",
  59. "'%value%' does not fit the date format '%format%'" => "'%value%' não se encaixa no formato de data '%format%'",
  60. // Zend_Validate_Db_Abstract
  61. "No record matching %value% was found" => "Não foram encontrados registros para %value%",
  62. "A record matching %value% was found" => "Um registro foi encontrado para %value%",
  63. // Zend_Validate_Digits
  64. "Invalid type given, value should be string, integer or float" => "O tipo especificado é inválido, o valor deve ser string, inteiro ou float",
  65. "'%value%' contains characters which are not digits; but only digits are allowed" => "'%value%' contém caracteres que não são dígitos, mas apenas dígitos são permitidos",
  66. "'%value%' is an empty string" => "'%value%' é uma string vazia",
  67. // Zend_Validate_EmailAddress
  68. "Invalid type given, value should be a string" => "O tipo especificado é inválido, o valor deve ser uma string",
  69. "'%value%' is no valid email address in the basic format local-part@hostname" => "'%value%' não é um endereço de e-mail válido no formato local-part@hostname",
  70. "'%hostname%' is no valid hostname for email address '%value%'" => "'%hostname%' não é um nome de host válido para o endereço de e-mail '%value%'",
  71. "'%hostname%' does not appear to have a valid MX record for the email address '%value%'" => "'%hostname%' não parece ter um registro MX válido para o endereço de e-mail '%value%'",
  72. "'%hostname%' is not in a routable network segment. The email address '%value%' should not be resolved from public network." => "'%hostname%' não é um segmento de rede roteável. O endereço de e-mail '%value%' não deve ser resolvido a partir de um rede pública.",
  73. "'%localPart%' can not be matched against dot-atom format" => "'%localPart%' não corresponde com o formato dot-atom",
  74. "'%localPart%' can not be matched against quoted-string format" => "'%localPart%' não corresponde com o formato quoted-string",
  75. "'%localPart%' is no valid local part for email address '%value%'" => "'%localPart%' não é uma parte local válida para o endereço de e-mail '%value%'",
  76. "'%value%' exceeds the allowed length" => "'%value%' excede o comprimento permitido",
  77. // Zend_Validate_File_Count
  78. "Too many files, maximum '%max%' are allowed but '%count%' are given" => "Há muitos arquivos, são permitidos no máximo '%max%', mas '%count%' foram fornecidos",
  79. "Too few files, minimum '%min%' are expected but '%count%' are given" => "Há poucos arquivos, são esperados no mínimo '%min%', mas '%count%' foram fornecidos",
  80. // Zend_Validate_File_Crc32
  81. "File '%value%' does not match the given crc32 hashes" => "O arquivo '%value%' não corresponde ao hash crc32 fornecido",
  82. "A crc32 hash could not be evaluated for the given file" => "Não foi possível avaliar um hash crc32 para o arquivo fornecido",
  83. "File '%value%' could not be found" => "O arquivo '%value%' não pôde ser encontrado",
  84. // Zend_Validate_File_ExcludeExtension
  85. "File '%value%' has a false extension" => "O arquivo '%value%' possui a extensão incorreta",
  86. "File '%value%' could not be found" => "O arquivo '%value%' não pôde ser encontrado",
  87. // Zend_Validate_File_ExcludeMimeType
  88. "File '%value%' has a false mimetype of '%type%'" => "O arquivo '%value%' tem o mimetype incorreto: '%type%'",
  89. "The mimetype of file '%value%' could not be detected" => "O mimetype do arquivo '%value%' não pôde ser detectado",
  90. "File '%value%' can not be read" => "O arquivo '%value%' não pôde ser lido",
  91. // Zend_Validate_File_Exists
  92. "File '%value%' does not exist" => "O arquivo '%value%' não existe",
  93. // Zend_Validate_File_Extension
  94. "File '%value%' has a false extension" => "O arquivo '%value%' possui a extensão incorreta",
  95. "File '%value%' could not be found" => "O arquivo '%value%' não pôde ser encontrado",
  96. // Zend_Validate_File_FilesSize
  97. "All files in sum should have a maximum size of '%max%' but '%size%' were detected" => "Todos os arquivos devem ter um tamanho máximo de '%max%', mas um tamanho de '%size%' foi detectado",
  98. "All files in sum should have a minimum size of '%min%' but '%size%' were detected" => "Todos os arquivos devem ter um tamanho mínimo de '%min%', mas um tamanho de '%size%' foi detectado",
  99. "One or more files can not be read" => "Um ou mais arquivos não puderam ser lidos",
  100. // Zend_Validate_File_Hash
  101. "File '%value%' does not match the given hashes" => "O arquivo '%value%' não corresponde ao hash fornecido",
  102. "A hash could not be evaluated for the given file" => "Não foi possível avaliar um hash para o arquivo fornecido",
  103. "File '%value%' could not be found" => "O arquivo '%value%' não pôde ser encontrado",
  104. // Zend_Validate_File_ImageSize
  105. "Maximum allowed width for image '%value%' should be '%maxwidth%' but '%width%' detected" => "A largura máxima permitida para a imagem '%value%' deve ser '%maxwidth%', mas '%width%' foi detectada",
  106. "Minimum expected width for image '%value%' should be '%minwidth%' but '%width%' detected" => "A largura mínima esperada para a imagem '%value%' deve ser '%minwidth%', mas '%width%' foi detectada",
  107. "Maximum allowed height for image '%value%' should be '%maxheight%' but '%height%' detected" => "A altura máxima permitida para a imagem '%value%' deve ser '%maxheight%', mas '%height%' foi detectada",
  108. "Minimum expected height for image '%value%' should be '%minheight%' but '%height%' detected" => "A altura mínima esperada para a imagem '%value%' deve ser '%minheight%', mas '%height%' foi detectada",
  109. "The size of image '%value%' could not be detected" => "O tamanho da imagem '%value%' não pôde ser detectado",
  110. "File '%value%' can not be read" => "O arquivo '%value%' não pôde ser lido",
  111. // Zend_Validate_File_IsCompressed
  112. "File '%value%' is not compressed, '%type%' detected" => "O arquivo '%value%' não está compactado: '%type%' detectado",
  113. "The mimetype of file '%value%' could not be detected" => "O mimetype do arquivo '%value%' não pôde ser detectado",
  114. "File '%value%' can not be read" => "O arquivo '%value%' não pôde ser lido",
  115. // Zend_Validate_File_IsImage
  116. "File '%value%' is no image, '%type%' detected" => "O arquivo '%value%' não é uma imagem: '%type%' detectado",
  117. "The mimetype of file '%value%' could not be detected" => "O mimetype do arquivo '%value%' não pôde ser detectado",
  118. "File '%value%' can not be read" => "O arquivo '%value%' não pôde ser lido",
  119. // Zend_Validate_File_Md5
  120. "File '%value%' does not match the given md5 hashes" => "O arquivo '%value%' não corresponde ao hash md5 fornecido",
  121. "A md5 hash could not be evaluated for the given file" => "Não foi possível avaliar um hash md5 para o arquivo fornecido",
  122. "File '%value%' could not be found" => "O arquivo '%value%' não pôde ser encontrado",
  123. // Zend_Validate_File_MimeType
  124. "File '%value%' has a false mimetype of '%type%'" => "O arquivo '%value%' tem o mimetype incorreto: '%type%'",
  125. "The mimetype of file '%value%' could not be detected" => "O mimetype do arquivo '%value%' não pôde ser detectado",
  126. "File '%value%' can not be read" => "O arquivo '%value%' não pôde ser lido",
  127. // Zend_Validate_File_NotExists
  128. "File '%value%' exists" => "O arquivo '%value%' existe",
  129. // Zend_Validate_File_Sha1
  130. "File '%value%' does not match the given sha1 hashes" => "O arquivo '%value%' não corresponde ao hash sha1 fornecido",
  131. "A sha1 hash could not be evaluated for the given file" => "Não foi possível avaliar um hash sha1 para o arquivo fornecido",
  132. "File '%value%' could not be found" => "O arquivo '%value%' não pôde ser encontrado",
  133. // Zend_Validate_File_Size
  134. "Maximum allowed size for file '%value%' is '%max%' but '%size%' detected" => "O tamanho máximo permitido para o arquivo '%value%' é '%max%', mas '%size%' foram detectados",
  135. "Minimum expected size for file '%value%' is '%min%' but '%size%' detected" => "O tamanho mínimo esperado para o arquivo '%value%' é '%min%', mas '%size%' foram detectados",
  136. "File '%value%' could not be found" => "O arquivo '%value%' não pôde ser encontrado",
  137. // Zend_Validate_File_Upload
  138. "File '%value%' exceeds the defined ini size" => "O arquivo '%value%' excede o tamanho definido na configuração",
  139. "File '%value%' exceeds the defined form size" => "O arquivo '%value%' excede o tamanho definido do formulário",
  140. "File '%value%' was only partially uploaded" => "O arquivo '%value%' foi apenas parcialmente enviado",
  141. "File '%value%' was not uploaded" => "O arquivo '%value%' não foi enviado",
  142. "No temporary directory was found for file '%value%'" => "Nenhum diretório temporário foi encontrado para o arquivo '%value%'",
  143. "File '%value%' can't be written" => "O arquivo '%value%' não pôde ser escrito",
  144. "A PHP extension returned an error while uploading the file '%value%'" => "Uma extensão do PHP retornou um erro enquanto o arquivo '%value%' era enviado",
  145. "File '%value%' was illegally uploaded. This could be a possible attack" => "O arquivo '%value%' foi enviado ilegalmente. Este poderia ser um possível ataque",
  146. "File '%value%' was not found" => "O arquivo '%value%' não foi encontrado",
  147. "Unknown error while uploading file '%value%'" => "Erro desconhecido ao enviar o arquivo '%value%'",
  148. // Zend_Validate_File_WordCount
  149. "Too much words, maximum '%max%' are allowed but '%count%' were counted" => "Há muitas palavras, são permitidas no máximo '%max%', mas '%count%' foram contadas",
  150. "Too less words, minimum '%min%' are expected but '%count%' were counted" => "Há poucas palavras, são esperadas no mínimo '%min%', mas '%count%' foram contadas",
  151. "File '%value%' could not be found" => "O arquivo '%value%' não pôde ser encontrado",
  152. // Zend_Validate_Float
  153. "Invalid type given, value should be float, string, or integer" => "O tipo especificado é inválido, o valor deve ser float, string, ou inteiro",
  154. "'%value%' does not appear to be a float" => "'%value%' não parece ser um float",
  155. // Zend_Validate_GreaterThan
  156. "'%value%' is not greater than '%min%'" => "'%value%' não é maior que '%min%'",
  157. // Zend_Validate_Hex
  158. "Invalid type given, value should be a string" => "O tipo especificado é inválido, o valor deve ser uma string",
  159. "'%value%' has not only hexadecimal digit characters" => "'%value%' não contém somente caracteres hexadecimais",
  160. // Zend_Validate_Hostname
  161. "Invalid type given, value should be a string" => "O tipo especificado é inválido, o valor deve ser uma string",
  162. "'%value%' appears to be an IP address, but IP addresses are not allowed" => "'%value%' parece ser um endereço de IP, mas endereços de IP não são permitidos",
  163. "'%value%' appears to be a DNS hostname but cannot match TLD against known list" => "'%value%' parece ser um hostname de DNS, mas o TLD não corresponde a nenhum TLD conhecido",
  164. "'%value%' appears to be a DNS hostname but contains a dash in an invalid position" => "'%value%' parece ser um hostname de DNS, mas contém um traço em uma posição inválida",
  165. "'%value%' appears to be a DNS hostname but cannot match against hostname schema for TLD '%tld%'" => "'%value%' parece ser um hostname de DNS, mas não corresponde ao esquema de hostname para o TLD '%tld%'",
  166. "'%value%' appears to be a DNS hostname but cannot extract TLD part" => "'%value%' parece ser um hostname de DNS, mas o TLD não pôde ser extraído",
  167. "'%value%' does not match the expected structure for a DNS hostname" => "'%value%' não corresponde com a estrutura esperada para um hostname de DNS",
  168. "'%value%' does not appear to be a valid local network name" => "'%value%' não parece ser um nome de rede local válido",
  169. "'%value%' appears to be a local network name but local network names are not allowed" => "'%value%' parece ser um nome de rede local, mas os nomes de rede local não são permitidos",
  170. "'%value%' appears to be a DNS hostname but the given punycode notation cannot be decoded" => "'%value%' parece ser um hostname de DNS, mas a notação punycode fornecida não pode ser decodificada",
  171. // Zend_Validate_Iban
  172. "Unknown country within the IBAN '%value%'" => "País desconhecido para o IBAN '%value%'",
  173. "'%value%' has a false IBAN format" => "'%value%' não é um formato IBAN válido",
  174. "'%value%' has failed the IBAN check" => "'%value%' falhou na verificação do IBAN",
  175. // Zend_Validate_Identical
  176. "The two given tokens do not match" => "Os dois tokens fornecidos não combinam",
  177. "No token was provided to match against" => "Nenhum token foi fornecido para a comparação",
  178. // Zend_Validate_InArray
  179. "'%value%' was not found in the haystack" => "'%value%' não faz parte dos valores esperados",
  180. // Zend_Validate_Int
  181. "Invalid type given, value should be string or integer" => "O tipo especificado é inválido, o valor deve ser string ou inteiro",
  182. "'%value%' does not appear to be an integer" => "'%value%' não parece ser um número inteiro",
  183. // Zend_Validate_Ip
  184. "Invalid type given, value should be a string" => "O tipo especificado é inválido, o valor deve ser uma string",
  185. "'%value%' does not appear to be a valid IP address" => "'%value%' não parece ser um endereço de IP válido",
  186. // Zend_Validate_Isbn
  187. "Invalid type given, value should be string or integer" => "O tipo especificado é inválido, o valor deve ser string ou inteiro",
  188. "'%value%' is no valid ISBN number" => "'%value%' não é um número ISBN válido",
  189. // Zend_Validate_LessThan
  190. "'%value%' is not less than '%max%'" => "'%value%' não é menor que '%max%'",
  191. // Zend_Validate_NotEmpty
  192. "Invalid type given, value should be float, string, array, boolean or integer" => "O tipo especificado é inválido, o valor deve ser float, string, matriz, booleano ou inteiro",
  193. "Value is required and can't be empty" => "O valor é obrigatório e não pode estar vazio",
  194. // Zend_Validate_PostCode
  195. "Invalid type given. The value should be a string or a integer" => "O tipo especificado é inválido. O valor deve ser uma string ou um inteiro",
  196. "'%value%' does not appear to be a postal code" => "'%value%' não parece ser um código postal",
  197. // Zend_Validate_Regex
  198. "Invalid type given, value should be string, integer or float" => "O tipo especificado é inválido, o valor deve ser string, inteiro ou float",
  199. "'%value%' does not match against pattern '%pattern%'" => "'%value%' não corresponde ao padrão '%pattern%'",
  200. "There was an internal error while using the pattern '%pattern%'" => "Houve um erro interno durante o uso do padrão '%pattern%'",
  201. // Zend_Validate_Sitemap_Changefreq
  202. "'%value%' is no valid sitemap changefreq" => "'%value%' não é um changefreq de sitemap válido",
  203. "Invalid type given, the value should be a string" => "O tipo especificado é inválido, o valor deve ser uma string",
  204. // Zend_Validate_Sitemap_Lastmod
  205. "'%value%' is no valid sitemap lastmod" => "'%value%' não é um lastmod de sitemap válido",
  206. "Invalid type given, the value should be a string" => "O tipo especificado é inválido, o valor deve ser uma string",
  207. // Zend_Validate_Sitemap_Loc
  208. "'%value%' is no valid sitemap location" => "'%value%' não é uma localização de sitemap válida",
  209. "Invalid type given, the value should be a string" => "O tipo especificado é inválido, o valor deve ser uma string",
  210. // Zend_Validate_Sitemap_Priority
  211. "'%value%' is no valid sitemap priority" => "'%value%' não é uma prioridade de sitemap válida",
  212. "Invalid type given, the value should be a integer, a float or a numeric string" => "O tipo especificado é inválido, o valor deve ser um inteiro, um float ou uma string numérica",
  213. // Zend_Validate_StringLength
  214. "Invalid type given, value should be a string" => "O tipo especificado é inválido, o valor deve ser uma string",
  215. "'%value%' is less than %min% characters long" => "O tamanho de '%value%' é inferior a %min% caracteres",
  216. "'%value%' is more than %max% characters long" => "O tamanho de '%value%' é superior a %max% caracteres",
  217. );