# "initdb" translation to Brazilian Portuguese Language. # Euler Taveira de Oliveira , 2003-2006. # msgid "" msgstr "" "Project-Id-Version: PostgreSQL 8.2\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2006-10-23 23:49-0200\n" "PO-Revision-Date: 2005-10-04 22:36-0300\n" "Last-Translator: Euler Taveira de Oliveira \n" "Language-Team: Brazilian Portuguese \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" #: initdb.c:258 initdb.c:272 #, c-format msgid "%s: out of memory\n" msgstr "%s: sem memória\n" #: initdb.c:381 initdb.c:1526 #, c-format msgid "%s: could not open file \"%s\" for reading: %s\n" msgstr "%s: não pôde abrir arquivo \"%s\" para leitura: %s\n" #: initdb.c:443 initdb.c:1052 initdb.c:1081 #, c-format msgid "%s: could not open file \"%s\" for writing: %s\n" msgstr "%s: não pôde abrir arquivo \"%s\" para escrita: %s\n" #: initdb.c:451 initdb.c:459 initdb.c:1059 initdb.c:1087 #, c-format msgid "%s: could not write file \"%s\": %s\n" msgstr "%s: não pôde escrever arquivo \"%s\": %s\n" #: initdb.c:478 #, c-format msgid "%s: could not execute command \"%s\": %s\n" msgstr "%s: não pôde executar comando \"%s\": %s\n" #: initdb.c:598 #, c-format msgid "%s: removing data directory \"%s\"\n" msgstr "%s: removendo diretório de dados \"%s\"\n" #: initdb.c:601 #, c-format msgid "%s: failed to remove data directory\n" msgstr "%s: falhou ao remover diretório de dados\n" #: initdb.c:607 #, c-format msgid "%s: removing contents of data directory \"%s\"\n" msgstr "%s: removendo conteúdo do diretório de dados \"%s\"\n" #: initdb.c:610 #, c-format msgid "%s: failed to remove contents of data directory\n" msgstr "%s: falhou ao remover conteúdo do diretório de dados\n" #: initdb.c:619 #, c-format msgid "%s: data directory \"%s\" not removed at user's request\n" msgstr "%s: diretório de dados \"%s\" não foi removido a pedido do usuário\n" #: initdb.c:643 #, c-format msgid "" "%s: cannot be run as root\n" "Please log in (using, e.g., \"su\") as the (unprivileged) user that will\n" "own the server process.\n" msgstr "" "%s: não pode ser executado como root\n" "Por favor entre (utilizando, i.e., \"su\") como usuário (sem privilégios) " "que será\n" "o dono do processo do servidor.\n" #: initdb.c:690 #, c-format msgid "%s: \"%s\" is not a valid server encoding name\n" msgstr "%s: \"%s\" não é um nome de codificação do servidor válido\n" #: initdb.c:850 #, c-format msgid "%s: warning: encoding mismatch\n" msgstr "%s: aviso: codificação não corresponde\n" #: initdb.c:852 #, c-format msgid "" "The encoding you selected (%s) and the encoding that the selected\n" "locale uses (%s) are not known to match. This may lead to\n" "misbehavior in various character string processing functions. To fix\n" "this situation, rerun %s and either do not specify an encoding\n" "explicitly, or choose a matching combination.\n" msgstr "" "A codificação que você escolheu (%s) e a codificação que o idioma\n" "selecionado utiliza (%s) não tem correspondência. Isto pode conduzir\n" "a um comportamento inesperado em funções de processamento de cadeia de " "caracteres. Para corrigir\n" "esta situação, execute novamente o %s e não especifique uma codificação\n" "explicitamente ou escolha uma outra combinação.\n" #: initdb.c:993 #, c-format msgid "%s: could not create directory \"%s\": %s\n" msgstr "%s: não pôde criar diretório \"%s\": %s\n" #: initdb.c:1021 #, c-format msgid "" "%s: file \"%s\" does not exist\n" "This means you have a corrupted installation or identified\n" "the wrong directory with the invocation option -L.\n" msgstr "" "%s: arquivo \"%s\" não existe\n" "Isso significa que você tem uma instalação corrompida ou especificou\n" "o diretório errado com a invocação da opção -L.\n" #: initdb.c:1133 #, c-format msgid "selecting default max_connections ... " msgstr "selecionando max_connections padrão ... " #: initdb.c:1164 #, c-format msgid "selecting default shared_buffers/max_fsm_pages ... " msgstr "selecionando shared_buffers/max_fsm_pages padrão ... " #: initdb.c:1209 msgid "creating configuration files ... " msgstr "criando arquivos de configuração ... " #: initdb.c:1371 #, c-format msgid "creating template1 database in %s/base/1 ... " msgstr "criando banco de dados template1 em %s/base/1 ... " #: initdb.c:1387 #, c-format msgid "" "%s: input file \"%s\" does not belong to PostgreSQL %s\n" "Check your installation or specify the correct path using the option -L.\n" msgstr "" "%s: arquivo de entrada \"%s\" não pertence ao PostgreSQL %s\n" "Verifique sua instalação ou especifique o caminho correto utilizando a opção " "-L.\n" #: initdb.c:1465 msgid "initializing pg_authid ... " msgstr "inicializando pg_authid ... " #: initdb.c:1501 msgid "Enter new superuser password: " msgstr "Digite nova senha de super-usuário: " #: initdb.c:1502 msgid "Enter it again: " msgstr "Digite-a novamente: " #: initdb.c:1505 #, c-format msgid "Passwords didn't match.\n" msgstr "Senhas não correspondem.\n" #: initdb.c:1532 #, c-format msgid "%s: could not read password from file \"%s\": %s\n" msgstr "%s: não pôde ler senha do arquivo \"%s\": %s\n" #: initdb.c:1545 #, c-format msgid "setting password ... " msgstr "definindo senha ... " #: initdb.c:1569 #, c-format msgid "%s: The password file was not generated. Please report this problem.\n" msgstr "" "%s: O arquivo de senhas não foi gerado. Por favor relate este problema.\n" #: initdb.c:1638 msgid "initializing dependencies ... " msgstr "inicializando dependências ... " #: initdb.c:1666 msgid "creating system views ... " msgstr "criando visões do sistema ... " #: initdb.c:1702 msgid "loading system objects' descriptions ... " msgstr "carregando descrições de objetos do sistema ... " #: initdb.c:1754 msgid "creating conversions ... " msgstr "criando conversões ... " #: initdb.c:1805 msgid "setting privileges on built-in objects ... " msgstr "definindo privilégios dos objetos embutidos ... " #: initdb.c:1863 msgid "creating information schema ... " msgstr "criando esquema informação ... " #: initdb.c:1919 msgid "vacuuming database template1 ... " msgstr "limpando banco de dados template1 ... " #: initdb.c:1973 msgid "copying template1 to template0 ... " msgstr "copiando template1 para template0 ... " #: initdb.c:2004 msgid "copying template1 to postgres ... " msgstr "copiando template1 para postgres ... " #: initdb.c:2061 #, c-format msgid "caught signal\n" msgstr "sinal foi recebido\n" #: initdb.c:2067 #, c-format msgid "could not write to child process: %s\n" msgstr "não pôde escrever em processo filho: %s\n" #: initdb.c:2075 #, c-format msgid "ok\n" msgstr "ok\n" #: initdb.c:2186 #, c-format msgid "%s: invalid locale name \"%s\"\n" msgstr "%s: nome de idioma inválido \"%s\"\n" #: initdb.c:2337 #, c-format msgid "" "%s initializes a PostgreSQL database cluster.\n" "\n" msgstr "" "%s inicializa um agrupamento de banco de dados PostgreSQL.\n" "\n" #: initdb.c:2338 #, c-format msgid "Usage:\n" msgstr "Uso:\n" #: initdb.c:2339 #, c-format msgid " %s [OPTION]... [DATADIR]\n" msgstr " %s [OPÇÃO]... [DIRDADOS]\n" #: initdb.c:2340 #, c-format msgid "" "\n" "Options:\n" msgstr "" "\n" "Opções:\n" #: initdb.c:2341 #, c-format msgid " [-D, --pgdata=]DATADIR location for this database cluster\n" msgstr "" " [-D, --pgdata=]DIRDADOS local do agrupamento de banco de dados\n" #: initdb.c:2342 #, c-format msgid " -E, --encoding=ENCODING set default encoding for new databases\n" msgstr "" " -E, --encoding=CODIFICAÇÃO ajusta a codificação padrão para novos bancos " "de dados\n" #: initdb.c:2343 #, c-format msgid "" " --locale=LOCALE initialize database cluster with given locale\n" msgstr "" " --locale=LOCALIDADE inicializa o agrupamento de banco de dados " "com o idioma informado\n" #: initdb.c:2344 #, c-format msgid "" " --lc-collate, --lc-ctype, --lc-messages=LOCALE\n" " --lc-monetary, --lc-numeric, --lc-time=LOCALE\n" " initialize database cluster with given locale\n" " in the respective category (default taken from\n" " environment)\n" msgstr "" " --lc-collate, --lc-ctype, --lc-messages=LOCALIDADE\n" " --lc-monetary, --lc-numeric, --lc-time=LOCALIDADE\n" " inicializa o agrupamento de banco de dados " "com o idioma informado\n" " na respectiva categoria (o ambiente é " "assumido\n" " como padrão)\n" #: initdb.c:2349 #, c-format msgid " --no-locale equivalent to --locale=C\n" msgstr " --no-locale equivalente a --locale=C\n" #: initdb.c:2350 #, c-format msgid "" " -A, --auth=METHOD default authentication method for local " "connections\n" msgstr "" " -A, --auth=MÉTODO método de autenticação padrão para conexões " "locais\n" #: initdb.c:2351 #, c-format msgid " -U, --username=NAME database superuser name\n" msgstr "" " -U, --username=NOME nome do super-usuário do banco de dados\n" #: initdb.c:2352 #, c-format msgid "" " -W, --pwprompt prompt for a password for the new superuser\n" msgstr " -W, --pwprompt pergunta senha do novo super-usuário\n" #: initdb.c:2353 #, c-format msgid "" " --pwfile=FILE read password for the new superuser from file\n" msgstr "" " --pwfile=ARQUIVO lê senha do novo super-usuário a partir do " "arquivo\n" #: initdb.c:2354 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help mostra essa ajuda e termina\n" #: initdb.c:2355 #, c-format msgid " -V, --version output version information, then exit\n" msgstr "" " -V, --version mostra informação sobre a versão e termina\n" #: initdb.c:2356 #, c-format msgid "" "\n" "Less commonly used options:\n" msgstr "" "\n" "Opções utilizadas com menos frequência:\n" #: initdb.c:2357 #, c-format msgid " -d, --debug generate lots of debugging output\n" msgstr " -d, --debug mostra saída da depuração\n" #: initdb.c:2358 #, c-format msgid " -s, --show show internal settings\n" msgstr " -s, --show mostra definições internas\n" #: initdb.c:2359 #, c-format msgid " -L DIRECTORY where to find the input files\n" msgstr " -L DIRETÓRIO onde encontrar os arquivos de entrada\n" #: initdb.c:2360 #, c-format msgid " -n, --noclean do not clean up after errors\n" msgstr " -n, --noclean não remove após erros\n" #: initdb.c:2361 #, c-format msgid "" "\n" "If the data directory is not specified, the environment variable PGDATA\n" "is used.\n" msgstr "" "\n" "Se o diretório de dados não for especificado, a variável de ambiente PGDATA\n" "é utilizada.\n" #: initdb.c:2363 #, c-format msgid "" "\n" "Report bugs to .\n" msgstr "" "\n" "Relate erros a .\n" #: initdb.c:2464 #, c-format msgid "Running in debug mode.\n" msgstr "Executando no modo de depuração.\n" #: initdb.c:2468 #, c-format msgid "Running in noclean mode. Mistakes will not be cleaned up.\n" msgstr "Executando no modo sem limpeza. Erros não serão removidos.\n" #: initdb.c:2505 initdb.c:2523 initdb.c:2790 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Tente \"%s --help\" para obter informações adicionais.\n" #: initdb.c:2521 #, c-format msgid "%s: too many command-line arguments (first is \"%s\")\n" msgstr "%s: muitos argumentos de linha de comando (primeiro é \"%s\")\n" #: initdb.c:2529 #, c-format msgid "%s: password prompt and password file may not be specified together\n" msgstr "" "%s: opção para perguntar a senha e um arquivo de senhas não podem ser " "especificados juntos\n" #: initdb.c:2535 msgid "" "\n" "WARNING: enabling \"trust\" authentication for local connections\n" "You can change this by editing pg_hba.conf or using the -A option the\n" "next time you run initdb.\n" msgstr "" "\n" "AVISO: habilitando método de autenticação \"trust\" para conexões locais\n" "Você pode mudá-lo editando o pg_hba.conf ou utilizando a opção -A na\n" "próxima vez que você executar o initdb.\n" #: initdb.c:2558 #, c-format msgid "%s: unrecognized authentication method \"%s\"\n" msgstr "%s: método de autenticação desconhecido \"%s\"\n" #: initdb.c:2568 #, c-format msgid "" "%s: must specify a password for the superuser to enable %s authentication\n" msgstr "" "%s: você precisa especificar uma senha para o super-usuário para habilitar a " "autenticação %s\n" #: initdb.c:2583 #, c-format msgid "" "%s: no data directory specified\n" "You must identify the directory where the data for this database system\n" "will reside. Do this with either the invocation option -D or the\n" "environment variable PGDATA.\n" msgstr "" "%s: nenhum diretório de dados foi especificado\n" "Você deve identificar o diretório onde os dados para esse sistema de banco " "de dados\n" "irá residir. Faça isso com o invocação da opção -D ou a\n" "variável de ambiente PGDATA.\n" #: initdb.c:2659 #, c-format msgid "" "The program \"postgres\" is needed by %s but was not found in the\n" "same directory as \"%s\".\n" "Check your installation.\n" msgstr "" "O programa \"postgres\" é requerido pelo %s mas não foi encontrado no\n" "mesmo diretório que \"%s\".\n" "Verifique sua instalação.\n" #: initdb.c:2666 #, c-format msgid "" "The program \"postgres\" was found by \"%s\"\n" "but was not the same version as %s.\n" "Check your installation.\n" msgstr "" "O programa \"postgres\" foi encontrado pelo \"%s\"\n" "mas não tem a mesma versão que %s.\n" "Verifique sua instalação.\n" #: initdb.c:2685 #, c-format msgid "%s: input file location must be an absolute path\n" msgstr "%s: local do arquivo de entrada deve ser um caminho absoluto\n" #: initdb.c:2693 #, c-format msgid "%s: could not determine valid short version string\n" msgstr "%s: não pôde obter versão curta válida\n" #: initdb.c:2750 #, c-format msgid "" "The files belonging to this database system will be owned by user \"%s\".\n" "This user must also own the server process.\n" "\n" msgstr "" "Os arquivos deste sistema de banco de dados pertencerão ao usuário \"%s\".\n" "Esse usuário deve ser o dono do processo do servidor também.\n" "\n" #: initdb.c:2760 #, c-format msgid "The database cluster will be initialized with locale %s.\n" msgstr "O agrupamento de banco de dados será inicializado com idioma %s.\n" #: initdb.c:2763 #, c-format msgid "" "The database cluster will be initialized with locales\n" " COLLATE: %s\n" " CTYPE: %s\n" " MESSAGES: %s\n" " MONETARY: %s\n" " NUMERIC: %s\n" " TIME: %s\n" msgstr "" "O agrupamento de banco de dados será inicializado com idioma\n" " COLLATE: %s\n" " CTYPE: %s\n" " MESSAGES: %s\n" " MONETARY: %s\n" " NUMERIC: %s\n" " TIME: %s\n" #: initdb.c:2788 #, c-format msgid "%s: could not find suitable encoding for locale \"%s\"\n" msgstr "%s: não pôde encontrar codificação ideal para localidade \"%s\"\n" #: initdb.c:2789 #, c-format msgid "Rerun %s with the -E option.\n" msgstr "Execute novamente %s com a opção -E.\n" #: initdb.c:2796 #, c-format msgid "The default database encoding has accordingly been set to %s.\n" msgstr "A codificação padrão do banco de dados foi definida para %s.\n" #: initdb.c:2836 #, c-format msgid "creating directory %s ... " msgstr "criando diretório %s ... " #: initdb.c:2850 #, c-format msgid "fixing permissions on existing directory %s ... " msgstr "alterando permissões no diretório existente %s ... " #: initdb.c:2856 #, c-format msgid "%s: could not change permissions of directory \"%s\": %s\n" msgstr "%s: não pôde mudar permissões do diretório \"%s\": %s\n" #: initdb.c:2869 #, c-format msgid "" "%s: directory \"%s\" exists but is not empty\n" "If you want to create a new database system, either remove or empty\n" "the directory \"%s\" or run %s\n" "with an argument other than \"%s\".\n" msgstr "" "%s: diretório \"%s\" existe mas não está vazio\n" "Se você quer criar um novo sistema de banco de dados, remova ou esvazie\n" "o diretório \"%s\" ou execute %s\n" "com um argumento ao invés de \"%s\".\n" #: initdb.c:2878 #, c-format msgid "%s: could not access directory \"%s\": %s\n" msgstr "%s: não pôde acessar diretório \"%s\": %s\n" #: initdb.c:2884 #, c-format msgid "creating subdirectories ... " msgstr "criando subdiretórios ... " #: initdb.c:2944 #, c-format msgid "" "\n" "Success. You can now start the database server using:\n" "\n" " %s%s%spostgres%s -D %s%s%s\n" "or\n" " %s%s%spg_ctl%s -D %s%s%s -l logfile start\n" "\n" msgstr "" "\n" "Sucesso. Você pode iniciar o servidor de banco de dados utilizando:\n" "\n" " %s%s%spostgres%s -D %s%s%s\n" "ou\n" " %s%s%spg_ctl%s -D %s%s%s -l logfile start\n" "\n" #: ../../port/dirmod.c:75 ../../port/dirmod.c:88 ../../port/dirmod.c:101 #, c-format msgid "out of memory\n" msgstr "sem memória\n" #: ../../port/dirmod.c:145 #, c-format msgid "could not rename file \"%s\" to \"%s\", continuing to try\n" msgstr "não pôde renomear arquivo \"%s\" para \"%s\", tentando novamente\n" #: ../../port/dirmod.c:155 #, c-format msgid "completed rename of file \"%s\" to \"%s\"\n" msgstr "renomeação de arquivo \"%s\" para \"%s\" concluída\n" #: ../../port/dirmod.c:185 #, c-format msgid "could not remove file \"%s\", continuing to try\n" msgstr "não pôde remover arquivo \"%s\", tentando novamente\n" #: ../../port/dirmod.c:195 #, c-format msgid "completed removal of file \"%s\"\n" msgstr "remoção de arquivo \"%s\" concluída\n" #: ../../port/dirmod.c:293 #, c-format msgid "could not set junction for \"%s\": %s\n" msgstr "não pôde definir junção para \"%s\": %s\n" #: ../../port/dirmod.c:337 #, c-format msgid "could not open directory \"%s\": %s\n" msgstr "não pôde abrir diretório \"%s\": %s\n" #: ../../port/dirmod.c:374 #, c-format msgid "could not read directory \"%s\": %s\n" msgstr "não pôde ler diretório \"%s\": %s\n" #: ../../port/dirmod.c:472 #, c-format msgid "could not remove file or directory \"%s\": %s\n" msgstr "não pôde remover arquivo ou diretório \"%s\": %s\n" #: ../../port/exec.c:191 ../../port/exec.c:305 ../../port/exec.c:348 #, c-format msgid "could not identify current directory: %s" msgstr "não pôde identificar diretório atual: %s" #: ../../port/exec.c:210 #, c-format msgid "invalid binary \"%s\"" msgstr "binário \"%s\" é inválido" #: ../../port/exec.c:259 #, c-format msgid "could not read binary \"%s\"" msgstr "não pôde ler o binário \"%s\"" #: ../../port/exec.c:266 #, c-format msgid "could not find a \"%s\" to execute" msgstr "não pôde encontrar o \"%s\" para executá-lo" #: ../../port/exec.c:321 ../../port/exec.c:357 #, c-format msgid "could not change directory to \"%s\"" msgstr "não pôde mudar diretório para \"%s\"" #: ../../port/exec.c:336 #, c-format msgid "could not read symbolic link \"%s\"" msgstr "não pôde ler link simbólico \"%s\"" #: ../../port/exec.c:582 #, c-format msgid "child process exited with exit code %d" msgstr "processo filho terminou com código de saída %d" #: ../../port/exec.c:585 #, c-format msgid "child process was terminated by signal %d" msgstr "processo filho foi terminado pelo sinal %d" #: ../../port/exec.c:588 #, c-format msgid "child process exited with unrecognized status %d" msgstr "processo filho terminou com status desconhecido %d"