gimp/po-windows-installer/es.po

522 lines
20 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.
# Daniel Mustieles <daniel.mustieles@gmail.com>, 2018.
2024-05-19 09:20:57 +08:00
# Rodrigo Lledó <rodhos92@gmail.com>, 2018-2024
#
msgid ""
msgstr ""
"Project-Id-Version: gimp-windows-installer\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gimp/issues\n"
2024-05-19 09:20:57 +08:00
"POT-Creation-Date: 2024-05-18 23:53+0000\n"
2024-03-17 00:01:18 +08:00
"PO-Revision-Date: 2024-03-16 16:59+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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:1
msgid "License Agreement"
msgstr "Acuerdo de licencia"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:10
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:2
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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:4
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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:6
#, no-c-format
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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:7
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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:8
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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:9
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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:10
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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:11
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 "
2024-05-19 09:20:57 +08:00
"visualización de 32 bits por píxel. Esto suele causar problemas de "
"estabilidad con GIMP, por lo que se recomienda cambiar la profundidad de "
"color a 32BPP antes de continuar."
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:57
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:12
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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:13
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 ""
2024-05-19 09:20:57 +08:00
"GIMP está listo para ser instalado. Pulse el botón «Instalar ahora» para "
"instalar usando la configuración predeterminada o pulse el botón "
"«Personalizar» para 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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:14
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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:15
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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:16
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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:17
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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:18
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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:19
msgid "Description"
msgstr "Descripción"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:89
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:20
msgid "GIMP"
msgstr "GIMP"
2022-07-01 20:23:32 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:93
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:21
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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:22
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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:24
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
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:25
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
#: build/windows/installer/lang/setup.isl.xml.in:117
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:30
msgid "Translations"
msgstr "Traducciones"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:121
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:31
msgid "Python scripting"
2021-05-18 19:33:35 +08:00
msgstr "Secuencias de Python"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:125
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:32
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."
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:129
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:33
2021-05-18 19:33:35 +08:00
msgid "Lua scripting"
msgstr "Secuencias de Lua"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:133
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:34
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."
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:137
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:35
msgid "MyPaint brushes"
msgstr "Pinceles MyPaint"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:141
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:36
msgid "Install the default set of MyPaint brushes"
msgstr "Instalar el conjunto predeterminado de pinceles MyPaint"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:145
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:37
msgid "PostScript support"
msgstr "Soporte para PostScript"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:149
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:38
msgid "Allow GIMP to load PostScript files"
msgstr "Permite a GIMP abrir archivos PostScript"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:153
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:39
msgid "Support for 32-bit plug-ins"
2021-05-18 19:33:35 +08:00
msgstr "Soporte para complementos de 32-bit"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:157
msgid ""
2024-03-17 00:01:18 +08:00
"Include files necessary for using 32-bit plug-ins.%nRequired for TWAIN "
"support."
msgstr ""
2024-03-17 00:01:18 +08:00
"Incluir archivos necesarios para usar complementos de 32 bits.%nNecesarios "
"para soportar TWAIN."
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:162
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:42
msgid "Additional icons:"
msgstr "Iconos adicionales:"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:166
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:43
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"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:170
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:44
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"
2024-05-19 09:20:57 +08:00
msgstr "Crear un icono de inicio &rápido"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:174
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:45
msgid "Remove previous GIMP version"
2021-05-18 19:33:35 +08:00
msgstr "Eliminar la versión anterior de GIMP"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:179
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:47
#, no-c-format
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."
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:183
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:48
msgid "Error extracting temporary data."
msgstr "Error al extraer los archivos temporales."
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:187
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:49
msgid "Error updating Python interpreter info."
msgstr "Error al actualizar la información del intérprete de Python."
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:191
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:50
msgid "Error updating MyPaint brushes info."
msgstr "Error al actualizar la información de los pinceles MyPaint."
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:195
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:52
#, no-c-format
msgid "There was an error updating %1."
msgstr "Ocurrió un problema al actualizar %1."
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:199
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:54
#, no-c-format
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."
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:204
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:55
msgid "Edit with GIMP"
msgstr "Editar con GIMP"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:209
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:56
msgid "Select file associations"
2024-05-19 09:20:57 +08:00
msgstr "Seleccione las asociaciones de archivos"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:213
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:57
msgid "Extensions:"
msgstr "Extensiones:"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:217
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:58
msgid "Select the file types you wish to associate with GIMP"
2024-05-19 09:20:57 +08:00
msgstr "Seleccione los tipos de archivo que quiere asociar con GIMP"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:221
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:59
msgid ""
"This will make selected files open in GIMP when you double-click them in "
"Explorer."
msgstr ""
2024-05-19 09:20:57 +08:00
"Esto hará que los tipos de archivo seleccionados se abran con GIMP al hacer "
"doble clic sobre ellos en el explorador."
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:225
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:60
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"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:229
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:61
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"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:233
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:62
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"
2024-05-19 09:20:57 +08:00
msgstr "Seleccionar los no &utilizados"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:238
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:63
msgid "File types to associate with GIMP:"
msgstr "Tipos de archivo que se asociarán con GIMP:"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:242
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:64
msgid "Removing previous version of GIMP:"
2021-05-18 19:33:35 +08:00
msgstr "Eliminando la versión anterior de GIMP:"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:246
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:66
#, no-c-format
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 ""
2024-05-19 09:20:57 +08:00
"GIMP %1 no se puede instalar sobre la versión de GIMP instalada actualmente "
2024-03-17 00:01:18 +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 "
2024-05-19 09:20:57 +08:00
"versión en %2 o elija «Instalación personalizada» y seleccione otra carpeta "
2024-03-17 00:01:18 +08:00
"de instalación.%n%nEl instalador se cerrará ahora."
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:250
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:68
#, no-c-format
msgid ""
"GIMP %1 cannot be installed over your currently installed GIMP version, and "
2024-03-17 00:01:18 +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 ""
2024-05-19 09:20:57 +08:00
"GIMP %1 no se puede instalar sobre la versión de GIMP instalada actualmente "
2021-05-18 19:33:35 +08:00
"y el instalador no pudo determinar cómo eliminar la versión antigua "
2024-05-19 09:20:57 +08:00
"automáticamente.%n%nDesinstale la versión anterior de GIMP y todos los "
"complementos manualmente antes de instalar esta versión en %2 o elija "
"«Instalación personalizada» y seleccione otra carpeta de instalación.%n%nEl "
2021-05-18 19:33:35 +08:00
"instalador se cerrará ahora."
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:254
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:70
#, no-c-format
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."
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:259
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:72
#, no-c-format
msgid "There was an error restarting the Setup. (%1)"
msgstr "Ocurrió un problema al reiniciar el instalador. (%1)"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:263
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:73
msgid "Cleaning up old files..."
2024-05-19 09:20:57 +08:00
msgstr "Limpiando archivos antiguos…"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:268
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:75
#, no-c-format
msgid "Remember: GIMP is Free Software.%n%nPlease visit"
2024-05-19 09:20:57 +08:00
msgstr "Recuerde: GIMP es software libre.%n%nVisite"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:272
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:76
msgid "for free updates."
msgstr "para obtener actualizaciones gratuitas."
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:276
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:77
msgid "Setting up file associations..."
2024-05-19 09:20:57 +08:00
msgstr "Configurando las asociaciones de archivos…"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:279
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:78
msgid "Setting up environment for GIMP Python extension..."
2024-05-19 09:20:57 +08:00
msgstr "Configurando el entorno para las extensiones de Python en GIMP…"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:282
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:79
msgid "Setting up MyPaint brushes..."
2024-05-19 09:20:57 +08:00
msgstr "Configurando los pinceles MyPaint…"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:285
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:80
msgid "Setting up GIMP environment..."
2024-05-19 09:20:57 +08:00
msgstr "Configurando el entorno de GIMP…"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:288
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:81
msgid "Setting up GIMP configuration for 32-bit plug-in support..."
msgstr ""
2024-05-19 09:20:57 +08:00
"Estableciendo la configuración de GIMP para el soporte de complementos de 32 "
"bit…"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:293
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:82
msgid "Launch GIMP"
msgstr "Iniciar GIMP"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:298
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:83
msgid "Removing add-on"
2024-05-19 09:20:57 +08:00
msgstr "Eliminando complemento"
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:302
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:85
#, no-c-format
msgid "Internal error (%1)."
msgstr "Error interno (%1)."
2024-03-17 00:01:18 +08:00
#: build/windows/installer/lang/setup.isl.xml.in:307
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:86
msgid ""
"GIMP does not appear to be installed in the selected directory. Continue "
"anyway?"
msgstr ""
2024-05-19 09:20:57 +08:00
"Parece que GIMP no está instalado en la carpeta seleccionada. ¿Continuar de "
"todos modos?"
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:27
msgid "Native Windows look for GIMP"
msgstr "Aspecto nativo de Windows para GIMP"
2024-03-17 00:01:18 +08:00
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:28
msgid "Support for old plug-ins"
msgstr "Soporte para complementos antiguos"
2024-03-17 00:01:18 +08:00
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:29
msgid "Install libraries needed by old third-party plug-ins"
msgstr "Instalar bibliotecas requeridas por complementos antiguos de terceros"
2024-03-17 00:01:18 +08:00
2024-05-19 09:20:57 +08:00
#: ../build/windows/installer/lang/setup.isl.in.h:3
msgid "This version of GIMP requires Windows 7, or a newer version of Windows."
msgstr ""
"Esta versión de GIMP requiere Windows 7 o una versión más reciente de "
"Windows."
#: ../build/windows/installer/lang/setup.isl.in.h:23
msgid "Run-time libraries used by GIMP, including GTK+ Run-time Environment"
msgstr ""
"Bibliotecas en tiempo de ejecución usadas por GIMP, incluyendo el entorno en "
"tiempo de ejecución de GTK+"
#: ../build/windows/installer/lang/setup.isl.in.h:26
msgid "MS-Windows engine for GTK+"
msgstr "Motor de MS-Windows para GTK+"
#: ../build/windows/installer/lang/setup.isl.in.h:41
#, no-c-format
msgid ""
"Include files necessary for using 32-bit plug-ins.%nRequired for Python "
"support."
msgstr ""
"Incluir archivos necesarios para usar complementos de 32-bit.%nRequerido "
"para soportar Python."
#~ msgid "MS-Windows engine for GTK"
#~ msgstr "Motor de MS-Windows para GTK"
2024-03-17 00:01:18 +08:00
#~ 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"