1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Translation updates

Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 17bf3e8564abf600274789fcc90e72532d5e7c05
This commit is contained in:
Peter Eisentraut
2016-05-09 10:04:41 -04:00
parent 91fd1df4aa
commit 48aaba4acf
160 changed files with 110033 additions and 71472 deletions

View File

@ -1,6 +1,6 @@
# src/interfaces/ecpg/ecpglib/nls.mk
CATALOG_NAME = ecpglib
AVAIL_LANGUAGES = cs de es fr it ja pl pt_BR ru tr zh_CN
AVAIL_LANGUAGES = cs de es fr it ja ko pl pt_BR ru tr zh_CN
GETTEXT_FILES = connect.c descriptor.c error.c execute.c misc.c
GETTEXT_TRIGGERS = ecpg_gettext
GETTEXT_FLAGS = ecpg_gettext:1:pass-c-format

View File

@ -7,10 +7,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: ecpglib (PostgreSQL 9.4)\n"
"Project-Id-Version: ecpglib (PostgreSQL 9.6)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2014-12-15 05:37+0000\n"
"PO-Revision-Date: 2014-12-16 12:12-0300\n"
"POT-Creation-Date: 2016-05-02 20:07+0000\n"
"PO-Revision-Date: 2016-05-03 12:17-0300\n"
"Last-Translator: Emanuel Calvo Franco <postgres-arg@gmail.com>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
"Language: es\n"
@ -18,183 +18,183 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: connect.c:231
#: connect.c:237
msgid "empty message text"
msgstr "mensaje de texto vacío"
#: connect.c:384 connect.c:413 connect.c:621
#: connect.c:401 connect.c:430 connect.c:638
msgid "<DEFAULT>"
msgstr "<POR OMISIÓN>"
#: descriptor.c:807 misc.c:113
#: descriptor.c:833 misc.c:120
msgid "NULL"
msgstr "NULL"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:26
#: error.c:33
#, c-format
msgid "no data found on line %d"
msgstr "no se encontraron datos en la línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:33
#: error.c:40
#, c-format
msgid "out of memory on line %d"
msgstr "memoria agotada en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:40
#: error.c:47
#, c-format
msgid "unsupported type \"%s\" on line %d"
msgstr "tipo no soportado «%s» en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:47
#: error.c:54
#, c-format
msgid "too many arguments on line %d"
msgstr "demasiados argumentos en la línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:54
#: error.c:61
#, c-format
msgid "too few arguments on line %d"
msgstr "muy pocos argumentos en la línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:61
#: error.c:68
#, c-format
msgid "invalid input syntax for type int: \"%s\", on line %d"
msgstr "sintaxis de entrada no válida para el tipo entero: «%s», en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:68
#: error.c:75
#, c-format
msgid "invalid input syntax for type unsigned int: \"%s\", on line %d"
msgstr "sintaxis de entrada no válida para el tipo entero sin signo: «%s», en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:75
#: error.c:82
#, c-format
msgid "invalid input syntax for floating-point type: \"%s\", on line %d"
msgstr "sintaxis de entrada no válida para el tipo de coma flotante: «%s», en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:83
#: error.c:90
#, c-format
msgid "invalid syntax for type boolean: \"%s\", on line %d"
msgstr "sintaxis no válida para el tipo booleano: «%s», en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:88
#: error.c:95
#, c-format
msgid "could not convert boolean value: size mismatch, on line %d"
msgstr "no se puede convertir el valor booleano: tamaño incorrecto, en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:95
#: error.c:102
#, c-format
msgid "empty query on line %d"
msgstr "consulta vacía en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:102
#: error.c:109
#, c-format
msgid "null value without indicator on line %d"
msgstr "valor nulo sin indicador en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:109
#: error.c:116
#, c-format
msgid "variable does not have an array type on line %d"
msgstr "la variable no tiene tipo array en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:116
#: error.c:123
#, c-format
msgid "data read from server is not an array on line %d"
msgstr "el dato leído del servidor no es un array en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:123
#: error.c:130
#, c-format
msgid "inserting an array of variables is not supported on line %d"
msgstr "la inserción de un array de variables no está soportado en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:130
#: error.c:137
#, c-format
msgid "connection \"%s\" does not exist on line %d"
msgstr "conexión «%s» no existe en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:137
#: error.c:144
#, c-format
msgid "not connected to connection \"%s\" on line %d"
msgstr "no conectada a la conexión «%s» en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:144
#: error.c:151
#, c-format
msgid "invalid statement name \"%s\" on line %d"
msgstr "nombre sentencia no válida «%s» en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:151
#: error.c:158
#, c-format
msgid "descriptor \"%s\" not found on line %d"
msgstr "descriptor «%s» no encontrado en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:158
#: error.c:165
#, c-format
msgid "descriptor index out of range on line %d"
msgstr "índice de descriptor fuera de rango en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:165
#: error.c:172
#, c-format
msgid "unrecognized descriptor item \"%s\" on line %d"
msgstr "elemento de descriptor no reconocido «%s» en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:172
#: error.c:179
#, c-format
msgid "variable does not have a numeric type on line %d"
msgstr "la variable no tiene un tipo numérico en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:179
#: error.c:186
#, c-format
msgid "variable does not have a character type on line %d"
msgstr "la variable no tiene un tipo textual en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:186
#: error.c:193
#, c-format
msgid "error in transaction processing on line %d"
msgstr "error en el procesamiento de transacción en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:193
#: error.c:200
#, c-format
msgid "could not connect to database \"%s\" on line %d"
msgstr "no se pudo conectar a la base de datos «%s» en línea %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:200
#: error.c:207
#, c-format
msgid "SQL error %d on line %d"
msgstr "error SQL %d en línea %d"
#: error.c:240
#: error.c:254
msgid "the connection to the server was lost"
msgstr "se ha perdido la conexión al servidor"
#: error.c:327
#: error.c:347
#, c-format
msgid "SQL error: %s\n"
msgstr "error SQL: %s\n"
#: execute.c:2003
#: execute.c:1962
msgid "<empty>"
msgstr "<vacío>"

