Spanish.xml 53 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058
<?xml version="1.0" encoding="UTF-8" standalone="no" ?> 
 <Language>
 <APanel>
  <cboVoteType_Text_0>Diapositiva común</cboVoteType_Text_0> 
  <cboVoteType_Text_1>Registro</cboVoteType_Text_1> 
  <cboVoteType_Text_2>Agrupamiento</cboVoteType_Text_2> 
  <cboVoteType_Text_3>Elección Individual</cboVoteType_Text_3> 
  <cboVoteType_Text_4>Elección Múltiple</cboVoteType_Text_4> 
  <cboVoteType_Text_5>Juez</cboVoteType_Text_5> 
  <cboVoteType_Text_6>Prioridad o Secuencia</cboVoteType_Text_6> 
  <cboVoteType_Text_7>Número Exacto</cboVoteType_Text_7> 
  <cboVoteType_Text_8>Votar</cboVoteType_Text_8> 
  <cboVoteType_Text_9>Escala de Likert</cboVoteType_Text_9> 
  <cboVoteType_Text_10>Puntaje</cboVoteType_Text_10> 
  <cboVoteType_Text_11>Encuesta</cboVoteType_Text_11> 
  <lblInfo>No se selecciona ninguna diapositiva</lblInfo> 
  </APanel>
 <ucChartPara>
  <gbxChartSet>Configuración de la Diapositiva</gbxChartSet> 
  <lblChartType>Tipo de gráfico</lblChartType> 
  <lblChartLabel>Etiqueta</lblChartLabel> 
  <lblChartShow>Gráfico en pantalla</lblChartShow> 
  <lblChartRate>Porcentaje</lblChartRate> 
  <cboChartType_Text_0>Vertical</cboChartType_Text_0> 
  <cboChartType_Enum_0>ctColumn</cboChartType_Enum_0> 
  <cboChartType_Text_1>Horizontal</cboChartType_Text_1> 
  <cboChartType_Enum_1>ctBar</cboChartType_Enum_1> 
  <cboChartType_Text_2>Circular</cboChartType_Text_2> 
  <cboChartType_Enum_2>ctPie</cboChartType_Enum_2> 
  <cboChartLabel_Text_0>#</cboChartLabel_Text_0> 
  <cboChartLabel_Enum_0>ltNumberValue</cboChartLabel_Enum_0> 
  <cboChartLabel_Text_1>0.0%</cboChartLabel_Text_1> 
  <cboChartLabel_Enum_1>ltPercent</cboChartLabel_Enum_1> 
  <cboChartLabel_Text_2>#+0.0%</cboChartLabel_Text_2> 
  <cboChartLabel_Enum_2>ltNumberValueAndPercent</cboChartLabel_Enum_2> 
  <cboChartLabel_Text_3>Sin etiqueta</cboChartLabel_Text_3> 
  <cboChartLabel_Enum_3>ltNone</cboChartLabel_Enum_3> 
  <cboChartShow_Text_0>Despues de votar</cboChartShow_Text_0> 
  <cboChartShow_Enum_0>csStop</cboChartShow_Enum_0> 
  <cboChartShow_Text_1>Antes de votar</cboChartShow_Text_1> 
  <cboChartShow_Enum_1>csStart</cboChartShow_Enum_1> 
  <cboChartShow_Text_2>Operación Manual</cboChartShow_Text_2> 
  <cboChartShow_Enum_2>csHandle</cboChartShow_Enum_2> 
  <cboChartRate_Text_0>Total votantes</cboChartRate_Text_0> 
  <cboChartRate_Enum_0>crParticipant</cboChartRate_Enum_0> 
  <cboChartRate_Text_1>Votantes activos</cboChartRate_Text_1> 
  <cboChartRate_Enum_1>crRespuesta</cboChartRate_Enum_1> 
  <chk3D>Visualización 3D</chk3D> 
  <btnChartSetColor>Los colores del gráfico</btnChartSetColor> 
  <lblChartOption>Opción de formato</lblChartOption> 
  <btnChartSet>Opciones de Fuente y Marco</btnChartSet> 
  </ucChartPara>
 <ucKeypadPara>
  <gbxKeypadSet>Parametros de la teclera</gbxKeypadSet> 
  <lblSubmitMode>Presentar modo</lblSubmitMode> 
  <lblModifyMode>Cambiar modo</lblModifyMode> 
  <cboSubmitMode_Text_0>Pulse Aceptar para enviar</cboSubmitMode_Text_0> 
  <cboSubmitMode_Text_1>Envío automático</cboSubmitMode_Text_1> 
  <cboModifyMode_Text_0>Revisable</cboModifyMode_Text_0> 
  <cboModifyMode_Text_1>No Revisable</cboModifyMode_Text_1> 
  <lblOptionMode>Opción de formato</lblOptionMode> 
  </ucKeypadPara>
 <ucResponsePara>
  <gbxNameAuthorize>Configuración de Voto</gbxNameAuthorize> 
  <rbtNameModeOn>Conocido</rbtNameModeOn> 
  <rbtNameModeOff>Anónimo</rbtNameModeOff> 
  <lblAuthorize>Votante</lblAuthorize> 
  <cboCanVote_Text_0>Todos</cboCanVote_Text_0> 
  <cboCanVote_Enum_0>cvAll</cboCanVote_Enum_0> 
  <cboCanVote_Text_1>Indique votantes</cboCanVote_Text_1> 
  <cboCanVote_Enum_1>cvPerson</cboCanVote_Enum_1> 
  <cboCanVote_Text_2>Indique elección</cboCanVote_Text_2> 
  <cboCanVote_Enum_2>cvTopic</cboCanVote_Enum_2> 
  </ucResponsePara>
 <PanelChoise>
  <gbxChoise>Configuración de opciones</gbxChoise> 
  <lblChoiseOption>Número de Opciones</lblChoiseOption> 
  <lblChoiseLimit>Límite de Elecciones</lblChoiseLimit> 
  <chkIisN>Debe teclear el limite de elecciones</chkIisN> 
  <gbxScoreType>Configuración de puntaje</gbxScoreType> 
  <rbtScoreAnswer>Puntaje por respuesta correcta</rbtScoreAnswer> 
  <rbtScoreItem>Puntaje por valor de la opción</rbtScoreItem> 
  <lblScoreRight>Bien</lblScoreRight> 
  <lblScoreWrong>Mal</lblScoreWrong> 
  <clstAnswer_0>1/A</clstAnswer_0> 
  <clstAnswer_1>2/B</clstAnswer_1> 
  <clstAnswer_2>3/C</clstAnswer_2> 
  <clstAnswer_3>4/D</clstAnswer_3> 
  <clstAnswer_4>5/E</clstAnswer_4> 
  <clstAnswer_5>6/F</clstAnswer_5> 
  <clstAnswer_6>7/G</clstAnswer_6> 
  <clstAnswer_7>8/H</clstAnswer_7> 
  <clstAnswer_8>9/I</clstAnswer_8> 
  <clstAnswer_9>10/J</clstAnswer_9> 
  <dgvScore_0>No.</dgvScore_0> 
  <dgvScore_1>Puntaje</dgvScore_1> 
  <chkZeroScore>Puntaje Menos cuentan como cero</chkZeroScore> 
  <dgvScore_0>No.</dgvScore_0> 
  <dgvScore_1>Puntaje</dgvScore_1> 
  <dgvScore_2>No.</dgvScore_2> 
  <dgvScore_3>Puntaje</dgvScore_3> 
  <lblCorrectAnswer>Respuesta correcta</lblCorrectAnswer>
  </PanelChoise>
