diff options
Diffstat (limited to 'tde-i18n-es')
-rw-r--r-- | tde-i18n-es/docs/tdevelop/kde_app_devel/index.docbook | 2 | ||||
-rw-r--r-- | tde-i18n-es/messages/tdeaccessibility/kmag.po | 152 | ||||
-rw-r--r-- | tde-i18n-es/messages/tdebase/kcminput.po | 231 | ||||
-rw-r--r-- | tde-i18n-es/messages/tdebase/kcontrol.po | 28 | ||||
-rw-r--r-- | tde-i18n-es/messages/tdebase/khotkeys.po | 57 | ||||
-rw-r--r-- | tde-i18n-es/messages/tdebase/ksmserver.po | 36 | ||||
-rw-r--r-- | tde-i18n-es/messages/tdelibs/tdelibs.po | 708 | ||||
-rw-r--r-- | tde-i18n-es/messages/tdepim/kmail.po | 190 | ||||
-rw-r--r-- | tde-i18n-es/messages/tdeutils/superkaramba.po | 8 |
9 files changed, 821 insertions, 591 deletions
diff --git a/tde-i18n-es/docs/tdevelop/kde_app_devel/index.docbook b/tde-i18n-es/docs/tdevelop/kde_app_devel/index.docbook index 91b367ef68f..00bc896324d 100644 --- a/tde-i18n-es/docs/tdevelop/kde_app_devel/index.docbook +++ b/tde-i18n-es/docs/tdevelop/kde_app_devel/index.docbook @@ -686,7 +686,7 @@ return a.exec(); <title>Ayudas emergentes</title> <para>Un modo bastante fácil de proporcionar ayuda son las «ayudas emergentes», que son pequeños mensajes con texto explicativo que aparecen cuando el usuario sitúa el puntero del ratón sobre un widget, y que desaparecen cuando el ratón se mueve a otro lugar. El uso más popular de las ayudas emergentes se realiza en las barras de herramientas, donde el texto de ayuda se debe mantener lo más corto que sea posible debido a que la barra de herramientas se puede configurar para mostrar su contenido de varias formas (mostrando botones, botones con texto a la derecha, botones con texto debajo, o solo texto). El usuario debería poder configurar estas posibilidades, aunque no es estrictamente necesario. El texto se muestra como ayuda emergente y la barra de herramientas suele constar de botones y de otros widgets, como líneas de edición y listas desplegables. Para una referencia más completa, consulte la clase <classname>TDEToolBar</classname> que proporciona la biblioteca «tdeui». </para> <para>Como ejemplo, veamos el botón «Archivo nuevo» de una aplicación genérica: </para> -<para>Aquí, la parte «i18n("Archivo nuevo")» proporciona un mensaje de ayuda emergente. Está encerrado en el interior de una macro «i18n()» (ofrecida por «kapp.h») que permite traducir el texto del mensaje al idioma actualmente seleccionado en el sistema del usuario. </para> +<para>Aquí, la parte «i18n("Archivo nuevo")» proporciona un mensaje de ayuda emergente. Está encerrado en el interior de una macro «i18n()» (ofrecida por «tdeapplication.h») que permite traducir el texto del mensaje al idioma actualmente seleccionado en el sistema del usuario. </para> <para>Las ayudas emergentes también se pueden añadir a cualquier widget personalizado usando la clase <classname>QToolTip</classname> proporcionada por Qt. Un ejemplo de esto sería: </para> </sect1> <sect1 id="c8s3"> diff --git a/tde-i18n-es/messages/tdeaccessibility/kmag.po b/tde-i18n-es/messages/tdeaccessibility/kmag.po index dd0570a33b2..e49bea02d11 100644 --- a/tde-i18n-es/messages/tdeaccessibility/kmag.po +++ b/tde-i18n-es/messages/tdeaccessibility/kmag.po @@ -18,7 +18,7 @@ msgid "" msgstr "" "Project-Id-Version: kmag\n" -"POT-Creation-Date: 2020-05-11 04:09+0200\n" +"POT-Creation-Date: 2024-11-07 18:16+0000\n" "PO-Revision-Date: 2007-08-04 17:39+0200\n" "Last-Translator: santi <santi@kde-es.org>\n" "Language-Team: Español <kde-es@kybs.de>\n" @@ -40,59 +40,59 @@ msgid "" "Your emails" msgstr "ecuadra@eloihr.net,vicente.herrera@hispalinux.es,yo@miguelrevilla.com" -#: kmag.cpp:92 +#: kmag.cpp:87 msgid "&Very Low" msgstr "&Muy bajo" -#: kmag.cpp:92 +#: kmag.cpp:87 msgid "&Low" msgstr "&Bajo" -#: kmag.cpp:92 +#: kmag.cpp:87 msgid "&Medium" msgstr "&Medio" -#: kmag.cpp:92 +#: kmag.cpp:87 msgid "&High" msgstr "&Alto" -#: kmag.cpp:92 +#: kmag.cpp:87 msgid "V&ery High" msgstr "M&uy alto" -#: kmag.cpp:100 +#: kmag.cpp:95 msgid "&No Rotation (0 Degrees)" msgstr "Si&n giro (0 grados)" -#: kmag.cpp:100 +#: kmag.cpp:95 msgid "&Left (90 Degrees)" msgstr "&Izquierda (90 grados)" -#: kmag.cpp:100 +#: kmag.cpp:95 msgid "&Upside Down (180 Degrees)" msgstr "&Al revés (180 grados)" -#: kmag.cpp:100 +#: kmag.cpp:95 msgid "&Right (270 Degrees)" msgstr "De&recha (270 grados)" -#: kmag.cpp:129 +#: kmag.cpp:124 msgid "New &Window" msgstr "Nueva &ventana" -#: kmag.cpp:131 +#: kmag.cpp:126 msgid "Open a new KMagnifier window" msgstr "Abrir una nueva ventana de KMagnifier" -#: kmag.cpp:133 +#: kmag.cpp:128 msgid "&Stop" msgstr "&Detener" -#: kmag.cpp:135 +#: kmag.cpp:130 msgid "Click to stop window refresh" msgstr "Pulsar con el ratón para detener la renovación de la ventana" -#: kmag.cpp:136 +#: kmag.cpp:131 msgid "" "Clicking on this icon will <b>start</b> / <b>stop</b> updating of the " "display. Stopping the update will zero the processing power required (CPU " @@ -102,27 +102,27 @@ msgstr "" "actualización de la pantalla. Si se detiene la actualización, el consumo de " "potencia del procesador será cero" -#: kmag.cpp:140 +#: kmag.cpp:135 msgid "&Save Snapshot As..." msgstr "&Guardar captura como..." -#: kmag.cpp:142 +#: kmag.cpp:137 msgid "Saves the zoomed view to an image file." msgstr "Guarda la vista ampliada en un archivo de imagen." -#: kmag.cpp:143 +#: kmag.cpp:138 msgid "Save image to a file" msgstr "Guardar imagen en un archivo" -#: kmag.cpp:146 +#: kmag.cpp:141 msgid "Click on this button to print the current zoomed view." msgstr "Pulse este botón para imprimir la vista ampliada." -#: kmag.cpp:149 kmag.cpp:150 +#: kmag.cpp:144 kmag.cpp:145 msgid "Quits the application" msgstr "Parar la aplicación" -#: kmag.cpp:153 +#: kmag.cpp:148 msgid "" "Click on this button to copy the current zoomed view to the clipboard which " "you can paste in other applications." @@ -130,66 +130,66 @@ msgstr "" "Pulse este botón para copiar la vista ampliada al portapapeles y así poder " "pegarla en otras aplicaciones." -#: kmag.cpp:154 +#: kmag.cpp:149 msgid "Copy zoomed image to clipboard" msgstr "Copiar la imagen ampliada al portapapeles" -#: kmag.cpp:156 +#: kmag.cpp:151 msgid "Show &Menu" msgstr "Mostrar &Menú" -#: kmag.cpp:159 +#: kmag.cpp:154 msgid "Hide &Menu" msgstr "Ocultar &Menú" -#: kmag.cpp:161 +#: kmag.cpp:156 msgid "Show Main &Toolbar" msgstr "Mos&trar menú principal" -#: kmag.cpp:164 +#: kmag.cpp:159 msgid "Hide Main &Toolbar" msgstr "Ocul&tar menú principal" -#: kmag.cpp:166 +#: kmag.cpp:161 msgid "Show &View Toolbar" msgstr "Mo&strar menú ver" -#: kmag.cpp:169 +#: kmag.cpp:164 msgid "Hide &View Toolbar" msgstr "Ocultar menú &ver" -#: kmag.cpp:171 +#: kmag.cpp:166 msgid "Show &Settings Toolbar" msgstr "Mostrar barra de herramientas de preferencia&s" -#: kmag.cpp:174 +#: kmag.cpp:169 msgid "Hide &Settings Toolbar" msgstr "Ocultar barra de herramientas de preferencia&s" -#: kmag.cpp:177 +#: kmag.cpp:172 msgid "&Follow Mouse Mode" msgstr "&Seguir al ratón" -#: kmag.cpp:179 +#: kmag.cpp:174 msgid "Magnify mouse area into window" msgstr "Ampliar el área del ratón en la ventana" -#: kmag.cpp:180 +#: kmag.cpp:175 msgid "" "In this mode the area around the mouse cursor is shown in a normal window." msgstr "" "En este modo, el área alrededor del cursor del ratón se muestra en una " "ventana normal." -#: kmag.cpp:182 +#: kmag.cpp:177 msgid "S&election Window Mode" msgstr "Modo de se&lección de ventana" -#: kmag.cpp:184 +#: kmag.cpp:179 msgid "Magnify selected area into window" msgstr "Ampliar el área seleccionada en una ventana" -#: kmag.cpp:185 +#: kmag.cpp:180 msgid "" "In this mode a selection window is opened. The selected area is shown in a " "normal window." @@ -197,60 +197,60 @@ msgstr "" "En este modo se abre una ventana de selección. El área seleccionada se " "muestra en una ventana normal." -#: kmag.cpp:187 +#: kmag.cpp:182 msgid "&Top Screen Edge Mode" msgstr "Modo borde superior de la pan&talla" -#: kmag.cpp:189 +#: kmag.cpp:184 msgid "Magnify mouse area to top screen edge" msgstr "Ampliar el área del ratón en el borde superior de la pantalla" -#: kmag.cpp:190 +#: kmag.cpp:185 msgid "" "In this mode the area around the mouse is magnified to the top screen edge." msgstr "" "En este modo, el área alrededor del ratón será ampliada en el borde superior " "de la pantalla." -#: kmag.cpp:192 +#: kmag.cpp:187 msgid "&Left Screen Edge Mode" msgstr "Modo borde i&zquierdo de la pantalla" -#: kmag.cpp:194 +#: kmag.cpp:189 msgid "Magnify mouse area to left screen edge" msgstr "Ampliar el área del ratón en el borde izquierdo de la pantalla" -#: kmag.cpp:195 +#: kmag.cpp:190 msgid "" "In this mode the area around the mouse is magnified to the left screen edge." msgstr "" "En este modo, el área alrededor del ratón será ampliada en el borde " "izquierdo de la pantalla." -#: kmag.cpp:197 +#: kmag.cpp:192 msgid "&Right Screen Edge Mode" msgstr "Modo borde de&recho de la pantalla" -#: kmag.cpp:199 +#: kmag.cpp:194 msgid "Magnify mouse area to right screen edge" msgstr "Ampliar el área del ratón en el borde derecho de la pantalla" -#: kmag.cpp:200 +#: kmag.cpp:195 msgid "" "In this mode the area around the mouse is magnified to the right screen edge." msgstr "" "En este modo, el área alrededor del ratón será ampliada en el borde derecho " "de la pantalla." -#: kmag.cpp:202 +#: kmag.cpp:197 msgid "&Bottom Screen Edge Mode" msgstr "Modo &borde inferior de la pantalla" -#: kmag.cpp:204 +#: kmag.cpp:199 msgid "Magnify mouse area to bottom screen edge" msgstr "Ampliar el área del ratón en el borde inferior de la pantalla" -#: kmag.cpp:205 +#: kmag.cpp:200 msgid "" "In this mode the area around the mouse is magnified to the bottom screen " "edge." @@ -258,55 +258,55 @@ msgstr "" "En este modo, el área alrededor del ratón será ampliada en el borde inferior " "de la pantalla." -#: kmag.cpp:207 +#: kmag.cpp:202 msgid "Hide Mouse &Cursor" msgstr "Ocultar el &cursor del ratón" -#: kmag.cpp:210 +#: kmag.cpp:205 msgid "Show Mouse &Cursor" msgstr "Mostrar el &cursor del ratón" -#: kmag.cpp:212 +#: kmag.cpp:207 msgid "Hide the mouse cursor" msgstr "Ocultar el cursor del ratón" -#: kmag.cpp:215 +#: kmag.cpp:210 msgid "Click on this button to <b>zoom-in</b> on the selected region." msgstr "Pulse este botón para <b>ampliar</b> el área seleccionada." -#: kmag.cpp:219 +#: kmag.cpp:214 msgid "Select the zoom factor." msgstr "Seleccione el factor de aumento." -#: kmag.cpp:220 +#: kmag.cpp:215 msgid "Zoom factor" msgstr "Factor de aumento" -#: kmag.cpp:223 +#: kmag.cpp:218 msgid "Click on this button to <b>zoom-out</b> on the selected region." msgstr "Pulse este botón para <b>reducir</b> el área seleccionada." -#: kmag.cpp:225 +#: kmag.cpp:220 msgid "&Invert Colors" msgstr "&Invertir colores" -#: kmag.cpp:228 +#: kmag.cpp:223 msgid "&Rotation" msgstr "Gi&ro" -#: kmag.cpp:230 +#: kmag.cpp:225 msgid "Select the rotation degree." msgstr "Seleccione el grado de giro." -#: kmag.cpp:231 +#: kmag.cpp:226 msgid "Rotation degree" msgstr "Grado de giro" -#: kmag.cpp:239 +#: kmag.cpp:234 msgid "Re&fresh" msgstr "Actuali&zación" -#: kmag.cpp:241 +#: kmag.cpp:236 msgid "" "Select the refresh rate. The higher the rate, the more computing power (CPU) " "will be needed." @@ -314,15 +314,15 @@ msgstr "" "Seleccione la tasa de renovación. Cuanto más alto sea el valor, más potencia " "de procesador será necesaria." -#: kmag.cpp:242 +#: kmag.cpp:237 msgid "Refresh rate" msgstr "Tasa de renovación" -#: kmag.cpp:560 +#: kmag.cpp:555 msgid "Save Snapshot As" msgstr "Guardar captura como" -#: kmag.cpp:567 +#: kmag.cpp:562 msgid "" "Unable to save temporary file (before uploading to the network file you " "specified)." @@ -330,15 +330,15 @@ msgstr "" "No se puede guardar el archivo temporal (antes de subirlo al archivo de red " "que usted ha especificado)." -#: kmag.cpp:568 kmag.cpp:572 kmag.cpp:584 +#: kmag.cpp:563 kmag.cpp:567 kmag.cpp:579 msgid "Error Writing File" msgstr "Error al escribir el archivo" -#: kmag.cpp:571 +#: kmag.cpp:566 msgid "Unable to upload file over the network." msgstr "No se puede enviar el archivo a la red." -#: kmag.cpp:574 kmag.cpp:586 +#: kmag.cpp:569 kmag.cpp:581 #, c-format msgid "" "Current zoomed image saved to\n" @@ -347,7 +347,7 @@ msgstr "" "Imagen ampliada actual guardada en\n" "%1" -#: kmag.cpp:583 +#: kmag.cpp:578 msgid "" "Unable to save file. Please check if you have permission to write to the " "directory." @@ -355,35 +355,35 @@ msgstr "" "No se puede guardar el archivo. Compruebe que tiene permisos de escritura en " "la carpeta." -#: kmag.cpp:603 +#: kmag.cpp:598 msgid "Click to stop window update" msgstr "Pulse para detener la actualización de la ventana" -#: kmag.cpp:606 +#: kmag.cpp:601 msgid "Start" msgstr "Iniciar" -#: kmag.cpp:607 +#: kmag.cpp:602 msgid "Click to start window update" msgstr "Pulse para iniciar la actualización de la ventana" -#: kmag.cpp:637 +#: kmag.cpp:632 msgid "Magnify to Screen Edge - Select Size" msgstr "Ampliar al borde de la pantalla - Seleccionar tamaño" -#: kmag.cpp:638 kmag.cpp:654 kmag.cpp:670 kmag.cpp:686 +#: kmag.cpp:633 kmag.cpp:649 kmag.cpp:665 kmag.cpp:681 msgid "Size:" msgstr "Tamaño:" -#: kmag.cpp:653 +#: kmag.cpp:648 msgid "Magnify to Left Screen Edge - Select Size" msgstr "Ampliar al borde izquierdo de la pantalla - Seleccionar tamaño" -#: kmag.cpp:669 +#: kmag.cpp:664 msgid "Magnify to Right Screen Edge - Select Size" msgstr "Ampliar al borde derecho de la pantalla - Seleccionar tamaño" -#: kmag.cpp:685 +#: kmag.cpp:680 msgid "Magnify to Bottom Screen Edge - Select Size" msgstr "Ampliar al borde inferior de la pantalla - Seleccionar tamaño" diff --git a/tde-i18n-es/messages/tdebase/kcminput.po b/tde-i18n-es/messages/tdebase/kcminput.po index 2b507f49fca..f7e4f595e87 100644 --- a/tde-i18n-es/messages/tdebase/kcminput.po +++ b/tde-i18n-es/messages/tdebase/kcminput.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: kcminput\n" -"POT-Creation-Date: 2024-06-10 19:05+0000\n" +"POT-Creation-Date: 2024-09-10 18:11+0000\n" "PO-Revision-Date: 2006-04-16 09:26+0200\n" "Last-Translator: Pablo de Vicente <pablo.devicente@gmail.com>\n" "Language-Team: Spanish <kde-es@kybs.de>\n" @@ -436,6 +436,235 @@ msgstr "" " línea\n" " líneas" +#: tdesyndaemon.cpp:186 tdesyndaemon.cpp:187 +msgid "TDE Synaptics helper daemon" +msgstr "" + +#: tdesyndaemon.cpp:190 tdesyndaemon.cpp:191 +msgid "Author" +msgstr "" + +#: touchpad.cpp:63 +msgid "" +"<qt><h1>Touchpad not found</h1>Please check your system installation.</qt>" +msgstr "" + +#: touchpad.cpp:71 +msgid "" +"<qt><h1>Unsupported driver</h1><p>This module only supports the following " +"drivers:<p>Libinput, Synaptics</qt>" +msgstr "" + +#: touchpad.cpp:77 +msgid "<qt><h1>Unknown error</h1></qt>" +msgstr "" + +#: touchpad.cpp:94 +msgid "Touchpad" +msgstr "" + +#: touchpad.cpp:97 +msgid "(c) 2024 Mavridis Philippe" +msgstr "" + +#: touchpad.cpp:122 +msgid "Enable touchpad" +msgstr "" + +#: touchpad.cpp:124 +msgid "This option determines whether the touchpad is enabled or disabled" +msgstr "" + +#: touchpad.cpp:143 +msgid "Behaviour" +msgstr "" + +#: touchpad.cpp:145 +msgid "Disable touchpad while typing" +msgstr "" + +#: touchpad.cpp:147 +msgid "" +"If this option is checked, the touchpad is disabled while you are typing, so " +"as to prevent accidental cursor movement and clicks." +msgstr "" + +#: touchpad.cpp:152 +msgid "Middle button emulation" +msgstr "" + +#: touchpad.cpp:154 +msgid "" +"If this option is enabled, a simultaneous left and right button click is " +"automatically transformed into a middle button click." +msgstr "" + +#: touchpad.cpp:167 +msgid "Speed" +msgstr "" + +#: touchpad.cpp:169 +#, fuzzy +#| msgid "Acceleration &time:" +msgid "Acceleration:" +msgstr "&Tiempo de aceleración:" + +#: touchpad.cpp:178 +msgid "Slower" +msgstr "" + +#: touchpad.cpp:180 +msgid "Normal" +msgstr "" + +#: touchpad.cpp:182 +msgid "Faster" +msgstr "" + +#: touchpad.cpp:186 +msgid "Use adaptive profile" +msgstr "" + +#: touchpad.cpp:206 +msgid "Tapping" +msgstr "" + +#: touchpad.cpp:208 +msgid "Tap to click" +msgstr "" + +#: touchpad.cpp:210 +msgid "" +"If this option is checked, a tap on the touchpad is interpreted as a button " +"click." +msgstr "" + +#: touchpad.cpp:215 +msgid "Tap-and-drag" +msgstr "" + +#: touchpad.cpp:217 +msgid "" +"Tap-and-drag is a tap which is immediately followed by a finger down and " +"that finger being held down emulates a button press. Moving the finger " +"around can thus drag the selected item on the screen." +msgstr "" + +#: touchpad.cpp:224 +msgid "Tap-and-drag lock" +msgstr "" + +#: touchpad.cpp:226 +msgid "" +"When enabled, lifting a finger while dragging will not immediately stop " +"dragging." +msgstr "" + +#: touchpad.cpp:238 +msgid "Two-finger tap:" +msgstr "" + +#: touchpad.cpp:243 +msgid "Right click (three-finger tap for middle click)" +msgstr "" + +#: touchpad.cpp:247 +msgid "Middle click (three-finger tap for right click)" +msgstr "" + +#: touchpad.cpp:252 +msgid "Scrolling options" +msgstr "" + +#: touchpad.cpp:254 +msgid "Vertical scrolling" +msgstr "" + +#: touchpad.cpp:256 +msgid "" +"This option enables/disables the vertical scrolling gesture on the touchpad. " +"(The actual gesture depends on the selected scroll method.) Unless the used " +"driver is Synaptics, disabling vertical scrolling also disables horizontal " +"scrolling." +msgstr "" + +#: touchpad.cpp:264 +msgid "Horizontal scrolling" +msgstr "" + +#: touchpad.cpp:266 +msgid "" +"This option enables/disables the horizontal scrolling gesture on the " +"touchpad. (The actual gesture depends on the selected scroll method.)" +msgstr "" + +#: touchpad.cpp:272 +#, fuzzy +#| msgid "Re&verse scroll direction" +msgid "Reverse scroll direction" +msgstr "Dirección de desplazamiento in&versa" + +#: touchpad.cpp:274 +msgid "" +"If this option is checked, the scrolling direction is reversed to resemble " +"natural movement of content. This feature is also called natural scrolling." +msgstr "" + +#: touchpad.cpp:281 +msgid "" +"This option allows you to select the scrolling directions to which reversed " +"scrolling will be applied. It is only available if the Synaptics driver is " +"used." +msgstr "" + +#: touchpad.cpp:285 +msgid "Apply to horizontal scrolling" +msgstr "" + +#: touchpad.cpp:286 +msgid "Apply to vertical scrolling" +msgstr "" + +#: touchpad.cpp:309 +msgid "Scrolling method" +msgstr "" + +#: touchpad.cpp:311 +msgid "" +"Here you can select your preferred scrolling method. The two most common " +"options are two-finger scrolling and edge scrolling. Two-finger scrolling " +"entails a movement with two fingers vertically or horizontally upon the " +"surface of the touchpad. Edge scrolling on the other hand tracks movements " +"with one finger along the right or bottom edge of the touchpad." +msgstr "" + +#: touchpad.cpp:320 +msgid "Two-finger" +msgstr "" + +#: touchpad.cpp:321 +msgid "Edge" +msgstr "" + +#: touchpad.cpp:325 +#, fuzzy +#| msgid "Button Order" +msgid "Button" +msgstr "Orden de los botones" + +#: touchpad.cpp:349 +msgid "<qt><b>Warning:</b> The Synaptics driver has been deprecated.</qt>" +msgstr "" + +#: touchpad.cpp:352 +msgid "" +"<qt><p><b>The Synaptics driver is no longer in active development.</" +"b><p>While Libinput is the preferred choice for handling input devices, you " +"might still have valid reasons to use the older Synaptics driver in its " +"place. Please bear in mind that you will probably not receive updates and " +"bug fixes from its upstream.</qt>" +msgstr "" + #: xcursor/themepage.cpp:79 msgid "XFree theme %1 - incomplete for TDE" msgstr "" diff --git a/tde-i18n-es/messages/tdebase/kcontrol.po b/tde-i18n-es/messages/tdebase/kcontrol.po index fd9d1781525..e9ab0d31e6b 100644 --- a/tde-i18n-es/messages/tdebase/kcontrol.po +++ b/tde-i18n-es/messages/tdebase/kcontrol.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: kcontrol\n" -"POT-Creation-Date: 2023-06-20 18:15+0000\n" +"POT-Creation-Date: 2024-09-22 18:11+0000\n" "PO-Revision-Date: 2022-12-01 02:56+0000\n" "Last-Translator: Victor Galvez <cassdee_058@protonmail.com>\n" "Language-Team: Spanish <https://mirror.git.trinitydesktop.org/weblate/" @@ -107,7 +107,7 @@ msgstr "Máquina:" msgid "<big><b>Loading...</b></big>" msgstr "<big><b>Cargando...</b></big>" -#: dockcontainer.cpp:201 toplevel.cpp:371 +#: dockcontainer.cpp:201 toplevel.cpp:381 msgid "" "There are unsaved changes in the active module.\n" "Do you want to apply the changes before running the new module or discard " @@ -117,7 +117,7 @@ msgstr "" "¿Quiere aplicar los cambios antes de ejecutar el módulo nuevo o quiere " "olvidar los cambios?" -#: dockcontainer.cpp:204 toplevel.cpp:374 +#: dockcontainer.cpp:204 toplevel.cpp:384 msgid "" "There are unsaved changes in the active module.\n" "Do you want to apply the changes before exiting the Control Center or " @@ -127,7 +127,7 @@ msgstr "" "¿Quiere aplicar los cambios antes de salir del Centro de Control o quiere " "olvidar los cambios?" -#: dockcontainer.cpp:207 toplevel.cpp:377 +#: dockcontainer.cpp:207 toplevel.cpp:387 msgid "Unsaved Changes" msgstr "Cambios sin guardar" @@ -163,7 +163,9 @@ msgid "The Trinity Control Center" msgstr "Centro de control de TDE" #: main.cpp:106 -msgid "(c) 1998-2004, The Trinity Control Center Developers" +#, fuzzy +#| msgid "(c) 1998-2004, The Trinity Control Center Developers" +msgid "(c) 1998-2024, The Trinity Control Center Developers" msgstr "(c) 1998-2004, Los desarrolladores del centro de control de TDE" #: main.cpp:115 @@ -179,11 +181,11 @@ msgstr "Encargado actual" msgid "<big>Loading...</big>" msgstr "<big>Cargando...</big>" -#: moduletreeview.cpp:65 +#: moduletreeview.cpp:66 msgid "The %1 configuration group. Click to open it." msgstr "Grupo de configuración %1. Pulse para abrirlo." -#: moduletreeview.cpp:67 +#: moduletreeview.cpp:68 msgid "" "This treeview displays all available control modules. Click on one of the " "modules to receive more detailed information." @@ -263,19 +265,23 @@ msgstr "&Grande" msgid "&Huge" msgstr "&Enorme" -#: toplevel.cpp:270 toplevel.cpp:387 toplevel.cpp:442 +#: toplevel.cpp:271 +msgid "Show hidden modules" +msgstr "" + +#: toplevel.cpp:274 toplevel.cpp:397 toplevel.cpp:452 msgid "About Current Module" msgstr "Acerca del módulo actual" -#: toplevel.cpp:276 toplevel.cpp:352 +#: toplevel.cpp:280 toplevel.cpp:362 msgid "&Report Bug..." msgstr "&Reportar error..." -#: toplevel.cpp:354 +#: toplevel.cpp:364 msgid "Report Bug on Module %1..." msgstr "Informe de errores en el módulo %1..." -#: toplevel.cpp:435 +#: toplevel.cpp:445 #, c-format msgid "" "_: Help menu->about <modulename>\n" diff --git a/tde-i18n-es/messages/tdebase/khotkeys.po b/tde-i18n-es/messages/tdebase/khotkeys.po index ba3aab92943..38bb76367db 100644 --- a/tde-i18n-es/messages/tdebase/khotkeys.po +++ b/tde-i18n-es/messages/tdebase/khotkeys.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: khotkeys\n" -"POT-Creation-Date: 2022-08-25 18:21+0000\n" +"POT-Creation-Date: 2024-09-22 18:11+0000\n" "PO-Revision-Date: 2005-12-24 08:29+0100\n" "Last-Translator: Pablo de Vicente <pablo.devicente@gmail.com>\n" "Language-Team: Spanish <kde-es@kybs.de>\n" @@ -35,11 +35,11 @@ msgid "" "Your emails" msgstr "p.devicente@wanadoo.es" -#: app/app.cpp:147 kcontrol/kcmkhotkeys.cpp:89 +#: app/app.cpp:130 kcontrol/kcmkhotkeys.cpp:89 msgid "KHotKeys" msgstr "KHotKeys" -#: app/app.cpp:148 +#: app/app.cpp:131 msgid "KHotKeys daemon" msgstr "Demonio KHotKeys" @@ -250,19 +250,19 @@ msgstr "(c) 1999-2005 Lubos Lunak" msgid "Maintainer" msgstr "Encargado" -#: kcontrol/kcmkhotkeys.cpp:223 +#: kcontrol/kcmkhotkeys.cpp:232 msgid "New Action" msgstr "Nueva acción" -#: kcontrol/kcmkhotkeys.cpp:244 +#: kcontrol/kcmkhotkeys.cpp:253 msgid "New Action Group" msgstr "Nuevo grupo de accion" -#: kcontrol/kcmkhotkeys.cpp:276 +#: kcontrol/kcmkhotkeys.cpp:285 msgid "Select File with Actions to Be Imported" msgstr "Seleccione el archivo con las acciones a importar" -#: kcontrol/kcmkhotkeys.cpp:283 +#: kcontrol/kcmkhotkeys.cpp:292 msgid "" "Import of the specified file failed. Most probably the file is not a valid " "file with actions." @@ -270,75 +270,75 @@ msgstr "" "Falló la importación del archivo especificado. Probablemente el archivo no " "era una archivo válido de acciones." -#: kcontrol/menuedit.cpp:95 shared/settings.cpp:252 +#: kcontrol/menuedit.cpp:95 shared/settings.cpp:246 msgid "These entries were created using Menu Editor." msgstr "Estas entradas se crearon con el editor de menús." -#: kcontrol/menuedit.cpp:236 kcontrol/menuedit.cpp:237 -#: kcontrol/menuedit.cpp:276 +#: kcontrol/menuedit.cpp:254 kcontrol/menuedit.cpp:255 +#: kcontrol/menuedit.cpp:294 msgid "TDE Menu - " msgstr "Menú K - " -#: kcontrol/tab_widget.cpp:417 +#: kcontrol/tab_widget.cpp:415 msgid "Info" msgstr "Info" -#: kcontrol/tab_widget.cpp:418 +#: kcontrol/tab_widget.cpp:416 msgid "General Settings" msgstr "Preferencias generals" -#: kcontrol/tab_widget.cpp:419 +#: kcontrol/tab_widget.cpp:417 msgid "Gestures Settings" msgstr "Preferencias de gestos" -#: kcontrol/tab_widget.cpp:420 kcontrol/tab_widget.cpp:421 +#: kcontrol/tab_widget.cpp:418 kcontrol/tab_widget.cpp:419 msgid "General" msgstr "General" -#: kcontrol/tab_widget.cpp:422 +#: kcontrol/tab_widget.cpp:420 msgid "Triggers" msgstr "Disparadores" -#: kcontrol/tab_widget.cpp:423 +#: kcontrol/tab_widget.cpp:421 msgid "Keyboard Shortcut" msgstr "Acceso rápido de teclado" -#: kcontrol/tab_widget.cpp:424 +#: kcontrol/tab_widget.cpp:422 msgid "Gestures" msgstr "Gestos" -#: kcontrol/tab_widget.cpp:425 kcontrol/ui/actions_listview_widget_ui.ui:30 +#: kcontrol/tab_widget.cpp:423 kcontrol/ui/actions_listview_widget_ui.ui:30 #, no-c-format msgid "Actions" msgstr "Acciones" -#: kcontrol/tab_widget.cpp:426 +#: kcontrol/tab_widget.cpp:424 msgid "Command/URL Settings" msgstr "Preferencias de orden/URL" -#: kcontrol/tab_widget.cpp:427 +#: kcontrol/tab_widget.cpp:425 msgid "Menu Entry Settings" msgstr "Preferencias de entrada de menú" -#: kcontrol/tab_widget.cpp:428 +#: kcontrol/tab_widget.cpp:426 msgid "DCOP Call Settings" msgstr "Preferencias de llamada a DCOP" -#: kcontrol/tab_widget.cpp:429 +#: kcontrol/tab_widget.cpp:427 msgid "Keyboard Input Settings" msgstr "Preferencias de entrada de teclado" -#: kcontrol/tab_widget.cpp:430 kcontrol/ui/keyboard_input_widget_ui.ui:123 +#: kcontrol/tab_widget.cpp:428 kcontrol/ui/keyboard_input_widget_ui.ui:123 #: kcontrol/ui/window_trigger_widget_ui.ui:81 #, no-c-format msgid "Window" msgstr "Ventana" -#: kcontrol/tab_widget.cpp:431 +#: kcontrol/tab_widget.cpp:429 msgid "Conditions" msgstr "Condiciones" -#: kcontrol/tab_widget.cpp:432 +#: kcontrol/tab_widget.cpp:430 msgid "Voices Settings" msgstr "Preferencias de voces" @@ -590,12 +590,7 @@ msgstr "In&tentar" msgid "Run &KDCOP" msgstr "Ejecutar &KDCOP" -#: kcontrol/ui/general_settings_tab_ui.ui:24 -#, no-c-format -msgid "Disable KHotKeys daemon" -msgstr "Desactivar demonio KHotKeys" - -#: kcontrol/ui/general_settings_tab_ui.ui:57 +#: kcontrol/ui/general_settings_tab_ui.ui:49 #, no-c-format msgid "Import New Actions..." msgstr "Importar nuevas acciones..." diff --git a/tde-i18n-es/messages/tdebase/ksmserver.po b/tde-i18n-es/messages/tdebase/ksmserver.po index 05d328d6fef..42e4885732a 100644 --- a/tde-i18n-es/messages/tdebase/ksmserver.po +++ b/tde-i18n-es/messages/tdebase/ksmserver.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: ksmserver\n" -"POT-Creation-Date: 2024-08-01 18:11+0000\n" +"POT-Creation-Date: 2024-10-12 18:14+0000\n" "PO-Revision-Date: 2020-05-11 01:36+0000\n" "Last-Translator: Sergio Ricardo Vicari <sercari@gmail.com>\n" "Language-Team: Spanish <https://mirror.git.trinitydesktop.org/weblate/" @@ -81,78 +81,78 @@ msgstr "Encargado" msgid "Notifying applications of logout request..." msgstr "Notificación de solicitudes de solicitud de cierre de sesión ..." -#: shutdown.cpp:543 shutdown.cpp:574 +#: shutdown.cpp:545 shutdown.cpp:576 msgid "Skip Notification (%1)" msgstr "Omitir notificación (%1)" -#: shutdown.cpp:545 +#: shutdown.cpp:547 msgid "Notifying remaining applications of logout request (%1/%2)..." msgstr "" "Notificar a las aplicaciones restantes de la solicitud de cierre de sesión " "(%1/%2)..." -#: shutdown.cpp:548 +#: shutdown.cpp:550 msgid "Notifying remaining applications of logout request (%1/%2, %3)..." msgstr "" "Notificar a las aplicaciones restantes de la solicitud de cierre de sesión " "(%1/%2, %3)..." -#: shutdown.cpp:555 +#: shutdown.cpp:557 msgid "Ignore and Resume Logout" msgstr "Ignorar y reanudar el cierre de sesión" -#: shutdown.cpp:563 +#: shutdown.cpp:565 msgid "An application is requesting attention, logout paused..." msgstr "Una aplicación solicita atención, se cierra la sesión pausada..." -#: shutdown.cpp:566 +#: shutdown.cpp:568 msgid "%3 is requesting attention, logout paused..." msgstr "%3 solicita atención, cierre la sesión en pausa..." -#: shutdown.cpp:576 +#: shutdown.cpp:578 msgid "Notifying applications of logout request (%1/%2)..." msgstr "" "Notificar a las aplicaciones de la solicitud de cierre de sesión (%1/%2)..." -#: shutdown.cpp:579 +#: shutdown.cpp:581 msgid "Notifying applications of logout request (%1/%2, %3)..." msgstr "" "Notificar a las aplicaciones de la solicitud de cierre de sesión (%1/%2, " "%3)..." -#: shutdown.cpp:669 +#: shutdown.cpp:671 msgid "Logout canceled by '%1'" msgstr "Salida cancelada por '%1'" -#: shutdown.cpp:675 +#: shutdown.cpp:677 msgid "Logout canceled by user" msgstr "Cierre de sesión cancelado por el usuario" -#: shutdown.cpp:734 +#: shutdown.cpp:736 msgid "Forcing interacting application termination" msgstr "Forzar la terminación interactiva de la aplicación" -#: shutdown.cpp:784 +#: shutdown.cpp:786 msgid "Notifying remaining applications of logout request..." msgstr "Notificación de solicitudes de cierre de sesión restantes..." -#: shutdown.cpp:814 +#: shutdown.cpp:816 msgid "Synchronizing remote folders" msgstr "Sincronizar carpetas remotas" -#: shutdown.cpp:820 shutdowndlg.cpp:1245 +#: shutdown.cpp:822 shutdowndlg.cpp:1245 msgid "Saving your settings..." msgstr "Guardando su configuración..." -#: shutdown.cpp:870 shutdown.cpp:944 +#: shutdown.cpp:872 shutdown.cpp:946 msgid "Closing applications (%1/%2)..." msgstr "Cierre de aplicaciones (%1/%2)..." -#: shutdown.cpp:873 shutdown.cpp:947 +#: shutdown.cpp:875 shutdown.cpp:949 msgid "Closing applications (%1/%2, %3)..." msgstr "Cierre de aplicaciones (%1/%2, %3)..." -#: shutdown.cpp:955 +#: shutdown.cpp:957 msgid "Terminating services..." msgstr "Cerrando servicios ..." diff --git a/tde-i18n-es/messages/tdelibs/tdelibs.po b/tde-i18n-es/messages/tdelibs/tdelibs.po index 71aad8c9216..0f9aef07a9b 100644 --- a/tde-i18n-es/messages/tdelibs/tdelibs.po +++ b/tde-i18n-es/messages/tdelibs/tdelibs.po @@ -16,7 +16,7 @@ msgid "" msgstr "" "Project-Id-Version: tdelibs\n" -"POT-Creation-Date: 2024-09-01 18:10+0000\n" +"POT-Creation-Date: 2024-10-22 18:12+0000\n" "PO-Revision-Date: 2022-12-01 02:56+0000\n" "Last-Translator: Victor Galvez <cassdee_058@protonmail.com>\n" "Language-Team: Spanish <https://mirror.git.trinitydesktop.org/weblate/" @@ -216,8 +216,8 @@ msgid "Move" msgstr "Mover" #: ../../dependencies/tqt3/src/widgets/tqlineedit.cpp:2244 -#: ../../dependencies/tqt3/src/widgets/tqtextedit.cpp:5660 -#: ../../dependencies/tqt3/src/widgets/tqtextedit.cpp:5662 common_texts.cpp:47 +#: ../../dependencies/tqt3/src/widgets/tqtextedit.cpp:5659 +#: ../../dependencies/tqt3/src/widgets/tqtextedit.cpp:5661 common_texts.cpp:47 #: tdecore/tdestdaccel.cpp:66 msgid "Select All" msgstr "Seleccionar todo" @@ -293,13 +293,13 @@ msgstr "A&cerca de" msgid "Untitled" msgstr "Sin título" -#: ../../dependencies/tqt3/src/dialogs/ntqmessagebox.h:135 -#: ../../dependencies/tqt3/src/dialogs/ntqmessagebox.h:146 -#: ../../dependencies/tqt3/src/dialogs/qmessagebox.cpp:1617 -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:919 #: ../../dependencies/tqt3/src/dialogs/tqcolordialog.cpp:1391 #: ../../dependencies/tqt3/src/dialogs/tqfontdialog.cpp:287 #: ../../dependencies/tqt3/src/dialogs/tqinputdialog.cpp:151 +#: ../../dependencies/tqt3/src/dialogs/tqmessagebox.cpp:1617 +#: ../../dependencies/tqt3/src/dialogs/tqmessagebox.h:135 +#: ../../dependencies/tqt3/src/dialogs/tqmessagebox.h:146 +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:919 #: ../../dependencies/tqt3/src/dialogs/tqtabdialog.cpp:198 #: ../../dependencies/tqt3/src/dialogs/tqtabdialog.cpp:1072 #: ../../dependencies/tqt3/src/widgets/tqdialogbuttons.cpp:273 @@ -325,12 +325,12 @@ msgstr "Activado" msgid "Off" msgstr "Desactivado" -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:927 #: ../../dependencies/tqt3/src/dialogs/tqcolordialog.cpp:1394 #: ../../dependencies/tqt3/src/dialogs/tqfiledialog.cpp:899 #: ../../dependencies/tqt3/src/dialogs/tqfiledialog.cpp:2566 #: ../../dependencies/tqt3/src/dialogs/tqfontdialog.cpp:296 #: ../../dependencies/tqt3/src/dialogs/tqinputdialog.cpp:153 +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:927 #: ../../dependencies/tqt3/src/dialogs/tqprogressdialog.cpp:254 #: ../../dependencies/tqt3/src/dialogs/tqtabdialog.cpp:851 #: ../../dependencies/tqt3/src/widgets/tqdialogbuttons.cpp:279 @@ -437,7 +437,7 @@ msgid "Copy" msgstr "Copiar" #: ../../dependencies/tqt3/src/widgets/tqlineedit.cpp:2240 -#: ../../dependencies/tqt3/src/widgets/tqtextedit.cpp:5651 common_texts.cpp:91 +#: ../../dependencies/tqt3/src/widgets/tqtextedit.cpp:5650 common_texts.cpp:91 #: tdeui/kstdaction_p.h:55 msgid "&Copy" msgstr "&Copiar" @@ -448,7 +448,7 @@ msgid "Paste" msgstr "Pegar" #: ../../dependencies/tqt3/src/widgets/tqlineedit.cpp:2241 -#: ../../dependencies/tqt3/src/widgets/tqtextedit.cpp:5653 common_texts.cpp:93 +#: ../../dependencies/tqt3/src/widgets/tqtextedit.cpp:5652 common_texts.cpp:93 #: tdeui/kstdaction_p.h:56 tdeui/kstdaction_p.h:57 msgid "&Paste" msgstr "&Pegar" @@ -543,7 +543,7 @@ msgid "S&ave As..." msgstr "&Guardar como..." #: ../../dependencies/tqt3/src/dialogs/tqfontdialog.cpp:296 -#: ../../dependencies/tqt3/src/widgets/qtitlebar.cpp:116 +#: ../../dependencies/tqt3/src/widgets/tqtitlebar.cpp:116 #: ../../dependencies/tqt3/src/workspace/tqworkspace.cpp:1529 #: common_texts.cpp:114 tdecore/tdestdaccel.cpp:55 #: tdemdi/tdemdimainfrm.cpp:1004 tdeui/kdatepicker.cpp:529 @@ -569,7 +569,7 @@ msgstr "&Imprimir..." msgid "Sorry" msgstr "Lo siento" -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1188 +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1188 #: common_texts.cpp:118 tdespell2/ui/configui.ui:34 tdeui/keditcl2.cpp:723 #: tdeui/keditcl2.cpp:862 tdeutils/kfinddialog.cpp:162 #, no-c-format @@ -599,7 +599,7 @@ msgid "&Delete" msgstr "E&liminar" #: ../../dependencies/tqt3/src/widgets/tqlineedit.cpp:2242 -#: ../../dependencies/tqt3/src/widgets/tqtextedit.cpp:5656 common_texts.cpp:124 +#: ../../dependencies/tqt3/src/widgets/tqtextedit.cpp:5655 common_texts.cpp:124 msgid "Clear" msgstr "Borrar" @@ -617,7 +617,7 @@ msgid "Undo" msgstr "Deshacer" #: ../../dependencies/tqt3/src/widgets/tqlineedit.cpp:2236 -#: ../../dependencies/tqt3/src/widgets/tqtextedit.cpp:5644 common_texts.cpp:128 +#: ../../dependencies/tqt3/src/widgets/tqtextedit.cpp:5643 common_texts.cpp:128 #: tdeui/kcommand.cpp:86 tdeui/kcommand.cpp:120 tdeui/kcommand.cpp:208 #: tdeui/kstdaction_p.h:52 msgid "&Undo" @@ -628,7 +628,7 @@ msgid "Redo" msgstr "Rehacer" #: ../../dependencies/tqt3/src/widgets/tqlineedit.cpp:2237 -#: ../../dependencies/tqt3/src/widgets/tqtextedit.cpp:5645 common_texts.cpp:130 +#: ../../dependencies/tqt3/src/widgets/tqtextedit.cpp:5644 common_texts.cpp:130 #: tdeui/kcommand.cpp:94 tdeui/kcommand.cpp:124 tdeui/kcommand.cpp:155 #: tdeui/kcommand.cpp:170 tdeui/kcommand.cpp:253 msgid "&Redo" @@ -643,22 +643,22 @@ msgstr "&Juego" msgid "Information" msgstr "Información" -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1312 +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1312 #: common_texts.cpp:133 msgid "Portrait" msgstr "Vertical" -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1313 +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1313 #: common_texts.cpp:134 msgid "Landscape" msgstr "Horizontal" -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:189 +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:189 #: common_texts.cpp:135 msgid "locally connected" msgstr "conectado localmente" -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1168 +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1168 #: common_texts.cpp:136 msgid "Browse..." msgstr "Examinar..." @@ -1473,7 +1473,7 @@ msgstr "Segundo apellido" msgid "Birthday" msgstr "Cumpleaños" -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1040 +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1040 #: kab/addressbook.cpp:295 tdeui/ktimezonewidget.cpp:47 msgid "Comment" msgstr "Comentario" @@ -4976,7 +4976,7 @@ msgstr "" msgid "Nonvolatile Memory" msgstr "" -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1038 +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1038 #: tdecore/tdehw/tdehardwaredevices.cpp:4234 #, fuzzy msgid "Printer" @@ -7013,12 +7013,12 @@ msgstr "Ventana" msgid "Undock" msgstr "Desbloquear" -#: ../../dependencies/tqt3/src/widgets/qtitlebar.cpp:111 +#: ../../dependencies/tqt3/src/widgets/tqtitlebar.cpp:111 #: tdemdi/tdemdimainfrm.cpp:997 msgid "Maximize" msgstr "Maximizar" -#: ../../dependencies/tqt3/src/widgets/qtitlebar.cpp:105 +#: ../../dependencies/tqt3/src/widgets/tqtitlebar.cpp:105 #: ../../dependencies/tqt3/src/workspace/tqworkspace.cpp:1505 #: tdemdi/tdemdimainfrm.cpp:999 tdeui/ksystemtray.cpp:84 msgid "Minimize" @@ -9209,7 +9209,7 @@ msgid "Re&do" msgstr "Re&hacer" #: ../../dependencies/tqt3/src/widgets/tqlineedit.cpp:2239 -#: ../../dependencies/tqt3/src/widgets/tqtextedit.cpp:5650 +#: ../../dependencies/tqt3/src/widgets/tqtextedit.cpp:5649 #: tdeui/kstdaction_p.h:54 msgid "Cu&t" msgstr "Cor&tar" @@ -10945,312 +10945,6 @@ msgstr "%1 - tipo desconocido\n" msgid "%1 - unknown type of userpath\n" msgstr "%1 - tipo de ruta de usuario desconocido\n" -#: ../../dependencies/tqt3/src/dialogs/qmessagebox.cpp:461 -msgid "" -"_: TQMessageBox\n" -"OK" -msgstr "Aceptar" - -#: ../../dependencies/tqt3/src/dialogs/qmessagebox.cpp:462 -msgid "" -"_: TQMessageBox\n" -"Cancel" -msgstr "Cancelar" - -#: ../../dependencies/tqt3/src/dialogs/qmessagebox.cpp:463 -msgid "" -"_: TQMessageBox\n" -"&Yes" -msgstr "&Si" - -#: ../../dependencies/tqt3/src/dialogs/qmessagebox.cpp:464 -msgid "" -"_: TQMessageBox\n" -"&No" -msgstr "&No" - -#: ../../dependencies/tqt3/src/dialogs/qmessagebox.cpp:465 -msgid "" -"_: TQMessageBox\n" -"&Abort" -msgstr "&Interrumpir" - -#: ../../dependencies/tqt3/src/dialogs/qmessagebox.cpp:466 -msgid "" -"_: TQMessageBox\n" -"&Retry" -msgstr "&Reintentar" - -#: ../../dependencies/tqt3/src/dialogs/qmessagebox.cpp:467 -msgid "" -"_: TQMessageBox\n" -"&Ignore" -msgstr "&Ignorar" - -#: ../../dependencies/tqt3/src/dialogs/qmessagebox.cpp:468 -msgid "" -"_: TQMessageBox\n" -"Yes to &All" -msgstr "&Si a todo" - -#: ../../dependencies/tqt3/src/dialogs/qmessagebox.cpp:469 -msgid "" -"_: TQMessageBox\n" -"N&o to All" -msgstr "&No a todo" - -#: ../../dependencies/tqt3/src/dialogs/qmessagebox.cpp:590 -#, fuzzy -#| msgid "" -#| "<h3>About TQt</h3><p>This program uses TQt version %1.</p><p>TQt is a C++ " -#| "toolkit for multiplatform GUI & application development.</p><p>TQt " -#| "provides single-source portability across MS Windows, Mac " -#| "OS X, Linux, and all major commercial Unix variants.<br>TQt is also " -#| "available for embedded devices.</p><p>TQt is a Trolltech product. See " -#| "<tt>https://trinitydesktop.org/docs/qt3/</tt> for more information.</p>" -msgid "" -"<h3>About TQt</h3><p>This program uses TQt version %1.</p><p>TQt is a C++ " -"toolkit for multiplatform GUI & application development.</p><p>TQt " -"provides single-source portability across MS Windows, Mac OS " -"X, Linux, and all major commercial Unix variants.</p><p>See <tt>https://" -"trinitydesktop.org/docs/qt3/</tt> for more information.</p>" -msgstr "" -"<h3>Acerca de TQt</h3><p>Este programa usa TQt versión %1 <p>TQt es una " -"herramienta multiplataforma para entornos gráficos y de desarrollo en C++ .</" -"p><p>TQt proporciona portabilidad del código fuente a través de MS " -"Windows, Mac OS X, Linux y todas las versiones comerciales " -"importantes de Unix.<br>TQt también está disponible para dispositivos " -"empotrados.</p><p>TQt es un producto de Trolltech. Consulte <tt>http://www." -"trolltech.com/qt/</tt> para más información.</p>" - -#: ../../dependencies/tqt3/src/dialogs/qmessagebox.cpp:1593 -msgid "About TQt" -msgstr "Acerca de TQt" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:214 -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:420 -#, c-format -msgid "Aliases: %1" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:642 -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1104 -#, fuzzy -msgid "unknown" -msgstr "Desconocido" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:810 -#, fuzzy -msgid "Unknown Location" -msgstr "Orientación" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:991 -#, fuzzy -msgid "Printer settings" -msgstr "Preferencias generales" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1000 -#, fuzzy -msgid "Print in color if available" -msgstr "Previsualización no disponible." - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1005 -#, fuzzy -msgid "Print in grayscale" -msgstr "Imprimir imágenes" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1014 -#, fuzzy -msgid "Print destination" -msgstr "Orientación" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1025 -msgid "Print to printer:" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1039 -#, fuzzy -msgid "Host" -msgstr "Servidor:" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1155 -#, fuzzy -msgid "Print to file:" -msgstr "Imprimir imágenes" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1208 -#, fuzzy -msgid "Print all" -msgstr "Imprimir" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1212 -#, fuzzy -msgid "Print selection" -msgstr "Pegar selección" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1217 -#, fuzzy -msgid "Print range" -msgstr "Imprimir imágenes" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1225 -#, fuzzy -msgid "From page:" -msgstr "Página web" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1238 -#, fuzzy -msgid "To page:" -msgstr "Página web" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1252 -#, fuzzy -msgid "Print first page first" -msgstr "Imprimir imágenes" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1258 -#, fuzzy -msgid "Print last page first" -msgstr "Imprimir imágenes" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1270 -msgid "Number of copies:" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1306 -#, fuzzy -msgid "Paper format" -msgstr "Formato de archivo:" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1329 -msgid "A0 (841 x 1189 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1330 -msgid "A1 (594 x 841 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1331 -msgid "A2 (420 x 594 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1332 -msgid "A3 (297 x 420 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1333 -msgid "A4 (210x297 mm, 8.26x11.7 inches)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1334 -msgid "A5 (148 x 210 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1335 -msgid "A6 (105 x 148 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1336 -msgid "A7 (74 x 105 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1337 -msgid "A8 (52 x 74 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1338 -msgid "A9 (37 x 52 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1339 -msgid "B0 (1000 x 1414 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1340 -msgid "B1 (707 x 1000 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1341 -msgid "B2 (500 x 707 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1342 -msgid "B3 (353 x 500 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1343 -msgid "B4 (250 x 353 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1344 -msgid "B5 (176 x 250 mm, 6.93x9.84 inches)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1345 -msgid "B6 (125 x 176 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1346 -msgid "B7 (88 x 125 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1347 -msgid "B8 (62 x 88 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1348 -msgid "B9 (44 x 62 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1349 -msgid "B10 (31 x 44 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1350 -msgid "C5E (163 x 229 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1351 -msgid "DLE (110 x 220 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1352 -msgid "Executive (7.5x10 inches, 191x254 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1353 -msgid "Folio (210 x 330 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1354 -msgid "Ledger (432 x 279 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1355 -msgid "Legal (8.5x14 inches, 216x356 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1356 -msgid "Letter (8.5x11 inches, 216x279 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1357 -msgid "Tabloid (279 x 432 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1358 -msgid "US Common #10 Envelope (105 x 241 mm)" -msgstr "" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1381 -#, fuzzy -msgid "Setup Printer" -msgstr "Imprimir" - -#: ../../dependencies/tqt3/src/dialogs/qprintdialog.cpp:1480 -msgid "PostScript Files (*.ps);;All Files (*)" -msgstr "" - #: ../../dependencies/tqt3/src/dialogs/tqcolordialog.cpp:1095 msgid "Hu&e:" msgstr "" @@ -11563,6 +11257,312 @@ msgstr "Muestra" msgid "Scr&ipt" msgstr "Scr&ipt" +#: ../../dependencies/tqt3/src/dialogs/tqmessagebox.cpp:461 +msgid "" +"_: TQMessageBox\n" +"OK" +msgstr "Aceptar" + +#: ../../dependencies/tqt3/src/dialogs/tqmessagebox.cpp:462 +msgid "" +"_: TQMessageBox\n" +"Cancel" +msgstr "Cancelar" + +#: ../../dependencies/tqt3/src/dialogs/tqmessagebox.cpp:463 +msgid "" +"_: TQMessageBox\n" +"&Yes" +msgstr "&Si" + +#: ../../dependencies/tqt3/src/dialogs/tqmessagebox.cpp:464 +msgid "" +"_: TQMessageBox\n" +"&No" +msgstr "&No" + +#: ../../dependencies/tqt3/src/dialogs/tqmessagebox.cpp:465 +msgid "" +"_: TQMessageBox\n" +"&Abort" +msgstr "&Interrumpir" + +#: ../../dependencies/tqt3/src/dialogs/tqmessagebox.cpp:466 +msgid "" +"_: TQMessageBox\n" +"&Retry" +msgstr "&Reintentar" + +#: ../../dependencies/tqt3/src/dialogs/tqmessagebox.cpp:467 +msgid "" +"_: TQMessageBox\n" +"&Ignore" +msgstr "&Ignorar" + +#: ../../dependencies/tqt3/src/dialogs/tqmessagebox.cpp:468 +msgid "" +"_: TQMessageBox\n" +"Yes to &All" +msgstr "&Si a todo" + +#: ../../dependencies/tqt3/src/dialogs/tqmessagebox.cpp:469 +msgid "" +"_: TQMessageBox\n" +"N&o to All" +msgstr "&No a todo" + +#: ../../dependencies/tqt3/src/dialogs/tqmessagebox.cpp:590 +#, fuzzy +#| msgid "" +#| "<h3>About TQt</h3><p>This program uses TQt version %1.</p><p>TQt is a C++ " +#| "toolkit for multiplatform GUI & application development.</p><p>TQt " +#| "provides single-source portability across MS Windows, Mac " +#| "OS X, Linux, and all major commercial Unix variants.<br>TQt is also " +#| "available for embedded devices.</p><p>TQt is a Trolltech product. See " +#| "<tt>https://trinitydesktop.org/docs/qt3/</tt> for more information.</p>" +msgid "" +"<h3>About TQt</h3><p>This program uses TQt version %1.</p><p>TQt is a C++ " +"toolkit for multiplatform GUI & application development.</p><p>TQt " +"provides single-source portability across MS Windows, Mac OS " +"X, Linux, and all major commercial Unix variants.</p><p>See <tt>https://" +"trinitydesktop.org/docs/qt3/</tt> for more information.</p>" +msgstr "" +"<h3>Acerca de TQt</h3><p>Este programa usa TQt versión %1 <p>TQt es una " +"herramienta multiplataforma para entornos gráficos y de desarrollo en C++ .</" +"p><p>TQt proporciona portabilidad del código fuente a través de MS " +"Windows, Mac OS X, Linux y todas las versiones comerciales " +"importantes de Unix.<br>TQt también está disponible para dispositivos " +"empotrados.</p><p>TQt es un producto de Trolltech. Consulte <tt>http://www." +"trolltech.com/qt/</tt> para más información.</p>" + +#: ../../dependencies/tqt3/src/dialogs/tqmessagebox.cpp:1593 +msgid "About TQt" +msgstr "Acerca de TQt" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:214 +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:420 +#, c-format +msgid "Aliases: %1" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:642 +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1104 +#, fuzzy +msgid "unknown" +msgstr "Desconocido" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:810 +#, fuzzy +msgid "Unknown Location" +msgstr "Orientación" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:991 +#, fuzzy +msgid "Printer settings" +msgstr "Preferencias generales" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1000 +#, fuzzy +msgid "Print in color if available" +msgstr "Previsualización no disponible." + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1005 +#, fuzzy +msgid "Print in grayscale" +msgstr "Imprimir imágenes" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1014 +#, fuzzy +msgid "Print destination" +msgstr "Orientación" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1025 +msgid "Print to printer:" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1039 +#, fuzzy +msgid "Host" +msgstr "Servidor:" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1155 +#, fuzzy +msgid "Print to file:" +msgstr "Imprimir imágenes" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1208 +#, fuzzy +msgid "Print all" +msgstr "Imprimir" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1212 +#, fuzzy +msgid "Print selection" +msgstr "Pegar selección" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1217 +#, fuzzy +msgid "Print range" +msgstr "Imprimir imágenes" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1225 +#, fuzzy +msgid "From page:" +msgstr "Página web" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1238 +#, fuzzy +msgid "To page:" +msgstr "Página web" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1252 +#, fuzzy +msgid "Print first page first" +msgstr "Imprimir imágenes" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1258 +#, fuzzy +msgid "Print last page first" +msgstr "Imprimir imágenes" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1270 +msgid "Number of copies:" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1306 +#, fuzzy +msgid "Paper format" +msgstr "Formato de archivo:" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1329 +msgid "A0 (841 x 1189 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1330 +msgid "A1 (594 x 841 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1331 +msgid "A2 (420 x 594 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1332 +msgid "A3 (297 x 420 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1333 +msgid "A4 (210x297 mm, 8.26x11.7 inches)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1334 +msgid "A5 (148 x 210 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1335 +msgid "A6 (105 x 148 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1336 +msgid "A7 (74 x 105 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1337 +msgid "A8 (52 x 74 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1338 +msgid "A9 (37 x 52 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1339 +msgid "B0 (1000 x 1414 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1340 +msgid "B1 (707 x 1000 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1341 +msgid "B2 (500 x 707 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1342 +msgid "B3 (353 x 500 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1343 +msgid "B4 (250 x 353 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1344 +msgid "B5 (176 x 250 mm, 6.93x9.84 inches)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1345 +msgid "B6 (125 x 176 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1346 +msgid "B7 (88 x 125 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1347 +msgid "B8 (62 x 88 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1348 +msgid "B9 (44 x 62 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1349 +msgid "B10 (31 x 44 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1350 +msgid "C5E (163 x 229 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1351 +msgid "DLE (110 x 220 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1352 +msgid "Executive (7.5x10 inches, 191x254 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1353 +msgid "Folio (210 x 330 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1354 +msgid "Ledger (432 x 279 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1355 +msgid "Legal (8.5x14 inches, 216x356 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1356 +msgid "Letter (8.5x11 inches, 216x279 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1357 +msgid "Tabloid (279 x 432 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1358 +msgid "US Common #10 Envelope (105 x 241 mm)" +msgstr "" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1381 +#, fuzzy +msgid "Setup Printer" +msgstr "Imprimir" + +#: ../../dependencies/tqt3/src/dialogs/tqprintdialog.cpp:1480 +msgid "PostScript Files (*.ps);;All Files (*)" +msgstr "" + #: ../../dependencies/tqt3/src/dialogs/tqtabdialog.cpp:799 msgid "Defaults" msgstr "Predeterminado" @@ -11579,14 +11579,6 @@ msgstr "Siguie&nte >" msgid "&Finish" msgstr "&Finalizar" -#: ../../dependencies/tqt3/src/kernel/qapplication.cpp:3217 -msgid "" -"_: QT_LAYOUT_DIRECTION\n" -"Translate this string to the string 'LTR' in left-to-right languages or to " -"'RTL' in right-to-left languages (such as Hebrew and Arabic) to get proper " -"widget layout." -msgstr "LTR" - #: ../../dependencies/tqt3/src/kernel/tqaccel.cpp:473 msgid "%1, %2 not defined" msgstr "%1, %2 sin definir" @@ -11595,6 +11587,14 @@ msgstr "%1, %2 sin definir" msgid "Ambiguous \"%1\" not handled" msgstr "«%1» ambiguo, no gestionado" +#: ../../dependencies/tqt3/src/kernel/tqapplication.cpp:3217 +msgid "" +"_: QT_LAYOUT_DIRECTION\n" +"Translate this string to the string 'LTR' in left-to-right languages or to " +"'RTL' in right-to-left languages (such as Hebrew and Arabic) to get proper " +"widget layout." +msgstr "LTR" + #: ../../dependencies/tqt3/src/kernel/tqfontdatabase.cpp:1976 msgid "" "_: TQFont\n" @@ -12654,22 +12654,6 @@ msgid "" "Could not write to the file" msgstr "No se pudo escribir en el archivo" -#: ../../dependencies/tqt3/src/widgets/qtitlebar.cpp:86 -msgid "System Menu" -msgstr "Menú del sistema" - -#: ../../dependencies/tqt3/src/widgets/qtitlebar.cpp:91 -msgid "Shade" -msgstr "Recoger" - -#: ../../dependencies/tqt3/src/widgets/qtitlebar.cpp:96 -msgid "Unshade" -msgstr "Extender" - -#: ../../dependencies/tqt3/src/widgets/qtitlebar.cpp:103 -msgid "Normalize" -msgstr "Normalizar" - #: ../../dependencies/tqt3/src/widgets/tqdialogbuttons.cpp:255 msgid "Yes to All" msgstr "Si a todo" @@ -12710,6 +12694,22 @@ msgstr "Alinear" msgid "Customize..." msgstr "Personalizar..." +#: ../../dependencies/tqt3/src/widgets/tqtitlebar.cpp:86 +msgid "System Menu" +msgstr "Menú del sistema" + +#: ../../dependencies/tqt3/src/widgets/tqtitlebar.cpp:91 +msgid "Shade" +msgstr "Recoger" + +#: ../../dependencies/tqt3/src/widgets/tqtitlebar.cpp:96 +msgid "Unshade" +msgstr "Extender" + +#: ../../dependencies/tqt3/src/widgets/tqtitlebar.cpp:103 +msgid "Normalize" +msgstr "Normalizar" + #: ../../dependencies/tqt3/src/widgets/tqtoolbar.cpp:703 msgid "More..." msgstr "Más..." diff --git a/tde-i18n-es/messages/tdepim/kmail.po b/tde-i18n-es/messages/tdepim/kmail.po index 4800371fcaf..ff3aa801d7c 100644 --- a/tde-i18n-es/messages/tdepim/kmail.po +++ b/tde-i18n-es/messages/tdepim/kmail.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: kmail\n" -"POT-Creation-Date: 2024-04-05 18:17+0000\n" +"POT-Creation-Date: 2024-09-24 18:13+0000\n" "PO-Revision-Date: 2008-03-10 13:44+0100\n" "Last-Translator: Eloy Cuadra <ecuadra@eloihr.net>\n" "Language-Team: Spanish <kde-l10n-es@kde.org>\n" @@ -113,7 +113,7 @@ msgstr "marca temporal para mensajes de estado de «Transmisión completa»" msgid "multiple encryption keys per address" msgstr "múltiples claves de cifrado por dirección" -#: aboutdata.cpp:212 kmreaderwin.cpp:1309 kmstartup.cpp:149 +#: aboutdata.cpp:212 kmreaderwin.cpp:1308 kmstartup.cpp:149 #: mailinglistpropertiesdialog.cpp:97 msgid "KMail" msgstr "KMail" @@ -2034,7 +2034,7 @@ msgstr "" msgid "Fallback ch&aracter encoding:" msgstr "Codificación predefinida de c&aracteres:" -#: configuredialog.cpp:2338 configuredialog.cpp:2400 kmreaderwin.cpp:586 +#: configuredialog.cpp:2338 configuredialog.cpp:2400 kmreaderwin.cpp:585 msgid "Auto" msgstr "Auto" @@ -2185,15 +2185,15 @@ msgstr "Reen&viar:" msgid "&Quote indicator:" msgstr "Indicador de &cita:" -#: configuredialog.cpp:3035 kmmessage.cpp:4050 +#: configuredialog.cpp:3035 kmmessage.cpp:4048 msgid "On %D, you wrote:" msgstr "El %D, escribió:" -#: configuredialog.cpp:3036 kmmessage.cpp:4052 +#: configuredialog.cpp:3036 kmmessage.cpp:4050 msgid "On %D, %F wrote:" msgstr "El %D, %F escribió:" -#: configuredialog.cpp:3037 kmmessage.cpp:4054 +#: configuredialog.cpp:3037 kmmessage.cpp:4052 msgid "Forwarded Message" msgstr "Mensaje reenviado" @@ -2516,7 +2516,7 @@ msgstr "Acuses de recibo" msgid "Send policy:" msgstr "Política de envío:" -#: configuredialog.cpp:3845 kmmessage.cpp:1380 kmmessage.cpp:1387 +#: configuredialog.cpp:3845 kmmessage.cpp:1378 kmmessage.cpp:1385 msgid "&Ignore" msgstr "&Ignorar" @@ -5988,7 +5988,7 @@ msgstr "Elimina&r caracteres de citado" msgid "Cl&ean Spaces" msgstr "Quitar &espacios" -#: kmail.kcfg:354 kmcomposewin.cpp:1364 kmreaderwin.cpp:619 +#: kmail.kcfg:354 kmcomposewin.cpp:1364 kmreaderwin.cpp:618 #, no-c-format msgid "Use Fi&xed Font" msgstr "Tipogra&fía de ancho fijo" @@ -6332,13 +6332,13 @@ msgstr "Adjuntar clave OpenPGP" msgid "Select the public key which should be attached." msgstr "Seleccione la clave pública que debería adjuntarse." -#: kmcomposewin.cpp:3208 kmmimeparttree.cpp:136 kmreaderwin.cpp:2051 +#: kmcomposewin.cpp:3208 kmmimeparttree.cpp:136 kmreaderwin.cpp:2050 msgid "" "_: to open\n" "Open" msgstr "Abrir" -#: kmcomposewin.cpp:3210 kmmimeparttree.cpp:137 kmreaderwin.cpp:2052 +#: kmcomposewin.cpp:3210 kmmimeparttree.cpp:137 kmreaderwin.cpp:2051 msgid "Open With..." msgstr "Abrir con..." @@ -9368,7 +9368,7 @@ msgstr "&Nueva ventana" msgid " Initializing..." msgstr " Iniciando..." -#: kmmessage.cpp:1335 +#: kmmessage.cpp:1333 msgid "" "This message contains a request to return a notification about your " "reception of the message.\n" @@ -9380,7 +9380,7 @@ msgstr "" "Puede ignorar la petición o dejar que KMail envíe una respuesta «denegado» o " "normal." -#: kmmessage.cpp:1340 +#: kmmessage.cpp:1338 msgid "" "This message contains a request to send a notification about your reception " "of the message.\n" @@ -9394,7 +9394,7 @@ msgstr "" "«requerido», pero que KMail no conoce.\n" "Puede ignorar la petición o dejar que KMail envíe una respuesta «fallido»." -#: kmmessage.cpp:1347 +#: kmmessage.cpp:1345 msgid "" "This message contains a request to send a notification about your reception " "of the message,\n" @@ -9408,7 +9408,7 @@ msgstr "" "Puede ignorar la petición o dejar que KMail envíe una respuesta «denegado» o " "normal." -#: kmmessage.cpp:1354 +#: kmmessage.cpp:1352 msgid "" "This message contains a request to send a notification about your reception " "of the message,\n" @@ -9422,7 +9422,7 @@ msgstr "" "Puede ignorar la petición o dejar que KMail envíe una respuesta «denegado» o " "normal." -#: kmmessage.cpp:1360 +#: kmmessage.cpp:1358 msgid "" "This message contains a request to send a notification about your reception " "of the message,\n" @@ -9438,19 +9438,19 @@ msgstr "" "Puede ignorar la petición o dejar que KMail envíe una respuesta «denegado» o " "normal." -#: kmmessage.cpp:1378 kmmessage.cpp:1385 +#: kmmessage.cpp:1376 kmmessage.cpp:1383 msgid "Message Disposition Notification Request" msgstr "Acuse de recibo del mensaje" -#: kmmessage.cpp:1380 +#: kmmessage.cpp:1378 msgid "Send \"&denied\"" msgstr "Enviar «&denegado»" -#: kmmessage.cpp:1380 kmmessage.cpp:1387 +#: kmmessage.cpp:1378 kmmessage.cpp:1385 msgid "&Send" msgstr "&Enviar" -#: kmmessage.cpp:1457 +#: kmmessage.cpp:1455 msgid "" "Header \"Disposition-Notification-Options\" contained required, but unknown " "parameter" @@ -9458,24 +9458,24 @@ msgstr "" "El encabezado «Disposition-Notification-Options» contenía un parámetro " "requerido, pero desconocido" -#: kmmessage.cpp:1649 +#: kmmessage.cpp:1647 msgid "Receipt: " msgstr "Acuse de recibo: " -#: kmmessage.cpp:3170 urlhandlermanager.cpp:692 +#: kmmessage.cpp:3168 urlhandlermanager.cpp:692 #, c-format msgid "Attachment: %1" msgstr "Adjunto: %1" -#: kmmessage.cpp:3201 +#: kmmessage.cpp:3199 msgid "This attachment has been deleted." msgstr "Este adjunto ha sido borrado." -#: kmmessage.cpp:3203 +#: kmmessage.cpp:3201 msgid "The attachment '%1' has been deleted." msgstr "El adjunto «%1» ha sido borrado." -#: kmmimeparttree.cpp:138 kmreaderwin.cpp:2053 +#: kmmimeparttree.cpp:138 kmreaderwin.cpp:2052 msgid "" "_: to view something\n" "View" @@ -9485,11 +9485,11 @@ msgstr "Ver" msgid "Save All Attachments..." msgstr "Guardar todos los adjuntos..." -#: kmmimeparttree.cpp:153 kmreaderwin.cpp:2060 kmreaderwin.cpp:2849 +#: kmmimeparttree.cpp:153 kmreaderwin.cpp:2059 kmreaderwin.cpp:2848 msgid "Delete Attachment" msgstr "Eliminar adjunto" -#: kmmimeparttree.cpp:156 kmreaderwin.cpp:2058 kmreaderwin.cpp:2905 +#: kmmimeparttree.cpp:156 kmreaderwin.cpp:2057 kmreaderwin.cpp:2904 msgid "Edit Attachment" msgstr "Editar adjunto" @@ -9690,230 +9690,230 @@ msgstr "desconocido" msgid "Save Attachments..." msgstr "Guardar adjunto..." -#: kmreaderwin.cpp:491 +#: kmreaderwin.cpp:490 msgid "" "_: View->\n" "&Headers" msgstr "&Cabeceras" -#: kmreaderwin.cpp:492 +#: kmreaderwin.cpp:491 msgid "Choose display style of message headers" msgstr "Elija como se mostrarán las cabeceras" -#: kmreaderwin.cpp:497 +#: kmreaderwin.cpp:496 #, fuzzy msgid "" "_: View->headers->\n" "&Enterprise Headers" msgstr "&Cortas" -#: kmreaderwin.cpp:500 +#: kmreaderwin.cpp:499 #, fuzzy msgid "Show the list of headers in Enterprise style" msgstr "Mostrar la lista de cabeceras en formato adornado" -#: kmreaderwin.cpp:504 +#: kmreaderwin.cpp:503 msgid "" "_: View->headers->\n" "&Fancy Headers" msgstr "A&dornadas" -#: kmreaderwin.cpp:507 +#: kmreaderwin.cpp:506 msgid "Show the list of headers in a fancy format" msgstr "Mostrar la lista de cabeceras en formato adornado" -#: kmreaderwin.cpp:511 +#: kmreaderwin.cpp:510 msgid "" "_: View->headers->\n" "&Brief Headers" msgstr "&Cortas" -#: kmreaderwin.cpp:514 +#: kmreaderwin.cpp:513 msgid "Show brief list of message headers" msgstr "Mostrar una lista breve de las cabeceras del mensaje" -#: kmreaderwin.cpp:518 +#: kmreaderwin.cpp:517 msgid "" "_: View->headers->\n" "&Standard Headers" msgstr "E&standar" -#: kmreaderwin.cpp:521 +#: kmreaderwin.cpp:520 msgid "Show standard list of message headers" msgstr "Mostrar una lista estandar de las cabeceras del mensaje" -#: kmreaderwin.cpp:525 +#: kmreaderwin.cpp:524 msgid "" "_: View->headers->\n" "&Long Headers" msgstr "&Largas" -#: kmreaderwin.cpp:528 +#: kmreaderwin.cpp:527 msgid "Show long list of message headers" msgstr "Mostrar una lista larga de las cabeceras del mensaje" -#: kmreaderwin.cpp:532 +#: kmreaderwin.cpp:531 msgid "" "_: View->headers->\n" "&All Headers" msgstr "Tod&as" -#: kmreaderwin.cpp:535 +#: kmreaderwin.cpp:534 msgid "Show all message headers" msgstr "Mostrar todas las cabeceras" -#: kmreaderwin.cpp:541 +#: kmreaderwin.cpp:540 msgid "" "_: View->\n" "&Attachments" msgstr "&Adjuntos" -#: kmreaderwin.cpp:542 +#: kmreaderwin.cpp:541 msgid "Choose display style of attachments" msgstr "Elegir el estilo para ver los adjuntos" -#: kmreaderwin.cpp:546 +#: kmreaderwin.cpp:545 msgid "" "_: View->attachments->\n" "&As Icons" msgstr "Como &iconos" -#: kmreaderwin.cpp:549 +#: kmreaderwin.cpp:548 msgid "Show all attachments as icons. Click to see them." msgstr "Muestra todos los adjuntos como iconos. Púlselos para verlos." -#: kmreaderwin.cpp:553 +#: kmreaderwin.cpp:552 msgid "" "_: View->attachments->\n" "&Smart" msgstr "Inteligente&s" -#: kmreaderwin.cpp:556 +#: kmreaderwin.cpp:555 msgid "Show attachments as suggested by sender." msgstr "Mostrar iconos como lo sugiera el remitente." -#: kmreaderwin.cpp:560 +#: kmreaderwin.cpp:559 msgid "" "_: View->attachments->\n" "&Inline" msgstr "&Incluídos" -#: kmreaderwin.cpp:563 +#: kmreaderwin.cpp:562 msgid "Show all attachments inline (if possible)" msgstr "Mostrar todos los adjuntos incluídos (si es posible)" -#: kmreaderwin.cpp:567 +#: kmreaderwin.cpp:566 msgid "" "_: View->attachments->\n" "&Hide" msgstr "&Ocultar" -#: kmreaderwin.cpp:570 +#: kmreaderwin.cpp:569 msgid "Do not show attachments in the message viewer" msgstr "No mostrar adjuntos en el visor del mensaje" -#: kmreaderwin.cpp:574 +#: kmreaderwin.cpp:573 #, fuzzy msgid "" "_: View->attachments->\n" "In Header &Only" msgstr "&Ocultar" -#: kmreaderwin.cpp:577 +#: kmreaderwin.cpp:576 #, fuzzy msgid "Show Attachments only in the header of the mail" msgstr "Muestra todos los adjuntos como iconos. Púlselos para verlos." -#: kmreaderwin.cpp:582 +#: kmreaderwin.cpp:581 msgid "&Set Encoding" msgstr "Configurar c&odificación" -#: kmreaderwin.cpp:590 +#: kmreaderwin.cpp:589 msgid "New Message To..." msgstr "Mensaje nuevo para..." -#: kmreaderwin.cpp:593 +#: kmreaderwin.cpp:592 msgid "Reply To..." msgstr "Responder a..." -#: kmreaderwin.cpp:596 +#: kmreaderwin.cpp:595 msgid "Forward To..." msgstr "Reenviar a..." -#: kmreaderwin.cpp:599 +#: kmreaderwin.cpp:598 msgid "Add to Address Book" msgstr "Añadir a la libreta de direcciones" -#: kmreaderwin.cpp:602 +#: kmreaderwin.cpp:601 msgid "Open in Address Book" msgstr "Abrir en la libreta de direcciones" -#: kmreaderwin.cpp:606 +#: kmreaderwin.cpp:605 msgid "Select All Text" msgstr "Seleccionar todo el texto" -#: kmreaderwin.cpp:608 kmreaderwin.cpp:2013 +#: kmreaderwin.cpp:607 kmreaderwin.cpp:2012 msgid "Copy Link Address" msgstr "Copiar la dirección del enlace" -#: kmreaderwin.cpp:610 +#: kmreaderwin.cpp:609 msgid "Open URL" msgstr "Abrir URL" -#: kmreaderwin.cpp:612 +#: kmreaderwin.cpp:611 msgid "Bookmark This Link" msgstr "Marcador para este enlace" -#: kmreaderwin.cpp:616 +#: kmreaderwin.cpp:615 msgid "Save Link As..." msgstr "Guardar como..." -#: kmreaderwin.cpp:623 +#: kmreaderwin.cpp:622 #, fuzzy #| msgid "Message Structure Viewer" msgid "Show Message Structure" msgstr "Visor de la estructura del mensaje" -#: kmreaderwin.cpp:628 +#: kmreaderwin.cpp:627 msgid "Chat &With..." msgstr "C&harlar con..." -#: kmreaderwin.cpp:1267 +#: kmreaderwin.cpp:1266 msgid "Full namespace support for IMAP" msgstr "Soporte para espacio de nombres completo para IMAP" -#: kmreaderwin.cpp:1268 +#: kmreaderwin.cpp:1267 msgid "Offline mode" msgstr "Modo desconectado" -#: kmreaderwin.cpp:1269 +#: kmreaderwin.cpp:1268 msgid "Sieve script management and editing" msgstr "Gestión y edición de guiones Sieve" -#: kmreaderwin.cpp:1270 +#: kmreaderwin.cpp:1269 msgid "Account specific filtering" msgstr "Filtrado específico de la cuenta" -#: kmreaderwin.cpp:1271 +#: kmreaderwin.cpp:1270 msgid "Filtering of incoming mail for online IMAP accounts" msgstr "Filtrado del correo entrante para las cuentas IMAP conectadas" -#: kmreaderwin.cpp:1272 +#: kmreaderwin.cpp:1271 msgid "Online IMAP folders can be used when filtering into folders" msgstr "" "Las carpetas IMAP conectadas se pueden usar cuando se está filtrando en " "carpetas" -#: kmreaderwin.cpp:1273 +#: kmreaderwin.cpp:1272 msgid "Automatically delete older mails on POP servers" msgstr "Eliminar automáticamente los correos antiguos en los servidores POP" -#: kmreaderwin.cpp:1311 +#: kmreaderwin.cpp:1310 #, fuzzy msgid "The email client for the Trinity Desktop Environment." msgstr "El cliente de correo electrónico para el entorno de escritorio K." -#: kmreaderwin.cpp:1319 +#: kmreaderwin.cpp:1318 msgid "" "<h2 style='margin-top: 0px;'>Retrieving Folder Contents</h2><p>Please " "wait . . .</p> " @@ -9921,7 +9921,7 @@ msgstr "" "<h2 style='margin-top: 0px;'>Recuperando el contenido de la carpeta</" "h2><p>Espere, por favor . . .</p> " -#: kmreaderwin.cpp:1327 +#: kmreaderwin.cpp:1326 msgid "" "<h2 style='margin-top: 0px;'>Offline</h2><p>KMail is currently in offline " "mode. Click <a href=\"kmail:goOnline\">here</a> to go online . . .</p> " @@ -9930,7 +9930,7 @@ msgstr "" "desconectado. Haga clic <a href=\"kmail:goOnline\">aquí</a> para pasar al " "modo conectado . . .</p> " -#: kmreaderwin.cpp:1344 +#: kmreaderwin.cpp:1343 #, fuzzy msgid "" "_: %1: KMail version; %2: help:// URL; %3: homepage URL; %4: prior KMail " @@ -9973,11 +9973,11 @@ msgstr "" "<p>Gracias,</p>\n" "<p style='margin-bottom: 0px'> El equipo de KMail</p>" -#: kmreaderwin.cpp:1367 kmreaderwin.cpp:1389 +#: kmreaderwin.cpp:1366 kmreaderwin.cpp:1388 msgid "<li>%1</li>\n" msgstr "<li>%1</li>\n" -#: kmreaderwin.cpp:1372 +#: kmreaderwin.cpp:1371 msgid "" "<p>Please take a moment to fill in the KMail configuration panel at Settings-" ">Configure KMail.\n" @@ -9988,7 +9988,7 @@ msgstr "" "Opciones -> Configuración.\n" "Necesita al menos crear una identidad primaria y una cuenta de correo.</p>\n" -#: kmreaderwin.cpp:1384 +#: kmreaderwin.cpp:1383 msgid "" "<p><span style='font-size:125%; font-weight:bold;'>Important changes</span> " "(compared to KMail %1):</p>\n" @@ -9996,33 +9996,33 @@ msgstr "" "<p><span style='font-size:125%; font-weight:bold;'>Cambios importantes</" "span> (comparados con KMail %1):</p>\n" -#: kmreaderwin.cpp:1532 +#: kmreaderwin.cpp:1531 msgid "( body part )" msgstr "( parte del cuerpo )" -#: kmreaderwin.cpp:1909 +#: kmreaderwin.cpp:1908 msgid "Could not send MDN." msgstr "No se pudo enviar MDN." -#: kmreaderwin.cpp:2011 +#: kmreaderwin.cpp:2010 #, fuzzy msgid "Copy Email Address" msgstr "Dirección correo-e:" -#: kmreaderwin.cpp:2063 +#: kmreaderwin.cpp:2062 msgid "Decrypt With Chiasmus..." msgstr "Descrifrar con Chiasmus..." -#: kmreaderwin.cpp:2069 +#: kmreaderwin.cpp:2068 msgid "Scroll To" msgstr "" -#: kmreaderwin.cpp:2238 kmreaderwin.cpp:2274 kmreaderwin.cpp:2294 +#: kmreaderwin.cpp:2237 kmreaderwin.cpp:2273 kmreaderwin.cpp:2293 #, c-format msgid "View Attachment: %1" msgstr "Ver adjuntos: %1" -#: kmreaderwin.cpp:2287 +#: kmreaderwin.cpp:2286 #, c-format msgid "" "_n: [KMail: Attachment contains binary data. Trying to show first " @@ -10034,15 +10034,15 @@ msgstr "" "[KMail: El adjunto contiene datos binarios. Se intentan mostrar los %n " "primeros caracteres" -#: kmreaderwin.cpp:2383 +#: kmreaderwin.cpp:2382 msgid "&Open with '%1'" msgstr "Abrir c&on «%1»" -#: kmreaderwin.cpp:2385 +#: kmreaderwin.cpp:2384 msgid "&Open With..." msgstr "&Abrir con..." -#: kmreaderwin.cpp:2387 +#: kmreaderwin.cpp:2386 msgid "" "Open attachment '%1'?\n" "Note that opening an attachment may compromise your system's security." @@ -10051,23 +10051,23 @@ msgstr "" "Tenga en cuenta que abrir un adjunto puede comprometer la seguridad de su " "sistema." -#: kmreaderwin.cpp:2392 +#: kmreaderwin.cpp:2391 msgid "Open Attachment?" msgstr "¿Abrir adjuntos?" -#: kmreaderwin.cpp:2848 +#: kmreaderwin.cpp:2847 msgid "" "Deleting an attachment might invalidate any digital signature on this " "message." msgstr "" -#: kmreaderwin.cpp:2904 +#: kmreaderwin.cpp:2903 msgid "" "Modifying an attachment might invalidate any digital signature on this " "message." msgstr "" -#: kmreaderwin.cpp:3000 +#: kmreaderwin.cpp:2999 msgid "Attachments:" msgstr "Adjuntos:" @@ -11714,11 +11714,11 @@ msgstr "Fin del mensaje cifrado" msgid "End of encapsulated message" msgstr "Fin del mensaje encapsulado" -#: partNode.cpp:505 +#: partNode.cpp:504 msgid "internal part" msgstr "parte interna" -#: partNode.cpp:507 +#: partNode.cpp:506 msgid "body part" msgstr "parte del cuerpo" diff --git a/tde-i18n-es/messages/tdeutils/superkaramba.po b/tde-i18n-es/messages/tdeutils/superkaramba.po index 8f7c6b379ed..c55ca085a25 100644 --- a/tde-i18n-es/messages/tdeutils/superkaramba.po +++ b/tde-i18n-es/messages/tdeutils/superkaramba.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: superkaramba\n" -"POT-Creation-Date: 2022-11-13 18:10+0000\n" +"POT-Creation-Date: 2024-10-03 18:12+0000\n" "PO-Revision-Date: 2005-08-31 16:29+0200\n" "Last-Translator: Eloy Cuadra <ecuadra@eloihr.net>\n" "Language-Team: Spanish <kde-es@kybs.de>\n" @@ -62,15 +62,15 @@ msgstr "&Recargar tema" msgid "&Close This Theme" msgstr "&Cerrar este tema" -#: src/karamba.cpp:2036 +#: src/karamba.cpp:2056 msgid "Show System Tray Icon" msgstr "Mostrar el icono de la bandeja del sistema" -#: src/karamba.cpp:2041 +#: src/karamba.cpp:2061 msgid "&Manage Themes..." msgstr "Ad&ministrar temas..." -#: src/karamba.cpp:2045 +#: src/karamba.cpp:2065 msgid "&Quit SuperKaramba" msgstr "&Salir de SuperKaramba" |