View File

@ -7,7 +7,7 @@
# St<53>phane Schildknecht <stephane.schildknecht@dalibo.com>, 2009.
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.4\n"
"Project-Id-Version: PostgreSQL 9.6\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2010-03-06 17:22+0000\n"
"PO-Revision-Date: 2013-09-04 20:31-0400\n"

View File

@ -0,0 +1,198 @@
# LANGUAGE message translation file for ecpglib
# Copyright (C) 2015 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Ioseph Kim <ioseph@uri.sarang.net>, 2015
#
msgid ""
msgstr ""
"Project-Id-Version: ecpglib (PostgreSQL) 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2015-12-23 15:02+0900\n"
"PO-Revision-Date: 2016-01-20 21:53-0500\n"
"Last-Translator: Ioseph Kim <ioseph@uri.sarang.net>\n"
"Language-Team: Korean <pgsql-kr@postgresql.kr>\n"
"Language: ko\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: connect.c:237
msgid "empty message text"
msgstr "빈 메시지 텍스트"
#: connect.c:401 connect.c:430 connect.c:638
msgid "<DEFAULT>"
msgstr "<초기값>"
#: descriptor.c:833 misc.c:120
msgid "NULL"
msgstr ""
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:33
#, c-format
msgid "no data found on line %d"
msgstr "자료 없음: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:40
#, c-format
msgid "out of memory on line %d"
msgstr "메모리 부족: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:47
#, c-format
msgid "unsupported type \"%s\" on line %d"
msgstr "\"%s\" 형 지원하지 않음: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:54
#, c-format
msgid "too many arguments on line %d"
msgstr "너무 많은 인자: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:61
#, c-format
msgid "too few arguments on line %d"
msgstr "너무 적은 인자: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:68
#, c-format
msgid "invalid input syntax for type int: \"%s\", on line %d"
msgstr "int 형에 대한 입력 구문 오류: \"%s\", %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:75
#, c-format
msgid "invalid input syntax for type unsigned int: \"%s\", on line %d"
msgstr "unsigned int 형에 대한 입력 구문 오류: \"%s\", %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:82
#, c-format
msgid "invalid input syntax for floating-point type: \"%s\", on line %d"
msgstr "floating-point 형에 대한 입력 구문 오류: \"%s\", %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:90
#, c-format
msgid "invalid syntax for type boolean: \"%s\", on line %d"
msgstr "boolean 형에 대한 입력 구문 오류: \"%s\", %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:95
#, c-format
msgid "could not convert boolean value: size mismatch, on line %d"
msgstr "boolean 값 변환 실패: 크기 다름, %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:102
#, c-format
msgid "empty query on line %d"
msgstr "빈 쿼리: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:109
#, c-format
msgid "null value without indicator on line %d"
msgstr "지시자 없는 null 값: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:116
#, c-format
msgid "variable does not have an array type on line %d"
msgstr "variable 형에서 배열형을 사용하고 있지 않음: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:123
#, c-format
msgid "data read from server is not an array on line %d"
msgstr "서버에서 읽은 자료가 배열형이 아님: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:130
#, c-format
msgid "inserting an array of variables is not supported on line %d"
msgstr "변수들의 배열을 삽입하는 기능을 제공하지 않음: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:137
#, c-format
msgid "connection \"%s\" does not exist on line %d"
msgstr "\"%s\" 연결이 없음: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:144
#, c-format
msgid "not connected to connection \"%s\" on line %d"
msgstr "\"%s\" 연결이 현재 끊겼음: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:151
#, c-format
msgid "invalid statement name \"%s\" on line %d"
msgstr "\"%s\" 이름은 잘못된 쿼리구문 이름: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:158
#, c-format
msgid "descriptor \"%s\" not found on line %d"
msgstr "\"%s\" 이름의 기술자가 없음: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:165
#, c-format
msgid "descriptor index out of range on line %d"
msgstr "기술자 색인 범위를 벗어남: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:172
#, c-format
msgid "unrecognized descriptor item \"%s\" on line %d"
msgstr "\"%s\" 이름은 알 수 없는 기술자 항목: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:179
#, c-format
msgid "variable does not have a numeric type on line %d"
msgstr "변수에 numeric 형이 없음: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:186
#, c-format
msgid "variable does not have a character type on line %d"
msgstr "변수에 character 형이 없음: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:193
#, c-format
msgid "error in transaction processing on line %d"
msgstr "트랜잭션 처리 중 실패: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:200
#, c-format
msgid "could not connect to database \"%s\" on line %d"
msgstr "\"%s\" 데이터베이스로 접속할 수 없음: %d 번째 줄"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:207
#, c-format
msgid "SQL error %d on line %d"
msgstr "SQL 오류 %d: %d 번째 줄"
#: error.c:254
msgid "the connection to the server was lost"
msgstr "서버 연결 끊김"
#: error.c:347
#, c-format
msgid "SQL error: %s\n"
msgstr "SQL 오류: %s\n"
#: execute.c:1962
msgid "<empty>"
msgstr ""

View File