<PanelGrade>
  <gbxChoise>Configuración de evaluación</gbxChoise> 
  <lblChoiseOption>Número de Opciones</lblChoiseOption> 
  </PanelGrade>
 <PanelGroup>
  <gbxChoise>Configuración de la agrupación</gbxChoise> 
  <lblChoiseOption>Número de Equipos</lblChoiseOption> 
  </PanelGroup>
 <PanelJudge>
  <gbxScoreType>Configuración del puntaje</gbxScoreType> 
  <lblChoiseOption>Número de opciónes</lblChoiseOption> 
  <rbtScoreAnswer>Puntaje por respuesta correcta</rbtScoreAnswer> 
  <rbtScoreItem>Puntaje por valor de la opción</rbtScoreItem> 
  <lblScoreRight>Bien</lblScoreRight> 
  <lblScoreWrong>Mal</lblScoreWrong> 
  <clstAnswer_0>1 Sí</clstAnswer_0> 
  <clstAnswer_1>2 No</clstAnswer_1> 
  <dgvScore_0>No.</dgvScore_0> 
  <dgvScore_1>Puntaje</dgvScore_1> 
  <chkZeroScore>Puntaje Menos cuentan como cero</chkZeroScore> 
  <lblCorrectAnswer>Respuesta correcta</lblCorrectAnswer>
  </PanelJudge>
 <PanelOrder>
  <gbxChoise>Configuración de opciones</gbxChoise> 
  <lblChoiseOption>Número de Opciones</lblChoiseOption> 
  <lblChoiseLimit>Límite de Opciones</lblChoiseLimit> 
  <chkIisN>Debe teclear el límite elegido</chkIisN> 
  <gbxScoreType>Configuración de puntaje</gbxScoreType> 
  <rbtScoreAnswer>Puntaje por respuesta correcta</rbtScoreAnswer> 
  <rbtScoreItem>Puntaje por valor de la opción</rbtScoreItem> 
  <lblCorrectAnswer>Respuesta correcta (0 Representa 10)</lblCorrectAnswer> 
  <lblScoreRight>Bien</lblScoreRight> 
  <lblScoreWrong>Mal</lblScoreWrong> 
  </PanelOrder>
 <PanelPoll>
  <gbxChoise>Configuración de la encuesta</gbxChoise> 
  <lblChoiseOption>Candidato</lblChoiseOption> 
  <lblChoiseLimit>Contar límite</lblChoiseLimit> 
  <chkCanRepeat>Permitir Duplicados</chkCanRepeat> 
  <btnPollList>Lista de candidatos</btnPollList> 
  </PanelPoll>
 <PanelScore>
  <gbxScore>Configuración de puntaje</gbxScore> 
  <lblMax>Max.</lblMax> 
  <lblMin>Min.</lblMin> 
  <lblDecimal>Decimales</lblDecimal> 
  <gbxScoreCount>Configuración de puntaje total</gbxScoreCount> 
  <lblScoreRemoveMax>Eliminar puntaje mas alto</lblScoreRemoveMax> 
  <lblScoreRemoveMin>Eliminar puntaje mas bajo</lblScoreRemoveMin> 
  <lblScoreCountDec>Puntuaciones decimales</lblScoreCountDec> 
  <chkShowAvg>Calificación promedio</chkShowAvg> 
  <chkShowTotal>Puntaje Total</chkShowTotal> 
  <cboMax_Text_0>Sin Límite</cboMax_Text_0> 
  <cboMax_Text_1>10</cboMax_Text_1> 
  <cboMax_Text_2>100</cboMax_Text_2> 
  <cboMax_Text_3>1000</cboMax_Text_3> 
  <cboMax_Text_4>10000</cboMax_Text_4> 
  <cboMin_Text_0>Sin Límite</cboMin_Text_0> 
  <cboMin_Text_1>0</cboMin_Text_1> 
  <cboDec_Text_0>Sin Límite</cboDec_Text_0> 
  <cboDec_Text_1>0</cboDec_Text_1> 
  <cboDec_Text_2>1</cboDec_Text_2> 
  <cboDec_Text_3>2</cboDec_Text_3> 
  <cboDec_Text_4>3</cboDec_Text_4> 
  <Unrestricted>Sin Límite</Unrestricted> 
  <CheckMessage>Límite superior debe ser mayor que el límite inferior</CheckMessage> 
  </PanelScore>
 <PanelSignIn>
  <gbxSignIn>Modo de registro</gbxSignIn> 
  <rbtSignInModePress>Pulse una tecla</rbtSignInModePress> 
  <rbtSignInModeCode>Entre un código</rbtSignInModeCode> 
  <gbxItemText>Perzonalizar estado</gbxItemText> 
  </PanelSignIn>
