@@ -9,7 +9,7 @@ msgstr ""
9
9
"Project-Id-Version :Python 3.8\n "
10
10
"Report-Msgid-Bugs-To :\n "
11
11
"POT-Creation-Date :2019-05-06 11:59-0400\n "
12
- "PO-Revision-Date :2020-10-02 19:40 -0500\n "
12
+ "PO-Revision-Date :2020-10-04 11:26 -0500\n "
13
13
"Language-Team :python-doc-es\n "
14
14
"MIME-Version :1.0\n "
15
15
"Content-Type :text/plain; charset=UTF-8\n "
@@ -586,7 +586,6 @@ msgid "Tix Commands"
586
586
msgstr "Comandos Tix"
587
587
588
588
#: ../Doc/library/tkinter.tix.rst:490
589
- #, fuzzy
590
589
msgid ""
591
590
"The `tix commands <http://tix.sourceforge.net/dist/current/man/html/TixCmd/"
592
591
"tix.htm>`_ provide access to miscellaneous elements of :mod:`Tix`'s internal "
@@ -601,12 +600,10 @@ msgstr ""
601
600
"conjunto, o a una pantalla o monitor, en vez de una ventana en particular."
602
601
603
602
#: ../Doc/library/tkinter.tix.rst:497
604
- #, fuzzy
605
603
msgid "To view the current settings, the common usage is::"
606
604
msgstr "Para ver las configuraciones actuales, el uso común es::"
607
605
608
606
#: ../Doc/library/tkinter.tix.rst:506
609
- #, fuzzy
610
607
msgid ""
611
608
"Query or modify the configuration options of the Tix application context. If "
612
609
"no option is specified, returns a dictionary all of the available options. "
@@ -619,17 +616,16 @@ msgid ""
619
616
msgstr ""
620
617
"Consulta o modifica las opciones de configuración del contexto de la "
621
618
"aplicación Tix. Si no se especifica ninguna opción, retorna un diccionario "
622
- "de todas las opciones disponibles. Si la opción es especificada sin ningún "
619
+ "con todas las opciones disponibles. Si la opción es especificada sin ningún "
623
620
"valor, entonces el método retorna una lista describiendo la opción nombrada "
624
621
"(esta lista será idéntica a la sublista de los valores retornados "
625
- "correspondiente si no se especifica ninguna opción). Si uno o másvalores "
626
- "opción-valor sonespecificadas , entonces el método modifica las opciones "
622
+ "correspondiente si no se especifica ninguna opción). Si uno o máspares "
623
+ "opción-valor sonespecificados , entonces el método modifica las opciones "
627
624
"dadas para tener los valores dados; en este caso el método retorna una "
628
625
"cadena de caracteres vacías. La opción puede ser cualquiera de las opciones "
629
626
"de configuración."
630
627
631
628
#: ../Doc/library/tkinter.tix.rst:518
632
- #, fuzzy
633
629
msgid ""
634
630
"Returns the current value of the configuration option given by *option*. "
635
631
"Option may be any of the configuration options."
@@ -638,7 +634,6 @@ msgstr ""
638
634
"opción puede ser cualquiera de las opciones configurables."
639
635
640
636
#: ../Doc/library/tkinter.tix.rst:524
641
- #, fuzzy
642
637
msgid ""
643
638
"Locates a bitmap file of the name ``name.xpm`` or ``name`` in one of the "
644
639
"bitmap directories (see the :meth:`tix_addbitmapdir` method). By using :"
@@ -656,7 +651,6 @@ msgstr ""
656
651
"``bitmap`` de los widgets de Tk y Tix."
657
652
658
653
#: ../Doc/library/tkinter.tix.rst:534
659
- #, fuzzy
660
654
msgid ""
661
655
"Tix maintains a list of directories under which the :meth:`tix_getimage` "
662
656
"and :meth:`tix_getbitmap` methods will search for image files. The standard "
@@ -666,14 +660,13 @@ msgid ""
666
660
"meth:`tix_getimage` or :meth:`tix_getbitmap` method."
667
661
msgstr ""
668
662
"Tix mantiene una lista de directorios bajo los cuales los métodos :meth:"
669
- "`tix_getimage` y :meth:`tix_getbitmap` buscaránpor archivos de imágenes. El "
663
+ "`tix_getimage` y :meth:`tix_getbitmap` buscarán archivos de imágenes. El "
670
664
"directorio de bitmap estándar es :file:`$TIX_LIBRARY/bitmaps`. El método :"
671
665
"meth:`tix_addbitmapdir` añade el *directory* a la lista. Al usar este "
672
- "método, los archivos de imagen de una aplicaciónpuede serlocalizada usando "
673
- "el método :meth:`tix_getimage` o :meth:`tix_getbitmap`."
666
+ "método, los archivos de imagen de una aplicaciónpueden serlocalizados "
667
+ "usando el método :meth:`tix_getimage` o :meth:`tix_getbitmap`."
674
668
675
669
#: ../Doc/library/tkinter.tix.rst:544
676
- #, fuzzy
677
670
msgid ""
678
671
"Returns the file selection dialog that may be shared among different calls "
679
672
"from this application. This method will create a file selection dialog "
@@ -693,7 +686,6 @@ msgstr ""
693
686
"``tixExFileSelectDialog``."
694
687
695
688
#: ../Doc/library/tkinter.tix.rst:554
696
- #, fuzzy
697
689
msgid ""
698
690
"Locates an image file of the name :file:`name.xpm`, :file:`name.xbm` or :"
699
691
"file:`name.ppm` in one of the bitmap directories (see the :meth:"
@@ -710,40 +702,37 @@ msgstr ""
710
702
"xbm` o :file:`name.ppm` en uno de los directorios de bitmap (véase el "
711
703
"método :meth:`tix_addbitmapdir` arriba). Si más de un archivo con el mismo "
712
704
"nombre (pero con diferentes extensiones) existe, entonces el tipo de imagen "
713
- "es escogido de acuerdo a la profundidadde la exposición X: las imágenes xbm "
714
- "son escogidas en monitores monocromos e imágenes de color son escogidas en "
705
+ "es escogido de acuerdo a la profundidaddel monitor X: las imágenes xbm son "
706
+ "escogidas en monitores monocromos e imágenes de color son escogidas en "
715
707
"monitores de color. Al usar :meth:`tex_getimage`, puedes evitar codificar de "
716
708
"forma directa los nombres de ruta de los archivos de imagen en tu "
717
709
"aplicación. Cuando sea exitoso, este método retorna el nombre de la imagen "
718
710
"recién creada, que puede ser usada para configurar la opción ``image`` de "
719
711
"los widgets Tk y Tix."
720
712
721
713
#: ../Doc/library/tkinter.tix.rst:567
722
- #, fuzzy
723
714
msgid "Gets the options maintained by the Tix scheme mechanism."
724
715
msgstr "Obtiene las opciones mantenidas por el mecanismo de esquema de Tix."
725
716
726
717
#: ../Doc/library/tkinter.tix.rst:572
727
- #, fuzzy
728
718
msgid ""
729
719
"Resets the scheme and fontset of the Tix application to *newScheme* and "
730
720
"*newFontSet*, respectively. This affects only those widgets created after "
731
721
"this call. Therefore, it is best to call the resetoptions method before the "
732
722
"creation of any widgets in a Tix application."
733
723
msgstr ""
734
- "Resetea el esquema y*fonset* de la aplicación Tix a *newScheme* y "
735
- "*newFontSet*, respectivamente.Esto afecto sólo aesos widgets creados "
736
- "después de esta llamada. Por lo tanto, es mejor llamar al método "
737
- "resetoptions antes de la creación de cualquier widget en una aplicación Tix."
724
+ "Reinicia el esquema yconjunto defuentes de la aplicación Tix a *newScheme* "
725
+ "y *newFontSet*, respectivamente.Afecta sólo alos widgets creados después "
726
+ "de esta llamada. Por lo tanto, es mejor llamar al método *resetoptions* "
727
+ "antes de la creación de cualquier widget en una aplicación Tix."
738
728
739
729
#: ../Doc/library/tkinter.tix.rst:577
740
- #, fuzzy
741
730
msgid ""
742
731
"The optional parameter *newScmPrio* can be given to reset the priority level "
743
732
"of the Tk options set by the Tix schemes."
744
733
msgstr ""
745
- "Se le puede dar el parámetro opcional *newScmPrio* pararesetear el nivel de "
746
- "prioridad de las opciones de Tk puestas por los esquemas de Tix."
734
+ "Se le puede dar el parámetro opcional *newScmPrio* parareiniciar el nivel "
735
+ "de prioridad de las opciones de Tk puestas por los esquemas de Tix."
747
736
748
737
#: ../Doc/library/tkinter.tix.rst:580
749
738
msgid ""
@@ -752,7 +741,8 @@ msgid ""
752
741
"sets using the :meth:`tix_config` method. Instead, the :meth:"
753
742
"`tix_resetoptions` method must be used."
754
743
msgstr ""
755
- "Debido a la manera en que Tk gestiona la opción X de la base de datos, "
756
- "después de que Tix haya importado e inicializado, no es posible resetear el "
757
- "esquema de colores y conjunto de fuentes usando el metódo :meth:`tix_config` "
758
- "método. En vez de eso, se debe usar el método :meth:`tix_resetoptions`."
744
+ "Debido a la manera en que Tk gestiona la opción de la base de datos X, "
745
+ "después de que Tix se haya importado e inicializado, no es posible reiniciar "
746
+ "el esquema de colores y conjunto de fuentes usando el método :meth:"
747
+ "`tix_config` método. En vez de eso, se debe usar el método :meth:"
748
+ "`tix_resetoptions`."