@ -6,9 +6,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.4\n"
"Project-Id-Version: PostgreSQL 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2014-05-17 15:50-0300\n"
"POT-Creation-Date: 2015-09-17 22:32-0300\n"
"PO-Revision-Date: 2009-02-09 13:00-0200\n"
"Last-Translator: Fernando Ike de Oliveira <fike@midstorm.org>\n"
"Language-Team: Brazilian Portuguese <pgbr-dev@listas.postgresql.org.br>\n"
@ -17,183 +17,183 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: connect.c:231
#: connect.c:237
msgid "empty message text"
msgstr "mensagem vazia"
#: connect.c:384 connect.c:413 connect.c:621
#: connect.c:401 connect.c:430 connect.c:638
msgid "<DEFAULT>"
msgstr "<PADRÃO>"
#: descriptor.c:807 misc.c:113
#: descriptor.c:833 misc.c:120
msgid "NULL"
msgstr "NULL"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:26
#: error.c:33
#, c-format
msgid "no data found on line %d"
msgstr "nenhum dado encontrado na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:33
#: error.c:40
#, c-format
msgid "out of memory on line %d"
msgstr "sem memória na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:40
#: error.c:47
#, c-format
msgid "unsupported type \"%s\" on line %d"
msgstr "tipo \"%s\" não é suportado na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:47
#: error.c:54
#, c-format
msgid "too many arguments on line %d"
msgstr "muitos argumentos na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:54
#: error.c:61
#, c-format
msgid "too few arguments on line %d"
msgstr "poucos argumentos na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:61
#: error.c:68
#, c-format
msgid "invalid input syntax for type int: \"%s\", on line %d"
msgstr "sintaxe de entrada é inválida para tipo inteiro: \"%s\", na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:68
#: error.c:75
#, c-format
msgid "invalid input syntax for type unsigned int: \"%s\", on line %d"
msgstr "sintaxe de entrada é inválida para tipo inteiro não-sinalizado: \"%s\", na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:75
#: error.c:82
#, c-format
msgid "invalid input syntax for floating-point type: \"%s\", on line %d"
msgstr "sintaxe de entrada é inválida para tipo ponto flutuante: \"%s\", na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:83
#: error.c:90
#, c-format
msgid "invalid syntax for type boolean: \"%s\", on line %d"
msgstr "sintaxe de entrada é inválida par tipo booleano: \"%s\", na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:88
#: error.c:95
#, c-format
msgid "could not convert boolean value: size mismatch, on line %d"
msgstr "não pôde converter valor booleano: tamanho não corresponde, na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:95
#: error.c:102
#, c-format
msgid "empty query on line %d"
msgstr "consulta vazia na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:102
#: error.c:109
#, c-format
msgid "null value without indicator on line %d"
msgstr "valor nulo sem indicador na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:109
#: error.c:116
#, c-format
msgid "variable does not have an array type on line %d"
msgstr "variável não tem um tipo matriz na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:116
#: error.c:123
#, c-format
msgid "data read from server is not an array on line %d"
msgstr "dado lido do servidor não é uma matriz na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:123
#: error.c:130
#, c-format
msgid "inserting an array of variables is not supported on line %d"
msgstr "inserir uma matriz de variáveis não é suportado na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:130
#: error.c:137
#, c-format
msgid "connection \"%s\" does not exist on line %d"
msgstr "conexão \"%s\" não existe na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:137
#: error.c:144
#, c-format
msgid "not connected to connection \"%s\" on line %d"
msgstr "não está conectado a conexão \"%s\" na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:144
#: error.c:151
#, c-format
msgid "invalid statement name \"%s\" on line %d"
msgstr "nome de comando \"%s\" é inválido na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:151
#: error.c:158
#, c-format
msgid "descriptor \"%s\" not found on line %d"
msgstr "descritor \"%s\" não foi encontrado na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:158
#: error.c:165
#, c-format
msgid "descriptor index out of range on line %d"
msgstr "índice do descritor está fora do intervalo na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:165
#: error.c:172
#, c-format
msgid "unrecognized descriptor item \"%s\" on line %d"
msgstr "item do descritor \"%s\" é desconhecido na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:172
#: error.c:179
#, c-format
msgid "variable does not have a numeric type on line %d"
msgstr "variável não tem um tipo numérico na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:179
#: error.c:186
#, c-format
msgid "variable does not have a character type on line %d"
msgstr "variável não tem um tipo caracter na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:186
#: error.c:193
#, c-format
msgid "error in transaction processing on line %d"
msgstr "erro ao processar transação na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:193
#: error.c:200
#, c-format
msgid "could not connect to database \"%s\" on line %d"
msgstr "não pôde connectar ao banco de dados \"%s\" na linha %d"
#. translator: this string will be truncated at 149 characters expanded.
#: error.c:200
#: error.c:207
#, c-format
msgid "SQL error %d on line %d"
msgstr "Erro SQL %d na linha %d"
#: error.c:240
#: error.c:254
msgid "the connection to the server was lost"
msgstr "a conexão com servidor foi perdida"
#: error.c:327
#: error.c:347
#, c-format
msgid "SQL error: %s\n"
msgstr "Erro SQL: %s\n"
#: execute.c:2003
#: execute.c:1972
msgid "<empty>"
msgstr "<vazio>"

View File