<PanelVote>
  <gbxVote>Modo de voto</gbxVote> 
  <rbtItem3>Sí / No / Abstención</rbtItem3> 
  <rbtItem2>Sí / No</rbtItem2> 
  </PanelVote>
 <PanelNumber>
  <gbxScore>Configuración de los valores numéricos</gbxScore> 
  <lblMax>Límite superior</lblMax> 
  <lblMin>Limite inferior</lblMin> 
  <lblDecimal>Decimales</lblDecimal> 
  <gbxScoreType>Configuración de puntajes</gbxScoreType> 
  <lblCorrectAnswer>Respuesta correcta</lblCorrectAnswer> 
  <lblScoreRight>Bien</lblScoreRight> 
  <lblScoreWrong>Mal</lblScoreWrong> 
  <cboMax_Text_0>Sin Limite</cboMax_Text_0> 
  <cboMax_Text_1>10</cboMax_Text_1> 
  <cboMax_Text_2>100</cboMax_Text_2> 
  <cboMax_Text_3>1000</cboMax_Text_3> 
  <cboMax_Text_4>10000</cboMax_Text_4> 
  <cboMin_Text_0>Sin Limite</cboMin_Text_0> 
  <cboMin_Text_1>0</cboMin_Text_1> 
  <cboDec_Text_0>Sin Limite</cboDec_Text_0> 
  <cboDec_Text_1>0</cboDec_Text_1> 
  <cboDec_Text_2>1</cboDec_Text_2> 
  <cboDec_Text_3>2</cboDec_Text_3> 
  <cboDec_Text_4>3</cboDec_Text_4> 
  <CheckMessage>Las puntuaciones más bajas no permite más de Cap puntuaciones</CheckMessage> 
  <Unrestricted>Sin Límite</Unrestricted> 
  </PanelNumber>
 <rbSunVoteARS>
  <tabSunVoteARS>SunVote ARS PPT</tabSunVoteARS> 
  <grpHardware>Hardware</grpHardware> 
  <grpPPTEdit>Editar Diapositiva</grpPPTEdit> 
  <grpVoter>Participantes</grpVoter> 
  <grpReport>Análisis e Informes</grpReport> 
  <grpData>Los Datos de Respuesta</grpData> 
  <grpSystem>Configuración del Sistema y Ayuda</grpSystem> 
  <spbHardwareSet>Configuración del Hardware</spbHardwareSet> 
  <spbHardwareSet_Tip>Configuración del Hardware</spbHardwareSet_Tip> 
  <btnKeypadType>Tipo de Teclera</btnKeypadType> 
  <btnKeypadCountSet>Número de Tecleras</btnKeypadCountSet> 
  <btnKeypadTest>Probar Teclera</btnKeypadTest> 
  <btnKeypadReplace>Remplazar Teclera</btnKeypadReplace> 
  <btnChannelSet>Cambiar de Canal</btnChannelSet> 
  <btnDeviceSet>Configuración del Hardware</btnDeviceSet> 
  <chkKeypadOffNever>Prohibir Apagado Automático</chkKeypadOffNever> 
  <chkKeypadBeep>Pitido de la Teclera</chkKeypadBeep> 
  <btnKeypadShutdown>Apagado Remoto</btnKeypadShutdown> 
  <new>Insertar</new> 
  <PPTSlide>Diapositiva</PPTSlide> 
  <menuNewPPT_Tip>Insertar diapositivas de plantilla</menuNewPPT_Tip> 
  <btnSignIn>Registro</btnSignIn> 
  <menuGroup>Agrupamiento</menuGroup> 
  <btnGroupSex>Género</btnGroupSex> 
  <btnGroupCustom>... Costumbre</btnGroupCustom> 
  <btnGroup1>1 Equipo</btnGroup1> 
  <btnGroup2>2 Equipos</btnGroup2> 
  <btnGroup3>3 Equipos</btnGroup3> 
  <btnGroup4>4 Equipos</btnGroup4> 
  <btnGroup5>5 Equipos</btnGroup5> 
  <btnGroup6>6 Equipos</btnGroup6> 
  <btnGroup7>7 Equipos</btnGroup7> 
  <btnGroup8>8 Equipos</btnGroup8> 
  <btnGroup9>9 Equipos</btnGroup9> 
  <btnGroup10>10 Equipos</btnGroup10> 
  <menuChoiseSingle>Elección Individual</menuChoiseSingle> 
  <btnChoiceS1>1 Opción</btnChoiceS1> 
  <btnChoiceS2>2 Opciones</btnChoiceS2> 
  <btnChoiceS3>3 Opciones</btnChoiceS3> 
  <btnChoiceS4>4 Opciones</btnChoiceS4> 
  <btnChoiceS5>5 Opciones</btnChoiceS5> 
  <btnChoiceS6>6 Opciones</btnChoiceS6> 
  <btnChoiceS7>7 Opciones</btnChoiceS7> 
  <btnChoiceS8>8 Opciones</btnChoiceS8> 
  <btnChoiceS9>9 Opciones</btnChoiceS9> 
  <btnChoiceS10>10 Opciones</btnChoiceS10> 
  <menuChoiseMulti>Elección Múltiple</menuChoiseMulti> 
  <btnChoiceM2>2 Opciones</btnChoiceM2> 
  <btnChoiceM3>3 Opciones</btnChoiceM3> 
  <btnChoiceM4>4 Opciones</btnChoiceM4> 
  <btnChoiceM5>5 Opciones</btnChoiceM5> 
  <btnChoiceM6>6 Opciones</btnChoiceM6> 
  <btnChoiceM7>7 Opciones</btnChoiceM7> 
  <btnChoiceM8>8 Opciones</btnChoiceM8> 
  <btnChoiceM9>9 Opciones</btnChoiceM9> 
  <btnChoiceM10>10 Opciones</btnChoiceM10> 
  <menuJudge>Juez</menuJudge> 
  <btnJudgeYesNo>Sí / No</btnJudgeYesNo> 
  <btnJudgeTrueFalse>Verdadero / Falso</btnJudgeTrueFalse> 
  <btnJudgeRightWrong>Correcto / incorrecto</btnJudgeRightWrong> 
  <menuOrder>Prioridad o Secuencia</menuOrder> 
  <btnOrder2>2 Opciones</btnOrder2> 
  <btnOrder3>3 Opciones</btnOrder3> 
  <btnOrder4>4 Opciones</btnOrder4> 
  <btnOrder5>5 Opciones</btnOrder5> 
  <btnOrder6>6 Opciones</btnOrder6> 
  <btnOrder7>7 Opciones</btnOrder7> 
  <btnOrder8>8 Opciones</btnOrder8> 
  <btnOrder9>9 Opciones</btnOrder9> 
  <btnOrder10>10 Opciones</btnOrder10> 
  <btnNumber>Número Exacto</btnNumber> 
  <btnVote>Votar</btnVote> 
  <menuGrade>Escala Likert</menuGrade> 
  <btnGradeAgree2>De acuerdo / En desacuerdo</btnGradeAgree2> 
  <btnGradeAgree31>De acuerdo / Neutral / En desacuerdo</btnGradeAgree31> 
  <btnGradeAgree32>De acuerdo / Medianamente de acuerdo /En desacuerdo</btnGradeAgree32> 
  <btnGradeLevel3>Alto / Medio / Bajo</btnGradeLevel3> 
  <btnGradeNo3>+/0/-</btnGradeNo3> 
  <btnGradeNo5>++/+/0/-/--</btnGradeNo5> 
  <btnGradeGood4>Excelente / Bueno / Medio / Mal</btnGradeGood4> 
  <btnGradeSatisfy4>Satisfecho / Medianamente satisfecho / Insatisfecho / Abstención</btnGradeSatisfy4> 
  <btnGradeCustom>Personalizar ...</btnGradeCustom> 
  <btnScore>Puntaje</btnScore> 
  <btnPoll>Encuesta</btnPoll> 
  <btnAutoTest>AutoTest</btnAutoTest> 
  <menuInsertObject>Insertar Objeto</menuInsertObject> 
  <menuInsertObject_Tip>Inserte la pregunta</menuInsertObject_Tip> 
  <menuChart>Gráfico</menuChart> 
  <btnChartColumn>Vertical</btnChartColumn> 
  <btnChartBar>Horizontal</btnChartBar> 
  <btnChartPie>Circular</btnChartPie> 
  <btnChartColumn3D>3D Vertical</btnChartColumn3D> 
  <btnChartBar3D>3D Horizontal</btnChartBar3D> 
  <btnChartPie3D>3D Circular</btnChartPie3D> 
  <btnTime>Temporizador de cuenta regresiva</btnTime> 
  <btnDueCount>Participante</btnDueCount> 
  <btnVoterCount>Votante</btnVoterCount> 
  <menuVoteCount>Contador de respuesta (votado)</menuVoteCount> 
  <btnVoteCountNum>Número</btnVoteCountNum> 
  <btnVoteCountRate>Porcentaje</btnVoteCountRate> 
  <btnVoteCountNumRate>Número + Porcentaje</btnVoteCountNumRate> 
  <btnCorrectAnswer>Respuesta correcta</btnCorrectAnswer> 
  <menuRigntCount>Cuenta como bueno</menuRigntCount> 
  <btnRightCountNum>Número</btnRightCountNum> 
  <btnRightCountRate>Porcentaje</btnRightCountRate> 
  <btnRightCountNumRate>Número + Porcentaje</btnRightCountNumRate> 
  <btnScoreJudge>Puntos juez</btnScoreJudge> 
  <btnScoreAvg>Promedio de puntos</btnScoreAvg> 
  <btnScoreSum>Total de puntos</btnScoreSum> 
  <spbtnClearData>Restablecer</spbtnClearData> 
  <spbtnClearData_Tip>Haga clic para desactivar las respuestas en la diapositiva actual</spbtnClearData_Tip> 
  <btnClearCurrent>La diapositiva actual</btnClearCurrent> 
  <btnClearAll>Todas las diapositivas</btnClearAll> 
  <Hide>Ocultar</Hide> 
  <Panel>Panel de Configuración</Panel> 
  <Show>Mostrar</Show> 
  <tgbShowPanel_Tip>Ocultar el panel</tgbShowPanel_Tip> 
  <btnSetVoterCount>Teclado numérico de hardware</btnSetVoterCount> 
  <menuVoter>Participantes</menuVoter> 
  <menuVoter_Tip>Configuración de votantes</menuVoter_Tip> 
  <btnVoterImport>Importar una lista de participantes</btnVoterImport> 
  <btnVoterExport>Exportar la lista de participantes</btnVoterExport> 
  <btnVoterView>Ver la lista de participantes</btnVoterView> 
  <chkVoterEnabled>Utilice la lista de participantes</chkVoterEnabled> 
  <menuAnalyze>Análisis de Datos</menuAnalyze> 
  <menuAnalyze_Tip>Los informes de Excel</menuAnalyze_Tip> 
  <btnRateCorrect>Gráfico de la Votación</btnRateCorrect> 
  <btnRateOption>Gráficos Detallados</btnRateOption> 
  <btnAnalyzeSlideOption>Opciones de Comparación</btnAnalyzeSlideOption> 
  <btnAnalyzeSlideCross>2 Diapositivas Cruz de Comparación</btnAnalyzeSlideCross> 
  <btnAnalyzeSlideGroup>Comparación Demográfica</btnAnalyzeSlideGroup> 
  <btnRankVoter>Clasificación por Participantes</btnRankVoter> 
  <btnRankGroup>Clasificación por Equipos</btnRankGroup> 
  <btnRankScore>Clasificación por Puntaje</btnRankScore> 
  <btnRankPoll>Ranking de Encuestas</btnRankPoll> 
  <btnPollRank>Ranking de Encuestas</btnPollRank> 
  <menuReport>Informes</menuReport> 
  <menuReport_Tip>Los informes de Excel</menuReport_Tip> 
  <btnVoterDetail>Resultados por participante</btnVoterDetail> 
  <btnSlideResult>Resultados por pregunta</btnSlideResult> 
  <btnDataExport>Copia de Seguridad</btnDataExport> 
  <btnDataImport>Restaurar</btnDataImport> 
  <btnSystemSet>Configuración del Sistema</btnSystemSet> 
  <btnSystemSet_Tip>Configuración del Sistema</btnSystemSet_Tip> 
  <btnHelp>Ayuda</btnHelp> 
  <btnHelp_Tip>Abrir Archivo de ayuda</btnHelp_Tip> 
  <btnAbout>Acerca de</btnAbout> 
  <btnAbout_Tip>Acerca de</btnAbout_Tip> 
  <Man>Masculino</Man> 
  <Woman>Femenino</Woman> 
  <WarningInfo1>Esta operación va a limpiar la lista de participantes actual, ¿desea continuar?</WarningInfo1> 
  <Warning>Advertencia</Warning> 
  <ShutWarning>Sistema prohíbe apagado automático, poweroff por la fuerza o no?</ShutWarning> 
  <ClearCurrWarning>Se borrará los datos actuales de la respuesta de diapositivas, ¿quieres que continúe?</ClearCurrWarning> 
  <ClearAllWarning>Se borrarán todos los datos de respuesta de diapositivas, ¿quieres continuar?</ClearAllWarning> 
  <successisderiveds>Respuesta de copia de seguridad de los datos de éxito!</successisderiveds> 
  <btnImportResponseMessage>Esta operación se referirá a los datos actuales, no desea continuar?</btnImportResponseMessage> 
  <prompt>Preguntar</prompt> 
  <Documents>El Archivo se restauró</Documents> 
  <RestoreError>La pérdida de datos se permite restaurar</RestoreError> 
  </rbSunVoteARS>
	<FrmAboutUs>
		<FrmAboutUs>About Us</FrmAboutUs>
		<lblName>Soft Name:</lblName>
		<lblSysSoftName>SunVote Audience Response System(Standard)</lblSysSoftName>
		<lblVer>Version:</lblVer>
		<lblSysVer>32bit(Beta)</lblSysVer>
		<lblVerNo>Revision:</lblVerNo>
		<lblVerNoInfo>1.2.3.0</lblVerNoInfo>
		<lblEmail>Mail Box:</lblEmail>
		<lblEmailInfo>support@sunvote.com.cn</lblEmailInfo>
		<lblService>Sales Tel:</lblService>
		<lblSEmail>Email:</lblSEmail>
                            <lblSupport>Support Tel:</lblSupport>
		<lblSIEmailInfo>sales@sunvote.com.cn</lblSIEmailInfo>
		<lblSite>Website:</lblSite>
		<lblSiteInfo>http://www.sunvote.com.cn/</lblSiteInfo>
		<lblCopyRight>Copyright@</lblCopyRight>
		<lblCopyRightInfo>SunSky Corporation.All rights Reserved</lblCopyRightInfo>
	</FrmAboutUs>
 <FrmAnalyzeRateCorrect>
  <FrmAnalyzeRateCorrect>Gráfico de la Votación</FrmAnalyzeRateCorrect> 
  <lvwSlide_0>No.</lvwSlide_0> 
  <lvwSlide_1>Pregunta</lvwSlide_1> 
  <gbxChartLabel>Etiquetas de la Tabla</gbxChartLabel> 
  <rbtChartDataLabel1>Número</rbtChartDataLabel1> 
  <rbtChartDataLabel2>Porcentaje</rbtChartDataLabel2> 
  <rbtChartDataLabel3>Número, Porcentaje</rbtChartDataLabel3> 
  <rbtChartDataLabel4>Ocultar</rbtChartDataLabel4> 
  <groupBox1>Tipo de gráfico</groupBox1> 
  <rbtChartType1>Circular</rbtChartType1> 
  <rbtChartType3D1>Circular 3D</rbtChartType3D1> 
  <rbtChartType2>Vertical</rbtChartType2> 
  <rbtChartType3D2>3D Vertical</rbtChartType3D2> 
  <rbtChartType3>Horizontal</rbtChartType3> 
  <rbtChartType3D3>3D Horizontal</rbtChartType3D3> 
  <lblInfo>Pantalla Completa (Haga doble click en el gráfico)</lblInfo> 
  <btnClose>Cerrar</btnClose> 
  <btnShowFull>Full Screen Display (Double Click on Chart)</btnShowFull> 
  <lblLegentCorrect>Bien</lblLegentCorrect> 
  <lblLegentWrong>Mal</lblLegentWrong> 
  </FrmAnalyzeRateCorrect>
