1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00
Files
gimp/po-windows-installer/pt.po

406 lines
15 KiB
Plaintext
Raw Permalink Normal View History

2021-10-01 12:53:57 +00:00
# Portuguese translation for gimp-windows-installer.
2022-06-22 11:17:23 +00:00
# Copyright (C) 2022 the gimp authors.
2021-10-01 12:53:57 +00:00
# This file is distributed under the same license as the gimp package.
2024-05-03 21:46:31 +00:00
# Hugo Carvalho <hugokarvalho@hotmail.com>, 2021, 2022, 2023, 2024.
2022-06-22 11:17:23 +00:00
# Sara Campos <lalocas@protonmail.com>, 2021, 2022.
2021-10-01 12:53:57 +00:00
#
msgid ""
msgstr ""
"Project-Id-Version: gimp master\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
2024-05-03 21:46:31 +00:00
"POT-Creation-Date: 2024-05-03 15:45+0000\n"
"PO-Revision-Date: 2024-05-03 22:45+0100\n"
2022-07-07 11:21:21 +00:00
"Last-Translator: Hugo Carvalho <hugokarvalho@hotmail.com>\n"
2021-10-01 12:53:57 +00:00
"Language-Team: Portuguese <pt@li.org>\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
2024-05-03 21:46:31 +00:00
"X-Generator: Poedit 3.4.2\n"
2021-10-01 12:53:57 +00:00
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:7
2021-10-01 12:53:57 +00:00
msgid "License Agreement"
msgstr "Acordo de licenciamento"
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:10
2021-10-01 12:53:57 +00:00
msgid "Setup built by Jernej Simonèiè, jernej-gimp@ena.si"
msgstr "Instalador feito por Jernej Simonèiè, jernej-gimp@ena.si"
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:13
#: build/windows/installer/lang/setup.isl.xml.in:16
2024-05-03 21:46:31 +00:00
msgid ""
"This version of GIMP requires Windows 10, or a newer version of Windows."
2021-10-01 12:53:57 +00:00
msgstr ""
2024-05-03 21:46:31 +00:00
"Esta versão do GIMP requer o Windows 10 ou uma versão mais recente do "
"Windows."
2021-10-01 12:53:57 +00:00
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:23
2021-10-01 12:53:57 +00:00
msgid "Development version"
msgstr "Versão de desenvolvimento"
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:28
2021-10-01 12:53:57 +00:00
msgid ""
"This is a development version of GIMP where some features may not be "
"finished, or it may be unstable.%nThis version of GIMP is not intended for "
"day-to-day work as it may be unstable, and you could lose your work.%nIf you "
"encounter any problems, first verify that they haven't already been fixed in "
"GIT before you contact the developers or report it in GIMP gitlab:%n_https://"
"gitlab.gnome.org/GNOME/gimp/issues%n%nDo you wish to continue with "
"installation anyway?"
msgstr ""
"Esta é uma versão de desenvolvimento do GIMP em que alguns recursos podem "
"não estar concluídos ou pode ser instável.%nEsta versão do GIMP não se "
"destina ao trabalho diário, pois pode ser instável e pode perder o seu "
"trabalho.%nSe encontrar quaisquer problemas, primeiro verifique se eles "
"ainda não foram corrigidos no GIT antes de entrar em contacto com os "
"programadores ou relatar no GIMP gitlab:%n_https://gitlab.gnome.org/GNOME/"
"gimp/issues%n%nMesmo assim quer continuar com a instalação?"
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:31
#: build/windows/installer/lang/setup.isl.xml.in:54
po-windows-installer: fixing broken po files for Windows installers. This is purely fixing by meson rebuilds and some regexp fixes. I didn't touch any semantic. Basically the "&amp;" XML entity should not have made their way to the po files. I fixed our script in the previous commit, and now I just rebuild the po files and clean the entity programmatically so that our Windows installers for GIMP 2.99.12 release have valid text. Here is what I did: (1) I regenerated the pot and po files: $ meson compile gimp30-windows-installer-pot $ meson compile gimp30-windows-installer-update-po (2) I opened all the po files in vim and regexp through them. Get back the proper Report-Msgid-Bugs-To: :bufdo! %s$"Report-Msgid-Bugs-To: \\n"$"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\\n"$ge|update No translations were fuzzy in any po files before this change. I remove all the fuzzy flags, but only if the msgid contains an ampersand, hence leaving appropriate fuzzy strings in (the ones where the source string changed since the last translation): :bufdo! %s/#, fuzzy\n\([^&]*\)&/\1\&/ge|update Then I replaced &amp; in msgstr (msgid was fixed through the automatic regeneration thanks to previous commit, but not the translations) with: :bufdo! %s/&amp;/\&/ge|update (3) Finally I did a manual `git diff` review to verify all is good. In particular, I had to fix a bunch of "E&xit". The string is probably too short so gettext heuristic failed to consider it likely the same as "E&amp;xit".
2022-08-22 20:56:16 +02:00
msgid "&Continue"
msgstr "&Continuar"
2021-10-01 12:53:57 +00:00
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:34
2021-10-01 12:53:57 +00:00
msgid "Exit"
msgstr "Sair"
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:44
2021-10-01 12:53:57 +00:00
msgid ""
"This version of GIMP requires a processor that supports SSE instructions."
msgstr "Esta versão do GIMP requer um processador que suporte instruções SSE."
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:48
2021-10-01 12:53:57 +00:00
msgid "Display settings problem"
msgstr "Problema nas configurações de visualização"
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:51
2021-10-01 12:53:57 +00:00
msgid ""
"Setup has detected that your Windows is not running in 32 bits-per-pixel "
"display mode. This has been known to cause stability problems with GIMP, so "
"it's recommended to change the display colour depth to 32BPP before "
"continuing."
msgstr ""
"A instalação detectou que o Windows não está a ser executado no modo de "
"visualização de 32 bits por pixel. Sabe-se que isto pode causar problemas de "
"estabilidade com o GIMP, por isso é recomendável alterar a profundidade de "
"cor do ecrã para 32 bits por pixel antes de continuar."
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:57
po-windows-installer: fixing broken po files for Windows installers. This is purely fixing by meson rebuilds and some regexp fixes. I didn't touch any semantic. Basically the "&amp;" XML entity should not have made their way to the po files. I fixed our script in the previous commit, and now I just rebuild the po files and clean the entity programmatically so that our Windows installers for GIMP 2.99.12 release have valid text. Here is what I did: (1) I regenerated the pot and po files: $ meson compile gimp30-windows-installer-pot $ meson compile gimp30-windows-installer-update-po (2) I opened all the po files in vim and regexp through them. Get back the proper Report-Msgid-Bugs-To: :bufdo! %s$"Report-Msgid-Bugs-To: \\n"$"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\\n"$ge|update No translations were fuzzy in any po files before this change. I remove all the fuzzy flags, but only if the msgid contains an ampersand, hence leaving appropriate fuzzy strings in (the ones where the source string changed since the last translation): :bufdo! %s/#, fuzzy\n\([^&]*\)&/\1\&/ge|update Then I replaced &amp; in msgstr (msgid was fixed through the automatic regeneration thanks to previous commit, but not the translations) with: :bufdo! %s/&amp;/\&/ge|update (3) Finally I did a manual `git diff` review to verify all is good. In particular, I had to fix a bunch of "E&xit". The string is probably too short so gettext heuristic failed to consider it likely the same as "E&amp;xit".
2022-08-22 20:56:16 +02:00
msgid "E&xit"
msgstr "S&air"
2021-10-01 12:53:57 +00:00
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:61
2021-10-01 12:53:57 +00:00
msgid ""
"GIMP is now ready to be installed. Click the Install now button to install "
"using the default settings, or click the Customize button if you'd like to "
"have more control over what gets installed."
msgstr ""
"O GIMP agora está pronto para ser instalado. Clique no botão “Instalar” "
"agora para instalar usando as definições padrão ou clique no botão "
"“Personalizar” se quiser ter mais controlo sobre o que é instalado."
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:64
po-windows-installer: fixing broken po files for Windows installers. This is purely fixing by meson rebuilds and some regexp fixes. I didn't touch any semantic. Basically the "&amp;" XML entity should not have made their way to the po files. I fixed our script in the previous commit, and now I just rebuild the po files and clean the entity programmatically so that our Windows installers for GIMP 2.99.12 release have valid text. Here is what I did: (1) I regenerated the pot and po files: $ meson compile gimp30-windows-installer-pot $ meson compile gimp30-windows-installer-update-po (2) I opened all the po files in vim and regexp through them. Get back the proper Report-Msgid-Bugs-To: :bufdo! %s$"Report-Msgid-Bugs-To: \\n"$"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\\n"$ge|update No translations were fuzzy in any po files before this change. I remove all the fuzzy flags, but only if the msgid contains an ampersand, hence leaving appropriate fuzzy strings in (the ones where the source string changed since the last translation): :bufdo! %s/#, fuzzy\n\([^&]*\)&/\1\&/ge|update Then I replaced &amp; in msgstr (msgid was fixed through the automatic regeneration thanks to previous commit, but not the translations) with: :bufdo! %s/&amp;/\&/ge|update (3) Finally I did a manual `git diff` review to verify all is good. In particular, I had to fix a bunch of "E&xit". The string is probably too short so gettext heuristic failed to consider it likely the same as "E&amp;xit".
2022-08-22 20:56:16 +02:00
msgid "&Install"
msgstr "&Instalar"
2021-10-01 12:53:57 +00:00
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:67
po-windows-installer: fixing broken po files for Windows installers. This is purely fixing by meson rebuilds and some regexp fixes. I didn't touch any semantic. Basically the "&amp;" XML entity should not have made their way to the po files. I fixed our script in the previous commit, and now I just rebuild the po files and clean the entity programmatically so that our Windows installers for GIMP 2.99.12 release have valid text. Here is what I did: (1) I regenerated the pot and po files: $ meson compile gimp30-windows-installer-pot $ meson compile gimp30-windows-installer-update-po (2) I opened all the po files in vim and regexp through them. Get back the proper Report-Msgid-Bugs-To: :bufdo! %s$"Report-Msgid-Bugs-To: \\n"$"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\\n"$ge|update No translations were fuzzy in any po files before this change. I remove all the fuzzy flags, but only if the msgid contains an ampersand, hence leaving appropriate fuzzy strings in (the ones where the source string changed since the last translation): :bufdo! %s/#, fuzzy\n\([^&]*\)&/\1\&/ge|update Then I replaced &amp; in msgstr (msgid was fixed through the automatic regeneration thanks to previous commit, but not the translations) with: :bufdo! %s/&amp;/\&/ge|update (3) Finally I did a manual `git diff` review to verify all is good. In particular, I had to fix a bunch of "E&xit". The string is probably too short so gettext heuristic failed to consider it likely the same as "E&amp;xit".
2022-08-22 20:56:16 +02:00
msgid "&Customize"
msgstr "&Personalizar"
2021-10-01 12:53:57 +00:00
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:72
2021-10-01 12:53:57 +00:00
msgid "Compact installation"
msgstr "Instalação compacta"
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:76
2021-10-01 12:53:57 +00:00
msgid "Custom installation"
msgstr "Instalação personalizada"
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:80
2021-10-01 12:53:57 +00:00
msgid "Full installation"
msgstr "Instalação total"
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:85
2021-10-01 12:53:57 +00:00
msgid "Description"
msgstr "Descrição"
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:89
2021-10-01 12:53:57 +00:00
msgid "GIMP"
msgstr "GIMP"
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:93
2021-10-01 12:53:57 +00:00
msgid "GIMP and all default plug-ins"
msgstr "GIMP e todos os complementos (plug-ins) predefinidos"
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:97
2021-10-01 12:53:57 +00:00
msgid "Run-time libraries"
msgstr "Bibliotecas de tempo de execução"
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:101
2022-07-08 13:32:41 +00:00
msgid "Run-time libraries used by GIMP, including GTK Run-time Environment"
2021-10-01 12:53:57 +00:00
msgstr ""
2022-07-08 13:32:41 +00:00
"Bibliotecas de tempo de execução usadas pelo GIMP, incluindo GTK Run-time "
2021-10-01 12:53:57 +00:00
"Environment"
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:105
2021-10-01 12:53:57 +00:00
msgid "Debug symbols"
msgstr "Símbolos de depuração"
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:109
2021-10-01 12:53:57 +00:00
msgid "Include information to help with debugging GIMP"
msgstr "Incluir informações para ajudar na depuração do GIMP"
2022-07-07 11:21:21 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:113
#: build/windows/installer/lang/setup.isl.xml.in:117
2021-10-01 12:53:57 +00:00
msgid "Translations"
msgstr "Traduções"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:121
2021-10-01 12:53:57 +00:00
msgid "Python scripting"
msgstr "Scripting Python"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:125
2021-10-01 12:53:57 +00:00
msgid "Allows you to use GIMP plugins written in Python scripting language."
msgstr ""
"Permite usar complementos (plug-ins) do GIMP escritos em linguagem de script "
"Python."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:129
2021-10-01 12:53:57 +00:00
msgid "Lua scripting"
msgstr "Scripting Lua"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:133
2021-10-01 12:53:57 +00:00
msgid "Allows you to use GIMP plugins written in Lua scripting language."
msgstr ""
"Permite usar complementos (plug-ins) do GIMP escritos em linguagem de script "
"Lua."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:137
2021-10-01 12:53:57 +00:00
msgid "MyPaint brushes"
msgstr "Pincéis MyPaint"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:141
2021-10-01 12:53:57 +00:00
msgid "Install the default set of MyPaint brushes"
msgstr "Instalar o conjunto predefinido de pincéis MyPaint"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:145
2021-10-01 12:53:57 +00:00
msgid "PostScript support"
msgstr "Suporte de PostScript"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:149
2021-10-01 12:53:57 +00:00
msgid "Allow GIMP to load PostScript files"
msgstr "Permitir que o GIMP carregue ficheiros PostScript"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:153
2021-10-01 12:53:57 +00:00
msgid "Support for 32-bit plug-ins"
msgstr "Suporte a complementos (plug-ins) de 32 bits"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:157
2021-10-01 12:53:57 +00:00
msgid ""
2024-05-03 21:46:31 +00:00
"Include files necessary for using 32-bit plug-ins.%nRequired for TWAIN "
2021-10-01 12:53:57 +00:00
"support."
msgstr ""
"Inclui os ficheiros necessários para usar complementos (plug-ins) de 32 bits."
2024-05-03 21:46:31 +00:00
"%nNecessários para o suporte TWAIN."
2021-10-01 12:53:57 +00:00
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:162
2021-10-01 12:53:57 +00:00
msgid "Additional icons:"
msgstr "Ícones adicionais:"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:166
po-windows-installer: fixing broken po files for Windows installers. This is purely fixing by meson rebuilds and some regexp fixes. I didn't touch any semantic. Basically the "&amp;" XML entity should not have made their way to the po files. I fixed our script in the previous commit, and now I just rebuild the po files and clean the entity programmatically so that our Windows installers for GIMP 2.99.12 release have valid text. Here is what I did: (1) I regenerated the pot and po files: $ meson compile gimp30-windows-installer-pot $ meson compile gimp30-windows-installer-update-po (2) I opened all the po files in vim and regexp through them. Get back the proper Report-Msgid-Bugs-To: :bufdo! %s$"Report-Msgid-Bugs-To: \\n"$"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\\n"$ge|update No translations were fuzzy in any po files before this change. I remove all the fuzzy flags, but only if the msgid contains an ampersand, hence leaving appropriate fuzzy strings in (the ones where the source string changed since the last translation): :bufdo! %s/#, fuzzy\n\([^&]*\)&/\1\&/ge|update Then I replaced &amp; in msgstr (msgid was fixed through the automatic regeneration thanks to previous commit, but not the translations) with: :bufdo! %s/&amp;/\&/ge|update (3) Finally I did a manual `git diff` review to verify all is good. In particular, I had to fix a bunch of "E&xit". The string is probably too short so gettext heuristic failed to consider it likely the same as "E&amp;xit".
2022-08-22 20:56:16 +02:00
msgid "Create a &desktop icon"
msgstr "Criar um ícone no ambiente &de trabalho"
2021-10-01 12:53:57 +00:00
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:170
po-windows-installer: fixing broken po files for Windows installers. This is purely fixing by meson rebuilds and some regexp fixes. I didn't touch any semantic. Basically the "&amp;" XML entity should not have made their way to the po files. I fixed our script in the previous commit, and now I just rebuild the po files and clean the entity programmatically so that our Windows installers for GIMP 2.99.12 release have valid text. Here is what I did: (1) I regenerated the pot and po files: $ meson compile gimp30-windows-installer-pot $ meson compile gimp30-windows-installer-update-po (2) I opened all the po files in vim and regexp through them. Get back the proper Report-Msgid-Bugs-To: :bufdo! %s$"Report-Msgid-Bugs-To: \\n"$"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\\n"$ge|update No translations were fuzzy in any po files before this change. I remove all the fuzzy flags, but only if the msgid contains an ampersand, hence leaving appropriate fuzzy strings in (the ones where the source string changed since the last translation): :bufdo! %s/#, fuzzy\n\([^&]*\)&/\1\&/ge|update Then I replaced &amp; in msgstr (msgid was fixed through the automatic regeneration thanks to previous commit, but not the translations) with: :bufdo! %s/&amp;/\&/ge|update (3) Finally I did a manual `git diff` review to verify all is good. In particular, I had to fix a bunch of "E&xit". The string is probably too short so gettext heuristic failed to consider it likely the same as "E&amp;xit".
2022-08-22 20:56:16 +02:00
msgid "Create a &Quick Launch icon"
msgstr "Criar um ícone de &Acesso rápido"
2021-10-01 12:53:57 +00:00
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:174
2021-10-01 12:53:57 +00:00
msgid "Remove previous GIMP version"
msgstr "Remover versão anterior do GIMP"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:179
2021-10-01 12:53:57 +00:00
msgid ""
"There was a problem updating GIMP's environment in %1. If you get any errors "
"loading the plug-ins, try uninstalling and re-installing GIMP."
msgstr ""
"Ocorreu um problema ao atualizar o ambiente do GIMP em %1. Se surgir algum "
"erro ao carregar os complementos (plug-ins), tente desinstalar e reinstalar "
"o GIMP."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:183
2021-10-01 12:53:57 +00:00
msgid "Error extracting temporary data."
msgstr "Erro ao extrair os dados temporários."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:187
2021-10-01 12:53:57 +00:00
msgid "Error updating Python interpreter info."
msgstr "Erro ao atualizar as informações do interpretador Python."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:191
2021-10-01 12:53:57 +00:00
msgid "Error updating MyPaint brushes info."
msgstr "Erro ao atualizar as informações dos pincéis MyPaint."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:195
2021-10-01 12:53:57 +00:00
msgid "There was an error updating %1."
msgstr "Surgiu um erro ao atualizar %1."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:199
2021-10-01 12:53:57 +00:00
msgid "There was an error updating GIMP's configuration file %1."
msgstr "Ocorreu um erro ao atualizar o ficheiro de configuração %1 do GIMP."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:204
2021-10-01 12:53:57 +00:00
msgid "Edit with GIMP"
msgstr "Editar com o GIMP"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:209
2021-10-01 12:53:57 +00:00
msgid "Select file associations"
msgstr "Selecionar associação de ficheiros"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:213
2021-10-01 12:53:57 +00:00
msgid "Extensions:"
msgstr "Extensões:"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:217
2021-10-01 12:53:57 +00:00
msgid "Select the file types you wish to associate with GIMP"
msgstr "Selecione os tipos de ficheiros que quer associar ao GIMP"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:221
2021-10-01 12:53:57 +00:00
msgid ""
"This will make selected files open in GIMP when you double-click them in "
"Explorer."
msgstr ""
"Isto fará com que os ficheiros selecionados sejam abertos no GIMP quando "
"clicar duas vezes neles no Explorador de ficheiros do Windows."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:225
po-windows-installer: fixing broken po files for Windows installers. This is purely fixing by meson rebuilds and some regexp fixes. I didn't touch any semantic. Basically the "&amp;" XML entity should not have made their way to the po files. I fixed our script in the previous commit, and now I just rebuild the po files and clean the entity programmatically so that our Windows installers for GIMP 2.99.12 release have valid text. Here is what I did: (1) I regenerated the pot and po files: $ meson compile gimp30-windows-installer-pot $ meson compile gimp30-windows-installer-update-po (2) I opened all the po files in vim and regexp through them. Get back the proper Report-Msgid-Bugs-To: :bufdo! %s$"Report-Msgid-Bugs-To: \\n"$"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\\n"$ge|update No translations were fuzzy in any po files before this change. I remove all the fuzzy flags, but only if the msgid contains an ampersand, hence leaving appropriate fuzzy strings in (the ones where the source string changed since the last translation): :bufdo! %s/#, fuzzy\n\([^&]*\)&/\1\&/ge|update Then I replaced &amp; in msgstr (msgid was fixed through the automatic regeneration thanks to previous commit, but not the translations) with: :bufdo! %s/&amp;/\&/ge|update (3) Finally I did a manual `git diff` review to verify all is good. In particular, I had to fix a bunch of "E&xit". The string is probably too short so gettext heuristic failed to consider it likely the same as "E&amp;xit".
2022-08-22 20:56:16 +02:00
msgid "Select &All"
msgstr "Selecionar &tudo"
2021-10-01 12:53:57 +00:00
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:229
po-windows-installer: fixing broken po files for Windows installers. This is purely fixing by meson rebuilds and some regexp fixes. I didn't touch any semantic. Basically the "&amp;" XML entity should not have made their way to the po files. I fixed our script in the previous commit, and now I just rebuild the po files and clean the entity programmatically so that our Windows installers for GIMP 2.99.12 release have valid text. Here is what I did: (1) I regenerated the pot and po files: $ meson compile gimp30-windows-installer-pot $ meson compile gimp30-windows-installer-update-po (2) I opened all the po files in vim and regexp through them. Get back the proper Report-Msgid-Bugs-To: :bufdo! %s$"Report-Msgid-Bugs-To: \\n"$"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\\n"$ge|update No translations were fuzzy in any po files before this change. I remove all the fuzzy flags, but only if the msgid contains an ampersand, hence leaving appropriate fuzzy strings in (the ones where the source string changed since the last translation): :bufdo! %s/#, fuzzy\n\([^&]*\)&/\1\&/ge|update Then I replaced &amp; in msgstr (msgid was fixed through the automatic regeneration thanks to previous commit, but not the translations) with: :bufdo! %s/&amp;/\&/ge|update (3) Finally I did a manual `git diff` review to verify all is good. In particular, I had to fix a bunch of "E&xit". The string is probably too short so gettext heuristic failed to consider it likely the same as "E&amp;xit".
2022-08-22 20:56:16 +02:00
msgid "Unselect &All"
msgstr "&Desselecionar tudo"
2021-10-01 12:53:57 +00:00
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:233
po-windows-installer: fixing broken po files for Windows installers. This is purely fixing by meson rebuilds and some regexp fixes. I didn't touch any semantic. Basically the "&amp;" XML entity should not have made their way to the po files. I fixed our script in the previous commit, and now I just rebuild the po files and clean the entity programmatically so that our Windows installers for GIMP 2.99.12 release have valid text. Here is what I did: (1) I regenerated the pot and po files: $ meson compile gimp30-windows-installer-pot $ meson compile gimp30-windows-installer-update-po (2) I opened all the po files in vim and regexp through them. Get back the proper Report-Msgid-Bugs-To: :bufdo! %s$"Report-Msgid-Bugs-To: \\n"$"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\\n"$ge|update No translations were fuzzy in any po files before this change. I remove all the fuzzy flags, but only if the msgid contains an ampersand, hence leaving appropriate fuzzy strings in (the ones where the source string changed since the last translation): :bufdo! %s/#, fuzzy\n\([^&]*\)&/\1\&/ge|update Then I replaced &amp; in msgstr (msgid was fixed through the automatic regeneration thanks to previous commit, but not the translations) with: :bufdo! %s/&amp;/\&/ge|update (3) Finally I did a manual `git diff` review to verify all is good. In particular, I had to fix a bunch of "E&xit". The string is probably too short so gettext heuristic failed to consider it likely the same as "E&amp;xit".
2022-08-22 20:56:16 +02:00
msgid "Select &Unused"
msgstr "Selecionar não &utilizados"
2021-10-01 12:53:57 +00:00
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:238
2021-10-01 12:53:57 +00:00
msgid "File types to associate with GIMP:"
msgstr "Tipos de ficheiros a associar ao GIMP:"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:242
2021-10-01 12:53:57 +00:00
msgid "Removing previous version of GIMP:"
msgstr "Remover a versão anterior do GIMP:"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:246
2021-10-01 12:53:57 +00:00
msgid ""
"GIMP %1 cannot be installed over your currently installed GIMP version, and "
"the automatic uninstall of old version has failed.%n%nPlease remove the "
"previous version of GIMP yourself before installing this version in %2, or "
"choose a Custom install, and select a different installation folder.%n%nThe "
"Setup will now exit."
msgstr ""
"O GIMP %1 não pode ser instalado sobre a versão do GIMP existente e a "
"desinstalação automática da versão antiga falhou.%n%nRemova a versão "
"anterior do GIMP antes de instalar esta versão em %2 ou escolha uma "
"instalação personalizada e selecione uma pasta de instalação diferente.%n%nA "
"instalação será encerrada agora."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:250
2021-10-01 12:53:57 +00:00
msgid ""
"GIMP %1 cannot be installed over your currently installed GIMP version, and "
2024-05-03 21:46:31 +00:00
"Setup couldn't determine how to remove the old version automatically."
"%n%nPlease remove the previous version of GIMP and any add-ons yourself "
"before installing this version in %2, or choose a Custom install, and select "
"a different installation folder.%n%nThe Setup will now exit."
2021-10-01 12:53:57 +00:00
msgstr ""
"O GIMP %1 não pode ser instalado sobre a versão do GIMP atualmente instalada "
"e a instalação não conseguiu determinar como remover a versão antiga "
"automaticamente.%n%nRemova a versão anterior do GIMP e quaisquer "
"complementos (plug-ins) antes de instalar esta versão em %2 ou escolha uma "
"instalação personalizada e selecione uma pasta de instalação diferente.%n%nA "
"instalação será encerrada agora."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:254
2021-10-01 12:53:57 +00:00
msgid ""
"Previous GIMP version was removed successfully, but Windows has to be "
"restarted before the Setup can continue.%n%nAfter restarting your computer, "
"Setup will continue next time an administrator logs in."
msgstr ""
"A versão anterior do GIMP foi removida com sucesso, mas o Windows deve ser "
"reiniciado para que a instalação possa continuar.%n%nApós reiniciar o "
"computador, a instalação continuará quando um utilizador fizer a "
"autenticação no Windows com uma conta de administrador."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:259
2021-10-01 12:53:57 +00:00
msgid "There was an error restarting the Setup. (%1)"
msgstr "Surgiu um erro ao reiniciar o instalador. (%1)"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:263
2021-10-01 12:53:57 +00:00
msgid "Cleaning up old files..."
msgstr "A limpar ficheiros antigos..."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:268
2021-10-01 12:53:57 +00:00
msgid "Remember: GIMP is Free Software.%n%nPlease visit"
msgstr "Lembre-se: o GIMP é um programa livre.%n%nPor favor visite"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:272
2021-10-01 12:53:57 +00:00
msgid "for free updates."
msgstr "para obter atualizações gratuitas."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:276
2021-10-01 12:53:57 +00:00
msgid "Setting up file associations..."
msgstr "A configurar as associações de ficheiros..."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:279
2021-10-01 12:53:57 +00:00
msgid "Setting up environment for GIMP Python extension..."
msgstr "A configurar o ambiente para a extensão GIMP Python..."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:282
2021-10-01 12:53:57 +00:00
msgid "Setting up MyPaint brushes..."
msgstr "A configurar os pincéis Mypaint..."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:285
2021-10-01 12:53:57 +00:00
msgid "Setting up GIMP environment..."
msgstr "A configurar o ambiente GIMP..."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:288
2021-10-01 12:53:57 +00:00
msgid "Setting up GIMP configuration for 32-bit plug-in support..."
msgstr ""
"A definir a configuração do GIMP para suporte a complementos de 32 bits..."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:293
2021-10-01 12:53:57 +00:00
msgid "Launch GIMP"
msgstr "Abrir o GIMP"
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:298
2021-10-01 12:53:57 +00:00
msgid "Removing add-on"
2022-06-22 11:17:23 +00:00
msgstr "A remover o complemento (plug-in)"
2021-10-01 12:53:57 +00:00
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:302
2021-10-01 12:53:57 +00:00
msgid "Internal error (%1)."
msgstr "Erro interno (%1)."
2024-05-03 21:46:31 +00:00
#: build/windows/installer/lang/setup.isl.xml.in:307
2021-10-01 12:53:57 +00:00
msgid ""
"GIMP does not appear to be installed in the selected directory. Continue "
"anyway?"
msgstr ""
"O GIMP não parece estar instalado no diretório selecionado. Continuar mesmo "
"assim?"
2024-05-03 21:46:31 +00:00
#~ msgid "MS-Windows engine for GTK"
#~ msgstr "Mecanismo MS-Windows para GTK"
#~ msgid "Native Windows look for GIMP"
#~ msgstr "Aspeto nativo do Windows para o GIMP"
#~ msgid "Support for old plug-ins"
#~ msgstr "Suporte a complementos (plug-ins) antigos"
#~ msgid "Install libraries needed by old third-party plug-ins"
#~ msgstr ""
#~ "Instalar as bibliotecas necessárias para complementos (plug-ins) de "
#~ "terceiros antigos"