@ -9,10 +9,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: ecpg (PostgreSQL 9.4)\n"
"Project-Id-Version: ecpg (PostgreSQL 9.6)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2014-12-15 05:38+0000\n"
"PO-Revision-Date: 2014-12-15 15:22-0300\n"
"POT-Creation-Date: 2016-05-02 20:08+0000\n"
"PO-Revision-Date: 2016-05-03 12:17-0300\n"
"Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
"Language: es\n"
@ -31,27 +31,27 @@ msgstr "la variable «%s» debe tener tipo numérico"
msgid "descriptor \"%s\" does not exist"
msgstr "no existe el descriptor «%s»"
#: descriptor.c:161 descriptor.c:210
#: descriptor.c:161 descriptor.c:212
#, c-format
msgid "descriptor header item \"%d\" does not exist"
msgstr "no existe el descriptor del elemento de cabecera «%d»"
#: descriptor.c:182
#: descriptor.c:183
#, c-format
msgid "nullable is always 1"
msgstr "nullable es siempre 1"
#: descriptor.c:185
#: descriptor.c:186
#, c-format
msgid "key_member is always 0"
msgstr "key_member es siempre 0"
#: descriptor.c:277
#: descriptor.c:279
#, c-format
msgid "descriptor item \"%s\" is not implemented"
msgstr "elemento del descriptor «%s» no está implementado"
#: descriptor.c:287
#: descriptor.c:289
#, c-format
msgid "descriptor item \"%s\" cannot be set"
msgstr "no se puede establecer el elemento del descriptor «%s»"
@ -224,107 +224,107 @@ msgstr "%s: no se especificaron archivos de entrada\n"
msgid "cursor \"%s\" has been declared but not opened"
msgstr "el cursor «%s» fue declarado pero no abierto"
#: ecpg.c:483 preproc.y:125
#: ecpg.c:483 preproc.y:127
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "no se pudo eliminar el archivo de salida «%s»\n"
#: pgc.l:421
#: pgc.l:440
#, c-format
msgid "unterminated /* comment"
msgstr "comentario /* no cerrado"
#: pgc.l:434
#: pgc.l:453
#, c-format
msgid "invalid bit string literal"
msgstr "cadena de bits no válida"
#: pgc.l:443
#: pgc.l:462
#, c-format
msgid "unterminated bit string literal"
msgstr "una cadena de bits está inconclusa"
#: pgc.l:459
#: pgc.l:478
#, c-format
msgid "unterminated hexadecimal string literal"
msgstr "una cadena hexadecimal está inconclusa"
#: pgc.l:537
#: pgc.l:556
#, c-format
msgid "unterminated quoted string"
msgstr "una cadena en comillas está inconclusa"
#: pgc.l:592 pgc.l:605
#: pgc.l:613 pgc.l:626
#, c-format
msgid "zero-length delimited identifier"
msgstr "identificador delimitado de longitud cero"
#: pgc.l:613
#: pgc.l:634
#, c-format
msgid "unterminated quoted identifier"
msgstr "un identificador en comillas está inconcluso"
#: pgc.l:867
#: pgc.l:889
#, c-format
msgid "nested /* ... */ comments"
msgstr "comentarios /* ... */ anidados"
#: pgc.l:960
#: pgc.l:982
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "falta un identificador en la orden EXEC SQL UNDEF"
#: pgc.l:1006 pgc.l:1020
#: pgc.l:1028 pgc.l:1042
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "falta el «EXEC SQL IFDEF» / «EXEC SQL IFNDEF»"
#: pgc.l:1009 pgc.l:1022 pgc.l:1198
#: pgc.l:1031 pgc.l:1044 pgc.l:1220
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "falta el «EXEC SQL ENDIF;»"
#: pgc.l:1038 pgc.l:1057
#: pgc.l:1060 pgc.l:1079
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "hay más de un EXEC SQL ELSE"
#: pgc.l:1079 pgc.l:1093
#: pgc.l:1101 pgc.l:1115
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "EXEC SQL ENDIF sin coincidencia"
#: pgc.l:1113
#: pgc.l:1135
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "demasiadas condiciones EXEC SQL IFDEF anidadas"
#: pgc.l:1146
#: pgc.l:1168
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "identificador faltante en la orden EXEC SQL IFDEF"
#: pgc.l:1155
#: pgc.l:1177
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "identificador faltante en la orden EXEC SQL DEFINE"
#: pgc.l:1188
#: pgc.l:1210
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "error de sintaxis en orden EXEC SQL INCLUDE"
#: pgc.l:1237
#: pgc.l:1259
#, c-format
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
msgstr "Error Interno: estado no esperado; por favor reporte a <pgsql-bugs@postgresql.org>"
#: pgc.l:1362
#: pgc.l:1383
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr "Error: ruta de inclusión «%s/%s» es demasiada larga en la línea %d, omitiendo\n"
#: pgc.l:1385
#: pgc.l:1406
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "no se pudo abrir el archivo a incluir «%s» en la línea %d"
@ -333,210 +333,210 @@ msgstr "no se pudo abrir el archivo a incluir «%s» en la línea %d"
msgid "syntax error"
msgstr "error de sintaxis"
#: preproc.y:79
#: preproc.y:81
#, c-format
msgid "WARNING: "
msgstr "ATENCIÓN: "
#: preproc.y:82
#: preproc.y:84
#, c-format
msgid "ERROR: "
msgstr "ERROR: "
#: preproc.y:506
#: preproc.y:508
#, c-format
msgid "cursor \"%s\" does not exist"
msgstr "no existe el cursor «%s»"
#: preproc.y:535
#: preproc.y:537
#, c-format
msgid "initializer not allowed in type definition"
msgstr "inicializador no permitido en definición de tipo"
#: preproc.y:537
#: preproc.y:539
#, c-format
msgid "type name \"string\" is reserved in Informix mode"
msgstr "el nombre de tipo «string» está reservado en modo Informix"
#: preproc.y:544 preproc.y:13867
#: preproc.y:546 preproc.y:14618
#, c-format
msgid "type \"%s\" is already defined"
msgstr "el tipo «%s» ya está definido"
#: preproc.y:568 preproc.y:14525 preproc.y:14846 variable.c:618
#: preproc.y:570 preproc.y:15276 preproc.y:15596 variable.c:620
#, c-format
msgid "multidimensional arrays for simple data types are not supported"
msgstr "los arrays multidimensionales para tipos de datos simples no están soportados"
#: preproc.y:1579
#: preproc.y:1634
#, c-format
msgid "AT option not allowed in CLOSE DATABASE statement"
msgstr "la opción AT no está permitida en la sentencia CLOSE DATABASE"
#: preproc.y:1782
#: preproc.y:1849
#, c-format
msgid "AT option not allowed in CONNECT statement"
msgstr "la opción AT no está permitida en la sentencia CONNECT"
#: preproc.y:1816
#: preproc.y:1883
#, c-format
msgid "AT option not allowed in DISCONNECT statement"
msgstr "la opción AT no está permitida en la sentencia DISCONNECT"
#: preproc.y:1871
#: preproc.y:1938
#, c-format
msgid "AT option not allowed in SET CONNECTION statement"
msgstr "la opción AT no está permitida en la sentencia SET CONNECTION"
#: preproc.y:1893
#: preproc.y:1960
#, c-format
msgid "AT option not allowed in TYPE statement"
msgstr "la opción AT no está permitida en la sentencia TYPE"
#: preproc.y:1902
#: preproc.y:1969
#, c-format
msgid "AT option not allowed in VAR statement"
msgstr "la opción AT no está permitida en la sentencia VAR"
#: preproc.y:1909
#: preproc.y:1976
#, c-format
msgid "AT option not allowed in WHENEVER statement"
msgstr "la opción AT no está permitida en la sentencia WHENEVER"
#: preproc.y:2157 preproc.y:2162 preproc.y:2278 preproc.y:3656 preproc.y:4908
#: preproc.y:4917 preproc.y:5201 preproc.y:6604 preproc.y:7693 preproc.y:7698
#: preproc.y:10156 preproc.y:10753
#: preproc.y:2228 preproc.y:2233 preproc.y:2349 preproc.y:3759 preproc.y:5169
#: preproc.y:5178 preproc.y:5462 preproc.y:6898 preproc.y:8136 preproc.y:8141
#: preproc.y:10768 preproc.y:11385
#, c-format
msgid "unsupported feature will be passed to server"
msgstr "característica no soportada será pasada al servidor"
#: preproc.y:2536
#: preproc.y:2607
#, c-format
msgid "SHOW ALL is not implemented"
msgstr "SHOW ALL no está implementado"
#: preproc.y:3044
#: preproc.y:3147
#, c-format
msgid "COPY FROM STDIN is not implemented"
msgstr "COPY FROM STDIN no está implementado"
#: preproc.y:8534 preproc.y:13456
#: preproc.y:9027 preproc.y:14207
#, c-format
msgid "using variable \"%s\" in different declare statements is not supported"
msgstr "el uso de la variable «%s» en diferentes sentencias declare no está soportado"
#: preproc.y:8536 preproc.y:13458
#: preproc.y:9029 preproc.y:14209
#, c-format
msgid "cursor \"%s\" is already defined"
msgstr "el cursor «%s» ya está definido"
#: preproc.y:8954
#: preproc.y:9459
#, c-format
msgid "no longer supported LIMIT #,# syntax passed to server"
msgstr "la sintaxis LIMIT #,# que ya no está soportada ha sido pasada al servidor"
#: preproc.y:9190 preproc.y:9197
#: preproc.y:9767 preproc.y:9774
#, c-format
msgid "subquery in FROM must have an alias"
msgstr "las subconsultas en FROM deben tener un alias"
#: preproc.y:13186
#: preproc.y:13937
#, c-format
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "CREATE TABLE AS no puede especificar INTO"
#: preproc.y:13222
#: preproc.y:13973
#, c-format
msgid "expected \"@\", found \"%s\""
msgstr "se esperaba «@», se encontró «%s»"
#: preproc.y:13234
#: preproc.y:13985
#, c-format
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
msgstr "sólo los protocolos «tcp» y «unix» y tipo de bases de datos «postgresql» están soportados"
#: preproc.y:13237
#: preproc.y:13988
#, c-format
msgid "expected \"://\", found \"%s\""
msgstr "se esperaba «://», se encontró «%s»"
#: preproc.y:13242
#: preproc.y:13993
#, c-format
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
msgstr "los sockets de dominio unix sólo trabajan en «localhost» pero no en «%s»"
#: preproc.y:13268
#: preproc.y:14019
#, c-format
msgid "expected \"postgresql\", found \"%s\""
msgstr "se esperaba «postgresql», se encontró «%s»"
#: preproc.y:13271
#: preproc.y:14022
#, c-format
msgid "invalid connection type: %s"
msgstr "tipo de conexión no válido: %s"
#: preproc.y:13280
#: preproc.y:14031
#, c-format
msgid "expected \"@\" or \"://\", found \"%s\""
msgstr "se esperaba «@» o «://», se encontró «%s»"
#: preproc.y:13355 preproc.y:13373
#: preproc.y:14106 preproc.y:14124
#, c-format
msgid "invalid data type"
msgstr "tipo de dato no válido"
#: preproc.y:13384 preproc.y:13401
#: preproc.y:14135 preproc.y:14152
#, c-format
msgid "incomplete statement"
msgstr "sentencia incompleta"
#: preproc.y:13387 preproc.y:13404
#: preproc.y:14138 preproc.y:14155
#, c-format
msgid "unrecognized token \"%s\""
msgstr "elemento «%s» no reconocido"
#: preproc.y:13678
#: preproc.y:14429
#, c-format
msgid "only data types numeric and decimal have precision/scale argument"
msgstr "sólo los tipos de dato numeric y decimal tienen argumento de precisión/escala"
#: preproc.y:13690
#: preproc.y:14441
#, c-format
msgid "interval specification not allowed here"
msgstr "la especificación de intervalo no está permitida aquí"
#: preproc.y:13842 preproc.y:13894
#: preproc.y:14593 preproc.y:14645
#, c-format
msgid "too many levels in nested structure/union definition"
msgstr "demasiados niveles en la definición anidada de estructura/unión"
#: preproc.y:14033
#: preproc.y:14784
#, c-format
msgid "pointers to varchar are not implemented"
msgstr "los punteros a varchar no están implementados"
#: preproc.y:14220 preproc.y:14245
#: preproc.y:14971 preproc.y:14996
#, c-format
msgid "using unsupported DESCRIBE statement"
msgstr "utilizando sentencia DESCRIBE no soportada"
#: preproc.y:14492
#: preproc.y:15243
#, c-format
msgid "initializer not allowed in EXEC SQL VAR command"
msgstr "inicializador no permitido en la orden EXEC SQL VAR"
#: preproc.y:14804
#: preproc.y:15554
#, c-format
msgid "arrays of indicators are not allowed on input"
msgstr "no se permiten los arrays de indicadores en la entrada"
#: preproc.y:15025
#: preproc.y:15775
#, c-format
msgid "operator not allowed in variable definition"
msgstr "operador no permitido en definición de variable"
#. translator: %s is typically the translation of "syntax error"
#: preproc.y:15063
#: preproc.y:15813
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s en o cerca de «%s»"
@ -626,34 +626,34 @@ msgstr "la variable «%s» no es un array"
msgid "variable \"%s\" is not declared"
msgstr "la variable «%s» no está declarada"
#: variable.c:492
#: variable.c:494
#, c-format
msgid "indicator variable must have an integer type"
msgstr "la variable de un indicador debe ser de algún tipo numérico entero"
#: variable.c:504
#: variable.c:506
#, c-format
msgid "unrecognized data type name \"%s\""
msgstr "nombre de tipo de datos «%s» no reconocido"
#: variable.c:515 variable.c:523 variable.c:540 variable.c:543
#: variable.c:517 variable.c:525 variable.c:542 variable.c:545
#, c-format
msgid "multidimensional arrays are not supported"
msgstr "los arrays multidimensionales no están soportados"
#: variable.c:532
#: variable.c:534
#, c-format
msgid "multilevel pointers (more than 2 levels) are not supported; found %d level"
msgid_plural "multilevel pointers (more than 2 levels) are not supported; found %d levels"
msgstr[0] "no se soportan los punteros multinivel (más de 2); se encontró 1 nivel"
msgstr[1] "no se soportan los punteros multinivel (más de 2); se encontraron %d niveles"
#: variable.c:537
#: variable.c:539
#, c-format
msgid "pointer to pointer is not supported for this data type"
msgstr "los punteros a puntero no están soportados para este tipo de dato"
#: variable.c:557
#: variable.c:559
#, c-format
msgid "multidimensional arrays for structures are not supported"
msgstr "los arrays multidimensionales para estructuras no están soportados"