<FrmAnalyzeRateOption>
  <FrmAnalyzeRateOption>Gráficos Detallados</FrmAnalyzeRateOption> 
  <lvwSlide_0>No.</lvwSlide_0> 
  <lvwSlide_1>Pregunta</lvwSlide_1> 
  <lvwOptionRate_0>Resultados de la Opción</lvwOptionRate_0> 
  <lvwOptionRate_1>Conteo / Porcentaje</lvwOptionRate_1> 
  <gbxChartLabel>Etiqueta Numerica</gbxChartLabel> 
  <rbtChartDataLabel1>Número</rbtChartDataLabel1> 
  <rbtChartDataLabel2>Porcentaje</rbtChartDataLabel2> 
  <rbtChartDataLabel3>Número, Porcentaje</rbtChartDataLabel3> 
  <rbtChartDataLabel4>Ocultar</rbtChartDataLabel4> 
  <groupBox1>Tipo de gráfico</groupBox1> 
  <rbtChartType1>Circular</rbtChartType1> 
  <rbtChartType3D1>Circular 3D</rbtChartType3D1> 
  <rbtChartType2>Vertical</rbtChartType2> 
  <rbtChartType3D2>3D Vertical</rbtChartType3D2> 
  <rbtChartType3>Horizontal</rbtChartType3> 
  <rbtChartType3D3>3D Horizontal</rbtChartType3D3> 
  <lblInfo>Nota: Haga doble clic en el gráfico de Pantalla Completa</lblInfo> 
  <btnClose>Cerrar</btnClose> 
  <btnShowFull>Pantalla Completa (Haga doble click en el gráfico)</btnShowFull> 
  </FrmAnalyzeRateOption>
 <FrmAnalyzeSlide>
  <FrmAnalyzeSlide>Opciones de Comparación</FrmAnalyzeSlide> 
  <lblSlide>Por favor, elija dos preguntas</lblSlide> 
  <lvwSlide_1>Pregunta</lvwSlide_1> 
  <gbxChartLabel>Etiquetas de la Tabla</gbxChartLabel> 
  <rbtChartDataLabel1>Número</rbtChartDataLabel1> 
  <rbtChartDataLabel2>Porcentaje</rbtChartDataLabel2> 
  <rbtChartDataLabel3>Número, Porcentaje</rbtChartDataLabel3> 
  <rbtChartDataLabel4>Ocultar</rbtChartDataLabel4> 
  <groupBox1>Tipo de gráfico</groupBox1> 
  <rbtChartType1>Circular</rbtChartType1> 
  <rbtChartType3D1>Circular 3D</rbtChartType3D1> 
  <rbtChartType2>Vertical</rbtChartType2> 
  <rbtChartType3D2>3D Vertical</rbtChartType3D2> 
  <rbtChartType3>Horizontal</rbtChartType3> 
  <rbtChartType3D3>3D Horizontal</rbtChartType3D3> 
  <lblInfo>Nota: Haga doble clic en el gráfico de Pantalla Completa</lblInfo> 
  <btnClose>Cerrar</btnClose> 
  <btnShowFull>Pantalla Completa (Haga doble click en el gráfico)</btnShowFull> 
  </FrmAnalyzeSlide>
 <FrmAnalyzeSlideGroup>
  <FrmAnalyzeSlideGroup>Comparación Demográfica</FrmAnalyzeSlideGroup> 
  <lvwSlide_0>No.</lvwSlide_0> 
  <lvwSlide_1>Elige una diapositiva de pregunta</lvwSlide_1> 
  <lvwGroup_0>No</lvwGroup_0> 
  <lvwGroup_1>Información del grupo</lvwGroup_1> 
  <lblGroup>Elegir la demografía</lblGroup> 
  <gbxChartLabel>Etiquetas de la Tabla</gbxChartLabel> 
  <rbtChartDataLabel1>Número</rbtChartDataLabel1> 
  <rbtChartDataLabel2>Porcentaje</rbtChartDataLabel2> 
  <rbtChartDataLabel3>Número, Porcentaje</rbtChartDataLabel3> 
  <rbtChartDataLabel4>Ocultar</rbtChartDataLabel4> 
  <groupBox1>Tipo de gráfico</groupBox1> 
  <rbtChartType1>Circular</rbtChartType1> 
  <rbtChartType3D1>Circular 3D</rbtChartType3D1> 
  <rbtChartType2>Vertical</rbtChartType2> 
  <rbtChartType3D2>3D Vertical</rbtChartType3D2> 
  <rbtChartType3>Horizontal</rbtChartType3> 
  <rbtChartType3D3>3D Horizontal</rbtChartType3D3> 
  <lblInfo>Nota: Haga doble clic en el gráfico de Pantalla Completa</lblInfo> 
  <btnInvert>Invertir opción de contraste</btnInvert> 
  <btnClose>Cerrar</btnClose> 
  <btnShowFull>Pantalla Completa (Haga doble click en el gráfico)</btnShowFull> 
  </FrmAnalyzeSlideGroup>
 <FrmRankScore>
  <FrmRankScore>Clasificación por puntaje</FrmRankScore> 
  <dgvRank_0>Clasificación</dgvRank_0> 
  <dgvRank_1>Clasificación de objetos</dgvRank_1> 
  <dgvRank_2>Calificación promedio</dgvRank_2> 
  <dgvRank_3>Puntaje total</dgvRank_3> 
  <chkSelectAllSlide>Seleccionar todo - Pregunta</chkSelectAllSlide> 
  <lvwSlide_0 /> 
  <lvwSlide_1>Pregunta</lvwSlide_1> 
  <lblRankItem>Artículo Clasificación</lblRankItem> 
  <clbRankItem_0>Calificación promedio</clbRankItem_0> 
  <clbRankItem_1>Puntaje total</clbRankItem_1> 
  <gbxOrderBy>Estadísticas</gbxOrderBy> 
  <rbtByScoreAvg>Puntaje media</rbtByScoreAvg> 
  <rbtByScoreSum>Puntaje total</rbtByScoreSum> 
  <rbtByScore>Puntaje</rbtByScore> 
  <rbtByCorrectRate>Porcentaje</rbtByCorrectRate> 
  <chkBySpeed>Velocidad</chkBySpeed> 
  <btnShowFull>Pantalla Completa</btnShowFull> 
  <btnExport>Reporte en Excel</btnExport> 
  <btnClose>Cerrar</btnClose> 
  </FrmRankScore>
 <FrmRankVoter>
  <FrmRankVoter>Clasificación por Participantes</FrmRankVoter> 
  <dgvRank_0>Clasificación</dgvRank_0> 
  <dgvRank_1>Teclera N º</dgvRank_1> 
  <dgvRank_2>Nombre</dgvRank_2> 
  <dgvRank_3>Puntaje</dgvRank_3> 
  <ChkSelectAllSlide>Seleccionar todas las preguntas</ChkSelectAllSlide> 
  <lvwSlide_0>No.</lvwSlide_0> 
  <lvwSlide_1>Pregunta</lvwSlide_1> 
  <lblVoterListField>Mostrar votantes por:</lblVoterListField> 
  <clbRosterField_0>Teclera</clbRosterField_0> 
  <clbRosterField_1>Nombre</clbRosterField_1> 
  <clbRosterField_2>Departamento</clbRosterField_2> 
  <lblRankItem>Artículo Clasificación</lblRankItem> 
  <clbSortField_0>Puntaje</clbSortField_0> 
  <clbSortField_1>Preguntas correctamente contestadas</clbSortField_1> 
  <clbSortField_2>Velocidad de la respuesta</clbSortField_2> 
  <gbxOrderBy>Estadísticas</gbxOrderBy> 
  <rbtByScore>Puntaje</rbtByScore> 
  <rbtByCorrectRate>Porcentaje</rbtByCorrectRate> 
  <rbtByCorrectCount>Aciertos</rbtByCorrectCount> 
  <chkBySpeed>Velocidad</chkBySpeed> 
  <btnShowFull>Pantalla Completa</btnShowFull> 
  <btnExport>Reporte en Excel</btnExport> 
  <btnClose>Cerrar</btnClose> 
  <KeypadID>Teclera</KeypadID> 
  </FrmRankVoter>
 <FrmCanVoteSlideResult>
  <FrmCanVoteSlideResult>Votantes especificados por la opción</FrmCanVoteSlideResult> 
  <lblSlide>Diapositiva</lblSlide> 
  <lvwSlide_0>No.</lvwSlide_0> 
  <lvwSlide_1>Diapositiva Asunto</lvwSlide_1> 
  <lblOption>Solo se permite que el votante inscrito pueda votar</lblOption> 
  <lvwOption_0>No.</lvwOption_0> 
  <lvwOption_1>Opción</lvwOption_1> 
  <btnSelectAll>Seleccionar todo</btnSelectAll> 
  <btnSelectCorrect>Ver Respuesta correcta</btnSelectCorrect> 
  <btnOK>Aceptar</btnOK> 
  <btnCancel>Cancelar</btnCancel> 
  <Correct>Corregir</Correct> 
  <CorrectAnswer>Respuesta correcta</CorrectAnswer> 
  <UpdatePrompt>El cambio de información del votante, borrará las respuestas en la diapositiva actual, ¿desea continuar?</UpdatePrompt> 
  <UpdateSave>La autorización de los votantes se ha modificado, ¿quieres guardarlo?</UpdateSave> 
  <rbtOr>Contiene opciones</rbtOr> 
  <rbtAnd>Opciones de Igualdad</rbtAnd> 
  </FrmCanVoteSlideResult>
 <FrmCanVoteVoterGroup>
  <FrmCanVoteVoterGroup>Votantes especificados por la lista de nombres</FrmCanVoteVoterGroup> 
  <lblSlide>Lista de Nombres</lblSlide> 
  <lblGroup>Solo votante inscrito puede votar</lblGroup> 
  <lvwOption_0>No.</lvwOption_0> 
  <lvwSlide_0>No.</lvwSlide_0> 
  <lvwSlide_1>Nombre del campo</lvwSlide_1> 
  <lvwGroup_0> Valores del campo</lvwGroup_0> 
  <btnSelectAll>Seleccionar todo</btnSelectAll> 
  <btnOK>Aceptar</btnOK> 
  <btnCancel>Cancelar</btnCancel> 
  <UpdatePrompt>El cambio de información del votante, borrará las respuestas en la diapositiva actual, ¿desea continuar?</UpdatePrompt> 
  <UpdateSave>La autorización de los votantes se ha modificado, ¿quieres guardarlo?</UpdateSave> 
  <Correct>Corregir</Correct> 
  <CorrectAnwser>Respuesta Correcta</CorrectAnwser> 
  </FrmCanVoteVoterGroup>
 <FrmChannelReplace>
  <FrmChannelReplace>Cambio del canal Base</FrmChannelReplace> 
  <lblChannelNowLB>Canal actual</lblChannelNowLB> 
  <lblKeypadNewLB>Cambie a</lblKeypadNewLB> 
  <btnOK>Cambiar de canal</btnOK> 
  <btnCancel>Cerrar</btnCancel> 
  <ChangeSuccess>Canal ha cambiado</ChangeSuccess> 
  <prompt>Preguntar</prompt> 
  </FrmChannelReplace>
 <FrmDeviceSet>
  <FrmDeviceSet>Configuración del hardware</FrmDeviceSet> 
  <tpgBaseInfo>Configuración de la Estación Base</tpgBaseInfo> 
  <tpgKeypadInfo>Teclera Info</tpgKeypadInfo> 
  <dgvBaseList_0>Lista de Estaciones Base</dgvBaseList_0> 
  <dgvBaseList_1>Identificación</dgvBaseList_1> 
  <dgvBaseList_2>Canal</dgvBaseList_2> 
  <dgvBaseList_3>IP</dgvBaseList_3> 
  <dgvBaseList_4>Tipo</dgvBaseList_4> 
  <dgvBaseList_5>N de serie</dgvBaseList_5> 
  <dgvBaseList_6>Match Mode***</dgvBaseList_6>
  <dgvBaseList_7>Estado de la conexión</dgvBaseList_7> 
  <lblBaseConnectType>Tipo de conexión</lblBaseConnectType> 
  <rbxBaseConnectUSB>USB</rbxBaseConnectUSB> 
  <rbxBaseConnectTCP>TCP/IP</rbxBaseConnectTCP> 
  <chkMultiBase>Habilitar estaciones Multi Base</chkMultiBase> 
  <btnBaseConnect>Reconectar</btnBaseConnect> 
  <btnBaseDisconnect>Desconectar</btnBaseDisconnect> 
  <btnClose>Cerrar</btnClose> 
  <Succeed>Éxito</Succeed> 
  <CheckMessage>Más que una estación base debe ser usado en el modo Multi Estación Base</CheckMessage> 
  <CheckChannelFormat>Canal de error de formato</CheckChannelFormat> 
  <CheckChannelRange>Marco canal está fuera de rango</CheckChannelRange> 
  <CheckChannelExist>Canal ocupado, por favor utilice otro.</CheckChannelExist> 
  <CheckIPFormat>Formato IP incorrecta</CheckIPFormat> 
  <CheckIPExist>Prohibir IP repetida.</CheckIPExist> 
  <gbxKeypadInfo>Teclera Info</gbxKeypadInfo> 
  <gbxKeypadID>Teclera ID</gbxKeypadID> 
  <gbxKeypadSN>N de serie de la teclera</gbxKeypadSN> 
  <gbxHelpKeypadInfoRead>Ayuda</gbxHelpKeypadInfoRead> 
  <lblHelpKeypadInfoRead1>Función: Lee información de la teclera</lblHelpKeypadInfoRead1> 
  <lblHelpKeypadInfoRead2>Paso 1: Haga clic en "Leer Info de Teclera"</lblHelpKeypadInfoRead2> 
  <lblHelpKeypadInfoRead3>Paso 2: presione la tecla "OK" en la teclera hasta que la operación resulte con éxito</lblHelpKeypadInfoRead3> 
  <btnKeypadInfoRead>Leer Info de Teclera</btnKeypadInfoRead> 
  <btnKeypadInfoRead_Start>Start To Read</btnKeypadInfoRead_Start> 
  <btnKeypadInfoRead_Stop>Stop Reading</btnKeypadInfoRead_Stop> 
  <MatchModeLab>Match Mode***</MatchModeLab>
  <MatchMode1>Match Mode***</MatchMode1>
  <MatchMode2>Free Mode***</MatchMode2>
  </FrmDeviceSet>
 <FrmKeypadCountSet>
  <FrmKeypadCountSet>Establecer Número de Votantes</FrmKeypadCountSet> 
  <lblMemberNumber>Número de Votantes</lblMemberNumber> 
  <lblHelpKeypadZone1>Rango de teclera válido</lblHelpKeypadZone1> 
  <lblHelpKeypadZone2>Separe con ",", o indicar el número continua con "-",</lblHelpKeypadZone2> 
  <lblHelpKeypadZone3>EJEMPLO,: "1, 2, 3, 11-20"</lblHelpKeypadZone3> 
  <btnOK>Aceptar</btnOK> 
  <btnCancel>Cancelar</btnCancel> 
  <Message1>Introduce un error de rango de formato, por favor, vuelva a introducir.</Message1> 
  <Message2>Fuera de Identificación de rango de teclera.</Message2> 
  <Message3>Tecleras no es menor que el número de votantes, por favor reinicie.</Message3> 
  <SaveKeypadCountSet>Lista activada actualmente, la operación desactivará la lista ¿Desea continuar?</SaveKeypadCountSet>
  </FrmKeypadCountSet>
 <FrmKeypadReplace>
  <FrmKeypadReplace>Remplazar Teclera</FrmKeypadReplace> 
  <lblKeypadIDOld>Identificar  teclera</lblKeypadIDOld> 
  <lblKeypadIDNew>Sustituir por</lblKeypadIDNew> 
  <btnOK>Remplazar Teclera</btnOK> 
  <btnCancel>Cancelar</btnCancel> 
  <ReplaceSuccess>La teclera está sustituida</ReplaceSuccess> 
  <ReplaceMassage0>Identificación reemplazo de teclera y el ID de teclera original debe ser diferente</ReplaceMassage0> 
  <ReplaceMassage1>Teclera de repuesto no válido</ReplaceMassage1> 
  <ReplaceMassage2>Teclera en uso</ReplaceMassage2> 
  <prompt>Preguntar</prompt> 
  </FrmKeypadReplace>
 <FrmKeypadShutdown>
  <FrmKeypadShutdown>Apagado remoto</FrmKeypadShutdown> 
  <btnKeypadShutdown>Inicio Apagado</btnKeypadShutdown> 
  <btnClose>Cerrar</btnClose> 
  <txtInfo>Apagado</txtInfo> 
  <txtInfo1>Apagado</txtInfo1> 
  <txtInfo2>Semont apagado con éxito</txtInfo2> 
  </FrmKeypadShutdown>
 <FrmKeypadTest>
  <FrmKeypadTest>Prueba de teclera</FrmKeypadTest> 
  <lblOnline>En línea:</lblOnline> 
  <lblOffline>Desconectado:</lblOffline> 
  <lblELV>Débil actual:</lblELV> 
  <lblBaseList>Lista de Estaciones Base</lblBaseList> 
  <lblTestType>Tipo de prueba</lblTestType> 
  <cobTestType_Text_0>En prueba de potencia en línea</cobTestType_Text_0> 
  <cobTestType_Text_1>Prueba de voto automático</cobTestType_Text_1> 
  <btnKeypadTest>Probar</btnKeypadTest> 
  <btnKeypadTest_Start>Iniciar prueba</btnKeypadTest_Start> 
  <btnKeypadTest_Stop>Detener</btnKeypadTest_Stop> 
  <cobBaseList>Todas las estaciones base</cobBaseList> 
  <btnExit>Salida</btnExit> 
  </FrmKeypadTest>
