gimp/po-windows-installer/es.po

420 lines
16 KiB
Plaintext
Raw Normal View History

# Spanish translation for gimp-windows-installer.
# Copyright (C) 2017 the gimp authors.
# This file is distributed under the same license as the gimp package.
# Rodrigo <rodhos92@gmail.com>, 2018.
# Daniel Mustieles <daniel.mustieles@gmail.com>, 2018.
#
msgid ""
msgstr ""
"Project-Id-Version: gimp-windows-installer\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
2024-02-14 01:45:41 +08:00
"POT-Creation-Date: 2024-02-12 08:55+0000\n"
"PO-Revision-Date: 2024-02-13 18:45+0100\n"
2022-07-13 01:40:11 +08:00
"Last-Translator: Rodrigo Lledó Milanca <rodhos92@gmail.com>\n"
"Language-Team: es <gnome-es-list@gnome.org>\n"
"Language: es\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-02-14 01:45:41 +08:00
"X-Generator: Poedit 3.4.2\n"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:7
msgid "License Agreement"
msgstr "Acuerdo de licencia"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:10
msgid "Setup built by Jernej Simonèiè, jernej-gimp@ena.si"
msgstr "Configuración construida por Jernej Simonèiè, jernej-gimp@ena.si"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:13
#: build/windows/installer/lang/setup.isl.xml.in:16
2024-02-14 01:45:41 +08:00
msgid ""
"This version of GIMP requires Windows 10, or a newer version of Windows."
msgstr ""
2024-02-14 01:45:41 +08:00
"Esta versión de GIMP requiere Windows 10, o una versión más reciente de "
"Windows."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:23
msgid "Development version"
2021-05-18 19:33:35 +08:00
msgstr "Versión de desarrollo"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:28
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 "
2018-08-06 15:28:15 +08:00
"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 es una versión de desarrollo de GIMP y puede que algunas "
"características aun no estén terminadas o que sea inestable.%nEsta versión "
2018-08-06 15:28:15 +08:00
"de GIMP no está pensada para el trabajo diario ya que puede ser inestable y "
"podría perder su trabajo.%nSi encuentra algún problema, primero verifique "
"que no haya sido corregido en GIT antes de ponerse en contacto con los "
2018-08-06 15:28:15 +08:00
"desarrolladores o informar de ello en la página gitlab de GIMP:%n_https://"
"gitlab.gnome.org/GNOME/gimp/issues%n%n¿Quiere continuar con la instalación "
"de todos modos?"
2022-07-01 20:23:32 +08: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-23 02:56:16 +08:00
msgid "&Continue"
msgstr "&Continuar"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:34
msgid "Exit"
2022-07-01 20:23:32 +08:00
msgstr "Salir"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:44
msgid ""
"This version of GIMP requires a processor that supports SSE instructions."
msgstr ""
"Esta versión de GIMP requiere un procesador que soporte instrucciones SSE."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:48
msgid "Display settings problem"
2021-05-18 19:33:35 +08:00
msgstr "Problema con la configuración de su pantalla"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:51
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 ""
2021-05-18 19:33:35 +08:00
"El instalador ha detectado que Windows no se está ejecutando en el modo de "
"pantalla de 32 bits por píxel. Se sabe que esto puede causar problemas de "
"estabilidad en GIMP, por lo que se recomienda que cambie la profundidad de "
"color de su pantalla a 32BPP antes de continuar."
2022-07-01 20:23:32 +08: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-23 02:56:16 +08:00
msgid "E&xit"
msgstr "&Salir"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:61
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 ""
2021-05-18 19:33:35 +08:00
"GIMP está listo para ser instalado. Pulse el botón Instalar para instalar "
"usando la configuración predeterminada, o pulse en el botón Personalizar si "
"quiere tener más control sobre lo que se va a instalar."
2022-07-01 20:23:32 +08: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-23 02:56:16 +08:00
msgid "&Install"
msgstr "&Instalar"
2022-07-01 20:23:32 +08: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-23 02:56:16 +08:00
msgid "&Customize"
msgstr "&Personalizar"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:72
msgid "Compact installation"
2021-05-18 19:33:35 +08:00
msgstr "Instalación compacta"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:76
msgid "Custom installation"
2021-05-18 19:33:35 +08:00
msgstr "Instalación personalizada"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:80
msgid "Full installation"
2021-05-18 19:33:35 +08:00
msgstr "Instalación completa"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:85
msgid "Description"
msgstr "Descripción"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:89
msgid "GIMP"
msgstr "GIMP"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:93
msgid "GIMP and all default plug-ins"
2021-05-18 19:33:35 +08:00
msgstr "GIMP y todos los complementos predeterminados"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:97
msgid "Run-time libraries"
2021-05-18 19:33:35 +08:00
msgstr "Bibliotecas en tiempo de ejecución"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:101
2022-07-13 01:40:11 +08:00
msgid "Run-time libraries used by GIMP, including GTK Run-time Environment"
msgstr ""
2021-05-18 19:33:35 +08:00
"Bibliotecas en tiempo de ejecución usadas por GIMP, incluyendo el entorno en "
2022-07-13 01:40:11 +08:00
"tiempo de ejecución de GTK"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:105
msgid "Debug symbols"
msgstr "Símbolos de depuración"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:109
msgid "Include information to help with debugging GIMP"
2021-05-18 19:33:35 +08:00
msgstr "Incluir información para ayudar a depurar GIMP"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:113
2022-07-13 01:40:11 +08:00
msgid "MS-Windows engine for GTK"
msgstr "Motor de MS-Windows para GTK"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:117
msgid "Native Windows look for GIMP"
msgstr "Aspecto nativo de Windows para GIMP"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:121
msgid "Support for old plug-ins"
2021-05-18 19:33:35 +08:00
msgstr "Soporte para complementos antiguos"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:125
msgid "Install libraries needed by old third-party plug-ins"
2021-05-18 19:33:35 +08:00
msgstr "Instalar bibliotecas requeridas por complementos antiguos de terceros"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:129
#: build/windows/installer/lang/setup.isl.xml.in:133
msgid "Translations"
msgstr "Traducciones"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:137
msgid "Python scripting"
2021-05-18 19:33:35 +08:00
msgstr "Secuencias de Python"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:141
msgid "Allows you to use GIMP plugins written in Python scripting language."
msgstr ""
2021-05-18 19:33:35 +08:00
"Le permite usar complementos de GIMP escritos en el lenguaje interpretado "
"Python."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:145
2021-05-18 19:33:35 +08:00
msgid "Lua scripting"
msgstr "Secuencias de Lua"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:149
2021-05-18 19:33:35 +08:00
msgid "Allows you to use GIMP plugins written in Lua scripting language."
msgstr ""
"Le permite usar complementos de GIMP escritos en el lenguaje interpretado "
"Lua."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:153
msgid "MyPaint brushes"
msgstr "Pinceles MyPaint"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:157
msgid "Install the default set of MyPaint brushes"
msgstr "Instalar el conjunto predeterminado de pinceles MyPaint"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:161
msgid "PostScript support"
msgstr "Soporte para PostScript"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:165
msgid "Allow GIMP to load PostScript files"
msgstr "Permite a GIMP abrir archivos PostScript"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:169
msgid "Support for 32-bit plug-ins"
2021-05-18 19:33:35 +08:00
msgstr "Soporte para complementos de 32-bit"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:173
msgid ""
"Include files necessary for using 32-bit plug-ins.%nRequired for Python "
"support."
msgstr ""
2021-05-18 19:33:35 +08:00
"Incluir archivos necesarios para usar complementos de 32-bit.%nRequerido "
"para soportar Python."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:178
msgid "Additional icons:"
msgstr "Iconos adicionales:"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:182
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-23 02:56:16 +08:00
msgid "Create a &desktop icon"
msgstr "Crear un icono en el &escritorio"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:186
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-23 02:56:16 +08:00
msgid "Create a &Quick Launch icon"
msgstr "Crear un &icono de inicio rápido"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:190
msgid "Remove previous GIMP version"
2021-05-18 19:33:35 +08:00
msgstr "Eliminar la versión anterior de GIMP"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:195
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 ""
2021-05-18 19:33:35 +08:00
"Ocurrió un problema al actualizar el entorno de GIMP en %1. Si encuentra "
"algún error cargando los complementos, intente desinstalar y reinstalar GIMP."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:199
msgid "Error extracting temporary data."
msgstr "Error al extraer los archivos temporales."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:203
msgid "Error updating Python interpreter info."
msgstr "Error al actualizar la información del intérprete de Python."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:207
msgid "Error updating MyPaint brushes info."
msgstr "Error al actualizar la información de los pinceles MyPaint."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:211
msgid "There was an error updating %1."
msgstr "Ocurrió un problema al actualizar %1."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:215
msgid "There was an error updating GIMP's configuration file %1."
msgstr ""
"Ocurrió un problema al actualizar el archivo de configuración de GIMP %1."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:220
msgid "Edit with GIMP"
msgstr "Editar con GIMP"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:225
msgid "Select file associations"
msgstr "Seleccione la asociación de archivos"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:229
msgid "Extensions:"
msgstr "Extensiones:"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:233
msgid "Select the file types you wish to associate with GIMP"
msgstr "Seleccione los tipos de archivo que desea asociar con GIMP"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:237
msgid ""
"This will make selected files open in GIMP when you double-click them in "
"Explorer."
msgstr ""
"Esto hará que los tipos de archivo seleccionados se abran con GIMP cuando "
"haga doble clic sobre ellos en el Explorador."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:241
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-23 02:56:16 +08:00
msgid "Select &All"
msgstr "Seleccionar &todo"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:245
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-23 02:56:16 +08:00
msgid "Unselect &All"
msgstr "Deseleccionar &todo"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:249
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-23 02:56:16 +08:00
msgid "Select &Unused"
msgstr "Seleccionar los &no utilizados"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:254
msgid "File types to associate with GIMP:"
msgstr "Tipos de archivo que se asociarán con GIMP:"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:258
msgid "Removing previous version of GIMP:"
2021-05-18 19:33:35 +08:00
msgstr "Eliminando la versión anterior de GIMP:"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:262
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 ""
2021-05-18 19:33:35 +08:00
"GIMP %1 no se puede instalar sobre la versión de GIMP instalada actualmente, "
2024-02-14 01:45:41 +08:00
"y la desinstalación automática de la versión antigua ha fallado."
"%n%nDesinstale la versión anterior de GIMP manualmente antes de instalar "
"esta versión en %2, o seleccione Instalación Personalizada y elija otra "
"carpeta de instalación.%n%nEl instalador se cerrará ahora."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:266
msgid ""
"GIMP %1 cannot be installed over your currently installed GIMP version, and "
2024-02-14 01:45:41 +08: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."
msgstr ""
2021-05-18 19:33:35 +08:00
"GIMP %1 no se puede instalar sobre la versión de GIMP instalada actualmente, "
"y el instalador no pudo determinar cómo eliminar la versión antigua "
"automáticamente.%n%nDesinstale la versión anterior de GIMP y todos sus "
"complementos manualmente antes de instalar esta versión en %2, o seleccione "
"Instalación Personalizada y elija otra carpeta de instalación.%n%nEl "
"instalador se cerrará ahora."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:270
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 ""
2021-05-18 19:33:35 +08:00
"La versión anterior de GIMP se eliminó correctamente, pero es necesario "
"reiniciar Windows antes de que el instalador pueda continuar.%n%nDespués de "
"reiniciar su equipo, el instalador continuará la próxima vez que un "
"administrador inicie sesión."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:275
msgid "There was an error restarting the Setup. (%1)"
msgstr "Ocurrió un problema al reiniciar el instalador. (%1)"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:279
msgid "Cleaning up old files..."
msgstr "Limpiando archivos antiguos..."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:284
msgid "Remember: GIMP is Free Software.%n%nPlease visit"
msgstr "Recuerde: GIMP es Software Libre.%n%nPor favor visite"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:288
msgid "for free updates."
msgstr "para obtener actualizaciones gratuitas."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:292
msgid "Setting up file associations..."
2021-05-18 19:33:35 +08:00
msgstr "Estableciendo las asociaciones de archivos..."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:295
msgid "Setting up environment for GIMP Python extension..."
2021-05-18 19:33:35 +08:00
msgstr "Estableciendo el entorno para las extensiones de Python en GIMP..."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:298
msgid "Setting up MyPaint brushes..."
msgstr "Estableciendo los pinceles MyPaint..."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:301
msgid "Setting up GIMP environment..."
msgstr "Estableciendo el entorno de GIMP..."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:304
msgid "Setting up GIMP configuration for 32-bit plug-in support..."
msgstr ""
2021-05-18 19:33:35 +08:00
"Estableciendo la configuración de GIMP para el soporte de complementos de 32-"
"bit..."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:309
msgid "Launch GIMP"
msgstr "Iniciar GIMP"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:314
msgid "Removing add-on"
2021-05-18 19:33:35 +08:00
msgstr "Eliminando complementos"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:318
msgid "Internal error (%1)."
msgstr "Error interno (%1)."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:323
msgid ""
"GIMP does not appear to be installed in the selected directory. Continue "
"anyway?"
msgstr ""
2021-05-18 19:33:35 +08:00
"GIMP no parece estar instalado en la carpeta seleccionada. ¿Desea continuar "
"de todos modos?"
#~ msgid ""
#~ "Setup built by Jernej Simonèiè, jernej-gimp@ena.si%n%nImage on opening "
#~ "page of Setup by Alexia_Death%nImage on closing page of Setup by Jakub "
#~ "Steiner"
#~ msgstr ""
#~ "Instalación creada por Jernej Simonèiè, jernej-gimp@ena.si%n%nImagen en "
#~ "la página de inicio de la Instalación por Alexia_Death%nImagen en la "
#~ "página final de la Instalación por Jakub Steiner"