70 lines
1.7 KiB
Plaintext
70 lines
1.7 KiB
Plaintext
# This file is distributed under the same license as the Django package.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Django\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2011-03-15 13:17-0400\n"
|
|
"PO-Revision-Date: 2011-03-04 18:46+0000\n"
|
|
"Last-Translator: Jannis <jannis@leidel.info>\n"
|
|
"Language-Team: Portuguese (Brazilian) <django-l10n-portuguese@googlegroups."
|
|
"com>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Language: pt_BR\n"
|
|
"Plural-Forms: nplurals=2; plural=(n > 1)\n"
|
|
|
|
#: db/models/fields.py:50
|
|
msgid "The base GIS field -- maps to the OpenGIS Specification Geometry type."
|
|
msgstr ""
|
|
"O campo GIS base -- mapeia para o tipo Especificação de Geometria OpenGIS"
|
|
|
|
#: db/models/fields.py:270
|
|
msgid "Point"
|
|
msgstr "Ponto"
|
|
|
|
#: db/models/fields.py:274
|
|
msgid "Line string"
|
|
msgstr "Linha string"
|
|
|
|
#: db/models/fields.py:278
|
|
msgid "Polygon"
|
|
msgstr "Polígono"
|
|
|
|
#: db/models/fields.py:282
|
|
msgid "Multi-point"
|
|
msgstr "Multiponto"
|
|
|
|
#: db/models/fields.py:286
|
|
msgid "Multi-line string"
|
|
msgstr "Multilinha string"
|
|
|
|
#: db/models/fields.py:290
|
|
msgid "Multi polygon"
|
|
msgstr "Multipolígono"
|
|
|
|
#: db/models/fields.py:294
|
|
msgid "Geometry collection"
|
|
msgstr "Coleção geométrica"
|
|
|
|
#: forms/fields.py:17
|
|
msgid "No geometry value provided."
|
|
msgstr "Nenhum valor geométrico fornecido."
|
|
|
|
#: forms/fields.py:18
|
|
msgid "Invalid geometry value."
|
|
msgstr "Valor geométrico inválido."
|
|
|
|
#: forms/fields.py:19
|
|
msgid "Invalid geometry type."
|
|
msgstr "Tipo geométrico inválido."
|
|
|
|
#: forms/fields.py:20
|
|
msgid ""
|
|
"An error occurred when transforming the geometry to the SRID of the geometry "
|
|
"form field."
|
|
msgstr ""
|
|
"Ocorreu um erro ao transformar a geometria para o SRID do campo de "
|
|
"formulário de geometria."
|