<FrmKeypadType>
  <FrmKeypadType>Teclado Tipo</FrmKeypadType> 
  <lblKeypadType>Teclado Tipo</lblKeypadType> 
  <lblKeypadInfo_M50>M50 keypad: Tamaño tarjeta de crédito, delgadas y ligeras, múltiples funciones, y funciona con dos pilas tipo CR2032, botones fáciles de utilizar y transportar, ideal para el aprendizaje interactivo, la puntaje de la competencia, la votación personal, etc en el mundo corporativo</lblKeypadInfo_M50> 
  <lblKeypadInfo_M52>M52 keypad: Tamaño tarjeta de crédito, delgadas y ligeras, múltiples funciones, y funciona con dos pilas tipo CR2032, botones fáciles de utilizar y transportar, ideal para el aprendizaje interactivo, la puntaje de la competencia, la votación personal, etc en el mundo corporativo</lblKeypadInfo_M52> 
  <lblKeypadInfo_M52Plus>M52Plus keypad: Tamaño tarjeta de crédito, delgadas y ligeras, múltiples funciones, y funciona con dos pilas tipo CR2032, botones fáciles de utilizar y transportar, ideal para el aprendizaje interactivo, la puntaje de la competencia, la votación personal, etc en el mundo corporativo</lblKeypadInfo_M52Plus> 
  <btnOK>Aceptar</btnOK> 
  <btnCancel>Cancelar</btnCancel> 
  <txtInfo2>El éxito de Power Off remoto</txtInfo2> 
  <cboKeypadType_Text_0>M52</cboKeypadType_Text_0> 
  <cboKeypadType_Text_1>M50</cboKeypadType_Text_1> 
  </FrmKeypadType>
 <FrmPollList>
  <FrmPollList>Lista de candidatos</FrmPollList> 
  <dgvVoterList_0>No.</dgvVoterList_0> 
  <dgvVoterList_1>Candidato</dgvVoterList_1> 
  <btnInsert>Insertar</btnInsert> 
  <btnDelete>Borrar</btnDelete> 
  <btnSave>Guardar</btnSave> 
  <btnImport>Importar</btnImport> 
  <btnExport>Exportar</btnExport> 
  <btnClose>Cerrar</btnClose> 
  <CheckMessage1>Sólo se puede introducir un ID de candidato en los números, por favor, modifique la lista de candidatos</CheckMessage1> 
  <CheckMessage2>ID de candidato no puede estar vacía, por favor, modifique la lista de candidatos</CheckMessage2> 
  <CheckMessage3>Duplicar ID de candidato, por favor, modifique la lista de candidatos</CheckMessage3> 
  <SavePollList>¿Quieres guardar la lista de participantes?</SavePollList> 
  <ExcelTitle>Lista de candidatos</ExcelTitle> 
  <ExportSucceed>Exportación de éxito</ExportSucceed> 
  <SaveSuccess>Save Ok</SaveSuccess> 
  <lblExcel>Nota: Por favor, asegúrese de que la primera fila es la cabeza de lista, y la primera columna es numérica.</lblExcel> 
  <ImportSuccess>Éxito de la importación</ImportSuccess> 
  <ImportFail>Error al importar</ImportFail> 
  <ImportData>Importación de datos</ImportData> 
  </FrmPollList>
