Просмотр файла vendor/verot/class.upload.php/src/lang/class.upload.pt_BR.php

Размер файла: 7.14Kb
  1. <?php
  2. // +------------------------------------------------------------------------+
  3. // | class.upload.pt_BR.php |
  4. // +------------------------------------------------------------------------+
  5. // | Copyright (c) Yuri Vecchi Baladelli 2011. All rights reserved. |
  6. // | Version 0.25 |
  7. // | Last modified 04/01/2011 |
  8. // | Email y.vecchi@gmail.com |
  9. // | Web http://www.yurivecchi.com.br |
  10. // +------------------------------------------------------------------------+
  11. // | This program is free software; you can redistribute it and/or modify |
  12. // | it under the terms of the GNU General Public License version 2 as |
  13. // | published by the Free Software Foundation. |
  14. // | |
  15. // | This program is distributed in the hope that it will be useful, |
  16. // | but WITHOUT ANY WARRANTY; without even the implied warranty of |
  17. // | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
  18. // | GNU General Public License for more details. |
  19. // | |
  20. // | You should have received a copy of the GNU General Public License |
  21. // | along with this program; if not, write to the |
  22. // | Free Software Foundation, Inc., 59 Temple Place, Suite 330, |
  23. // | Boston, MA 02111-1307 USA |
  24. // | |
  25. // | Please give credit on sites that use class.upload and submit changes |
  26. // | of the script so other people can use them as well. |
  27. // | This script is free to use, don't abuse. |
  28. // +------------------------------------------------------------------------+
  29.  
  30. /**
  31. * Class upload Brazilian Portugese translation
  32. *
  33. * @version 0.30
  34. * @author Yuri Vecchi Baladelli (y.vecchi@gmail.com)
  35. * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  36. * @copyright Yuri Vecchi Baladelli
  37. * @package cmf
  38. * @subpackage external
  39. */
  40.  
  41. $translation = array();
  42. $translation['already_exists'] = '%s já existe. Por favor mude o nome do arquivo.';
  43. $translation['copy_failed'] = 'Erro ao copiar o arquivo no servidor. copy() falhou.';
  44. $translation['create_error'] = 'Erro na criação da imagem %s a partir da fonte.';
  45. $translation['destination_dir'] = 'O diretório de destino não pode ser criado. Impossível continuar.';
  46. $translation['destination_dir_missing'] = 'O diretório de destino não existe. Impossível continuar.';
  47. $translation['destination_dir_write'] = 'Diretório de destino sem permissão para escrita. Impossível continuar.';
  48. $translation['destination_path_not_dir'] = 'O caminho especificado não é um diretório. Impossível continuar.';
  49. $translation['destination_path_write'] = 'O caminho de destino não tem permissão de escrita ou não pode ser aberto. Impossível continuar.';
  50. $translation['file_create'] = 'Criação de arquivos %s não suportada.';
  51. $translation['file_error'] = 'Erro na transferência. Por favor tente novamente.';
  52. $translation['file_not_uploaded'] = 'O arquivo não foi transferido. Impossível continuar.';
  53. $translation['file_too_big'] = 'Arquivo muito grande.';
  54. $translation['gd_missing'] = 'Biblioteca GD não parece estar presente.';
  55. $translation['image_too_high'] = 'A imagem é muito alta.';
  56. $translation['image_too_narrow'] = 'A imagem é muito estreita.';
  57. $translation['image_too_short'] = 'A imagem é muito curta.';
  58. $translation['image_too_wide'] = 'A imagem é muito larga.';
  59. $translation['incorrect_file'] = 'Tipo de arquivo incorreto.';
  60. $translation['local_file_missing'] = 'O arquivo local não existe.';
  61. $translation['local_file_not_readable'] = 'Não foi possível ler o arquivo local.';
  62. $translation['no_conversion_type'] = 'Tipo de conversão não foi definida.';
  63. $translation['no_create_support'] = 'Criação a partir do arquivo %s imposível...';
  64. $translation['no_mime'] = 'MIME type não detectado.';
  65. $translation['not_enough_pixels'] = 'A imagem tem poucos pixels.';
  66. $translation['ratio_too_high'] = 'A proporção da imagem é muito alta (Imagem muito larga).';
  67. $translation['ratio_too_low'] = 'A proporção da imagem é muito baixa (Imagem muito alta).';
  68. $translation['reading_failed'] = 'Erro ao ler o arquivo.';
  69. $translation['source_invalid'] = 'Impossível ler a fonte da imagem. É uma imagem?.';
  70. $translation['source_missing'] = 'O arquivo transferido esta incorreto. Impossível continuar.';
  71. $translation['source_not_readable'] = 'O arquivo fonte não é legível. Impossível continuar.';
  72. $translation['temp_file'] = 'Não foi possível criar o arquivo temporário. Impossível continuar.';
  73. $translation['temp_file_missing'] = 'O arquivo fonte é incorreto. Impossível continuar.';
  74. $translation['too_many_pixels'] = 'A imagem tem muitos pixels.';
  75. $translation['try_again'] = 'Erro ao carregar o arquivo. Favor tentar novamente.';
  76. $translation['uploaded_cant_write'] = 'Erro na transferência do arquivo (erro ao gravar o arquivo no disco).';
  77. $translation['uploaded_err_extension'] = 'Erro na transferência do arquivo (transferência do arquivo interrompida por uma extensão do PHP).';
  78. $translation['uploaded_missing'] = 'Erro ao carregar o arquivo (o arquivo não foi carregado).';
  79. $translation['uploaded_no_tmp_dir'] = 'Erro na transferência do arquivo (não foi possível localizar a pasta temporária).';
  80. $translation['uploaded_partial'] = 'Erro ao carregar o arquivo (o arquivo só foi carregado parcialmente).';
  81. $translation['uploaded_too_big_html'] = 'Erro ao carregar o arquivo (o arquivo carregado excede a diretiva MAX_FILE_SIZE especificado no formulário html).';
  82. $translation['uploaded_too_big_ini'] = 'Erro ao carregar o arquivo (o arquivo carregado excede a diretiva upload_max_filesize presente no php.ini).';
  83. $translation['uploaded_unknown'] = 'Erro ao carregar o arquivo (código de erro desconhecido).';
  84. $translation['watermark_create_error'] = 'Erro no momento da criação da marca d\'água %s a partir do arquivo fonte.';
  85. $translation['watermark_invalid'] = 'Impossível ler a marca d\'água, formato de arquivo desconhecido.';
  86. $translation['watermark_no_create_support'] = 'Criação a partir do arquivo %s impossível, marca d\'água não pode ser lida.';
  87.  
  88. ?>