View File

@ -7,7 +7,7 @@
# St<53>phane Schildknecht <stephane.schildknecht@dalibo.com>, 2009.
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.4\n"
"Project-Id-Version: PostgreSQL 9.6\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2014-05-17 11:07+0000\n"
"PO-Revision-Date: 2014-05-17 15:23+0100\n"

View File

@ -6,9 +6,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.4\n"
"Project-Id-Version: PostgreSQL 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2014-05-17 15:50-0300\n"
"POT-Creation-Date: 2015-09-17 22:32-0300\n"
"PO-Revision-Date: 2009-02-09 12:59-0200\n"
"Last-Translator: Euler Taveira de Oliveira <euler@timbira.com>\n"
"Language-Team: Brazilian Portuguese <pgbr-dev@listas.postgresql.org.br>\n"
@ -28,27 +28,27 @@ msgstr "variável \"%s\" deve ter um tipo númerico"
msgid "descriptor \"%s\" does not exist"
msgstr "descritor \"%s\" não existe"
#: descriptor.c:161 descriptor.c:210
#: descriptor.c:161 descriptor.c:212
#, c-format
msgid "descriptor header item \"%d\" does not exist"
msgstr "item do cabeçalho do descritor \"%d\" não existe"
#: descriptor.c:182
#: descriptor.c:183
#, c-format
msgid "nullable is always 1"
msgstr "nullable é sempre 1"
#: descriptor.c:185
#: descriptor.c:186
#, c-format
msgid "key_member is always 0"
msgstr "key_member é sempre 0"
#: descriptor.c:277
#: descriptor.c:279
#, c-format
msgid "descriptor item \"%s\" is not implemented"
msgstr "item do descritor \"%s\" não está implementado"
#: descriptor.c:287
#: descriptor.c:289
#, c-format
msgid "descriptor item \"%s\" cannot be set"
msgstr "item do descritor \"%s\" não pode ser definido"
@ -220,107 +220,107 @@ msgstr "%s: nenhum arquivo de entrada foi especificado\n"
msgid "cursor \"%s\" has been declared but not opened"
msgstr "cursor \"%s\" foi declarado mas não foi aberto"
#: ecpg.c:483 preproc.y:125
#: ecpg.c:483 preproc.y:127
#, c-format
msgid "could not remove output file \"%s\"\n"
msgstr "não pôde remover arquivo de saída \"%s\"\n"
#: pgc.l:421
#: pgc.l:428
#, c-format
msgid "unterminated /* comment"
msgstr "comentário /* não foi terminado"
#: pgc.l:434
#: pgc.l:441
#, c-format
msgid "invalid bit string literal"
msgstr "cadeia de bits inválida"
#: pgc.l:443
#: pgc.l:450
#, c-format
msgid "unterminated bit string literal"
msgstr "cadeia de bits não foi terminada"
#: pgc.l:459
#: pgc.l:466
#, c-format
msgid "unterminated hexadecimal string literal"
msgstr "cadeia de caracteres hexadecimal não foi terminada"
#: pgc.l:537
#: pgc.l:544
#, c-format
msgid "unterminated quoted string"
msgstr "cadeia de caracteres entre aspas não foi terminada"
#: pgc.l:592 pgc.l:605
#: pgc.l:601 pgc.l:614
#, c-format
msgid "zero-length delimited identifier"
msgstr "identificador delimitado tem tamanho zero"
#: pgc.l:613
#: pgc.l:622
#, c-format
msgid "unterminated quoted identifier"
msgstr "identificador entre aspas não foi terminado"
#: pgc.l:867
#: pgc.l:877
#, c-format
msgid "nested /* ... */ comments"
msgstr "comentários /* ... */ aninhados"
#: pgc.l:960
#: pgc.l:970
#, c-format
msgid "missing identifier in EXEC SQL UNDEF command"
msgstr "faltando identificador no comando EXEC SQL UNDEF"
#: pgc.l:1006 pgc.l:1020
#: pgc.l:1016 pgc.l:1030
#, c-format
msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
msgstr "faltando correspondente \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\""
#: pgc.l:1009 pgc.l:1022 pgc.l:1198
#: pgc.l:1019 pgc.l:1032 pgc.l:1208
#, c-format
msgid "missing \"EXEC SQL ENDIF;\""
msgstr "faltando \"EXEC SQL ENDIF;\""
#: pgc.l:1038 pgc.l:1057
#: pgc.l:1048 pgc.l:1067
#, c-format
msgid "more than one EXEC SQL ELSE"
msgstr "mais de um EXEC SQL ELSE"
#: pgc.l:1079 pgc.l:1093
#: pgc.l:1089 pgc.l:1103
#, c-format
msgid "unmatched EXEC SQL ENDIF"
msgstr "EXEC SQL ENDIF não tem correspondente"
#: pgc.l:1113
#: pgc.l:1123
#, c-format
msgid "too many nested EXEC SQL IFDEF conditions"
msgstr "muitas condições EXEC SQL IFDEF aninhadas"
#: pgc.l:1146
#: pgc.l:1156
#, c-format
msgid "missing identifier in EXEC SQL IFDEF command"
msgstr "faltando identificador no comando EXEC SQL IFDEF"
#: pgc.l:1155
#: pgc.l:1165
#, c-format
msgid "missing identifier in EXEC SQL DEFINE command"
msgstr "faltando identificador no comando EXEC SQL IFDEF"
#: pgc.l:1188
#: pgc.l:1198
#, c-format
msgid "syntax error in EXEC SQL INCLUDE command"
msgstr "erro de sintaxe no comando EXEC SQL INCLUDE"
#: pgc.l:1237
#: pgc.l:1247
#, c-format
msgid "internal error: unreachable state; please report this to <pgsql-bugs@postgresql.org>"
msgstr "erro interno: estado inacessível; por favor relato isso a <psql-bugs@postgresql.org>"
msgstr "erro interno: estado inacessível; por favor relato isso a <pgsql-bugs@postgresql.org>"
#: pgc.l:1362
#: pgc.l:1371
#, c-format
msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n"
msgstr "Erro: caminho de inclusão \"%s/%s\" é muito longo na linha %d, ignorando\n"
#: pgc.l:1385
#: pgc.l:1394
#, c-format
msgid "could not open include file \"%s\" on line %d"
msgstr "não pôde abrir arquivo de inclusão \"%s\" na linha %d"
@ -329,210 +329,210 @@ msgstr "não pôde abrir arquivo de inclusão \"%s\" na linha %d"
msgid "syntax error"
msgstr "erro de sintaxe"
#: preproc.y:79
#: preproc.y:81
#, c-format
msgid "WARNING: "
msgstr "AVISO: "
#: preproc.y:82
#: preproc.y:84
#, c-format
msgid "ERROR: "
msgstr "ERRO: "
#: preproc.y:506
#: preproc.y:508
#, c-format
msgid "cursor \"%s\" does not exist"
msgstr "cursor \"%s\" não existe"
#: preproc.y:535
#: preproc.y:537
#, c-format
msgid "initializer not allowed in type definition"
msgstr "inicializador não é permitido na definição do tipo"
#: preproc.y:537
#: preproc.y:539
#, c-format
msgid "type name \"string\" is reserved in Informix mode"
msgstr "nome de tipo \"string\" é reservado no modo Informix"
#: preproc.y:544 preproc.y:13853
#: preproc.y:546 preproc.y:14495
#, c-format
msgid "type \"%s\" is already defined"
msgstr "tipo \"%s\" já está definido"
#: preproc.y:568 preproc.y:14511 preproc.y:14832 variable.c:618
#: preproc.y:570 preproc.y:15153 preproc.y:15473 variable.c:620
#, c-format
msgid "multidimensional arrays for simple data types are not supported"
msgstr "matrizes multidimensionais para tipo de dados simples não são suportadas"
#: preproc.y:1577
#: preproc.y:1624
#, c-format
msgid "AT option not allowed in CLOSE DATABASE statement"
msgstr "opção AT não é permitida no comando CLOSE DATABASE"
#: preproc.y:1780
#: preproc.y:1837
#, c-format
msgid "AT option not allowed in CONNECT statement"
msgstr "opção AT não é permitida no comando CONNECT"
#: preproc.y:1814
#: preproc.y:1871
#, c-format
msgid "AT option not allowed in DISCONNECT statement"
msgstr "opção AT não é permitida no comando DISCONNECT"
#: preproc.y:1869
#: preproc.y:1926
#, c-format
msgid "AT option not allowed in SET CONNECTION statement"
msgstr "opção AT não é permitida no comando SET CONNECTION"
#: preproc.y:1891
#: preproc.y:1948
#, c-format
msgid "AT option not allowed in TYPE statement"
msgstr "opção AT não é permitida no comando TYPE"
#: preproc.y:1900
#: preproc.y:1957
#, c-format
msgid "AT option not allowed in VAR statement"
msgstr "opção AT não é permitida no comando VAR"
#: preproc.y:1907
#: preproc.y:1964
#, c-format
msgid "AT option not allowed in WHENEVER statement"
msgstr "opção AT não é permitida no comando WHENEVER"
#: preproc.y:2155 preproc.y:2160 preproc.y:2276 preproc.y:3614 preproc.y:4866
#: preproc.y:4875 preproc.y:5159 preproc.y:6562 preproc.y:7683 preproc.y:7688
#: preproc.y:10142 preproc.y:10739
#: preproc.y:2216 preproc.y:2221 preproc.y:2337 preproc.y:3731 preproc.y:5129
#: preproc.y:5138 preproc.y:5422 preproc.y:6854 preproc.y:8036 preproc.y:8041
#: preproc.y:10668 preproc.y:11285
#, c-format
msgid "unsupported feature will be passed to server"
msgstr "funcionalidade não suportada será enviada ao servidor"
#: preproc.y:2518
#: preproc.y:2595
#, c-format
msgid "SHOW ALL is not implemented"
msgstr "SHOW ALL não está implementado"
#: preproc.y:3002
#: preproc.y:3119
#, c-format
msgid "COPY FROM STDIN is not implemented"
msgstr "COPY FROM STDIN não está implementado"
#: preproc.y:8520 preproc.y:13442
#: preproc.y:8927 preproc.y:14084
#, c-format
msgid "using variable \"%s\" in different declare statements is not supported"
msgstr "utilizar variável \"%s\" em comandos de declaração diferentes não é suportado"
#: preproc.y:8522 preproc.y:13444
#: preproc.y:8929 preproc.y:14086
#, c-format
msgid "cursor \"%s\" is already defined"
msgstr "cursor \"%s\" já está definido"
#: preproc.y:8940
#: preproc.y:9359
#, c-format
msgid "no longer supported LIMIT #,# syntax passed to server"
msgstr "sintaxe LIMIT #,# que não é suportada foi enviada ao servidor"
#: preproc.y:9176 preproc.y:9183
#: preproc.y:9667 preproc.y:9674
#, c-format
msgid "subquery in FROM must have an alias"
msgstr "subconsulta no FROM deve ter um aliás"
#: preproc.y:13172
#: preproc.y:13814
#, c-format
msgid "CREATE TABLE AS cannot specify INTO"
msgstr "CREATE TABLE AS não pode especificar INTO"
#: preproc.y:13208
#: preproc.y:13850
#, c-format
msgid "expected \"@\", found \"%s\""
msgstr "esperado \"@\", encontrado \"%s\""
#: preproc.y:13220
#: preproc.y:13862
#, c-format
msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported"
msgstr "somente os protocolos \"tcp\" e \"unix\" e tipo banco de dados \"postgressql\" sãosuportados"
#: preproc.y:13223
#: preproc.y:13865
#, c-format
msgid "expected \"://\", found \"%s\""
msgstr "esperado \"://\", encontrado \"%s\""
#: preproc.y:13228
#: preproc.y:13870
#, c-format
msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\""
msgstr "Soquetes de domínio Unix trabalham somente com \"localhost\" e não com \"%s\""
#: preproc.y:13254
#: preproc.y:13896
#, c-format
msgid "expected \"postgresql\", found \"%s\""
msgstr "esperado \"postgresql\", encontrado \"%s\""
#: preproc.y:13257
#: preproc.y:13899
#, c-format
msgid "invalid connection type: %s"
msgstr "tipo de conexão inválido: %s"
#: preproc.y:13266
#: preproc.y:13908
#, c-format
msgid "expected \"@\" or \"://\", found \"%s\""
msgstr "esperado \"@\" ou \"://\", encontrado \"%s\""
#: preproc.y:13341 preproc.y:13359
#: preproc.y:13983 preproc.y:14001
#, c-format
msgid "invalid data type"
msgstr "tipo de dado inválido"
#: preproc.y:13370 preproc.y:13387
#: preproc.y:14012 preproc.y:14029
#, c-format
msgid "incomplete statement"
msgstr "comando incompleto"
#: preproc.y:13373 preproc.y:13390
#: preproc.y:14015 preproc.y:14032
#, c-format
msgid "unrecognized token \"%s\""
msgstr "informação desconhecida \"%s\""
#: preproc.y:13664
#: preproc.y:14306
#, c-format
msgid "only data types numeric and decimal have precision/scale argument"
msgstr "somente os tipos de dados numeric e decimal possuem argumento de precisão/escala"
#: preproc.y:13676
#: preproc.y:14318
#, c-format
msgid "interval specification not allowed here"
msgstr "especificação de intervalo não é permitida aqui"
#: preproc.y:13828 preproc.y:13880
#: preproc.y:14470 preproc.y:14522
#, c-format
msgid "too many levels in nested structure/union definition"
msgstr "muitos níveis em definição aninhada de estrutura/união"
#: preproc.y:14019
#: preproc.y:14661
#, c-format
msgid "pointers to varchar are not implemented"
msgstr "ponteiros para varchar não estão implentados"
#: preproc.y:14206 preproc.y:14231
#: preproc.y:14848 preproc.y:14873
#, c-format
msgid "using unsupported DESCRIBE statement"
msgstr "utilizando comando DESCRIBE que não é suportado"
#: preproc.y:14478
#: preproc.y:15120
#, c-format
msgid "initializer not allowed in EXEC SQL VAR command"
msgstr "inicilização não é permitido no comando EXEC SQL VAR"
#: preproc.y:14790
#: preproc.y:15431
#, c-format
msgid "arrays of indicators are not allowed on input"
msgstr "matrizes do indicadores não são permitidas na entrada"
#: preproc.y:15011
#: preproc.y:15652
#, c-format
msgid "operator not allowed in variable definition"
msgstr "operador não é permitido na definição da variável"
#. translator: %s is typically the translation of "syntax error"
#: preproc.y:15049
#: preproc.y:15690
#, c-format
msgid "%s at or near \"%s\""
msgstr "%s em ou próximo a \"%s\""
@ -622,34 +622,34 @@ msgstr "variável \"%s\" não é uma matriz"
msgid "variable \"%s\" is not declared"
msgstr "variável \"%s\" não foi declarada"
#: variable.c:492
#: variable.c:494
#, c-format
msgid "indicator variable must have an integer type"
msgstr "variável de indicador deve ter um tipo inteiro"
#: variable.c:504
#: variable.c:506
#, c-format
msgid "unrecognized data type name \"%s\""
msgstr "nome do tipo dados \"%s\" é desconhecido"
#: variable.c:515 variable.c:523 variable.c:540 variable.c:543
#: variable.c:517 variable.c:525 variable.c:542 variable.c:545
#, c-format
msgid "multidimensional arrays are not supported"
msgstr "matrizes multidimensionais não são suportadas"
#: variable.c:532
#: variable.c:534
#, c-format
msgid "multilevel pointers (more than 2 levels) are not supported; found %d level"
msgid_plural "multilevel pointers (more than 2 levels) are not supported; found %d levels"
msgstr[0] "ponteiros com múltiplos níveis (mais do que 2 níveis) não são suportados; %d nível encontrado"
msgstr[1] "ponteiros com múltiplos níveis (mais do que 2 níveis) não são suportados; %d níveis encontrados"
#: variable.c:537
#: variable.c:539
#, c-format
msgid "pointer to pointer is not supported for this data type"
msgstr "ponteiro para ponteiro não é suportado para esse tipo de dado"
#: variable.c:557
#: variable.c:559
#, c-format
msgid "multidimensional arrays for structures are not supported"
msgstr "matrizes multidimensionais para estruturas não são suportadas"