<FrmRankGroup>
  <FrmRankGroup>Clasificación por Equipos</FrmRankGroup> 
  <dgvRank_0>Clasificación</dgvRank_0> 
  <dgvRank_1>Nombre del grupo</dgvRank_1> 
  <dgvRank_2>Miembro Conde</dgvRank_2> 
  <chkSelectAllSlide>Seleccionar todo de preguntas</chkSelectAllSlide> 
  <lvwSlide_0>No.</lvwSlide_0> 
  <lvwSlide_1>Pregunta</lvwSlide_1> 
  <lblGroup>Agrupamiento</lblGroup> 
  <lblRankItem>Ranking del artículo</lblRankItem> 
  <clbSortField_AgvScore>Calificación promedio</clbSortField_AgvScore> 
  <clbSortField_AgvCorrect>Corrige medio</clbSortField_AgvCorrect> 
  <clbSortField_AgvSpeed>Velocidad media de respuesta</clbSortField_AgvSpeed> 
  <clbSortField_TotalScore>Puntaje total</clbSortField_TotalScore> 
  <clbSortField_TotalCorrect>Total correcto</clbSortField_TotalCorrect> 
  <clbSortField_TotalSpeed>Velocidad de respuesta total</clbSortField_TotalSpeed> 
  <lblGroupType>Información del grupo</lblGroupType> 
  <lblGroupItem>Puntaje (media)</lblGroupItem> 
  <gbxOrderBy>Estadísticas (promedio)</gbxOrderBy> 
  <rbtByScore>Puntaje (promedio)</rbtByScore> 
  <rbtByCorrectRate>Porcentaje (Promedio)</rbtByCorrectRate> 
  <rbtByCorrectCount>Aciertos (promedio)</rbtByCorrectCount> 
  <rbtByCorrectCountSum>Aciertos (Suma)</rbtByCorrectCountSum>
  <chkBySpeed>Velocidad</chkBySpeed> 
  <cboRosterField>Teclado Tipo</cboRosterField> 
  <btnShowFull>Pantalla Completa</btnShowFull> 
  <btnExport>Reporte en Excel</btnExport> 
  <btnClose>Cerrar</btnClose> 
  </FrmRankGroup>
 <FrmRankPoll>
  <FrmRankPoll>Ranking de Encuestas</FrmRankPoll> 
  <dgvRank_0>Clasificación</dgvRank_0> 
  <dgvRank_1>Número Teclera</dgvRank_1> 
  <dgvRank_2>Candidato</dgvRank_2> 
  <dgvRank_3>Votos</dgvRank_3> 
  <btnShowFull>Pantalla Completa</btnShowFull> 
  <btnExport>Reporte en Excel</btnExport> 
  <btnClose>Cerrar</btnClose> 
  <lvwSlide_0>No.</lvwSlide_0> 
  <lvwSlide_1>Pregunta</lvwSlide_1> 
  </FrmRankPoll>
 <FrmReport>
  <FrmReport>Informe</FrmReport> 
  <tpgVoteDetail>Resultados por participante</tpgVoteDetail> 
  <dgvVoteDetail_T_Index>Diapositiva N º</dgvVoteDetail_T_Index> 
  <dgvVoteDetail_TT_ID>Tipo de diapositiva</dgvVoteDetail_TT_ID> 
  <dgvVoteDetail_T_Note>Pregunta</dgvVoteDetail_T_Note> 
  <dgvVoteDetail_V_KeypadID>Teclera N º</dgvVoteDetail_V_KeypadID> 
  <dgvVoteDetail_R_Result>Respuesta</dgvVoteDetail_R_Result> 
  <dgvVoteDetail_R_Score>Puntaje</dgvVoteDetail_R_Score> 
  <dgvVoteDetail_R_Correct>Acierto</dgvVoteDetail_R_Correct> 
  <dgvVoteDetail_R_Speed>Velocidad de respuesta</dgvVoteDetail_R_Speed> 
  <dgvVoteDetail_R_Time>Fecha de la votación</dgvVoteDetail_R_Time> 
  <tpgVoteResult>Resultados por pregunta</tpgVoteResult> 
  <dgvVoteResult_T_Index>Diapositiva N º</dgvVoteResult_T_Index> 
  <dgvVoteResult_TT_ID>Tipo de diapositiva</dgvVoteResult_TT_ID> 
  <dgvVoteResult_T_Title>Título</dgvVoteResult_T_Title> 
  <dgvVoteResult_VoterCount>Votantes</dgvVoteResult_VoterCount> 
  <dgvVoteResult_SubmitCount>Conteo</dgvVoteResult_SubmitCount> 
  <dgvVoteResult_T_Note>Preguntas y respuestas</dgvVoteResult_T_Note> 
  <btnExport>Exportar</btnExport> 
  <btnExit>Salida</btnExit> 
  </FrmReport>
 <FrmSystemSet>
  <FrmSystemSet>Configuración del Sistema</FrmSystemSet> 
  <tpgSystemSet>Idioma</tpgSystemSet> 
  <gbxLanguage>Idioma del sistema</gbxLanguage> 
  <tpgOprate>Funcionamiento</tpgOprate> 
  <gbxAutoPage>Automáticamente el cambio de diapositivas</gbxAutoPage> 
  <chkTimeOut>Cuando finaliza la cuenta regresiva</chkTimeOut> 
  <chkAllVoted>Cuando todos los votos se recogen</chkAllVoted> 
  <gbxRemoteControl>PPT configuración del control remoto</gbxRemoteControl> 
  <chkRemoteControlEnabled>Habilitar el control remoto 50R</chkRemoteControlEnabled> 
  <tpgSoundSet>Ajustes de Sonido</tpgSoundSet> 
  <lvwSound_0>Categoría</lvwSound_0> 
  <lvwSound_1>Nombre del archivo</lvwSound_1> 
  <lvwSound_Item_0>Música de fondo</lvwSound_Item_0> 
  <lvwSound_Item_1>Recolección de votos</lvwSound_Item_1> 
  <btnSoundBrowse>Examinar ...</btnSoundBrowse> 
  <btnSoundPlay>Escuchar</btnSoundPlay> 
  <btnSoundStop>Detener</btnSoundStop> 
  <btnOK>Aceptar</btnOK> 
  <btnCancel>Cancelar</btnCancel> 
  <gbAddinType>Tipo de carga Addin Marco</gbAddinType> 
  <rbAuto>Al abrir Power Point</rbAuto> 
  <rbShotcut>Por acceso directo</rbShotcut> 
  <lblInfo>Nota: los administradores de Addin tipo de carga sólo se puede modificar</lblInfo> 
  <lblChartShow>Gráfico en pantalla</lblChartShow> 
  <cboChartShow_Text_0>Despues de votar</cboChartShow_Text_0> 
  <cboChartShow_Enum_0>csStop</cboChartShow_Enum_0> 
  <cboChartShow_Text_1>Antes de votar</cboChartShow_Text_1> 
  <cboChartShow_Enum_1>csStart</cboChartShow_Enum_1> 
  <cboChartShow_Text_2>Operación Manual</cboChartShow_Text_2> 
  <cboChartShow_Enum_2>csHandle</cboChartShow_Enum_2> 
  <gbDemo>Modo Demo</gbDemo> 
  <chkDemo>Activar el modo de demostración</chkDemo> 
  <grbChart>Tabla de ajuste</grbChart> 
  <btnChartSet>Aplicar a todos</btnChartSet> 

 <tpgSetAll>Configuración General</tpgSetAll>
                            <grbVoteSet>Configuración de Voto</grbVoteSet>
                            <chkNameMode>Tipo de votante:</chkNameMode>
                            <cboNameMode_Text_0>Conocido</cboNameMode_Text_0>
                            <cboNameMode_Text_1>Anónimo</cboNameMode_Text_1>
                            <gbKeySet>Parametros de la teclera</gbKeySet>
                            <chkSubmitMode>Presentar modo:</chkSubmitMode>
		<cboSubmitMode_Text_0>Pulse Aceptar para enviar</cboSubmitMode_Text_0>
		<cboSubmitMode_Text_1>Envío automático</cboSubmitMode_Text_1>
                            <chkModifyMode>Cambiar modo:</chkModifyMode>
		<cboModifyMode_Text_0>Revisable</cboModifyMode_Text_0>
		<cboModifyMode_Text_1>No Revisable</cboModifyMode_Text_1>
                            <chkOptionMode>Opción de formato:</chkOptionMode>
                            <cboOptionMode_Text_0>1234</cboOptionMode_Text_0>
                            <cboOptionMode_Text_1>ABCD</cboOptionMode_Text_1>
                            <gbChartSet>Configuración de la Diapositiva</gbChartSet>
                            <chkChartType>Tipo de gráfico:</chkChartType>
                            <chkLableType>Etiqueta:</chkLableType>
                            <chkChartShow>Gráfico en pantalla:</chkChartShow>
                            <chkCharRate>Porcentaje:</chkCharRate>
                            <chk3DShow>Visualización:</chk3DShow>
                            <cboShowType_Text_0>Mostrar en 2D</cboShowType_Text_0>
                            <cboShowType_Text_1>Mostrar en 3D</cboShowType_Text_1>
                            <btnChartColor>Opciones de Fuente y Marco</btnChartColor>
		 <cboChartType_Text_0>Vertical</cboChartType_Text_0> 
                             <cboChartType_Enum_0>ctColumn</cboChartType_Enum_0> 
                             <cboChartType_Text_1>Horizontal</cboChartType_Text_1> 
                             <cboChartType_Enum_1>ctBar</cboChartType_Enum_1> 
                             <cboChartType_Text_2>Circular</cboChartType_Text_2> 
                             <cboChartType_Enum_2>ctPie</cboChartType_Enum_2> 
                             <cboChartLabel_Text_0>#</cboChartLabel_Text_0> 
                             <cboChartLabel_Enum_0>ltNumberValue</cboChartLabel_Enum_0> 
                             <cboChartLabel_Text_1>0.0%</cboChartLabel_Text_1> 
                             <cboChartLabel_Enum_1>ltPercent</cboChartLabel_Enum_1> 
                             <cboChartLabel_Text_2>#+0.0%</cboChartLabel_Text_2> 
                             <cboChartLabel_Enum_2>ltNumberValueAndPercent</cboChartLabel_Enum_2> 
                             <cboChartLabel_Text_3>Sin etiqueta</cboChartLabel_Text_3> 
                             <cboChartLabel_Enum_3>ltNone</cboChartLabel_Enum_3> 
                             <cboChartShow_Text_0>Despues de votar</cboChartShow_Text_0> 
                            <cboChartShow_Enum_0>csStop</cboChartShow_Enum_0> 
                            <cboChartShow_Text_1>Antes de votar</cboChartShow_Text_1> 
                            <cboChartShow_Enum_1>csStart</cboChartShow_Enum_1> 
                            <cboChartShow_Text_2>Operación Manual</cboChartShow_Text_2> 
                            <cboChartShow_Enum_2>csHandle</cboChartShow_Enum_2> 
                            <cboChartRate_Text_0>Total votantes</cboChartRate_Text_0> 
                            <cboChartRate_Enum_0>crParticipant</cboChartRate_Enum_0> 
                            <cboChartRate_Text_1>Votantes activos</cboChartRate_Text_1> 
                            <cboChartRate_Enum_1>crRespuesta</cboChartRate_Enum_1> 
                            <btnSetAll>Aplicar a todos</btnSetAll>
                            <Prompt>Aviso</Prompt>
                            <GlobalSetSucceed>Ajustes realizados</GlobalSetSucceed>

  </FrmSystemSet>
 <FrmVoteBar>
  <tsbConnectState_Text>Estación base de conexión del Estado</tsbConnectState_Text> 
  <tsbConnectState_ToolTipText>Estación base de conexión del Estado</tsbConnectState_ToolTipText> 
  <ddbNewSlide_Text>Impromptu Slide</ddbNewSlide_Text> 
  <ddbNewSlide_ToolTipText>Crear</ddbNewSlide_ToolTipText> 
  <ddbCanVote_Text>Autorizar teclado</ddbCanVote_Text> 
  <ddbCanVote_ToolTipText>Autorizar teclado</ddbCanVote_ToolTipText> 
  <tsbShowResult_Text_Show>Mostrar Gráfico (G)</tsbShowResult_Text_Show> 
  <tsbShowResult_ToolTipText_Show>Mostrar Gráfico (G)</tsbShowResult_ToolTipText_Show> 
  <tsbShowResult_Text_Hide>Ocultar gráfico (G)</tsbShowResult_Text_Hide> 
  <tsbShowResult_ToolTipText_Hide>Ocultar gráfico (G)</tsbShowResult_ToolTipText_Hide> 
  <tsbVoteStart_Text_Start>Inicie la retroalimentación (S)</tsbVoteStart_Text_Start> 
  <tsbVoteStart_ToolTipText_Start>Inicie la retroalimentación (S)</tsbVoteStart_ToolTipText_Start> 
  <tsbVoteStart_Text_Stop>Cortar la retroalimentación (S)</tsbVoteStart_Text_Stop> 
  <tsbVoteStart_ToolTipText_Stop>Cortar la retroalimentación (S)</tsbVoteStart_ToolTipText_Stop> 
  <tsbVoteClearStart_Text>Re-voto (Reset) (R)</tsbVoteClearStart_Text> 
  <tsbVoteClearStart_ToolTipText>Re-voto (Reset) (R)</tsbVoteClearStart_ToolTipText> 
  <tsbVoteClear_Text>Restablecer la diapositiva actual (D)</tsbVoteClear_Text> 
  <tsbVoteClear_ToolTipText>Restablecer la diapositiva actual (D)</tsbVoteClear_ToolTipText> 
  <tsbVoteDetail_Text>Detalles de la respuesta (K)</tsbVoteDetail_Text> 
  <tsbVoteDetail_ToolTipText>Detalles de la respuesta (K)</tsbVoteDetail_ToolTipText> 
  <tsbCorrectAnswer_Text_Show>Mostrar respuesta correcta (A)</tsbCorrectAnswer_Text_Show> 
  <tsbCorrectAnswer_ToolTipText_Show>Mostrar respuesta correcta (A)</tsbCorrectAnswer_ToolTipText_Show> 
  <tsbCorrectAnswer_Text_Hide>Ocultar respuesta correcta (A)</tsbCorrectAnswer_Text_Hide> 
  <tsbCorrectAnswer_ToolTipText_Hide>Ocultar respuesta correcta (A)</tsbCorrectAnswer_ToolTipText_Hide> 
  <tsbRushAnswer_Text>Inicio más rápido de respuesta (Q)</tsbRushAnswer_Text> 
  <tsbRushAnswer_ToolTipText>Inicio más rápido de respuesta (Q)</tsbRushAnswer_ToolTipText> 
  <ddbAnalyzer_Text>Análisis de Datos</ddbAnalyzer_Text> 
  <ddbAnalyzer_ToolTipText>Análisis de Datos</ddbAnalyzer_ToolTipText> 
  <ddbDock_Text>Barra de herramientas de la posición</ddbDock_Text> 
  <ddbDock_ToolTipText>Barra de herramientas de la posición</ddbDock_ToolTipText> 
  <tsbAutoHide_Text>Ocultar automáticamente (H)</tsbAutoHide_Text> 
  <tsbAutoHide_ToolTipText>Ocultar automáticamente (H)</tsbAutoHide_ToolTipText> 
  <ConnectStatus>Estado de la base de conexión</ConnectStatus> 
  <Connected>Estación base esta conectada</Connected> 
  <UnConnected>Estación Base desconectado</UnConnected> 
  <AutoHide>Ocultar automáticamente</AutoHide> 
  <AutoHideCancel>Cancelar Ocultar automáticamente</AutoHideCancel> 
  <tsmRateCorrect>Gráfico de la Votación</tsmRateCorrect> 
  <tsmRateOption>Gráficos Detallados</tsmRateOption> 
  <tssAnalyzer1>-</tssAnalyzer1> 
  <tsmAnalyzeSlideOption>Opciones de Comparación</tsmAnalyzeSlideOption> 
  <tsmAnalyzeSlideCross>2 Diapositivas Cruz Comparación</tsmAnalyzeSlideCross> 
  <tsmAnalyzeSlideGroup>Comparación Demográfica</tsmAnalyzeSlideGroup> 
  <tsmRankVoter>Clasificación por Participantes</tsmRankVoter> 
  <tsmRankGroup>Clasificación por Equipos</tsmRankGroup> 
  <tsmRankScore>Clasificación por Puntaje</tsmRankScore> 
  <tsmRankPoll>Ranking de Encuestas</tsmRankPoll> 
  </FrmVoteBar>
 <FrmVoteDemoInfo>
  <FrmVoteDemoInfo>Modo Demo</FrmVoteDemoInfo> 
  <lblInfo>Modo Demo</lblInfo> 
  </FrmVoteDemoInfo>
 <FrmVoteDetail>
  <FrmVoteDetail>Detalles de la respuesta</FrmVoteDetail> 
  <lblOnline>En linea:</lblOnline> 
  <lblWeak>Débil actual:</lblWeak> 
  <lblShowRoster>Datos del participante</lblShowRoster> 
  <lblShowData>Datos a mostrar</lblShowData> 
  <lblTotal_Participate>Participantes:</lblTotal_Participate> 
  <lblTotal_Due>Participante</lblTotal_Due> 
  <lblVoted_Response>Enviados:</lblVoted_Response> 
  <lblVoted_Arrive>Recibidos:</lblVoted_Arrive> 
  <lblNoPress_UnResponse>No Enviados:</lblNoPress_UnResponse> 
  <lblVoted_UnArrive>No Recibidos:</lblVoted_UnArrive> 
  <cboShowData_Text_0>Todas las tecleras</cboShowData_Text_0>
  <cboShowData_Text_1>No respondieron</cboShowData_Text_1>
  <cboShowData_Text_2>Respuesta entregada</cboShowData_Text_2>
   <lblSameCode>Código repetido</lblSameCode>
   <SignCode>Código</SignCode>
   <FullScreen>***Full Screen</FullScreen>
   <NormalScreen>***Exit Full Screen</NormalScreen>
   <ShowKeypadNo>Teclera N º</ShowKeypadNo>
  </FrmVoteDetail>
 <FrmVoterList>
  <FrmVoterList>Listas de participantes</FrmVoterList> 
  <lblFieldSignInCode>Código de registro válido</lblFieldSignInCode> 
  <lblInfo>Preguntar</lblInfo> 
  <btnInsert>Insertar</btnInsert> 
  <btnDelete>Borrar</btnDelete> 
  <btnSave>Guardar</btnSave> 
  <btnImport>Importar</btnImport> 
  <btnExport>Exportar</btnExport> 
  <btnClose>Cerrar</btnClose> 
  <dgvVoterList_0>Teclado ID</dgvVoterList_0> 
  <dgvVoterList_1>Nombre</dgvVoterList_1> 
  <dgvVoterList_2>Agrupamiento</dgvVoterList_2> 
  <dgvVoterList_3>Código de registro</dgvVoterList_3> 
  <ExcelTitle>Listas de participantes</ExcelTitle> 
  <LoadSuccess>Cargar datos al Finalizar</LoadSuccess> 
  <ImportStart>Inicio Importación de datos</ImportStart> 
  <GetExcelData>Obtener datos de Excel</GetExcelData> 
  <SaveSuccess>Los datos se han guardado con éxito</SaveSuccess> 
  <KeypadFormat>Identificación de teclera Debe ser entre 1-9999</KeypadFormat> 
  <KeypadRepeat>Teclera repetida ID</KeypadRepeat> 
  <lblFieldSignInCode>Regístrate en campos efectivos de Código</lblFieldSignInCode> 
  <KeyIDFormat>Número de teclera debe ser numérico</KeyIDFormat> 
  <KeyIDNull>Número de teclera no puede estar vacío</KeyIDNull> 
  <KeyIDRep>Número del teclera no permite repetición</KeyIDRep> 
  <SignCodeFormat>Código de signos debe ser numérico</SignCodeFormat> 
  <SignCodeNull>Código signo no puede estar vacío</SignCodeNull> 
  <SignCodeRep>Ingresar Código no permite repetir</SignCodeRep> 
  <IsSave>Los datos actuales han sido modificados. ¿Desea guardar?</IsSave>
  <lblFieldVoteRate>Area de valoración del voto</lblFieldVoteRate>
