[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/imagefield/translations/ -> pt-br.po (source)

   1  # Portuguese, Brazil translation of ImageField (6.x-3.3)
   2  # Copyright (c) 2010 by the Portuguese, Brazil translation team
   3  #
   4  msgid ""
   5  msgstr ""
   6  "Project-Id-Version: ImageField (6.x-3.3)\n"
   7  "POT-Creation-Date: 2010-06-04 13:44+0000\n"
   8  "PO-Revision-Date: 2010-05-21 15:05+0000\n"
   9  "Language-Team: Portuguese, Brazil\n"
  10  "MIME-Version: 1.0\n"
  11  "Content-Type: text/plain; charset=utf-8\n"
  12  "Content-Transfer-Encoding: 8bit\n"
  13  "Plural-Forms: nplurals=2; plural=(n!=1);\n"
  14  
  15  msgid "Title"
  16  msgstr "Título"
  17  msgid "CCK"
  18  msgstr "CCK"
  19  msgid "Image"
  20  msgstr "Imagem"
  21  msgid "Upload image"
  22  msgstr "Enviar imagem"
  23  msgid "Enable custom alternate text"
  24  msgstr "Permitir texto alternativo personalizado"
  25  msgid "Enable custom title text"
  26  msgstr "Permitir texto personalizado para o título da imagem"
  27  msgid "An edit widget for image files, including a preview of the image."
  28  msgstr ""
  29  "Um widget para editar arquivos de imagem, incluindo um preview da "
  30  "imagem."
  31  msgid "Displays image files in their original size."
  32  msgstr "Exigir arquivos de imagem em seu tamanho original."
  33  msgid "ImageField"
  34  msgstr "ImageField"
  35  msgid "Maximum resolution for Images"
  36  msgstr "Resolução máxima para as imagens"
  37  msgid "Defines an image field type."
  38  msgstr "Define um tipo de campo para imagens."
  39  msgid "Input type"
  40  msgstr "Tipo de entrada"
  41  msgid "Default image"
  42  msgstr "Imagem padrão"
  43  msgid "Use default image"
  44  msgstr "User imagem padrão"
  45  msgid "Choose a image that will be used as default."
  46  msgstr "Escolha uma imagem para usar como imagem padrão."
  47  msgid ""
  48  "The maximum allowed image size expressed as WIDTHxHEIGHT (e.g. "
  49  "640x480). Set to 0 for no restriction. If a larger image is uploaded, "
  50  "it will be resized to reflect the given width and height."
  51  msgstr ""
  52  "O tamanho mínimo permitido para a imagem, no formato LARGURAxALTURA "
  53  "(por exemplo 640x480). Digite 0 se não quiser que o tamanho seja "
  54  "restringido. Se uma imagem maior que isso for enviada, ela será "
  55  "redimensionada."
  56  msgid ""
  57  "This text will be used by screen readers, search engines, or when the "
  58  "image cannot be loaded."
  59  msgstr ""
  60  "Este texto será utilizado por leitores de tela, motores de busca ou "
  61  "quando a imagem não pode ser carregada."
  62  msgid "Image preview"
  63  msgstr "Pré-visualização da imagem"
  64  msgid "An image thumbnail was not able to be created."
  65  msgstr "Uma miniatura da imagem não pôde ser criada."
  66  msgid "Minimum resolution for Images"
  67  msgstr "Resolução mínima para as imagens"
  68  msgid ""
  69  "The minimum allowed image size expressed as WIDTHxHEIGHT (e.g. "
  70  "640x480). Set to 0 for no restriction. If an image that is smaller "
  71  "than these dimensions is uploaded it will be rejected."
  72  msgstr ""
  73  "O tamanho mínimo permitido para a imagem, no formato LARGURAxALTURA "
  74  "(por exemplo 640x480). Digite 0 se não quiser que o tamanho seja "
  75  "restringido. Se uma imagem menor que isso for enviada, ela será "
  76  "rejeitada."
  77  msgid "ALT text settings"
  78  msgstr "Configurações do texto ALT"
  79  msgid "Enable user input alternate text for images."
  80  msgstr "Permite que o usuário insira um texto alternativo às imagens."
  81  msgid "Default ALT text"
  82  msgstr "Text ALT padrão"
  83  msgid "This value will be used for alternate text by default."
  84  msgstr "Este valor será usado como padrão para o texto alternativo."
  85  msgid "Title text settings"
  86  msgstr "Configurações do texto do título"
  87  msgid "Enable user input title text for images."
  88  msgstr "Habilitar entrada de título para as imagens."
  89  msgid "Choose type of field to be displayed to the user."
  90  msgstr "Escolha o tipo de campo a ser exibido para o usuário."
  91  msgid "Default Title text"
  92  msgstr "Título padrão"
  93  msgid "This value will be used as the image title by default."
  94  msgstr "Esse valor será utilizado por padrão como o titulo da imagem."
  95  msgid "When an image is not uploaded, show a default image on display."
  96  msgstr "Quando uma imagem não for enviada, exibir a imagem padrão na tela."
  97  msgid ""
  98  "The default image could not be uploaded. The destination %destination "
  99  "does not exist or is not writable by the server."
 100  msgstr ""
 101  "A imagem padrão não pôde ser enviada. O destino %destination não "
 102  "existe ou não é gravável pelo servidor."
 103  msgid ""
 104  "Only web-standard images (jpg, gif, and png) are supported through the "
 105  "image widget. If needing to upload other types of images, change the "
 106  "widget to use a standard file upload."
 107  msgstr ""
 108  "O widget de imagem suporta apenas imagens do padrão da web (jpg, gif "
 109  "e png). Se precisar fazer upload de outros tipos de imagem, mude o "
 110  "widget para o widget de upload de arquivo comum."
 111  msgid "Please specify a resolution in the format WIDTHxHEIGHT (e.g. 640x480)."
 112  msgstr ""
 113  "Por favor especifique uma resolução no formato LARGURAxALTURA(ex. "
 114  "640x480)."
 115  msgid "Alternate Text"
 116  msgstr "Texto alternativo"
 117  msgid ""
 118  "The title is used as a tool tip when the user hovers the mouse over "
 119  "the image."
 120  msgstr ""
 121  "O título é usado como um tooltip quando o usuário passa o mouse "
 122  "sobre a imagem."
 123  msgid ""
 124  "The ImageField module has been disabled. The <a "
 125  "href=\"http://drupal.org/project/filefield\">FileField module</a> "
 126  "needs to be installed for it to work properly."
 127  msgstr ""
 128  "O módulo ImageField foi desativado. O módulo <a "
 129  "href=\"http://drupal.org/project/filefield\">FileField module</a> "
 130  "precisa ser instalado para que ele funcione adequadamente."
 131  msgid "Image linked to node"
 132  msgstr "Imagem com um link para seu node"
 133  msgid "Image linked to file"
 134  msgstr "Imagem com um link para o arquivo"
 135  msgid ""
 136  "FileField must be updated to Drupal 6 before ImageField can be "
 137  "updated."
 138  msgstr ""
 139  "O FileField deve ser atualizado para o Drupal 6 antes que o ImageField "
 140  "possa ser atualizado."
 141  msgid ""
 142  "Deleted admin thumbnails distributed throughout files directory. All "
 143  "thumbnails are now stored in the \"imagefield_thumbs\" directory."
 144  msgstr ""
 145  "As miniaturas de administração foram apagadas do diretório files. "
 146  "Todas as miniaturas agora são armazenadas no diretório "
 147  "\"imagefield_thumbs\"."
 148  msgid ""
 149  "Resizing images on upload will cause the loss of <a "
 150  "href=\"http://en.wikipedia.org/wiki/Exchangeable_image_file_format\">EXIF "
 151  "data</a> in the image."
 152  msgstr ""
 153  "Redimensionar imagens no envio irá causar a perda de <a "
 154  "href=\"http://pt.wikipedia.org/wiki/Exif\">informações EXIF</a> da "
 155  "imagem."
 156  msgid "Conent module must be enabled before ImageField can be updated."
 157  msgstr ""
 158  "Módulo Content deve estar habilitado antes do ImageField poder ser "
 159  "atualizado."


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7