<Unsetting>Desconfigurar</Unsetting>
  </FrmVoterList>
 <FrmChartSet>
  <FrmChartSet>Opciones de Fuente y Marco</FrmChartSet> 
  <lblChartSetColor>Los colores del gráfico</lblChartSetColor> 
  <lblColorSet>Haga clic en el cuadro para modificar el color</lblColorSet> 
  <lvwColorSet_0>No.</lvwColorSet_0> 
  <gbxFontSet>Opciones de fuente</gbxFontSet> 
  <lblFontObject>Configuración de objetos</lblFontObject> 
  <cboFontObject_Text_0>Etiqueta de la opción</cboFontObject_Text_0> 
  <cboFontObject_Text_1>Etiqueta de los datos</cboFontObject_Text_1> 
  <lblFontName>Nombre de la fuente</lblFontName> 
  <lblFontSize>Tamaño de la Fuente</lblFontSize> 
  <lblFontColor>Color de la fuente</lblFontColor> 
  <chkFontBold>Bold</chkFontBold> 
  <chkFontItalic>Fuente Italic</chkFontItalic> 
  <btnOK>Aceptar</btnOK> 
  <btnCancel>Cancelar</btnCancel> 
  </FrmChartSet>


  <FrmAllChartSet>
    <FrmAllChartSet>Tabla de Marco</FrmAllChartSet>
    <chkChartColor>Modificar los colores del gráfico</chkChartColor>
    <lvwColorSet_0>No.</lvwColorSet_0>
    <gbxFontSet>Opciones de fuente</gbxFontSet>
    <lblFontObject>Configuración de objetos</lblFontObject>
    <cboFontObject_Text_0>Etiqueta de la opción</cboFontObject_Text_0>
    <cboFontObject_Text_1>Etiqueta de los datos</cboFontObject_Text_1>
    <chkFontName>Nombre de la fuente</chkFontName>
    <chkFontSize>Tamaño de la fuente</chkFontSize>  
    <chkFontColor>Color de la fuente</chkFontColor>
    <chkFontType>Tipo de fuente</chkFontType>
    <cboFontType_Text_0>Nomal</cboFontType_Text_0>
    <cboFontType_Text_1>Bold</cboFontType_Text_1>
    <cboFontType_Text_2>Fuente Italic</cboFontType_Text_2>
    <btnOK>Aplicar a todos</btnOK>
    <btnCancel>Cancelar</btnCancel>
    <Prompt>Aviso</Prompt>
    <GlobalSetSucceed>Ajustes realizados</GlobalSetSucceed>
  <chkFontBold>Bold</chkFontBold> 
  <chkFontItalic>Fuente Italic</chkFontItalic> 
  </FrmAllChartSet>
<PPTEdit>
  <SignIn>Registrado</SignIn> 
  <UnSignIn>No registrado</UnSignIn> 
  </PPTEdit>
 <PPTOper>
  <SignIn>Registrado</SignIn> 
  <Group>Agrupamiento</Group> 
  <Choice>Elección</Choice> 
  <SingleChoice>Elección Individual</SingleChoice> 
  <MultiChoice>Elección Múltiple</MultiChoice> 
  <Judge>Juez</Judge> 
  <Order>Clasificación</Order> 
  <Number>Número Exacto</Number> 
  <Vote>Votar</Vote> 
  <Grade>Evaluación</Grade> 
  <Score>Puntaje</Score> 
  <Poll>Encuesta</Poll> 
  <Signed>Registrado</Signed> 
  <UnSignIn>No registrado</UnSignIn> 
  <SignFail>No se pudo entrar</SignFail> 
  <GroupOption>Equipo</GroupOption> 
  <ChoiceOption>Opción</ChoiceOption> 
  <JudgeYes></JudgeYes> 
  <JudgeNo>No</JudgeNo> 
  <OrderOption>Opción</OrderOption> 
  <VoteAgree></VoteAgree> 
  <VoteAgainst>No</VoteAgainst> 
  <VoteAbstain>Abstenerse</VoteAbstain> 
  <GradeOption>Opción</GradeOption> 
  <LableExist>Los datos de la etiqueta ya existen!</LableExist> 
  <prompt>Preguntar</prompt> 
  <sumscore>Puntaje total</sumscore> 
  <avgscore>Calificación promedio</avgscore> 
  <Shouldnumber>Participante</Shouldnumber> 
  <votingnumber>Votado</votingnumber> 
  <answer>Respuesta correcta</answer> 
  <correctno>Cuenta como bueno</correctno> 
  <participate>Votante</participate> 
  <TitleSignIn>Por favor inicie sesión</TitleSignIn> 
  <TitleGroup>Por favor, seleccione el equipo.</TitleGroup> 
  <TitleChoice>Por favor haga su selección ...</TitleChoice> 
  <TitleChoice_M>Por favor haga su selección ...</TitleChoice_M> 
  <TitleJudgeYesNo>Entregue su respuesta</TitleJudgeYesNo> 
  <TitleJudgeTrueFalse>¿Cuál es su opinión?</TitleJudgeTrueFalse> 
  <TitleJudgeRightWrong>¿Cuál es su opinión?</TitleJudgeRightWrong> 
  <TitleOrder>Por favor haga su selección.</TitleOrder> 
  <TitleNumber>Por favor, dé su número.</TitleNumber> 
  <TitleVote>¿Está de acuerdo?</TitleVote> 
  <TitleGrade>¿Cuál es su opinión?</TitleGrade> 
  <TitleScore>Por favor dé su puntaje.</TitleScore> 
  <TitlePoll>Por favor haga su votación.</TitlePoll> 
  </PPTOper>
 <Other>
  <Unrestricted>Sin Límite</Unrestricted> 
  <PollNumber>Identificación</PollNumber> 
  <PollName>Nombre</PollName> 
  <PollCount>Contar</PollCount> 
  <PollNumberStr>No.</PollNumberStr> 
  <PollCountStr>Votación</PollCountStr> 
  </Other>
<FrmOptionTextSelect>
      <FrmOptionTextSelect>Opción elegir texto</FrmOptionTextSelect>
      <lblMsg>Por favor elija la opción de texto a asociar</lblMsg>
      <dgvOptionText_0>opción de texto</dgvOptionText_0>
      <btnOK>OK</btnOK>
      <btnCancel>Cancelar</btnCancel>
</FrmOptionTextSelect>

  </Language>